/* GOOGLE FONTS */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800;900&family=PT+Serif:wght@400;700&family=Poppins:wght@400;500;600;700&display=swap");
/* BODY */
* {
  outline: none !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: "PT Serif", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  background: #ffffff;
  color: #161619;
}

/* HTML ELEMENTS */
img {
  max-width: 100%;
}

/* LINKS */
a {
  color: #ffffff;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #ffffff;
}

/* CUSTOM CLASSES */
.overflow {
  overflow: hidden;
}

/* CUSTOM LABEL MESSAGE */
label.error[for="iam"] {
  position: absolute;
  bottom:-2.5vh;
  left:0;
  color: red;
  font-family: "PT Serif", sans-serif;
  font-weight: 600;
  font-size: 13px;
  font-style: normal;
} 

/* DROPDOWN SELECT */

#dropdown {
  margin-bottom: 35px;
}
#dropdown select{
  border:none;
  height: 58px;
  border-radius: 5px;
  color: #16162B;
  font-family: inherit;
}
#iam {
  color: #16162B;
  font-family: inherit;
  padding: 0 23px !important;
}

.span-up {
top: -45px !important;
font-size: 13px;
font-weight: bold;
}

/* CUSTOM CONTAINER */
@media (min-width: 1300px) {
  .container {
    max-width: 1340px;
  }
}

.lineDivider {
  border-right: 1px solid #09c4c5;
}

.colorRed {
  color: #09c4c5;
}

.colorBlue {
  color: #1b1f5a;
}

/* SECTIONS */
main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
main .container {
  position: relative;
  z-index: 51;
}

section {
  position: relative;
}

aside {
  position: relative;
}

/* FORM ELEMENTS */
input[type="text"] {
  max-width: 100%;
  height: 58px;
  border: 1px solid #eee;
  padding: 0 20px;
}

input[type="email"] {
  max-width: 100%;
  height: 58px;
  border: 1px solid #eee;
  padding: 0 20px;
}

input[type="search"] {
  max-width: 100%;
  height: 58px;
  border: 1px solid #eee;
  padding: 0 20px;
}

input[type="password"] {
  max-width: 100%;
  height: 58px;
  border: 1px solid #eee;
  padding: 0 20px;
}

input[type="submit"] {
  height: 58px;
  border: none;
  background: #ffffff;
  color: #fff;
  padding: 0 30px;
  font-weight: 600;
  font-size: 14px;
}

button[type="submit"] {
  height: 58px;
  border: none;
  background: #ffffff;
  color: #fff;
  padding: 0 30px;
  font-weight: 600;
  font-size: 14px;
}

textarea {
  max-width: 100%;
  height: 140px;
  border: 1px solid #eee;
  padding: 20px;
}

/* EQUALIZER */
.equalizer {
  width: 26px;
  height: 30px;
  cursor: pointer;
  position: relative;
}

.equalizer span {
  background: #fff;
  width: 2px;
  height: 0px;
  bottom: 0;
  left: 0%;
  display: block;
  position: absolute;
  transition: height 0.2s linear;
}

.equalizer span:nth-child(1) {
  margin-left: 8px;
}

.equalizer span:nth-child(2) {
  margin-left: 16px;
}

.equalizer span:nth-child(4) {
  margin-left: 24px;
}

.equalizer.paused span {
  height: 3px !important;
}

/* SPLITTING */
.splitting .word,
.splitting .char {
  display: inline-block;
}

.splitting .char {
  position: relative;
}

.animated .char {
  display: inline-block;
  animation: texteffect 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(10ms * var(--char-index));
}

