/*
  #Google Fonts 
*/
@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro:200,700');

/*
  #Custom Layout
*/
body {
	font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
	color: #FFF;
	line-height: 1.5;
	background-color: #040404;
}

.align {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/*
  #onepage-pagination 
*/
.onepage-pagination li a:before {
	background-color: #FFF;
}
.onepage-pagination li a.active:before {
	border: 2px solid #FFF;
}

/*
  #Carousel-Fade Layout
*/
.carousel-fade .carousel-inner .item {transition-property:opacity;}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner  .active.right {opacity:0;}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {opacity:1;}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {left:0;transform:translate3d(0, 0, 0);}
.carousel-fade .carousel-inner .carousel-control {z-index 2;}

/*
  #loading
*/
.loading .fixed-align {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	z-index: 11;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.loading img {
	width: 25%;
	margin-bottom: 5px;
}
.loading .inner {
	font-size: 30px;
	text-transform: capitalize;
	color: #FFF;
	overflow: hidden;
	height: 30pt;
	line-height: 30pt;
	text-align: center;
	letter-spacing: 1px;
}
.loading .inner .scroller {
	-webkit-animation: 7s 2s normal linear infinite scroll;
	animation: 7s 2s normal linear infinite scroll;
}
.loading .inner .scroller p {
	margin: 0;
}
.loading .bg {
	position: fixed;
	top:0;
	left: 0;
	height: 100vh;
	z-index: 10;
    border-right: 1px solid rgba(255, 255, 255, 0.019);
    background-color: #040404;
}
.loading .bg:nth-child(2) {
	left: 25%;
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}
.loading .bg:nth-child(3) {
	left: 50%;
	-webkit-animation-delay: .14s;
	animation-delay: .14s;
}
.loading .bg:nth-child(4) {
	left: 75%;
	border-right: none;
	-webkit-animation-delay: .18s;
	animation-delay: .18s;
}
.slide-up {
	-webkit-animation:slideUp 900ms cubic-bezier(1.000, 0.000, 0.000, 1.000) both;
    animation:slideUp 900ms cubic-bezier(1.000, 0.000, 0.000, 1.000) both;
}
@-webkit-keyframes slideUp {
    0% {
		height: 100vh;
	}
    100% {
		height: 0vh;
	}
}
@keyframes slideUp {
    0% {
		height: 100vh;
	}
    100% {
		height: 0vh;
	}
}
@-webkit-keyframes scroll {
   0%  	{ margin-top: 0; }
   15% 	{ margin-top: 0; }

   25%  { margin-top: 0; }
   40%  { margin-top: 0; }
   
   50%  { margin-top: -30pt; }
   65%  { margin-top: -30pt; }

   75%  { margin-top: -30pt; }
   90%  { margin-top: -30pt; }

   100% { margin-top: 0; }
}
@keyframes scroll {
   0%  	{ margin-top: 0; }
   15% 	{ margin-top: 0; }

   25%  { margin-top: 0; }
   40%  { margin-top: 0; }
   
   50%  { margin-top: -30pt; }
   65%  { margin-top: -30pt; }

   75%  { margin-top: -30pt; }
   90%  { margin-top: -30pt; }

   100% { margin-top: 0; }
}
/*
  #first
*/
.first {
	overflow: hidden;
}
.first .logo {
	padding: 30px 0;
}
.first .logo img {
	width: 16%;
}
.first .fixed-text {
	background-image: url(../images/slider-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
.first .fixed-text h1 {
    font-size: 8vw;
    text-transform: capitalize;
    margin-top: 0;
}
.first .fixed-text p {
    font-size: 40px;
    text-transform: capitalize;
	margin: 0;
}
/*
  #second
*/
.second .container {
	padding-top: 200px;
}
.second h1 {
    font-size: 75px;
    line-height: 70px;
	margin: 0 0 25px;
}
.second h1 span {
	display: block;
}
.second p {
	font-size: 18px;
	margin: 0;
}
.second ol {
	position: absolute;
	bottom: 10%;
	left: 50%;
	margin-bottom: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.second li span {
	display: block;
	cursor: pointer;
	width: 30px;
	height: 30px;
	border: 2px solid #FFF;
	border-radius: 50%;
}
.second li:first-child span {
	background-color: #acacac;
}
.second li:last-child span {
	background-color: #a39242;
}
/*
  #third
*/
.third h2 {
    font-size: 3vw;
    letter-spacing: 35px;
    text-transform: uppercase;
    margin: 0 0 100px;
}
.third .row {
	display: flex;
	flex-wrap: wrap;
}
.third .carousel {
	width: 100%;
}
.third .carousel .item p {
	font-size: 20px;
	margin: 0;
}

/*
  #Fourth
*/
.fourth h2 {
    font-size: 3vw;
    letter-spacing: 35px;
    text-transform: uppercase;
    margin: 0 0 100px;	
}
.fourth .img-container {
	position: relative;
}
.fourth .img-container .info {
    max-width: 500px;
    position: absolute;	
}
.fourth .img-container .top-left {
    top: 8%;
    left: -33px;	
}
.fourth .img-container .bottom-left {
    bottom: 35%;
    left: -33px;	
}
.fourth .img-container .top-right {
	top: -8%;
	right: 50px;
}
.fourth .img-container .bottom-right {
	bottom: 14%;
	right: 0;
}
.fourth .img-container h5 {
	font-size: 23px;
	text-transform: capitalize;
	margin: 0 0 5px;
}
.fourth .img-container p {
	font-size: 16px;
}
.fourth .img-container p span {
	display: block;
}

/*
  #fifth
*/
.fifth img {
	width: 73%;
	margin-top: 162px;
}
.fifth h4 {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.fifth ul {
	margin-bottom: 0;
}
.fifth ul li {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 10px;	
}

/*
  #last
*/
.last {
	background-image: url(../images/last-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.last:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.9);
}
.last img {
	width: 35%;
	margin-bottom: 25px;
}
.last .btn-default {
	background-color: transparent;
	font-size: 18px;
	color: #FFF;
	text-transform: capitalize;
	border: 2px solid #FFF;
	border-radius: 100px;
	padding: 10px 30px;
	margin-bottom: 5px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.last .btn-default:hover,
.last .btn-default:focus {
	background-color: #FFF;
	border-color: #FFF;
	color: #000;
}

/*
  #sections Animation
*/
.second.active h1.animated {
	animation-name: fadeInUp;
	animation-delay: 1s;
}
.second.active p.animated {
	animation-name: fadeInUp;
	animation-delay: 1.5s;
}
.second.active .slider.animated {
	animation-name: fadeInUp;
	animation-delay: 2s;
}
.third.active h2.animated {
	animation-name: fadeInUp;
	animation-delay: 1s;
}
.third.active img.animated {
	animation-name: fadeInUp;
	animation-delay: 1s;
}
.third.active .carousel.animated {
	animation-name: fadeIn;
	animation-delay: 1.5s;
}
.fourth.active h2.animated {
	animation-name: fadeInUp;
	animation-delay: 1s;
}
.fourth.active img.animated {
	animation-name: fadeInUp;
	animation-delay: 1s;
}
.fourth.active .info.animated {
	animation-name: fadeInUp;
}
.fourth.active .info.animated:first-of-type {
	animation-delay: 1.2s;
}
.fourth.active .info.animated:nth-of-type(2) {
	animation-delay: 1.4s;
}
.fourth.active .info.animated:nth-of-type(3) {
	animation-delay: 1.6s;
}
.fourth.active .info.animated:last-of-type {
	animation-delay: 1.8s;
}
.fifth.active .grid.animated {
	animation-name: fadeInUp;
	animation-delay: 1.5s;
}
.fifth.active img.animated {
	animation-name: fadeInUp;
	animation-delay: 1s;
}
.last.active img.animated {
	animation-name: fadeInUp;
	animation-delay: 1s;
}
.last.active .btn.animated {
	animation-name: fadeInUp;
	animation-delay: 1.5s;
}