.marketing {
  position: relative;
  padding: 100px;
  width: 100%;
}

.marketing header {
  left: 0;
  top: 0;
}

.lft-mnu-layout {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lft-mnu-layout .lml-fold-left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lft-mnu-layout .lml-fold-left .lml-fo-top {
  width: 100%;
}

.lft-mnu-layout .lml-fold-left .lml-fo-bottom {
  width: 100%;
}

.lft-mnu-layout .lml-fold-right {
  width: 50%;
}

.lft-mnu-layout.scrolled {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.lft-mnu-layout.scrolled .lml-fold-left {
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lft-mnu-layout.scrolled .lml-fold-right {
  width: calc(100% - 300px);
}

body {
  padding: 0;
  margin: 0;
}

/* center w logo setting start */
body .static-img {
  position: fixed;
  left: calc(50% - 175px);
  top: calc(50% - 127px);
  z-index: 301;
  opacity: 0;
  width: 350px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

body .static-img .imgs-container {
  position: relative;
  width: 100%;
}

body .static-img .imgs-container .w-left {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

body .static-img .imgs-container .w-left svg {
  width: 350px;
  max-width: 350px;
  fill: #fff;
}

body .static-img .imgs-container .w-right {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}

body .static-img .imgs-container .w-right svg {
  width: 350px;
  max-width: 350px;
  float: right;
}

body .static-img svg {
  max-width: 100%;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

body .static-img .st0 {
  fill: none;
  stroke-miterlimit: 10;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  stroke-width: 5px;
}

body .static-img .st1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  stroke-width: 5px;
}

/* center w logo setting end */
body .click-arrow {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
  border: 6px solid rgba(0, 0, 0, 0.1);
  /*   position: absolute;
	top: 0;
  right: 10%; */
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

body .click-arrow:hover {
  -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

body .click-arrow i {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

body .click-arrow i:before {
  font-size: 150px;
  color: white;
}

.homepage-cover {
  display: none;
}

body .home-folds .header-video-parent {
  display: block;
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}

.header-video-parent iframe {
  z-index: -100;
  transform: scale(1.1);
}

.video-cover {
  z-index: 100;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 1023px) {
  body .click-arrow {
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    float: right;
    margin: 20px 0 0 0;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
  }

  .homepage-cover {
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
  }

  body .home-folds .header-video-parent {
    display: none;
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
	
  body .home-folds .header-video-parent-copy {
    display: block!important;
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  body .click-arrow i:before {
    font-size: 54px;
  }
}

body .home-folds .header-video-parent .header-video {
  z-index: 1;
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100vw;
  min-height: 100vh;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body .home-folds .header-video-parent .skip {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 9999999;
}

body .home-folds .slide-one-content {
  position: relative;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

body .home-folds .slide-one-content .play {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 9999999;
}

body .home-folds .slide-one-content .hcs-bg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 30px;
  height: 100vh;
  width: 100vw;
}

body .home-folds .slide-one-content .hcs-bg .hcs-img {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

body .home-folds .slide-one-content .hcs-center {
  position: relative;
  z-index: 11;
}

/* center w logo position setting start */
/* .fp-viewing-4 .static-img,
.fp-viewing-5 .static-img */
.fp-viewing-1 .static-img,
.fp-viewing-2 .static-img,
.fp-viewing-3 .static-img,
.fp-viewing-4 .static-img {
  opacity: 1;
  z-index: 301;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media (min-width: 1024px) and (max-width: 1200px) {
  body .static-img {
    top: calc(50% - 50px);
  }

  .fp-viewing-1 .static-img,
  .fp-viewing-2 .static-img,
  .fp-viewing-3 .static-img,
  .fp-viewing-4 .static-img {
    opacity: 1;
    z-index: 301;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  body .static-img {
    top: calc(50% - 75px);
  }

  .fp-viewing-1 .static-img,
  .fp-viewing-2 .static-img,
  .fp-viewing-3 .static-img,
  .fp-viewing-4 .static-img {
    opacity: 1;
    z-index: 301;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
}
@media (max-height: 800px){
	body .static-img {
    top: calc(50% - 50px);
  }

  .fp-viewing-1 .static-img,
  .fp-viewing-2 .static-img,
  .fp-viewing-3 .static-img,
  .fp-viewing-4 .static-img {
    opacity: 1;
    z-index: 301;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.fp-viewing-5 .static-img {
  transform: scale(0.1);
}

.fp-viewing-0 .st0 {
  stroke: #ed1a90;
}


.fp-viewing-0 .st1 {
  fill: #ed1a90;
}

.fp-viewing-1 .st0 {
  stroke: #ed1a90;
}

.fp-viewing-1 .st1 {
  fill: #ed1a90;
}

.fp-viewing-2 .st0 {
  stroke: #f3af1c;
}

.fp-viewing-2 .st1 {
  fill: #f3af1c;
}

.fp-viewing-3 .st0 {
  stroke: #f36f27;
}

.fp-viewing-3 .st1 {
  fill: #f36f27;
}

.fp-viewing-4 .st0 {
  stroke: #41AAE0;
}

.fp-viewing-4 .st1 {
  fill: #41AAE0;
}


/* 
.fp-viewing-5 .st0 {
    stroke: #74C2E9;
}

.fp-viewing-5 .st1 {
    fill: #74C2E9;
} */

.open~.static-img {
  opacity: 1;
  z-index: 301;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 1024px) {
  .static-img {
    display: none !important;
    width: 60px !important;
    height: 60px !important;
    right: 30px;
    left: auto !important;
    bottom: auto !important;
    top: 10px !important;
  }

  .static-img .imgs-container {
    width: 60px !important;
    height: 60px !important;
  }

  .static-img .imgs-container .w-left {
    display: none !important;
  }

  .static-img .imgs-container .w-right {
    max-width: 100% !important;
    max-height: 100% !important;
    width: 60px !important;
    height: 60px;
  }

  .static-img .imgs-container .w-right svg {
    max-width: 100% !important;
    max-height: 100% !important;
    width: 60px;
    fill: white;
  }

  /*   #slideTwo .flex-stretch {
    flex-direction: column-reverse;
    justify-content: flex-end;
    background-color: #ed2690 !important;
  }

  #slideTwo .column-sm-6:last-child {
    background-color: #ed2690 !important;
  }

  #slideTwo .column-sm-6:last-child h2 {
    color: white !important;
    position: relative;
    font-weight: bold;
    font-size: calc(33px + (46 - 33) * ((100vw - 320px) / (2000 - 320)));
  }

  #slideTwo .column-sm-6:last-child .home-bottom-text {
    max-width: 100%;
  }

  #slideTwo .column-sm-6:last-child .home-bottom-text p {
    color: white !important;
  }

  #slideThree .flex-stretch {
    flex-direction: column-reverse;
    justify-content: flex-end;
    background-color: #f3af1c;
  }

  #slideThree .column-sm-6:last-child {
    background-color: #f3af1c !important;
  }

  #slideThree .column-sm-6:last-child h2 {
    color: white !important;
    position: relative;
    font-weight: bold;
    font-size: calc(33px + (46 - 33) * ((100vw - 320px) / (2000 - 320)));
  }

  #slideThree .column-sm-6:last-child .home-bottom-text {
    max-width: 100%;
  }

  #slideThree .column-sm-6:last-child .home-bottom-text p {
    color: white !important;
  }

  #slideFour .flex-stretch {
    flex-direction: column-reverse;
    justify-content: flex-end;
    background-color: #f36f27;
  }

  #slideFour .column-sm-6:last-child {
    background-color: #f36f27 !important;
  }

  #slideFour .column-sm-6:last-child h2 {
    color: white !important;
    position: relative;
    font-weight: bold;
    font-size: calc(33px + (46 - 33) * ((100vw - 320px) / (2000 - 320)));
  }

  #slideFour .column-sm-6:last-child .home-bottom-text {
    max-width: 100%;
  }

  #slideFour .column-sm-6:last-child .home-bottom-text p {
    color: white !important;
  }

  #slideFive .flex-stretch {
    flex-direction: column-reverse;
    justify-content: flex-end;
    background-color: #9f799f;
  }

  #slideFive .column-sm-6:last-child {
    background-color: #9f799f !important;
  }

  #slideFive .column-sm-6:last-child h2 {
    color: white !important;
    position: relative;
    font-weight: bold;
    font-size: calc(33px + (46 - 33) * ((100vw - 320px) / (2000 - 320)));
  }

  #slideFive .column-sm-6:last-child .home-bottom-text {
    max-width: 100%;
  }

  #slideFive .column-sm-6:last-child .home-bottom-text p {
    color: white !important;
  }

  #slideSix .flex-stretch {
    flex-direction: column-reverse;
    justify-content: flex-end;
    background-color: #87cbec;
  }

  #slideSix .column-sm-6:last-child {
    background-color: #87cbec !important;
  }

  #slideSix .column-sm-6:last-child h2 {
    color: white !important;
    position: relative;
    font-weight: bold;
    font-size: calc(33px + (46 - 33) * ((100vw - 320px) / (2000 - 320)));
  }

  #slideSix .column-sm-6:last-child .home-bottom-text {
    max-width: 100%;
  }

  #slideSix .column-sm-6:last-child .home-bottom-text p {
    color: white !important;
  } */
}


.scrolldown-btn {
  position: absolute;
  z-index: 302;
  color: white;
  width: 100vw;
  text-align: center;
  top: 90vh;
  -webkit-animation-name: pop;
  animation-name: pop;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.scrolldown-icon {
  cursor: pointer;
}

@-webkit-keyframes pop {
  0% {
    padding-top: 0px;
  }

  50% {
    padding-top: 15px;
  }

  100% {
    padding-top: 0px;
  }
}

@keyframes pop {
  0% {
    padding-top: 0px;
  }

  50% {
    padding-top: 15px;
  }

  100% {
    padding-top: 0px;
  }
}

.service-intro {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 500px) {
  .twclogo-on-video-pos {
    display: none;
  }
}

@media (max-width: 768px) {
  .scrolldown-btn {
    text-align: right;
    padding-right: calc(100vw/10);
  }
}



@keyframes words {
  0%   {opacity: 0%;}
  25%  {opacity: 100%;}
  50%  {opacity: 100%;}
  75%  {opacity: 100%;}
  100% {opacity: 0%;}
}

div .words h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 48px;
  line-height: 600px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  top:50%;
  transform: translate(5%, -170%);
  animation-duration: 5s;
  animation-name: words;
  opacity: 0%;

	
}
@keyframes words2 {
  0%   {opacity: 0%; transform: scale(200%);}
  25%  {opacity: 100%; transform: scale(200%);}
  50%  {opacity: 100%; transform: scale(200%);}
  75%  {opacity: 100%; transform: scale(50%);}
  100% {opacity: 0%; transform: scale(50%);}
}

div .words2 h1 {
	color: rgba(255, 255, 255, 0.8);
  font-size: 48px;
  line-height: 600px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  top:50%;
  transform: translate(-25%, -275%);
  animation-duration: 5s;
  animation-name: words2;
  animation-delay: 7s;
  opacity: 0%;
	}
} 