/* ODOMETER */
.odometer.odometer-auto-theme,
.odometer.odometer-theme-car {
  padding: 0;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
  padding: 0px 1px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-car .odometer-digit .odometer-value {
  text-indent: -5px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  left: 0;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-car .odometer-digit .odometer-value {
  text-indent: 0;
}

/* PAGINATION */
.pagination {
  width: 100%;
  float: left;
  margin: 50px 0;
}
.pagination .page-item {
  display: inline-block;
  margin-right: 10px;
}
.pagination .page-item .page-link {
  font-weight: 600;
  border-radius: 0 !important;
  font-size: 13px;
  color: #ffffff;
  line-height: 1;
  padding: 15px 30px;
}

/* REVEAL EFFECT */
.reveal-effect {
  float: left;
  position: relative;
}

.reveal-effect > * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: relative;
}

.reveal-effect > * {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.reveal-effect {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.reveal-effect {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.reveal-effect.animated {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.reveal-effect.animated * {
  -webkit-animation-name: show-img-1;
  animation-name: show-img-1;
}

.reveal-effect:after {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.reveal-effect:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0.05, 0);
  transform: scale(0.05, 0);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect.masker:after {
  background-color: #ffffff;
}

.reveal-effect.animated:after {
  -webkit-animation-name: slide-bg-2;
  animation-name: slide-bg-2;
}

/* SWIPER PAGINATION */
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  transform: scale(0.4);
  background: #fff;
  opacity: 1;
  border-radius: 50%;
}

.swiper-pagination .swiper-pagination-bullet:hover {
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  -webkit-transform: scale(1);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  background: none;
}

.swiper-pagination .swiper-pagination-bullet-active {
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  -webkit-transform: scale(1);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  background: none;
}

/* PRELOADER */
.preloader {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1010;
  background: #09c4c5;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  overflow: hidden;
  transition-delay: 0.6s;
}
.preloader * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.preloader .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #161619;
  transition-delay: 0.3s;
}
.preloader .inner {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.preloader .inner span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.preloader .inner figure {
  display: block;
  margin-bottom: 20px;
  transition-delay: 0.1s;
}
.preloader .inner figure img {
  height: 40px;
  transform: translateX(-7px);
}

/* PAGE LOADED */
.page-loaded .preloader {
  left: -100%;
}

.page-loaded .preloader .inner figure {
  opacity: 0;
  transform: scale(1.5);
}

.page-loaded .preloader .inner span {
  transform: translateY(20px);
  opacity: 0;
}

.page-loaded .preloader .layer {
  left: -100%;
}

.page-loaded .left-side {
  left: 0;
  opacity: 1;
}

.page-loaded .slider {
  filter: blur(0);
  transform: scale(1);
}

.page-loaded .page-header {
  filter: blur(0);
  transform: scale(1);
}

.page-loaded .all-cases-link {
  right: 30px;
}

/* MAIN HEADER */

.main-header{
  font-family: "Poppins", sans-serif;
  z-index: 9999;
  position: absolute;
  width: 100%;
  padding: 20px 150px 20px 0;
  text-align: right;
}

.main-header ul > li{
  display: inline-block;
  padding-right: 30px;
  font-size: 14px;
  color: white;
}

.main-header ul > li > a{
  text-decoration: none;
}

/* MEDIA SECTION */

section.media{
  padding: 15px 20px;
}

.media-center{
  max-width: 1340px;
  margin: 0 auto;
}

.media-title{
  padding-left: 20px;
}

.media-title h2{
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #1b1f5a;
  letter-spacing: -2px;
}

.media-title h2 > b{
  font-weight: 500;
  color: #09c4c5;
}

.media-title h3{
  font-size: 18px;
  color: #09c4c5;
}

.media-box{
  display: flex;
  padding-top: 40px;
}

.media-single{
  width: 33.33%;
  padding: 20px;
}

.media-single-image img{
  width: 100%;
}

.media-single-content{
  background-color: #F5F5FF;
  padding: 20px;
}

.media-single-content:hover{
  padding: 20px;
  background-color: #46bcbf;
  transition: 0.2s;
  opacity: 0.7;
  color: #ffffff;
}


.media-single-content h3:hover{
  transition: 0.2s;
  opacity: 0.7;
  color: #ffffff;
}


.media-single-date{
  padding-top: 10px;
  font-family: "Poppins", sans-serif;
  text-align: right;
}

.media-single-date h3{
  font-size: 14px;
  font-weight: bold;
  color: #7d7d7d;
}

.media-single-date i{
padding-right: 4px;
}

/* PAGE TRANSTION */
.page-transition {
  width: 100%;
  height: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 13;
  opacity: 0;
  visibility: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  background: #09c4c5;
}
.page-transition .layer {
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #1c1c1c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.3s;
}
.page-transition.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.page-transition.active .layer {
  width: 100%;
}

/* SITE NAVIGATION */
.site-navigation {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  background: #09c4c5;
  padding-left: 120px;
}
.site-navigation .layer {
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #161619;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.3s;
}
.site-navigation .inner {
  position: relative;
  z-index: 2;
  padding-left: 100px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transition-delay: 0.7s;
  opacity: 0;
}
.site-navigation .inner ul {
  margin: 0;
  padding: 0;
  animation-duration: 1s;
}
.site-navigation .inner ul li {
  display: block;
  margin: 5px 0;
  padding: 5px 0;
}
.site-navigation .inner ul li ul {
  margin-top: 0;
  margin-bottom: 10px;
  display: none;
}
.site-navigation .inner ul li ul li {
  display: block;
  margin: 0;
}
.site-navigation .inner ul li ul li a {
  font-size: 26px;
}
.site-navigation .inner ul li i {
  margin-left: 20px;
  font-size: 30px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  transform: translateY(-5px);
  cursor: pointer;
}
.site-navigation .inner ul li small {
  width: 100%;
  display: block;
  color: #fff;
  opacity: 0.7;
  letter-spacing: 0.5px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  transform: translateY(-15px);
}
.site-navigation .inner ul li a {
  font-size: 50px;
  display: inline-block;
  font-weight: 800;
  color: #fff;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.site-navigation .inner ul li a:hover {
  color: #09c4c5;
  text-decoration: none;
}
.site-navigation.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.site-navigation.active .layer {
  width: 100%;
}
.site-navigation.active .inner {
  opacity: 1;
}

/* SECTION TITLES */
.section-title {
  font-family: "Poppins", sans-serif;
  margin-bottom: 80px;
  line-height: 1.4;
  font-size: 4vw;
  letter-spacing: 2px;
  color: #1b1f5a;
}

.small-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.small-title h3 {
  font-weight: 700;
  font-size: 50px;
  color: #1b1f5a;
  letter-spacing: -2px;
}
.small-title h3 b {
  color: #09c4c5;
  font-weight: 500;
}
.small-title h6 {
  font-family: "PT Serif", sans-serif;
  color: #09c4c5;
  font-size: 18px;
}

/* SOCIAL MEDIA */
.social-media {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 3;
  background: #09c4c5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.social-media .layer {
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.3s;
}
.social-media .inner {
  position: relative;
  z-index: 2;
  padding-left: 100px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transition-delay: 0.7s;
  opacity: 0;
  text-align: center;
  width: 100%;
}
.social-media .inner h5 {
  font-size: 3vw;
  font-weight: 600;
  color: #fff;
  margin-bottom: 50px;
}
.social-media .inner ul {
  display: block;
  margin: 0;
  padding: 0;
}
.social-media .inner ul li {
  font-size: 2vw;
  display: inline-block;
  margin: 0 40px;
  padding: 0;
  list-style: none;
}
.social-media .inner ul li a {
  color: #fff;
}
.social-media .inner ul li a:hover {
  color: #09c4c5;
  text-decoration: none;
}
.social-media.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.social-media.active .layer {
  width: 100%;
}
.social-media.active .inner {
  opacity: 1;
}

/* ALL CASES */
.all-cases {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 3;
  background: #09c4c5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.all-cases .layer {
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.3s;
}
.all-cases .inner {
  position: relative;
  z-index: 2;
  padding-left: 220px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transition-delay: 0.7s;
  opacity: 0;
  width: 100%;
}
.all-cases .inner ul {
  display: block;
  max-height: 500px;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
.all-cases .inner ul li {
  font-size: 8vw;
  font-weight: 800;
  margin: 0;
  padding: 0;
  list-style: none;
}
.all-cases .inner ul li a {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
.all-cases .inner ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.all-cases.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.all-cases.active .layer {
  width: 100%;
}
.all-cases.active .inner {
  opacity: 1;
}

/* ALL CASES LINK */
.all-cases-link {
  position: absolute;
  right: -100%;
  top: 30px;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 1s;
}
.all-cases-link span {
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-right: 10px;
}
.all-cases-link b {
  width: 40px;
  height: 40px;
  line-height: 44px;
  font-size: 25px;
  font-weight: 300;
  display: inline-block;
  background: #fff;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.all-cases-link b:hover {
  background: #09c4c5;
  text-decoration: none;
  color: #fff;
}

/* LEFT SIDE */
.left-side {
  width: auto;
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 1001;
  text-align: left;
  border-right: 0px;
  padding: 30px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 1s;
  opacity: 0;
  padding-left: 7vw;
}
.left-side .logo {
  display: inline-block;
  margin-bottom: auto;
  margin-top: 5vw;
}
.left-side .logo img {
  width: 120px;
}
.left-side .wordsHeader {
  display: inline-block;
  text-align: left;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5vw;
}
.left-side .wordsHeader .simple {
  width: 100%;
  font-size: 70px;
  line-height: 60px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -3px;
}
.left-side .wordsHeader .color {
  width: 100%;
  font-size: 70px;
  line-height: 60px;
  font-weight: 800;
  color: #20e2c8;
  letter-spacing: -3px;
}
.left-side .wordsHeader .color2 {
  width: 100%;
  font-size: 70px;
  line-height: 60px;
  font-weight: 800;
  color: #20e2c8;
  letter-spacing: -3px;
}
.left-side .wordsHeader .tags {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  padding-top: 10px;
  text-transform: uppercase;
}
.left-side .hamburger {
  margin: auto;
  margin-bottom: 0px;
}
.left-side .follow-us {
  width: 100px;
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  text-align: center;
  transform: rotate(-90deg);
  margin: auto;
  cursor: pointer;
  font-size: 16px;
}
.left-side .equalizer {
  margin: auto;
  margin-bottom: 0;
}

/* SLIDER */
.slider {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transform: scale(1.2);
  filter: blur(20px);
  transition-delay: 0.8s;
}
.slider .swiper-container {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
}
.slider .swiper-container .swiper-slide {
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.slider .swiper-container .swiper-slide video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}
.slider .gallery-top {
  height: 100%;
  width: 100%;
  background: #ffffff;
}
.slider .gallery-thumbs {
  width: calc(100% - 240px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 120px;
  padding-bottom: 30px;
  z-index: 9;
  position: absolute;
  bottom: 30%;
  right: 0;
  height: auto;
  color: #fff;
}
.slider .gallery-thumbs .swiper-slide {
  width: 90%;
  height: 100%;
  opacity: 0.4;
  text-align: center;
  filter: blur(3px);
}
.slider .gallery-thumbs .swiper-slide span {
  margin-left: 50%;
  transform: translateX(-50%);
  float: left;
  font-size: 3vw;
  line-height: 5vw;
  font-weight: 800;
}
.slider .gallery-thumbs .swiper-slide a {
  display: none;
  font-size: 13px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  padding-bottom: 5px;
  position: relative;
}
.slider .gallery-thumbs .swiper-slide a:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #161619;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.slider .gallery-thumbs .swiper-slide a:hover {
  text-decoration: none;
}
.slider .gallery-thumbs .swiper-slide a:hover:before {
  width: 100%;
}
.slider .gallery-thumbs .swiper-slide-active {
  width: 100%;
  opacity: 1;
  transform: scale(1.4);
  filter: blur(0px);
}
.slider .gallery-thumbs .swiper-slide-active span {
  font-size: 4vw;
}
.slider .gallery-thumbs .swiper-slide-active a {
  display: inline-block;
}
.slider .swiper-button-prev {
  height: auto;
  position: absolute;
  left: auto;
  top: auto;
  right: 120px;
  bottom: 30px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  background: none;
}
.slider .swiper-button-next {
  height: auto;
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 30px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  background: none;
}
.slider .slide-progress {
  width: 220px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -110px;
  z-index: 3;
  text-align: center;
}
.slider .slide-progress span {
  display: inline-block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.slider .slide-progress .swiper-pagination {
  width: 160px;
  height: 2px;
  margin: auto 10px;
  display: inline-block;
  position: static;
  background: rgba(255, 255, 255, 0.3);
}
.slider .slide-progress .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #fff;
}

/* VIDEO HERO */
.video-hero {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 1000;
}
.video-hero .video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background: #161619;
}
.video-hero .video-bg video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-hero .inner {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
  font-family: "Poppins", sans-serif;
}
.video-hero .inner a {
  font-size: 19px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  padding-bottom: 5px;
  position: relative;
  border-bottom: 2px solid #fff;
  padding-bottom: 4px;
}
.video-hero .inner a:hover {
  text-decoration: none;
  color: #09c4c5;
}

/* CAROUSEL HERO */
.carousel-hero {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1000;
}
.carousel-hero .carousel-slider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.carousel-hero .carousel-slider .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  background-size: cover;
  background-position: center;
}
.carousel-hero .carousel-slider .swiper-slide.swiper-slide-active {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.carousel-hero .carousel-slider .swiper-slide.swiper-slide-active .inner {
  opacity: 1;
}
.carousel-hero .carousel-slider .swiper-slide.swiper-slide-active:after {
  opacity: 0.4;
}
.carousel-hero .carousel-slider .swiper-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #161619;
  opacity: 0.4;
}
.carousel-hero .carousel-slider .swiper-slide .inner {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.carousel-hero .carousel-slider .swiper-slide .inner h2 {
  width: 100%;
  float: left;
  font-size: 4vw;
  line-height: 5vw;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}
.carousel-hero .carousel-slider .swiper-slide .inner a {
  font-size: 19px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  padding-bottom: 5px;
  position: relative;
  border-bottom: 2px solid #fff;
  padding-bottom: 4px;
}
.carousel-hero .carousel-slider .swiper-slide .inner a:hover {
  text-decoration: none;
  color: #09c4c5;
}
.carousel-hero .swiper-button-prev {
  height: auto;
  position: absolute;
  left: auto;
  top: auto;
  right: 120px;
  bottom: 30px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  background: none;
}
.carousel-hero .swiper-button-next {
  height: auto;
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 30px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  background: none;
}
.carousel-hero .slide-progress {
  width: 220px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -110px;
  z-index: 3;
  text-align: center;
}
.carousel-hero .slide-progress span {
  display: inline-block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.carousel-hero .slide-progress .swiper-pagination {
  width: 160px;
  height: 2px;
  margin: auto 10px;
  display: inline-block;
  position: static;
  background: rgba(255, 255, 255, 0.3);
}
.carousel-hero
  .slide-progress
  .swiper-pagination
  .swiper-pagination-progressbar-fill {
  background: #fff;
}

/* PAGE HEADER */
.page-header {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background: #161619;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transform: scale(1.2);
  filter: blur(20px);
  transition-delay: 0.8s;
}
.page-header .video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.page-header .video-bg video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
}
.page-header .inner {
  width: 100%;
  padding-left: 220px;
  position: relative;
  z-index: 2;
}
.page-header .inner h1 {
  color: #fff;
  font-weight: 800;
  font-size: 10vw;
  letter-spacing: -3px;
}
.page-header .inner p {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.5px;
}

/* PAGE VIDEO TITLE */
.page-title .inner {
  width: 100%;
  padding-left: 220px;
  position: relative;
  z-index: 2;
  text-align: left;
}
.page-title .inner h1 {
  color: #fff;
  font-weight: 800;
  font-size: 10vw;
  letter-spacing: -3px;
}
.page-title .inner p {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.parallaxContent {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 10;
  box-sizing: border-box;
}
.parallaxContent .parallax-window {
  min-height: 600px;
  background: transparent;
  max-width: 50%;
  position: absolute;
  box-sizing: border-box;
}

.parallax-mirror:nth-child(4) {
  border-top: 20px solid #ffffff;
  border-left: 20px solid #ffffff;
}

.parallax-mirror:nth-child(3) {
  border-top: 20px solid #ffffff;
  border-right: 20px solid #ffffff;
}

/* INTRO */
.intro {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  color: #161619;
  background: #ffffff;
}
.intro .spaceImages {
  height: auto;
}
.intro .bgImage {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  width: calc(50% - 50px);
}
.intro .parallaxContent .parallax-window#parallax_1 {
  width: 20%;
  min-height: 420px;
  top: 15%;
  left: 28%;
}
.intro .parallaxContent .parallax-window#parallax_2 {
  width: 25%;
  min-height: 260px;
  top: 55%;
  position: relative;
  z-index: 4;
}
.intro .parallaxContent .parallax-window#parallax_3 {
  width: 43%;
  min-height: 450px;
  top: 0px;
}
.intro .section-title {
  font-size: 80px;
  font-weight: 700;
  line-height: 55px;
  text-align: right;
  margin-bottom: 40px;
  letter-spacing: -3px;
}
.intro .col-lg-6.contentIntro {
  padding-left: 5%;
}
.intro h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  display: table-cell;
  vertical-align: middle;
  color: #1b1f5a;
  padding-bottom: 20px;
}
.intro .years {
  display: block;
  color: #1b1f5a;
  padding-bottom: 35px;
}
.intro .years b {
  font-size: 120px;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: -1px;
}
.intro p {
  font-size: 17px;
  font-weight: 300;
  margin-top: 20px;
  line-height: 27px;
  color: #3e3e3e;
}
.intro small {
  display: block;
  opacity: 0.7;
  margin-bottom: 50px;
}
.intro a {
  color: #fff;
  font-size: 17px;
  border-bottom: 1px solid #09c4c5;
  padding-bottom: 5px;
}
.intro a:hover {
  border-color: #fff;
}

/* FAMILY */
.family {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  color: #161619;
  background: #ffffff;
}
.family .spaceImages {
  height: auto;
}
.family .imgMobile {
  display: none;
}
.family .bgImage {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  width: 50%;
}
.family .container {
  position: relative;
  z-index: 2;
}
.family .col-lg-6.contentIntro {
  padding-left: 5%;
}
.family .small-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
}
.family .small-title h3 {
  font-weight: 700;
  font-size: 60px;
  color: #09c4c5;
  line-height: 65px;
  letter-spacing: -3px;
}
.family .small-title h6 {
  font-family: "PT Serif", sans-serif;
  color: #09c4c5;
  font-size: 28px;
}
.family .bigfamily {
  display: inline-block;
}
.family .bigfamily p {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 35px;
  line-height: 27px;
  color: #3e3e3e;
  padding-bottom: 20px;
}
.family .agents {
  background-color: #09c4c5;
  color: #ffffff;
  display: inline-block;
  padding: 20px 15px;
  text-align: center;
}
.family .agents .plus {
  padding-right: 10px;
  font-size: 80px;
  padding-top: 10px;
}
.family .agents .number {
  font-size: 100px;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 90px;
  letter-spacing: -4px;
}
.family .agents .subTitle {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
}
.family .agents .desc {
  font-size: 20px;
  font-weight: 300;
  margin-top: 20px;
  line-height: 20px;
}
.family .boxFamaly {
  height: 100%;
}
.family .familyImage .bigTitle {
  position: absolute;
  left: 3vw;
  top: 2vw;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #ffffff;
  line-height: 50px;
  letter-spacing: -3px;
  z-index: 1;
}

/* FOUNDER */
.founder {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 200px;
  color: #161619;
  background: #ffffff;
}
.founder .boxFounderBg {
  background-color: #161839;
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.founder .boxFounder {
  display: table;
}
.founder .boxFounder .descFounder {
  padding: 50px;
  display: table-cell;
  vertical-align: middle;
}
.founder .boxFounder .descFounder .small-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.founder .boxFounder .descFounder .small-title h3 {
  color: #ffffff;
  letter-spacing: -3px;
  margin-bottom: 50px;
}
.founder .boxFounder .descFounder .small-title h6 {
  font-family: "PT Serif", sans-serif;
  color: #ffffff;
  font-size: 34px;
  font-weight: bold;
}
.founder .boxFounder .descFounder p {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #ffffff;
}
.founder .founderImage img {
  position: relative;
  right: 20px;
  top: 20px;
}

/* PROCESS */
.process {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0px;
  color: #161619;
  text-align: left;
}
.process .boxNumber {
  text-align: center;
}
.process .textTotal {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 130px;
  line-height: 140px;
  font-weight: 700;
  letter-spacing: -3px;
  vertical-align: middle;
}
.process .symbol {
  font-family: "Poppins", sans-serif;
  width: 100%;
  display: block;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.2px;
}
.process small {
  font-family: "Poppins", sans-serif;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.2px;
}
.process p {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 35px;
  line-height: 27px;
  color: #3e3e3e;
  margin-top: 20px;
}

/* ICON CONTENT BLOCK */
.icon-content-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  color: #fff;
  background: #ffffff;
}
.icon-content-block .container {
  position: relative;
  z-index: 2;
}
.icon-content-block .content-block {
  width: 100%;
  display: block;
  margin: 0;
  padding: 50px 30px;
  position: relative;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.icon-content-block .content-block.selected {
  background: #ffffff;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
}
.icon-content-block .content-block.selected:before {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  right: -25px;
  bottom: -30px;
  z-index: -1;
  background: url(../images/dot-pattern.png) right;
  background-size: 10px;
}
.icon-content-block .content-block figure {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.icon-content-block .content-block figure img {
  height: 75px;
}
.icon-content-block .content-block h6 {
  display: block;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.icon-content-block .content-block ul {
  margin: 0;
  padding: 0;
}
.icon-content-block .content-block ul li {
  padding: 3px 0;
  opacity: 0.7;
  list-style: none;
  font-weight: 300;
}

/* TEXT CONTENT BLOCK */
.text-content-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  background: #fff;
}
.text-content-block .col-md-4 {
  margin: 20px 0;
}
.text-content-block .section-title {
  margin-bottom: 30px;
}
.text-content-block h5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  padding-right: 20%;
  margin-bottom: 70px;
}
.text-content-block small {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: -20px;
  opacity: 0.1;
  display: block;
}
.text-content-block h6 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}
.text-content-block p {
  padding-right: 20%;
  margin-bottom: 0;
  line-height: 1.5;
}

/* TESTIMONIALS */
.testimonials {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 150px;
  color: #fff;
  background: #ffffff;
  position: relative;
}
.testimonials:before {
  content: "";
  width: 100%;
  height: 50px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
.testimonials .section-title {
  margin-bottom: 0;
}
.testimonials .testimonials-slider {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
.testimonials .swiper-pagination {
  width: 100px;
  right: 80px;
  left: auto;
  bottom: 115px;
  text-align: right;
}
.testimonials .swiper-pagination-bullet {
  background: #ffffff;
}
.testimonials .swiper-pagination-bullet:hover {
  border-color: #ffffff;
}
.testimonials .swiper-pagination-bullet-active {
  border-color: #ffffff;
  background: none;
}
.testimonials .testimonial {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 80px;
  background: #09c4c5;
  color: #ffffff;
}
.testimonials .testimonial blockquote {
  font-size: 21px;
  line-height: 1.7;
  font-weight: 300;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.testimonials .testimonial .reviewer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.testimonials .testimonial .reviewer img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  float: left;
}
.testimonials .testimonial .reviewer .reviewer-infos {
  width: calc(100% - 65px);
  float: left;
}
.testimonials .testimonial .reviewer h6 {
  display: block;
  font-weight: 600;
}
.testimonials .testimonial .reviewer small {
  display: block;
}

/* TITLESINGLE */
.titlesingle {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 150px;
  padding-bottom: 0px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.titlesingle.center {
  text-align: center;
}

.talk {
  padding-bottom: 0px;
}
.talk .line {
  display: block;
  text-align: center;
  padding: 35px 0px;
}
.talk .line .vLine.dotted {
  width: 10px;
  height: 100px;
  border-right: 1px dashed #09c4c5;
  margin-right: 10px;
  display: inline-block;
}

/* PLACES */
.places {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 35px;
  padding-bottom: 50px;
  color: #161619;
  position: relative;
  z-index: 2;
  background-color: #f5f6ff;
}
.places:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.places .container {
  position: relative;
  z-index: 2;
}
.places .reveal-effect.masker:after {
  background: #ffffff;
}
.places .concentText {
  margin-bottom: 20px;
}
.places .concentText .contentInfos {
  display: table;
}
.places .concentText .contentInfos input {
  margin: 10px 10px 0px 0px;
  vertical-align: top;
  width: 20px;
  display: inline-block;
}
.places .concentText .contentInfos .error {
  color: red;
  margin-top: -2px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 13px;
  vertical-align: top;
  display: inline-block;
}
.places .concentText .contentInfos .textConcent {
  vertical-align: top;
  display: inline-block;
  width: calc(100% - 40px);
  text-align: left;
}
.places .concentAction {
  color: #161839;
}
.places .concentAction:hover {
  color: #09c4c5;
}
.places .contact-form {
  width: 100%;
  display: block;
  padding: 50px 50px 10px 50px;
}
.places .contact-form h3 {
  font-family: "Poppins", sans-serif;
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 25px;
  color: #1b1f5a;
  padding-bottom: 25px;
}
.places .contact-form #contact {
  display: block;
}
.places .contact-form #contact .form-group {
  display: block;
  position: relative;
  margin-bottom: 35px;
}
.places .contact-form #contact .form-group button {
  color: #ffffff;
  background-color: #1b1f5a;
  padding: 10px 10px;
  width: 200px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  border: 1px solid #1b1f5a;
  border-radius: 4px;
  font-weight: 600;
}
.places .contact-form #contact .form-group button:hover {
  text-decoration: none;
  background-color: #1b1f5a;
  color: #ffffff;
}
.places .contact-form #contact .form-group span {
  width: 100%;
  line-height: 58px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px;
  z-index: 5;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  pointer-events: none;
}
.places .contact-form #contact .form-group span.label-up {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}
.places .contact-form #contact .form-group input[type="text"] {
  width: 100%;
  background: none;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 5px;
  border: 0px;
}
.places .contact-form #contact .form-group input:focus + span {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}
.places .contact-form #contact .form-group textarea {
  width: 100%;
  background: none;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 5px;
  border: 0px;
}
.places .contact-form #contact .form-group textarea:focus + span {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}
.places .contact-form #contact .form-group label.error {
  width: 100%;
  color: red;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 13px;
}
.places .contact-form #success,
.places .contact-form #error {
  display: none;
  float: left;
}
.places .contact-form #error {
  background: red;
  color: #fff;
}
.places .contact-form #success {
  background: green;
  color: #fff;
}
.places .contact-form .alert {
  border: none;
  border-radius: 0;
  padding: 20px 30px;
}
.places h5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}
.places figure {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.places figure img {
  width: 100%;
}
.places figure figcaption {
  display: block;
  color: #161619;
  margin-top: 20px;
  width: 100%;
}
.places figure figcaption .line {
  text-align: left;
  display: block;
}
.places figure figcaption .line hr {
  border: 0px;
  border-top: 16px solid #09c4c5;
  width: 180px;
  display: inline-block;
}
.places figure figcaption h6 {
  display: block;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  color: #1b1f5a;
  padding-bottom: 5px;
  line-height: 30px;
  margin-top: 10px;
}
.places figure figcaption small {
  display: block;
  opacity: 1;
  font-size: 16px;
}
.places figure figcaption a {
  color: #1b1f5a;
  padding: 10px 10px;
  width: 200px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  border: 1px solid #1b1f5a;
  border-radius: 4px;
  font-weight: 600;
}
.places figure figcaption a:hover {
  text-decoration: none;
  background-color: #1b1f5a;
  color: #ffffff;
}

/* WORKS */
.works {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  background: #ffffff;
  color: #fff;
}
.works ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: -60px 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.works ul li {
  width: 33.33333%;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 60px;
}
.works ul li:nth-child(2n + 2) {
  margin-top: 100px;
}
.works ul li:nth-child(3n + 3) {
  margin-top: 40px;
}
.works ul li figure {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  background: #ffffff;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.works ul li figure:hover {
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
  transform: translateY(-10px);
}
.works ul li figure:hover:before {
  opacity: 1;
}
.works ul li figure:before {
  content: "";
  width: 90%;
  height: 30%;
  position: absolute;
  right: -25px;
  bottom: -30px;
  z-index: -1;
  background: url(../images/dot-pattern.png) right;
  background-size: 10px;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.works ul li figure a {
  width: 100%;
  background: #ffffff;
  display: block;
  position: relative;
  z-index: 2;
}
.works ul li figure a img {
  width: 100%;
}
.works ul li h3 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 26px;
  letter-spacing: -1px;
}
.works ul li small {
  display: block;
  font-family: "Poppins", sans-serif;
  opacity: 0.7;
}

/* CASE STUDY */
.case-study {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  background: #fff;
}
.case-study h6 {
  font-weight: 600;
  margin-top: 30px;
}
.case-study h5 {
  font-family: "Poppins", sans-serif;
  font-size: 5vw;
  text-align: center;
  margin-top: 50px;
  text-transform: uppercase;
}
.case-study p {
  margin-bottom: 20px;
  line-height: 1.5;
}
.case-study figure {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.case-study figure img {
  width: 100%;
}
.case-study figure video {
  width: 100%;
}
.case-study .container-fluid {
  margin-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
}

/* BLOG */
.blog {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
  background: #fff;
}
.blog .col-lg-9 {
  padding-right: 60px;
}
.blog .sidebar {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
}
.blog .sidebar .widget {
  width: 100%;
  display: block;
  border-left: 1px solid #eee;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-bottom: 10px;
}
.blog .sidebar .widget .title {
  display: block;
  font-weight: 800;
  font-size: 19px;
  padding: 15px 0;
  position: relative;
}
.blog .sidebar .widget .title:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  left: -31px;
  top: 0;
}
.blog .sidebar .widget p {
  margin: 0;
}
.blog .sidebar .widget form {
  width: 100%;
}
.blog .sidebar .widget form input[type="text"] {
  width: 100%;
  margin-bottom: 10px;
}
.blog .sidebar .widget .categories {
  width: 100%;
  margin: 0;
  padding: 0;
}
.blog .sidebar .widget .categories li {
  display: flex;
  flex-wrap: wrap;
  margin: 4px 0;
  padding: 0;
  list-style: none;
}
.blog .sidebar .widget .categories li span {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #ccc;
  color: #161619;
  margin-right: 15px;
  margin-left: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
}
.blog .sidebar .widget .categories li a {
  color: #161619;
  margin-left: 0;
  font-weight: 600;
}
.blog .sidebar .widget .tags {
  width: 100%;
  display: block;
  margin-bottom: 0;
  padding: 0;
}
.blog .sidebar .widget .tags li {
  display: inline-block;
  list-style: none;
  margin-bottom: 5px;
}
.blog .sidebar .widget .tags li a {
  font-weight: 600;
  font-size: 11px;
  background: #ffffff;
  color: #161619;
  line-height: 1;
  padding: 3px 6px;
}
.blog .sidebar .widget .tags li a:hover {
  color: #09c4c5;
  text-decoration: none;
}
.blog .sidebar .widget .mini-works {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.blog .sidebar .widget .mini-works li {
  width: 33.3333%;
  display: inline-block;
  margin: 0;
  padding: 4px;
  list-style: none;
}
.blog .post {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 50px 0;
  color: #161619;
}
.blog .post.single {
  position: relative;
}
.blog .post.single .post-image {
  width: 100%;
  margin-bottom: 50px;
}
.blog .post.single .post-content {
  width: 100%;
  padding: 0 60px;
}
.blog .post.single .post-content .post-title {
  font-size: 4vw;
  line-height: 1.4;
}
.blog .post:nth-child(even) {
  position: relative;
}
.blog .post:nth-child(even) .post-image {
  order: 2;
}
.blog .post:nth-child(even) .post-image:before {
  right: auto;
  left: -25px;
}
.blog .post:nth-child(even) .post-content {
  order: 1;
  padding-right: 60px;
  padding-left: 0;
  text-align: right;
}
.blog .post .post-image {
  width: 45%;
  margin: 0;
  position: relative;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
}
.blog .post .post-image img {
  position: relative;
  width: 100%;
}
.blog .post .post-image:before {
  content: "";
  width: 90%;
  height: 60%;
  position: absolute;
  right: -25px;
  bottom: -30px;
  z-index: 0;
  background: url(../images/dot-pattern.png) right;
  background-size: 10px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  opacity: 0.2;
}
.blog .post .post-content {
  width: 55%;
  padding-left: 60px;
}
.blog .post .post-content h5 {
  font-weight: 600;
  margin-top: 30px;
}
.blog .post .post-content ul {
  margin-bottom: 30px;
  padding-left: 20px;
}
.blog .post .post-content ul li {
  margin: 0;
}
.blog .post .post-content .social-share {
  width: 100%;
  float: left;
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
}
.blog .post .post-content .social-share li {
  float: left;
  margin-right: 5px;
  padding: 0;
  list-style: none;
}
.blog .post .post-content .social-share li.facebook a {
  background: #475993;
}
.blog .post .post-content .social-share li.twitter a {
  background: #76a9ea;
}
.blog .post .post-content .social-share li.google-plus a {
  background: #f34a38;
}
.blog .post .post-content .social-share li.linkedin a {
  background: #0077b7;
}
.blog .post .post-content .social-share li.youtube a {
  background: #f61c0d;
}
.blog .post .post-content .social-share li a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  float: left;
  background: #ffffff;
  color: #fff;
  border: none;
  border-radius: 0;
}
.blog .post .post-content .image-left {
  width: 40%;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.blog .post .post-content .image-full {
  width: 100%;
  display: block;
  margin: 30px 0;
}
.blog .post .post-content .post-date {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  opacity: 0.5;
}
.blog .post .post-content .post-title {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 3vw;
  font-weight: 800;
}
.blog .post .post-content .post-title a {
  color: #161619;
}
.blog .post .post-content .post-title a:hover {
  color: #09c4c5;
  text-decoration: none;
}
.blog .post .post-content .post-author {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.blog .post .post-content .post-author img {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
}
.blog .post .post-content .post-author span {
  display: inline-block;
  color: #a7a7a7;
}
.blog .post .post-content .post-author span a {
  color: #161619;
  font-size: 15px;
}
.blog .post .post-content .post-author span a:hover {
  color: #09c4c5;
}
.blog .post .post-content .post-categories {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  padding: 0;
}
.blog .post .post-content .post-categories li {
  display: inline-block;
  list-style: none;
}
.blog .post .post-content .post-categories li a {
  font-weight: 600;
  font-size: 11px;
  background: #ffffff;
  color: #161619;
  line-height: 1;
  padding: 3px 6px;
}
.blog .post .post-content .post-categories li a:hover {
  color: #09c4c5;
  text-decoration: none;
}
.blog .post .post-content .post-link {
  font-family: "Poppins", sans-serif;
  border-bottom: 2px solid #09c4c5;
  padding-bottom: 5px;
  color: #161619;
}
.blog .post .post-content .post-link:hover {
  color: #09c4c5;
  text-decoration: none;
}

/* CLIENTS */
.clients {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 150px;
  background: #fff;
}
.clients .mapImage {
  padding-top: 35px;
  margin-bottom: 50px;
}
.clients .mapImage .map {
  margin-left: -100px;
  max-width: 110%;
  display: block;
}
.clients .partners {
  padding-top: 35px;
}
.clients .partners h6 {
  font-family: "Poppins", sans-serif;
  display: block;
  text-align: start;
  font-weight: 700;
  font-size: 25px;
  color: #1b1f5a;
  padding-bottom: 15px;
}
.clients .partners ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.clients .partners ul li {
  width: 33.33333%;
  margin: 0;
  padding: 32px 50px 32px 0;
  list-style: none;
}
.clients .compliance {
  padding-top: 40px;
}
.clients .compliance h6 {
  font-family: "Poppins", sans-serif;
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 25px;
  color: #1b1f5a;
  padding-bottom: 15px;
}
.clients .compliance ul {
  width: 100%;
  display: grid;
  flex-wrap: wrap;
  margin: 0px 0px 0px 0px;
  padding: 0;
  text-align: center;
  justify-content: start;
}
.clients .compliance ul li {
  width: 35%;
  margin: 0 0 10px 0;
  padding-right: 0px;
  padding-bottom: 10px;
  list-style: none;
  text-align: center;
  display: inline-block;
}
.clients .compliance ul li img {
  width: 100%;
}
.clients .compliance p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 35px;
  line-height: 36px;
  color: #3e3e3e;
}

/* CONTACT */
.section-choice {
  padding: 30px 15px;
  max-width: 100%;
}
#iam {
  height: 58px;
  border:none;
}
.places .creation a {
  color: #000000;
  text-decoration: none;
}

.places .copyright {
  margin: 0;
}
.places .creation {
  margin-left: auto;
}
.places .creation a {
  color: #ffffff;
  text-decoration: none;
}
.places .creation a:hover {
  text-decoration: underline;
  color: #09c4c5;
}
.contact {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  background: #fff;
}
.contact h6 {
  font-weight: 600;
  margin-top: 30px;
}
.contact address {
  display: block;
}
.contact address p {
  margin: 0;
}
.contact address a {
  text-decoration: underline;
}
.contact .contact-form {
  width: 100%;
  display: block;
}
.contact .contact-form #contact {
  display: block;
}
.contact .contact-form #contact .form-group {
  display: block;
  position: relative;
  margin-bottom: 35px;
}
.contact .contact-form #contact .form-group span {
  width: 100%;
  line-height: 58px;
  position: absolute;
  left: 0;

  padding: 0 20px;
  z-index: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.contact .contact-form #contact .form-group span.label-up {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}
