@font-face {
  font-family: 'Omnes';
  src: url('../fonts/OmnesPro-Regular.woff2') format('woff2'),
      url('../fonts/OmnesPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Omnes-Semibold';
  src: url('../fonts/OmnesPro-Semibold.woff2') format('woff2'),
      url('../fonts/OmnesPro-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Omnes-Medium';
  src: url('../fonts/OmnesPro-Medium.woff2') format('woff2'),
      url('../fonts/OmnesPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Omnes-Bold';
  src: url('../fonts/OmnesPro-Bold.woff2') format('woff2'),
      url('../fonts/OmnesPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  box-sizing: border-box;
  font-family: 'Omnes';
  overflow-x: hidden;
}
/*-- Inspiration taken from abdo steif -->
/* --> https://codepen.io/abdosteif/pen/bRoyMb?editors=1100*/

/* Navbar section */
html {
  scroll-behavior: smooth;
}
.height-100 {
  height: 100%;
}
a:hover {
  color: #FC4034;
}
span.strong {
  font-family: 'Omnes-Semibold';
}
.nav {
  width: 100%;
  height: 100px;
  position: fixed;
  line-height: 40px;
  text-align: center;
  padding: 62px 140px 62px 140px;
  z-index:100;
}

.nav div.logo {
  float: left;
  width: auto;
  height: auto;
    
}

.nav div.main_list {
  height: 50px;
  float: right;
}

.nav div.main_list ul {
  width: 100%;
  height: 50px;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav div.main_list ul li {
  height: 50px;
  padding: 0 15px;
  margin-right: 45px;
  background-color: transparent;
  background: linear-gradient(to left, transparent 50%, #FC4034 50%) right;
  background-size: 200%;
  transition: .5s ease-out;
  border-radius: 10px;
  width: 160px;
}

.nav div.main_list ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  display: flex;
  font-family:'Omnes-Semibold';
  align-items: center;
  justify-content: center;
}

.nav div.main_list ul li:hover {
  background-position: left;
}
.nav div.main_list ul li:hover a {
  color: #fff !important;
  transition: .8s;
}
.main_list ul li.active {
 background-position: left !important;
}
.main_list ul li.active a {
  color: #fff !important;
}
.nav div.main_list ul li.lang , .lang{
  margin-right: 0;
  background: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
  height: 50px;
  width: 170px;
}
.nav div.main_list ul li.lang .dropdown , .lang .dropdown{
  width: 100%;
  height: 100%;
}
.nav div.main_list ul li.lang .dropdown button , .lang .dropdown button{
  background-color: #fff;
  font-family: 'Omnes-Semibold';
  font-size: 14px;
  width: 100%;
  height: 100%;
  padding: 0 19px;
  text-align: left;
  border-radius: 10px;
}
.nav div.main_list ul li.lang .dropdown button:focus ,.lang .dropdown button:focus {
  box-shadow: none;
}
.lang .dropdown-toggle::after {
  margin-top: 10px;
  float: right;
}
.lang .dropdown-menu.show {
  width: 100%;
  border-radius: 10px;
}
.nav div.main_list ul li.lang .dropdown button img , .lang .dropdown button img{
  padding-right: 7.5px;
}
.nav div.main_list ul li.lang a, .lang a {
  color: #000;
  font-size: 14px;
}
.nav div.main_list ul li a i {
  padding-right: 20px;
  font-size: 30px;
}

/* Home section */

.home {
  width: 100%;
  height: 100vh;
  background-image: url(../img/slider.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.navTrigger {
  display: none;
}


.nav {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slider-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 90%;
  padding-left: 140px;
  padding-bottom: 100px;
}
.corporate-slider.slider-text {
  top: 190px;
  justify-content: flex-start;
}
.corporate-slider.slider-text .slick-prev, .corporate-slider.slider-text  .slick-next {
  top: 25%;
}
.corporate-slider .slick-prev {
  left: -10px;
}

.slider-text h3 {
  font-size: 55px;
  font-family: 'Omnes';
}
.slider-text h1 {
  font-size: 80px;
  font-family: 'Omnes-Semibold';
}
.strongest {
  font-size: 80px;
  font-family: 'Omnes-Semibold'; 
  color: #fff;
  line-height: 1;
}
.slider-text p {
  font-size: 17px;
  font-family: 'Omnes';
  margin: 8px 0;
}
.app-logos {
  display: flex;
  flex-direction: row;
  margin-top: 80px;
}
.app-logos a {
  margin-top: 13px;
}
.app-logos a:last-child {
  margin-left: 20px;
}
section#first-sc{
  padding: 150px 0;
}
section#third-sc {
  padding: 100px 0 300px 0;
}
section#fourth-sc {
  padding: 80px 0;
}
section#fifth-sc {
  padding-bottom: 150px;
  padding-top: 80px;
}
section#sixth-sc {
  background: #333333;
  padding: 111px 0 80px 0;
}
section#page-sc {
  padding: 200px 0 100px 0;
}
section#advantages-sc {
  padding: 100px 0;
}
.page-header {
  background-color: #F6F7F5;
  padding: 30px 140px 30px 140px;
}
.page-container {
  padding: 0 140px;
}
.page-header.nav div.main_list ul li a {
  color: #333;
}
.page-header.affix.nav div.main_list ul li a {
  color: #fff;
}
.body-head {
  font-size: 36px;
  padding-bottom: 20px;
  color: #000;
  text-align: center;
  font-family: 'Omnes-Semibold';
}
span.red {
  color: #fc4034;
}
.box {
  text-align: center;
  margin: 20px 0;
}
.box h5 {
  margin: 20px 0;
  font-family: 'Omnes-Semibold';
  font-size: 20px;
}
.box p {
  margin: 10px 0;
  font-family: 'Omnes';
  font-size: 14px;
  line-height: 1.6;
}
.yellow-btn {
  background-color: #E99F5E;
  color: #fff;
  padding: 14px 40px;
  font-size: 14px;
  font-family: 'Omnes-Medium';
  border-radius: 25px;
  border: 1px solid #E79F64;
  margin-top: 15px;
}
.yellow-btn:hover {
  background-color: #FC4034;
}
.map-text {
  text-align: center;
  position: relative;
  bottom: 312px;
  margin-bottom: -200px;
}
.map-text .map-count {
  font-size: 170px;
  font-family: 'Omnes-Bold';
  color: #FC4034;
  margin: 0;
}
.map-text h5 {
  font-size: 77px;
  font-family: 'Omnes';
}
.map-text h5 .yellow-big {
  font-family: 'Omnes-Bold';
  color: #E99F5E;
}
.map-text p {
  font-size: 16px;
  font-family: 'Omnes';
  color: #000;
}
.middle-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.middle-left-head {
  font-size: 50px;
  font-family :'Omnes';
  font-weight: lighter;
  color: #000;
  margin-bottom: 30px;
}
.middle-left-head .vevez-red {
  color: #FC4034;
  font-family: 'Omnes-Semibold';
}
.middle-left-p {
  font-size: 16px;
  font-family: 'Omnes';
  color: #000;
  line-height: 1.6;
  margin-top: 9px;
}
.middle-right-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.animate , .animate2{
  opacity: 0;
}
.animate-right.on {
  animation: fadeInRight;
  animation-duration: 2s;
  opacity: 1;
}
.animate-fadeIn.on {
  animation: fadeIn;
  animation-duration: 3s;
  opacity: 1;
}
.animate-left.on {
  animation: fadeInLeft;
  animation-duration: 2s;
  opacity: 1;
}
.animate-fade.on {
  animation: fadeInDown;
  animation-duration: 2s;
  opacity: 1;
}
.animate-top.on {
  animation: fadeInUp;
  animation-duration: 2s;
  opacity: 1;
}
.animate-bottom.on {
  animation: fadeInDown;
  animation-duration: 2s;
  opacity: 1;
}
.bottom-head {
  font-size: 49px;
  color: #333;
  font-family: 'Omnes';
  text-align: center;
  margin-bottom: 12px;
}
.bottom-head span {
  color: #FC4034;
  font-family: 'Omnes-Semibold';
}
.bottom-text {
  color: #000;
  font-size: 15px;
  font-family: 'Omnes';
  text-align: center;
}
.bottom-list {
  padding-left: 0;
  margin-top: 70px;
}
.bottom-list li {
  list-style: none;
  float: left;
  margin: 0 3%;
}
.bottom-list li .bottom-list-img {
  border-radius: 50%;
  box-shadow: 0px 0px 16px #00000010;
  text-align: center;
  width: 114px;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
}
.bottom-list li img {
  margin: 20px 0;
}
.bottom-list li h6 {
  font-family: 'Omnes-Medium';
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}
.bottom-list-img:hover {
  background-color: #FC4034;
  color: #fff;
  transition: .5s;
}
.item {
  transition: .5s;
  margin-top: 50px;
}
.item-header {
  box-shadow: 0px 30px 30px #0000000B;
  border: 5px solid #E6E6E6;
  border-radius: 30px;
  padding: 30px 120px;
  width: 100%;
  transition: .5s;
}
.item-header h3 {
  color: #333333;
  font-family: 'Omnes-Semibold';
  font-size: 34px;
  margin: auto 0;
}
.inner-list , .outer-list {
  padding-left: 0;
  line-height: 2;
}
.inner-list li , .outer-list li{
  list-style: none;
}
.spec-collapse .row , .item-header{
    width: -webkit-fill-available;
}
.spec-collapse {
  padding: 0px 120px;
}
.item.opened .item-header{
  border: none;
  box-shadow: none;
  padding-bottom: 0;
}
.item.opened {
  box-shadow: 0px 30px 30px #0000000B;
  border: 5px solid #E79F64;
  border-radius: 30px;
  background: #FEF8E9;
  padding: 60px 0px 110px 0px;
  transition: .5s;
}
.item-img {
  max-width: 70px;
}
.outer-list {
  margin: 0;
  vertical-align: bottom;
  height: 58%;
  display: flex;
  flex-direction: column-reverse;
}
.item.opened .yellow-btn{
  display: none;
}
.item .close-btn {
  display: none;
}
.item.opened .close-btn {
  display: block;
  margin-left: auto;
  position: relative;
  top: -20px;
}
.item-header .yellow-btn {
    margin-left: auto;
    display: block;
}
.lib-head {
  font-family: 'Omnes';
  font-size: 49px;
  color: #333333;
  text-align: center;
}
.lib-head span.red {
  font-family: 'Omnes-Semibold';
}
.lib-text {
  text-align: center;
  font-family: 'Omnes';
  font-size: 16px;
  color: #333333;
}
.bottom-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: flex-start;
}
.bottom-left h4 {
  font-family: 'Omnes';
  font-size: 65px;
  color: #fff;
}
.bottom-left .vevez-bold {
  font-family: 'Omnes-Semibold';
}
.bottom-left .yellow-btn {
  padding-right: 15px;
  margin-top: 50px;
}
.bottom-left .yellow-btn i {
  padding-left: 20px;
}
.sidebar::after {
  content: '';
  position: absolute;
  height: 450px;
  width: 1px;
  right: 85px;
  top: 20px;
  background-color: #EBECE7;
}
.sidebar li {
  list-style: none;
}
.first-list {
  padding: 0;
}
.sidebar {
  position: sticky;
  left: 0;
  overflow: hidden;
  top: 100px;
}
.sidebar .first-list li a {
  font-family: 'Omnes-Semibold';
  font-size: 16px;
  color: #333333;
}
.sidebar .first-list li {
  margin: 5px 0;
}
.sidebar .second-list {
  margin: 20px 0;
  
}
.sidebar .second-list li {
  margin: 5px 0;
}
.sidebar .second-list li a {
  font-family: 'Omnes';
  font-size: 14px;
  cursor: pointer;
}

