/*Layouts css goes here*/


.main-banner-wrap {
	overflow: hidden;
}


.background-video-title {
   position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  z-index: 2;
}

.background-video-wrap:before {
	content: '';
      background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.pb-10 {
	padding-bottom: 100px!important;
}

.pt-10 {
	padding-top: 100px!important;
}

.background-video-wrap {
   position: absolute;
   top: 0;
   min-height: 90vh;
}

.about-strategy-info:before {
	    max-width: 688px;
    display: block;
    position: absolute;
    bottom: -60px;
    background-size: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    height: 155px;
    right: -50px;
    width: 100%;

}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateX(0%)
  }
  50% {
    -webkit-transform: translateX(10%)
  }
  100% {
    -webkit-transform: translateX(0%)
  }
}

@keyframes floatingTop {
  0% {
    transform: translateY(0%)
  }
  50% {
    transform: translateY(20%)
  }
  100% {
    transform: translateY(0%)
  }
}

@-webkit-keyframes floatingTop {
  0% {
    -webkit-transform: translateY(0%)
  }
  50% {
    -webkit-transform: translateY(5%)
  }
  100% {
    -webkit-transform: translateY(0%)
  }
}

#scrollingItem {
	    animation-name: floatingTop;
    -webkit-animation-name: floatingTop;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
      position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
}

.background-video-title {
	top: 42%!important;
}

.mobile-nav {
	    justify-content: flex-end;
}

@media only screen and (min-width: 1300px) {
	.background-video-title + .container svg {
      position: relative;
      right: -136px;
      bottom: -5px;
 	}
}
@media only screen and (max-width: 981px) {
   .about-strategy-info:before {
  	
  }
  .interesting-title {
  	    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-menu {
  display: none!important;
  }
  .background-video-title {
    position: relative;
    z-index: 2;
        top: auto;
        margin: 40px 0;
  }
  .main-banner-wrap {
       min-height: 90vh;
  }
  #scrollingItem {
  	display: none!important;
  }
 
}