.contact .contact-form #contact .form-group input[type="text"] {
  width: 400px;
  background: none;
  position: relative;
  z-index: 2;
}
.contact .contact-form #contact .form-group input:focus + span {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}
.contact .contact-form #contact .form-group textarea {
  width: 500px;
  background: none;
  position: relative;
  z-index: 2;
}
.contact .contact-form #contact .form-group textarea:focus + span {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}
.contact .contact-form #contact .form-group label.error {
  width: 100%;
  color: red;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 13px;
}
.contact .contact-form #success,
.contact .contact-form #error {
  display: none;
  float: left;
}
.contact .contact-form #error {
  background: red;
  color: #fff;
}
.contact .contact-form #success {
  background: green;
  color: #fff;
}
.contact .contact-form .alert {
  border: none;
  border-radius: 0;
  padding: 20px 30px;
}
.contact .map {
  width: 80%;
  height: 400px;
  display: block;
  background: #ffffff;
}
.contact .map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* FOOTER */
.footer {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
  color: #fff;
  background: #161839 url(../images/footer-bg.png) center center no-repeat;
  background-size: 70% auto;
}
.footer h2 {
  font-weight: 300;
  margin-bottom: 50px;
  font-size: 50px;
  line-height: 50px;
}
.footer .boxContact figcaption {
  display: table-cell;
  vertical-align: middle;
}
.footer .boxContact figcaption h3 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}
.footer .boxContact figcaption h3 small {
  font-family: 25px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}