.sidebar .first-list li a.active {
  color: #FC4034;
}
.sidebar .first-list li a:hover {
  color: #FC4034;
  text-decoration: none;
}
.content-area h4 {
  font-size: 32px;
  font-family: 'Omnes-Semibold';
  color: #000000;
  margin: 30px 0 30px 0;
}
.content-area p {
  font-family: 'Omnes';
  font-size: 16px;
  margin: 15px 0;
}
.content-area .spec-head {
  font-size: 42px;
  color: #FC4034;
}
.hide-item{
  display: none;
  padding-bottom: 20px;
}
.lessBtn {
  display: none;
}
.moreBtn , .lessBtn{
  background-color: #fc4034;
}
.red-bg {
  background-color: #fc4034;
  margin-top: 30px; 
}
.white-header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  background: url(../img/shadow.png);
  top: 0;
  left: 0;
  background-size: contain;
}








footer {
  background-color: #F9F9F9;
}
.footer-container {
  padding: 40px 140px;
}
.footer-head {
  font-size: 34px;
  font-family: 'Omnes';
  font-weight: lighter;
  color: #333;
  margin-bottom: 20px;
}
.footer-app-list {
  padding: 20px 0;
}
.footer-app-list a{
  margin-right: 30px;
}
.footer-list {
  display: inline-block;
}
.footer-list ul{
  padding-left: 0;
}
.footer-list li {
  list-style: none;
  margin: 12px 0;
}
.footer-list li a {
  font-size: 16px;
  font-family: 'Omnes-Semibold';
  color: #000;
}
.footer-list li.active a {
  color: #FC4034;
}
.lang-choose {
  color: #333;
  font-size: 15px;
  font-family: 'Omnes-Semibold';
  text-align: right;
  margin-bottom: 20px;
  padding-right: 3px;
}
.footer-right-list {
  display: inline-block;
  float: right;
}
.footer-border {
  border-bottom: 1px solid #70707026;
  padding-bottom: 60px;
}
.copy {
  font-size: 14px;
  font-family: 'Omnes-Semibold';
  margin: 0;
}
.copy span {
  color: #FC4034;
}
.copy-list {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
.copy-list li {
  float: left;
  list-style: none;
  padding-left: 30px;
}
.copy-list li a {
  font-size: 15px;
  font-family: 'Omnes-Semibold';
  color: #4F5259;
  opacity: .4;
}
.mobile-slider .box img {
  width: 40%;
}





/* Media qurey section */

@media screen and (max-width: 1440px) {
  .nav div.main_list ul li {
    margin-right: 20px;
    padding: 0 5px;
  }
  .nav div.main_list ul li a {
    font-size: 15px;
  }
  .nav div.main_list ul li a i {
    padding-right: 5px;
  }
  .slider-text h3 {
    font-size: 45px;
  }
  .slider-text h1 {
    font-size: 70px;
  }
  .slider-text p {
    font-size: 15px;
  }
  .sidebar::after {
    right: 35px;
  }
  .nav div.main_list ul li {
    background-size: 201%;
  }
}

@media screen and (max-width: 1280px) { 
  .nav div.main_list ul li {
    margin-right: 10px;
  }
  .nav div.main_list ul li a {
    font-size: 12px;
  }
  .nav div.main_list ul li a i {
    padding-right: 3px;
  }
  .slider-text h3 {
    font-size: 35px;
  }
  .slider-text h1 {
    font-size: 60px;
  }
  .slider-text p {
    font-size: 12px;
  }
  .nav div.logo {
    width: 150px;
  }
  .logo img {
    width: 100%;
  }
  .nav div.main_list ul li a i {
    font-size: 20px;
  }
  .page-header {
    padding: 30px 50px 30px 75px;
  }
  .nav div.main_list ul li.lang, .lang {
    width: 140px;
  }
  .nav div.main_list ul li.lang .dropdown button, .lang .dropdown button {
    font-size: 12px;
  }
  .nav div.main_list ul li.lang .dropdown button img, .lang .dropdown button img {
    width: 25px;
  }
}
.mobile-slider {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

@media screen and (max-width: 1280px) {  
  .page-header {
    padding: 30px;
  }
}
@media screen and (min-width:769px) {
  .no-desktop {
    display: none !important;
  }
}
@media screen and (max-width:768px) {
    .no-mobile {
      display: none !important;
    }
    .no-overflow {
      overflow: hidden;
    }
    .navTrigger {
        display: block;
    }
    .nav div.logo {
        margin-left: 15px;
    }
    .nav div.main_list {
        width: 100%;
        height: 0;
        overflow: hidden;
    }
    .nav div.show_list {
        height: auto;
        display: none;
        background-color: #fff;
        height: 100vh;
    }
    .nav div.main_list {
      position: absolute;
      top: 0;
      left: 0;
      padding-top: 100px;

    }
    .nav div.main_list ul {
      flex-direction: column;
      width: 100%;
      height: 35%;
      right: 0;
      left: 0;
      bottom: 0;
      background-color: #fff;
      /*same background color of navbar*/
      background-position: center top;
    }
    .nav div.main_list ul li {
      width: 100%;
      text-align: right;
      padding: 10px 0;
      height: auto;
    }
    .nav div.main_list ul li a {
      text-align: center;
      width: 100%;
      font-size: 18px;
      color: #3F3F3F;
      justify-content: flex-start;
      padding-left: 30px;
      font-family: 'Omnes-Medium';
    }
    .nav div.main_list ul li a i {
      display: none;
    }
    .nav div.media_button {
        display: block;
    }
    .nav div.main_list ul li.lang {
      display: none;
    }
    .logo {
      z-index: 99;
      position: relative;
    }
    .mobile-lang {
      padding: 25px 30px;
      border-top: 1px solid #7070702e;
      border-bottom: 1px solid #7070702e;
    }
    .mobile-lang .footer-right-list {
      float: none;
      display: flex;
      flex-direction: row;
      align-items: center;
    }
    .mobile-lang .footer-right-list .lang {
      margin-left: auto;
    }
    .mobile-lang .footer-right-list .lang .dropdown-item img {
      margin-right: 5px;
    }
    .mobile-lang .lang-choose {
      margin-bottom: 0;
    }
    .mobile-app-logos ul {
      background-color: #3333331a !important;
      padding: 35px 0 !important;
    }
    .mobile-app-logos ul li {
      display: block;
      height: auto !important;
      padding: 10px 0 !important;
    }
    .mobile-app-logos li:last-child {
      margin-top: 5px;
    }
    .mobile-black {
      background-color: #000;
      height: 100vh;
      width: 100%;
    }
    .mobile-bg {
      background-color: #fef8e9;
    }
    section#third-sc {
      padding: 50px 0 100px 0;
    }
    section#first-sc {
      padding: 50px 0;
    }
    section#fourth-sc {
      padding: 30px 0;
    }
    section#fifth-sc {
      padding-bottom: 50px;
      padding-top: 50px;
    }
    section#page-sc {
      padding: 130px 0 50px 0;
    }
    .map-text .map-count {
      font-size: 70px;
    }
    .map-text h5 {
      font-size: 28px;
    }
    .map-text p {
      font-size: 15px;
    }
    .map-text {
      bottom: 110px;
      margin-bottom: -110px;
    }
    .middle-left-head {
      font-size: 35px;
      margin-bottom: 10px;
    }
    .middle-left-p {
      line-height: 2.6;
    }
    .bottom-head {
      font-size: 29px;
    }
    .bottom-list {
      margin-top: 20px;
    }
    .bottom-list li {
      list-style: none;
      margin: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row;
    }
    .bottom-list li:nth-child(even) {
      float: right;
    }
    .bottom-list li:nth-child(odd) {
      float: left;
    }
    .bottom-list li .bottom-list-img {
      width: 65px;
      height: 65px;
      font-size: 27px;
    }
    .footer-container {
      padding: 25px 15px;
    }
    .footer-left .footer-app-list a:last-child img {
      margin-top: 15px;
    }
    .footer-list li a {
      font-family: 'Omnes-Medium';
    }
    footer .footer-right-list {
      display: flex;
      float: none;
      flex-direction: row;
      align-items: center;
      justify-content: center;
    }
    footer .footer-right-list .lang-choose {
      margin: 0;
    }
    footer .footer-right-list .lang {
      margin-left: auto;
    }
    .body-head {
      font-size: 21px;
    }
    .box img {
      width: 100%;
    }
    .page-container {
      padding: 0 15px;
    }
    .sidebar::after {
      right: 120px;
    }
    .content-area h4 {
      font-size: 28px;
    }
    .content-area .spec-head {
      font-size: 38px;
    }
    .item-header {
      padding: 10px 30px;
    }
    .item-header h3 {
      font-size: 18px;
      text-align: center;
    }
    .item-header .yellow-btn {
      margin-right: auto;
    }
    .mobile-abs-div {
      position: relative;
    }
    .mobile-abs-div img {
      position: absolute;
      top: 0;
      bottom: 0;
    }
    .yellow-btn {
      padding: 6px 20px;
      margin-top: 7px;
    }
    .col-md-7.d-flex {
      display: block !important;
    }
    .item-header {
      height: 110px;
      display: flex;
      align-items: center;
    }
    .bottom-left h4 {
      font-size: 32px;
      text-align: center;
    }
    .bottom-left .yellow-btn {
      margin: 15px auto 30px auto;
    }
    section#sixth-sc {
      padding: 40px 0;
    }
    .bottom-right {
      max-width: 80%;
      margin-left: auto;
      display: block;
      margin-right: auto;
    }
    .spec-collapse {
      padding: 0 40px;
    }
    .item.opened .close-btn {
      top: 0;
    }
    .item.opened {
      padding: 30px 0;
    }
    .item:first-child {
      margin-top: 0;
    }
    .app-logos {
      margin-top: 20px;
    }
    html {
      overflow-x: hidden;
    }
    .copy {
      text-align: center;
    }
    .copy-list {
      justify-content: center;
    }
    .bottom-list li h6 {
      font-size: 16px;
    }
}


/* Animation */
/* Inspiration taken from Dicson https://codemyui.com/simple-hamburger-menu-x-mark-animation/ */

.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
}

.navTrigger i {
    background-color: #000;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}
.affix .navTrigger i {
  background-color: #fff;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

.affix {
  padding: 30px 140px 10px 140px;
  background-color: #111;
  z-index: 99;
}
.logo-normal {
  display: block;
}
.logo-white {
  display: none;
}
.affix .logo-normal {
  display: none;
}
.affix .logo-white {
  display: block;
}
@media only screen and (max-width: 768px) {
  .slider-text {
    padding-left: 0;
    width: 100%;
    justify-content: center;
  }
  .app-logos {
    flex-direction: column;
  }
  .app-logos a:last-child {
    margin-left: 0;
  }
  .white-header::after {
    content: none;
  }
  .nav {
    padding: 30px 10px 0px 0px;
  }
}





.myH2 {
  text-align:center;
  font-size: 4rem;
}
.myP {
  text-align: justify;
  padding-left:15%;
  padding-right:15%;
  font-size: 20px;
}
@media all and (max-width:700px){
  .myP {
    padding:2%;
  }
}