video#full-video {  
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

video#full-video-desktop {  
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.dots-image-2 img {
	border: 5px solid transparent;
	-webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: box-shadow;
    transition-property: border;
}

.dots-image-2:hover img {
	border: 5px solid #226c8d;
}

.about-top-text {
    font-size: 30px;
    line-height: 1.2;
    padding-left: 5px;
    padding-bottom: 50px;
}

.about-top-text span {
    padding-left: 50px;
}

.hey-section {
	border:5px solid #333333;
	padding: 200px 10px 10px 10px;
	font-size: 100px;
    text-align: center;
	color: #333333;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: box-shadow;
    transition-property: border;
}

.hey-section:hover {
	border:5px solid #226c8d;
}

.new-project-title {
	font-size: 70px;
    font-weight: bold;
    color: white;
    width: 860px;
    line-height: 1.2;
	/*-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);*/
	/* OLD */
    /*-webkit-transform: translateY(50px);
    transform: translateY(50px);*/
    z-index: 2;
    position: relative;
	margin:0 auto 20px;
	text-decoration: underline;
	text-underline-position: under;
	-webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: box-shadow;
    transition-property: color;
}

.project-container:hover .new-project-title {
    color: #F4B425;
}

.new-project-box {
	width: 600px;
	padding: 20px 50px;;
    background: white;
    position: relative;
    z-index: 2;
	margin-top: -50px;
	float: right;
}

.new-project-box-2 {
	width: 400px;
	padding: 20px;
    background: white;
    position: relative;
    z-index: 2;
	margin-top: -50px;
	float: right;
}

.new-project-box-content {
	
}

.new-project-box-title {
	text-transform: uppercase;
	color: #333333;
	font-size: 14px;
}

.new-project-box-des {
    font-size: 12px;
}


.bg-white {
	background-color: white;
	color: #333333;
}

.project-pt {
	padding-top: 150px;
}

.video-slider-desktop {
	display: inherit;
}

.video-slider-mobile {
	display: none;
}

.project-container {
    padding-bottom: 100px;
}

/*Swiper - Projects*/
.swiper-container {
  width: 100%;
}

.swiper-slide {
  background-size: cover;
  background-position: 50%;
  min-height: 700px;
  /*display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;*/
}

.project-container.small-project .swiper-slide {
  background-size: cover;
  background-position: 50%;
  min-height: 470px;
  /*display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;*/
}

.small-project .new-project-title {
    font-size: 40px;
    font-weight: bold;
    color: white;
    width: 400px;
    line-height: 1.2;
    /*-webkit-transform: translateY(25px);
    transform: translateY(25px);*/
    z-index: 2;
    position: relative;
    margin: 0 auto 20px;
    text-decoration: underline;
	text-underline-position: under;
	-webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: box-shadow;
    transition-property: color;
}

.small-project:hover .new-project-title {
    color: #F4B425;
}

.swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-button-container {
  background-color: rgba(0, 0, 0, 0.25);
}
.swiper-button-prev {
  background-image: url("../images/slider/arrow-left.gif")!important;
  background-size: cover;
}
.swiper-button-next {
  background-image: url("../images/slider/arrow-right.gif")!important;
  background-size: cover;
}


.swiper-button-prev, .swiper-button-next {
	width: 171px!important;
    height: 132px!important;
    background-size: 171px 132px!important;
}

.small-project .swiper-button-prev, .swiper-button-next {
	width: 114px!important;
    height: 88px!important;
    background-size: 114px 88px!important;
}

.swiper-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
}
.swiper-slide h2 {
  pointer-events: none;
  opacity: 0;
  color: #ffffff;
  font-size: calc(5vw);
  letter-spacing: -1px;
  transform: translateY(-5%) scale(0.8);
  transition: 1s ease;
  text-transform: uppercase;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.01);
}
.swiper-slide-active h2 {
  opacity: 1;
  transform: translateY(0%) scale(1);
  transition: 1s ease;
}






@media (min-width: 1920px){
.swiper-slide {
    min-height: 900px;
}	
}


@media (max-width: 992px){
.swiper-button-prev, .swiper-button-next {
	width: 57px!important;
    height: 44px!important;
    background-size: 57px 44px!important;
}

.small-project .swiper-button-prev, .swiper-button-next {
	width: 57px!important;
    height: 44px!important;
    background-size: 57px 44px!important;
}

.new-project-box {
    width: 350px;
    padding: 20px 30px;
}
.new-project-box-2 {
    width: 350px;
    padding: 20px 30px;
}		
	
.new-project-box-content {
	margin-bottom: 10px;
}	
.new-project-title {
    width: 100%;
    font-size: 40px;
    margin: 0 0 20px 0;
}
.small-project .new-project-title {
	width: 100%;
    font-size: 40px;
    margin: 0 0 20px 0;	
}	
}



/*Mobile*/

@media (max-width: 768px){
  .video-slider-desktop {
	display: none;
}
	.video-slider-mobile {
	display: inherit;
}
.jumbotron {
    margin-top: -84px!important;
}
.mmsvg #NameSvg {
    position: relative;
    width: 220px;
}
.preloader__logo {
    justify-content: left;
}
.mmsvg {
    text-align: left;
    margin-left: 40px;
}
.preloader__progress {
    right: 41px!important;
}
.preloader__progress span {
    font-size: 25px!important;
    line-height: 25px!important;
}
.new-project-box-content {
    line-height: 1.8;
}	
.new-project-box {
    width: 200px;
    padding: 15px 20px;
	margin-top: -100px;
}
.new-project-box-2 {
    width: 250px;
    padding: 20px 30px;
	margin-top: -100px;
}	
.new-project-title {
    width: 100%;
    font-size: 40px;
    margin: 0 0 20px 0;
}
.small-project .new-project-title {
	width: 100%;
    font-size: 40px;
    margin: 0 0 20px 0;	
}	
.projects-content {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
}
.swiper-slide {
  min-height: 350px;
}

.project-container.small-project .swiper-slide {
  min-height: 350px;
}	
}