.footer .boxContact figcaption h6 {
  font-family: "Poppins", sans-serif;
  display: block;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 16px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  margin-top: 15px;
}
.footer .boxContact figcaption .social ul {
  margin: 0;
  padding: 0;
}
.footer .boxContact figcaption .social ul li {
  display: block;
  margin-left: 0px;
  padding: 5px 0px;
}
.footer .boxContact figcaption .social ul li .iconSocial {
  width: 24px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.footer .boxContact figcaption .social ul li .iconSocial i {
  display: inline-block;
}
.footer .boxContact figcaption .social ul li a {
  color: #fff;
  font-size: 13px;
}
.footer .boxContact figcaption .social ul li a:hover {
  color: #09c4c5;
}
.footer .boxContact figcaption hr {
  border: 0px;
  border-top: 3px solid #ffffff;
  width: 40%;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
}
.footer .boxContact.red {
  border: 1px solid #09c4c5;
  padding: 25px;
}
.footer .boxContact.red h6 {
  color: #09c4c5;
}
.footer .boxContact.red hr {
  border-color: #09c4c5;
}
.footer .boxContact.blue {
  border: 1px solid #6e98e8;
  padding: 25px;
}
.footer .boxContact.blue h6 {
  color: #6e98e8;
}
.footer .boxContact.blue hr {
  border-color: #6e98e8;
}
.footer .menus {
  text-align: center;
  display: table;
  max-width: 17%;
}
.footer .menus .boxMenus {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.footer .menus .boxMenus .centerMenus {
  display: inline-block;
  text-align: left;
}
.footer .menus .boxMenus .centerMenus .links {
  padding-bottom: 20px;
  border-bottom: 4px solid #09c4c5;
  margin-bottom: 30px;
}
.footer .menus .boxMenus .centerMenus ul {
  margin: 0;
  padding: 0;
  display: block;
  text-align: left;
}
.footer .menus .boxMenus .centerMenus ul li {
  display: block;
  margin-left: 0px;
  padding: 5px 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.footer .menus .boxMenus .centerMenus .titleSocial {
  font-family: "PT Serif", sans-serif;
  color: #09c4c5;
}
.footer .menus .boxMenus .centerMenus ul.social li {
  display: inline-block;
  padding-right: 5px;
}
.footer .menus .boxMenus .centerMenus ul.social li a {
  font-size: 24px;
}
.footer .link {
  color: #fff;
  font-size: 17px;
  border-bottom: 1px solid #09c4c5;
  padding-bottom: 5px;
}
.footer .link:hover {
  border-color: #fff;
  text-decoration: none;
}
.footer .footer-bar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
}
.footer .footer-bar .copyright {
  margin: 0;
}
.footer .footer-bar .creation {
  margin-left: auto;
}
.footer .footer-bar .creation a {
  color: #ffffff;
  text-decoration: none;
}
.footer .footer-bar .creation a:hover {
  text-decoration: underline;
  color: #09c4c5;
}
.footer .boxFooter {
  margin: 0px;
  justify-content: space-between;
}

/* CUSTOM CONTAINER */
@media only screen and (max-width: 1300px),
  only screen and (max-device-width: 1300px) {
  .intro p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .intro .years {
    padding-bottom: 15px;
  }
  .footer .boxContact figcaption h6 {
    font-size: 16px;
  }
  .footer .boxContact figcaption .social ul li {
    padding: 2px 0px;
    font-size: 14px;
  }
  .family .agents .number {
    font-size: 100px;
    line-height: 90px;
  }
  .family .agents .subTitle {
    font-size: 22px;
    margin-top: -12px;
  }
  .family .small-title h6 {
    font-size: 22px;
  }
  .family .small-title h3 {
    font-size: 50px;
    line-height: 50px;
  }
  .family .small-title {
    margin-bottom: 30px;
  }
  .family .bigfamily p {
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  p {
    font-size: 16px;
    line-height: 30px;
  }
  .small-title h3 {
    font-size: 40px;
  }
  .founder .boxFounder .descFounder .small-title h3 {
    margin-bottom: 30px;
  }
  .founder .boxFounder .descFounder .small-title h6 {
    font-size: 24px;
  }
  .founder .boxFounder .descFounder {
    padding: 30px;
  }
}

/* RESPONSIVE TABLET FIXES */
@media only screen and (max-width: 991px),
  only screen and (max-device-width: 991px) {
  .section-title {
    font-size: 8vw;
    margin-bottom: 50px;
  }
  .page-header .inner {
    padding-left: 160px;
  }
  .all-cases .inner {
    padding-left: 160px;
  }
  .social-media .inner ul li {
    font-size: 4vw;
  }
  .all-cases .inner ul li {
    font-size: 10vw;
  }
  .works {
    padding: 80px 0;
  }
  .works ul li {
    width: 50%;
  }
  .slider .gallery-thumbs .swiper-slide-active span {
    width: 100%;
    font-size: 8vw;
    line-height: 11vw;
  }
  .intro .col-lg-7 {
    padding-left: 15px;
    margin-top: 50px;
  }
  .text-content-block {
    padding: 80px 0;
  }
  .intro-image {
    padding-bottom: 80px;
  }
  .icon-content-block .col-lg-3:nth-child(3) {
    margin-top: 0;
  }
  .icon-content-block .content-block {
    padding: 30px 20px;
  }
  .process {
    margin-bottom: 80px;
  }
  .process .col-lg-3:first-child {
    margin-bottom: 40px;
  }
  .process .odometer {
    font-size: 8vw;
  }
  .testimonials {
    margin-top: 80px;
  }
  .testimonials:before {
    display: none;
  }
  .testimonials .col-lg-6:first-child {
    order: 2;
  }
  .testimonials .col-lg-6:last-child {
    order: 1;
  }
  .testimonials .testimonials-slider {
    margin-top: 40px;
    width: 100%;
  }
  .testimonials .swiper-pagination {
    bottom: 65px;
  }
  .testimonials .testimonial {
    padding: 50px 80px;
  }
  .testimonials .section-title {
    margin-top: 80px;
  }
  .team {
    padding: 80px 0;
  }
  .team:before {
    display: none;
  }
  .team .col {
    width: 33.33333%;
    flex-basis: auto;
    flex-grow: inherit;
  }
  .team figure {
    margin: 30px 0;
  }
  .team figure figcaption {
    color: #fff;
  }
  .team h5 {
    margin-bottom: 40px;
    margin-top: 0;
  }
  .intro {
    padding: 80px 0;
  }
  .clients {
    padding: 80px 0;
  }
  .blog {
    padding: 30px 0;
  }
  .blog .col-lg-9 {
    padding-right: 15px;
  }
  .clients {
    margin-bottom: 100px;
  }
  .clients .compliance ul li {
    width: 45%;
    margin: 0 0 10px 0;
  }
  .clients .compliance ul li img {
    width: 100%;
  }
  .contact {
    padding: 80px 0;
  }
  .contact .map {
    width: 100%;
    margin: 50px 0;
  }
  .contact .contact-form {
    margin-top: 30px;
  }
  .footer h6 {
    font-size: 26px;
  }
  .footer ul {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
  .footer ul li {
    margin-left: 0;
    margin-right: 10px;
  }
  .intro .lineDivider {
    border: 0px;
  }
  .family .bigfamily p {
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 35px;
  }
  .process .textTotal {
    font-size: 90px;
    line-height: 100px;
  }
  .process .symbol {
    font-size: 20px;
  }
  .process small {
    font-size: 15px;
  }
  .footer .boxContact figcaption h3 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0px;
  }
  .footer .boxContact figcaption h6 {
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .footer .boxContact figcaption h3 small {
    display: inline-block;
    margin-right: 5px;
  }
  .footer .boxContact.red {
    padding: 10px;
  }
  .footer .boxContact figcaption .social ul li {
    padding: 2px 0px;
    font-size: 12px;
  }
  .footer .boxContact figcaption .social ul li .iconSocial {
    width: 14px;
  }
  .familyImage {
    margin-top: 15px;
  }
  .places .contact-form {
    padding: 40px 0px 0px 0px;
  }
  .footer h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .footer .footer-bar {
    margin-top: 20px;
    padding: 20px 0px;
  }
  .footer .menus .boxMenus .centerMenus .links {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .footer .menus .boxMenus .centerMenus ul li {
    padding: 0px;
  }
  .footer .menus .boxMenus .centerMenus ul li a {
    font-size: 14px;
  }
  .footer .col-md-4 {
    -ms-flex: 0 0 39%;
    flex: 0 0 39%;
    max-width: 37%;
  }
  .footer .col-md-4.menus {
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
  }
  .parallaxContent {
    width: 100%;
  }
  .parallaxContent .parallax-window {
    max-width: 100%;
  }
  .intro .spaceImages {
    height: 600px;
  }
  .intro .parallaxContent .parallax-window#parallax_1 {
    width: 35%;
    min-height: 360px;
    top: 10%;
    left: 65%;
    z-index: 4;
  }
  .intro .parallaxContent .parallax-window#parallax_2 {
    width: 58%;
    min-height: 260px;
    top: 28%;
    position: relative;
    z-index: 4;
  }
  .intro .parallaxContent .parallax-window#parallax_3 {
    width: 80%;
    min-height: 380px;
    top: 0px;
  }
  .parallax-mirror:nth-child(4) {
    border-top: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
  }
  .parallax-mirror:nth-child(3) {
    border-top: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
  }
  .family .agents {
    padding-top: 10px;
  }
  .family .familyImage {
    padding: 0px;
    margin: 0px;
  }
  .family .spaceImages {
    padding: 0px;
    margin: 0px;
  }
  .family .bgImage {
    display: none;
  }
  .family .imgMobile {
    display: block;
  }
  .page-loaded .left-side {
    z-index: 1010;
  }
  .parallax-mirror {
    display: none;
  }
}

/* RESPONSIVE MOBILE FIXES */
@media only screen and (max-width: 767px),
  only screen and (max-device-width: 767px) {
  .section-title {
    font-size: 9vw;
    margin-bottom: 40px;
  }
  .slider .gallery-thumbs {
    width: 100%;
    margin: 0;
  }
  .page-header .inner {
    padding-left: 100px;
  }
  .page-header .inner p {
    font-size: 17px;
    padding-right: 10%;
  }
  .all-cases .inner {
    padding-left: 100px;
  }
  .all-cases .inner ul li {
    font-size: 13vw;
  }
  .site-navigation .inner {
    padding-left: 0;
  }
  .site-navigation .inner ul li {
    line-height: 1;
  }
  .site-navigation .inner ul li a {
    font-size: 34px;
  }
  .site-navigation .inner ul li i {
    font-size: 20px;
    margin-left: 13px;
  }
  .site-navigation .inner ul li small {
    display: none;
  }
  .site-navigation .inner ul li ul {
    margin-top: 10px;
  }
  .site-navigation .inner ul li ul li a {
    font-size: 22px;
  }
  .left-side {
    width: auto;
    border-right: none;
  }
  .left-side .follow-us {
    display: none;
  }
  .slide-progress {
    display: none;
  }
  .all-cases-link {
    right: 15px;
  }
  .swiper-button-next {
    right: 20px;
  }
  .swiper-button-prev {
    right: 90px;
  }
  .icon-content-block .col-lg-3:nth-child(3) {
    margin: 50px 0;
  }
  .icon-content-block .content-block {
    padding: 0;
  }
  .icon-content-block .content-block.selected {
    background: none;
    box-shadow: none;
  }
  .icon-content-block .content-block.selected:before {
    display: none;
  }
  .testimonials .testimonial {
    padding: 70px 50px;
  }
  .testimonials .swiper-pagination {
    bottom: 85px;
  }
  .team .col {
    width: 50%;
  }
  .works ul li {
    width: 100%;
  }
  .works ul li:nth-child(2n + 2) {
    margin-top: 0;
  }
  .works ul li:nth-child(3n + 3) {
    margin-top: 0;
  }
  .clients ul li {
    padding: 30px 20px;
    width: 50%;
  }
  .blog .post .post-image {
    width: 100%;
    margin-bottom: 40px;
  }
  .blog .post .post-content {
    width: 100%;
    padding: 0 !important;
  }
  .blog .post:nth-child(even) {
    text-align: left;
  }
  .blog .post:nth-child(even) .post-image {
    order: 1;
  }
  .blog .post:nth-child(even) .post-content {
    order: 2;
    text-align: left;
  }
  .blog .post .post-content .post-title {
    font-size: 7vw;
  }
  .blog .post.single .post-content .post-title {
    font-size: 8vw;
  }
  .footer h2 {
    font-size: 7vw;
  }
  .footer h2 br {
    display: none;
  }
  .footer .footer-bar .creation {
    width: 100%;
    display: block;
    margin-top: 5px;
  }
  .intro {
    padding: 50px 0px;
  }
  .process {
    margin-bottom: 30px;
    padding: 40px 0px;
  }
  .process .boxNumber {
    text-align: left;
  }
  .intro .col-lg-7 {
    margin-top: 20px;
  }
  .intro .section-title {
    font-size: 60px;
    line-height: 40px;
  }
  .intro .years b {
    font-size: 100px;
  }
  .intro .years h4 {
    font-size: 20px;
  }
  .video-hero .inner span {
    font-size: 8vw;
    line-height: 7vw;
  }
  .small-title h3 {
    font-size: 30px;
  }
  .small-title h6 {
    font-size: 16px;
    line-height: 30px;
  }
  .clients {
    padding: 50px 0px;
    margin-bottom: 0px;
  }
  .clients .compliance h6 {
    font-size: 18px;
  }
  .clients .partners h6 {
    font-size: 18px;
    text-align: left;
  }
  .clients .mapImage .map {
    margin-left: -30px;
    max-width: 110%;
  }
  .clients .partners ul li {
    padding: 30px 30px;
    width: 50%;
  }
  .clients .compliance ul li {
    padding: 10px 5px;
    width: 60%;
    margin: 0;
  }
  .family .small-title h6 {
    font-size: 20px;
  }
  .family .small-title h3 {
    font-size: 50px;
    line-height: 55px;
  }
  .family .small-title {
    margin-bottom: 20px;
  }
  .family .agents .desc {
    padding-bottom: 30px;
  }
  .family .familyImage .bigTitle {
    left: 7vw;
    top: 7vw;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -2px;
  }
  .founder {
    margin-bottom: 80px;
  }
  .founder .boxFounder .descFounder {
    padding: 30px;
  }
  .founder .boxFounder .descFounder .small-title h3 {
    margin-bottom: 30px;
  }
  .founder .boxFounder .descFounder .small-title h6 {
    font-size: 28px;
  }
  .familyImage {
    margin-top: 15px;
  }
  .places {
    padding: 60px 0px;
  }
  .places .contact-form {
    padding: 40px 0px 0px 0px;
  }
  .places .contact-form h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .places figure figcaption .line hr {
    border-width: 10px;
  }
  .places figure figcaption h6 {
    font-size: 26px;
    padding-bottom: 0px;
  }
  .places figure figcaption small {
    font-size: 14px;
  }
  .places .contact-form #contact .form-group button {
    width: 100%;
    padding: 12px 0px;
    height: auto;
  }
  .talk .line .vLine.dotted {
    border-width: 2px;
  }
  .section-choice {
    display: flex;
    flex-direction: column;
  }
  .iam-choice {
    display: flex;
    flex-direction: column;
  }
  p {
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .footer h2 {
    font-size: 26px;
    margin-bottom: 25px;
    line-height: 26px;
  }
  .footer .footer-bar {
    padding: 10px 0px;
    text-align: center;
    margin-top: 20px;
  }
  .footer .footer-bar .copyright {
    text-align: center;
    margin: 0px auto;
  }
  .footer .menus .boxMenus .centerMenus {
    width: 100%;
  }
  .footer .menus .boxMenus .centerMenus ul {
    width: 50%;
  }
  .footer .menus .boxMenus .centerMenus ul li {
    padding: 0px;
  }
  .footer .menus .boxMenus .centerMenus ul li a {
    font-size: 12px;
    line-height: 12px;
    padding: 0px;
  }
  .footer .menus .boxMenus .centerMenus .links {
    padding-right: 20px;
    border-right: 2px solid #09c4c5;
    border-bottom: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .footer .menus .boxMenus .centerMenus .titleSocial {
    display: block;
    font-size: 14px;
    color:#09c4c5;

  }
  .footer .menus .boxMenus .centerMenus .social {
    width: calc(100% - 0px);
    margin-top: 10px;

  }
  .footer .menus .boxMenus .centerMenus ul.social li {
    padding-right: 5px;
    margin: 0px;
    width: 20%;
  }
  .footer .menus .boxMenus .centerMenus ul.social li a {
    font-size: 20px;
  }
  .footer .boxContact.red {
    padding: 10px;
  }
  .footer .boxContact figcaption h3 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0px;
  }
  .footer .boxContact figcaption h6 {
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .footer .boxContact figcaption h3 small {
    display: inline-block;
    margin-right: 5px;
  }
  .footer .boxContact figcaption hr {
    display: none;
  }
  .footer .boxContact figcaption .social ul li {
    padding: 2px 0px;
    font-size: 12px;
  }
  .footer .boxContact figcaption .social ul li .iconSocial {
    width: 14px;
  }
  .footer .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .col-md-4.menus {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  
  }
  .left-side {
    width: auto;
    height: 100vh;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 10;
    text-align: left;
    border-right: 0px;
    padding: 30px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 1s;
    opacity: 0;
    padding-left: 7vw;
  }
  .left-side .logo {
    display: inline-block;
    margin-bottom: auto;
    margin-top: 5vw;
  }
  .left-side .logo img {
    width: 70px;
  }
  .left-side .wordsHeader {
    display: inline-block;
    text-align: left;
    font-family: "Poppins", sans-serif;
    margin-bottom: 5vw;
  }
  .left-side .wordsHeader .simple {
    width: 100%;
    font-size: 10vw;
    line-height: 9vw;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.3vw;
  }
  .left-side .wordsHeader .color {
    width: 100%;
    font-size: 10vw;
    line-height: 9vw;
    font-weight: 800;
    color: #20e2c8;
    letter-spacing: -0.3vw;
  }
  .left-side .wordsHeader .color2 {
    width: 100%;
    font-size: 10vw;
    line-height: 9vw;
    font-weight: 800;
    color: #20e2c8;
    letter-spacing: -0.3vw;
  }
  .left-side .wordsHeader .tags {
    font-size: 3.5vw;
    font-weight: 800;
    color: #fff;
    padding-top: 10px;
    text-transform: uppercase;
  }
  .parallaxContent {
    width: 100%;
  }
  .parallaxContent .parallax-window {
    max-width: 100%;
  }
  .intro .spaceImages {
    height: 86vw;
  }
  .intro .col-lg-6.contentIntro {
    padding-left: 7vw;
    padding-top: 8vh;
  }
  .intro .parallaxContent .parallax-window#parallax_1 {
    width: 35vw;
    min-height: 60vw;
    top: 10vw;
    left: 65%;
    z-index: 4;
    border-top: 10px solid #ffffff;
    border-left: 10px solid #ffffff;
  }
  .intro .parallaxContent .parallax-window#parallax_2 {
    width: 60vw;
    min-height: 40vw;
    top: 40vw;
    position: relative;
    z-index: 4;
    border-top: 10px solid #ffffff;
    border-right: 10px solid #ffffff;
  }
  .intro .parallaxContent .parallax-window#parallax_3 {
    width: 110vw;
    min-height: 60vw;
    top: 0px;
    left: -15vw;
    max-width: calc(100vw + 10vw);
  }
  .parallax-mirror:nth-child(4) {
    border-top: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
  }
  .parallax-mirror:nth-child(3) {
    border-top: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
  }
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding: 0px 7vw;
  }
  .process p.col-lg-8 {
    padding: 20px 0px 35px 0px;
    margin: 0px;
  }
  .family .col-lg-6.textFamily {
    padding: 0px;
  }
  .family .agents {
    padding-left: -7vw;
  }
  .family .boxFamaly {
    margin-left: 0px;
    margin-right: 0px;
  }
  .family .bigfamily {
    padding: 0px 7vw;
  }
  .titlesingle {
    padding-top: 80px;
  }
  .places .concentText label {
    font-size: 14px;
  }
  .footer .boxFooter {
    margin: 0px;
    flex-wrap: nowrap;
  }
  .footer .boxFooter .infoFooter {
    padding-left: 0px;
    padding-right: 0px;
    width: 50%;
  }
  .left-side {
    pointer-events: none;
  }
  .left-side .logo {
    pointer-events: fill;
  }
  .clients .partners ul {
    border-top: 1px solid #eee;
  }
  .titleReport {
    display: flex;
    max-width: 50%;
    margin-left:20px;
  }
  .reportIssue {
    font-family: "PT Serif", sans-serif;
    display: block;
    font-size: 14px;
    text-align: center;
  }
  .logo_issue img{
    width:30px
  }
  .main-header{
    padding: 65px 0 0 0;
  }
}

