@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'BebasRegular';
    src: url('font/BEBAS___-webfont.eot');
    src: url('font/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/BEBAS___-webfont.woff') format('woff'),
         url('font/BEBAS___-webfont.ttf') format('truetype'),
         url('font/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html,body{
 font-family: 'BebasRegular';
	width: 100%;
	height: 100%;
}
.slide{
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: relative;
	box-shadow: inset 0px 10px 10px rgba(0,0,0,0.3);
}
.button{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0px;
	left: 48%;
	background-image: url(../images/arrow.png);
}
.button:hover{
	cursor: pointer;
}
#slide1{
	background-image: url(../images/first.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}
#slide2{
	background-image: url(../images/second.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}
#slide3{
	background-image: url(../images/third.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slide4{
	background-image: url(../images/fourth.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slide5{
	background-image: url(../images/fifth.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slide6{
	background-image: url(../images/sixth.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slide7{
	background-image: url(../images/seventh.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


h3{
	letter-spacing: 15px;
	text-align: center;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 250px;
}
.center{
	width: 100px;
}
.slide .intro{
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	max-width: 700px;
	margin-right: auto;
    margin-left: auto;
}
.BP{
	letter-spacing: 16px;
	text-align: left;
	padding-left: 150px;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 100px;
}
.left{
	text-align: justify;
	padding-left: 150px;
	color: #fff;
	font-weight: bold;
	width: 450px;
}
.left_hr{
	width: 100px;
}
.text_l{
	width: 750px;
}
.right{
	text-align: justify;
	padding-left: 150px;
	color: #fff;
	font-weight: bold;
	width: 450px;
}
.BB{
	letter-spacing: 7px;
	text-align: left;
	padding-left: 150px;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 100px;
}
.text_r{
	float: right;
	width: 750px;
}
.SoL{
	letter-spacing: 6px;
	text-align: left;
	padding-left: 150px;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 100px;
}
.ESB{
	letter-spacing: 18px;
	text-align: center;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 100px;
}
.text_rESB{
	float: right;
	width: 750px;
}
.right_ESB{
	text-align: justify;
	padding-left: 150px;
	color: #fff;
	font-weight: bold;
	width: 450px;
}
.ESBiT{
	padding-left: 135px;
	width: 500px;
}
.TS{
	letter-spacing: 16.6px;
	text-align: left;
	padding-left: 150px;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 100px;
}
.CP{
	letter-spacing: 16px;
	text-align: left;
	padding-left: 150px;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 100px;
}
.menu {
	position: fixed;
	right: -200px;
	width: 260px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
}

.menu.menu-open {
	right: 0px;
}

.menu-wrap {
	position: absolute;
	top: 0;
	left: 60px;
	background: #1a1a1a;
	width: 200px;
	height: 100%;
}

.menu h1.logo a {
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 20px;
}

.menu h1.logo a:hover {
	color: #00e0d0;
}

.menu img.logo {
	margin: 20px 0;
	max-width: 160px;
}

.menu a {
	margin-left: 20px;
	color: #808080;
	display: block;
	font-size: 11px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.menu a:hover {
	color: #ffffff;
}

.menu a:active {
	color: #ffffff;
}

.menu a > i {
	float: left;
	display: inline-block;
	vertical-align: middle; 
	text-align: left;
	width: 25px;
	font-size: 14px;
	line-height: 40px;
	margin: 25px 2px;
}

.menu-close {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 14px;
	color: #808080;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 20px;
	right: 5px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menu-close:hover {
	color: #ffffff;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */
.body-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.body-push-toright {
	left: 200px;
}

.body-push-toleft {
	left: -200px;
}

.menu,
.body-push {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}

#menuToggle {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: rgba(0,0,0,0.25);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle:hover {
	color: #ffffff;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

/*--footer-starts-*/
.footer {
  	padding: 5em 0px 3em 0;
  	background: #212121;
  	width: 100%;
}
.footer-left p {
  	color: #999999;
  	font-size: 15px;
  	font-weight: 500;
  	line-height: 1.6em;
  	margin-top: 1.8em;
  	padding-right: 8%;
  	margin-left: 9%;
}
.contact-text input[type="text"]:nth-child(1){
	margin-right:40px;
}
.contact-text{
	margin-left: 9%;
	margin-top:3%;
}
.contact-text input[type="text"] {
  	width: 21%;
  	color: #999999;
  	outline: none;
  	background: none;
  	border: none;
  	font-size: 15px;
  	padding: 6px 0px;
  	margin: 15px 0px;
  	border-bottom: 1px solid rgba(153, 153, 153, 0.28);
  	-webkit-appearance: none;
  	font-family: 'Source Sans Pro', sans-serif;
}
.contact-text textarea {
  	resize: none;
  	width: 45.5%;
    float: left;
  	color: #999999;
  	font-size: 15px;
  	background: none;
  	outline: none;
  	border: none;
  	padding: 0px 0px;
  	border-bottom: 1px solid rgba(153, 153, 153, 0.28);
  	-webkit-appearance: none;
  	font-family: 'Source Sans Pro', sans-serif;
  	height: 30px;
  	margin: 15px 0px;
}
.sub-button input[type="submit"] {
  	outline: none;
  	color: #999999;
  	background: url(../images/submit.png) no-repeat 39px 12px;
  	font-size: 14px;
  	font-weight: 600;
  	border: none;
  	padding: 6px 17px 3px 0px;
  	-webkit-appearance: none;
  	font-family: 'Source Sans Pro', sans-serif;
}
.sub-button input[type="submit"]:hover{
	color:#00e0d0;
	background: url(../images/submit-1.png) no-repeat 39px 12px;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.sub-button {
	margin-left: 9%;
  	margin-top: 10%;
}
.footer-right{
	float: right;
}
.footer-links h4{
	color:#dddddd;
	font-size:17px;
	font-weight:400;
	margin:0;
}
.footer-links ul{
	padding:0;
	margin-top:2em;
}
.footer-links ul li{
	list-style:none;
	margin:3px 0px;
}
.footer-links ul li a {
  	color: #999999;
  	font-size: 15px;
  	font-weight: 600;
}
.footer-links ul li a:hover{
	color:#00e0d0;
	margin-left:10px;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.footer-bottom-left p{
	color:#aaaaaa;
	font-size:16px;
	font-weight:500;
}
.footer-bottom-left p a{
	color:#aaaaaa;
}
.footer-bottom-right ul
{
	padding:0;
}
.footer-bottom-right ul li{
	list-style:none;
	display:inline-block;
	margin: 0 15px;
}
.footer-bottom-right ul li p a{
	color:#aaaaaa;
	font-size:15px;
	font-weight:500;
}
.footer-bottom-right ul li p a:hover{
	color:#00e0d0;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.footer-bottom {
	margin-left: 9%;
	margin-right: 9%;
	border-top: 1px solid rgba(153, 153, 153, 0.28);
	padding-top: 2em;
}
.footer-top {
  	margin-bottom: 7px;
}
.footer-bottom-right {
  	text-align: right;
}
.links1{
	margin-right: 500px;
}
.links2{
	margin-right: 400px;
}
.links3{
	margin-right: 300px;
}
.slide8{
	background-attachment: fixed;
	width: 100%;
	height: 500px;
	position: relative;
	box-shadow: inset 0px 10px 10px rgba(0,0,0,0.3);
}