/* ANIMATIONS */
@keyframes texteffect {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes texteffect {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes show-img-1 {
  0%,
  66.6% {
    visibility: hidden;
  }
  100%,
  66.7% {
    visibility: visible;
  }
}

@keyframes show-img-1 {
  0%,
  66.6% {
    visibility: hidden;
  }
  100%,
  66.7% {
    visibility: visible;
  }
}

@-webkit-keyframes slide-bg-2 {
  33.3% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.05, 1);
    transform: scale(0.05, 1);
  }
  66.6% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  66.7% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}

@keyframes slide-bg-2 {
  33.3% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.05, 1);
    transform: scale(0.05, 1);
  }
  66.6% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  66.7% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}

.label-file {
  visibility: hidden;
}

.label-file > #upload {
  cursor: pointer;
  border:1px solid #1B1F5A;
  background-color: #1B1F5A;
  color: #FFFFFF;
  padding:12px 20px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  border-radius: 4px;
  margin:0;
  width: 200px;
}

.label-file .fa-check {
  color: #38de38;
  visibility: hidden;
  font-size: 20px;
  position: absolute;
  left: 210px;
  top:15px
}

.label-file .fa-upload {
  margin:0 5px 0 15px;
  font-size: 16px;
}

#custom-file-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 0;
}

#custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

#s3 section {
  margin: 0 auto;
}
.s3-column {
  width: 95% !important;
}
#s3 h2 {
  font-size: max(2.5vw, 18pt);
  font-weight: 500;
  line-height: max(3.5vw, 55px);
  margin: 3vh 0;
}
#s3 h3 {
  font-weight: 700;
  font-size: 50px;
  color: #1b1f5a;
  letter-spacing: -2px;
}
.ad-formats a > img:hover {
  background: 0 0;
  transition: 0.2s;
  opacity: 0.7;
}
#s3 .formats {
  height: 50vh;
  width: auto;
  margin: -5vh 5vw 0 0;
  position: relative;
}
#s3 .formats img {
  width: auto;
}
#s3 .banner-pink1 {
  position: absolute;
  top: 2vh;
  left: -2vw;
  height: 28vh;
  transition: transform 350ms;
}
#s3 .formats:hover .banner-pink1 {
  transform: translate3d(-20px, -16px, 0);
}
#s3 .banner-pink2 {
  position: absolute;
  top: 13vh;
  right: -5vw;
  height: 42vh;
  transition: transform 350ms;
}
#s3 .formats:hover .banner-pink2 {
  transform: translate3d(20px, 16px, 0);
}
#s3 .ad-formats {
  margin: 10vh 0 0;
}
#s3 .ad-formats h2 {
  color: #110630;
  margin: 2vh 0;
}
@media screen and (max-width: 990px) {
  #s3 .s3-column {
    display: flex;
    flex-direction: column;
  }
  #s3 .formats {
    height: 60vw !important;
  }
  #s3 .ad-formats {
    margin: 2vh 0 5vh;
    text-align: center;
  }
  #s3 .banner-pink1 {
    position: absolute;
    top: 2vh;
    left: 0;
    height: 29vw;
    transition: transform 350ms;
  }
  #s3 .formats:hover .banner-pink1 {
    transform: translate3d(-20px, -16px, 0);
  }
  #s3 .banner-pink2 {
    position: absolute;
    top: 10vh;
    right: 1vw;
    height: 43vw;
    transition: transform 350ms;
    display: none;
  }
}
@media (max-width: 790px) {
  #s3 .s3-column {
    display: flex;
    flex-direction: column;
  }
  #s3 .formats {
    height: 56vw !important;
    width: auto;
    margin: -7vh 0 0 3vw;
    position: relative;
  }
  #s3 .ad-formats {
    margin: 6vh 0;
  }
  #s3 .banner-pink1 {
    position: absolute;
    top: 2vh;
    left: 0;
    height: 29vw;
    transition: transform 350ms;
  }
  #s3 .formats:hover .banner-pink1 {
    transform: translate3d(-20px, -16px, 0);
  }
  #s3 .banner-pink2 {
    position: absolute;
    top: 6vh;
    right: 4vw;
    height: 43vw;
    transition: transform 350ms;
  }
  #s3 .formats:hover .banner-pink2 {
    transform: translate3d(10px, 16px, 0);
  }
  #s3 .ad-formats {
    text-align: center;
  }
  #s3 h2 {
    margin: 2vh 0 4vh !important;
    line-height: 35px;
    font-size: max(2.5vw, 19pt);
  }
  #s3 h3 {
    margin: 0;
  }
  .titleReport {
    display: flex;
    max-width: 50%;
    margin-left:20px;
  }
}

.logo_issue img {
  /* max-width: 100%; */
  width: 36px;
  margin: 8px 0 0;
  position: absolute;
}

.titleReport {
  display: flex;
  flex-direction: column;
  font-family: "PT Serif", sans-serif;
  color: #09c4c5;
  margin-left: 20px;
}