@charset "utf-8";
/* CSS Document */

@font-face {
font-family:'PlantagenetCherokee-Regular';
src: url('../fonts/PlantagenetCherokee_gdi.eot');
src: url('../fonts/PlantagenetCherokee_gdi.eot?#iefix') format('embedded-opentype'),
     url('../fonts/PlantagenetCherokee_gdi.woff') format('woff'),
     url('../fonts/PlantagenetCherokee_gdi.ttf') format('truetype'),
     url('../fonts/PlantagenetCherokee_gdi.otf') format('opentype'),
     url('../fonts/PlantagenetCherokee_gdi.svg#PlantagenetCherokee-Regular') format('svg');
font-weight: 400;
font-style: normal;
font-stretch: normal;
unicode-range: U+0020-2122;
}


body{
overflow-x: hidden;
background:#0a0a0a;
}
* { 
padding:0;
margin:0;
}
p { 
 line-height:20px;
}
h1 , h2 , h3 , h4 , h5 , h6 { 
line-height:22px;
}
a{
text-decoration:none;
}
a:focus { 
outline:none;
text-decoration:none;
}
a:hover { 
text-decoration:none;
}
::-moz-selection { /* Code for Firefox */
color: #fff;
background: #F03939;
}
::selection {
color: #fff;
background: #F03939;
}
select::-ms-expand {
display: none;
}
img{
border:medium none;
outline:none;
}
.row { 
 margin-left:0;
 margin-right:0;
}
.nopad { padding:0;}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
display: inline-block;
height: auto;
max-width: 100%;
}
.propuler_boxes img:hover{
cursor:pointer;
}

.landing_bg{
	width:100%;
	display:block;
	float:left;
	}
.coming_batch{
	position:absolute;
	left:0;
	}
.jet_numb{
	max-width:834px;
	margin:0 auto;
 	top: 45%;
    position: absolute;
    left: 0;
    right: 0;
}

.social_link{
	width:100%;
	float:right;
	text-align:right;
	}
.social_link h2{
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color:#fff;
	width:auto;
	background: linear-gradient(330deg, #d1ccb7 0%, #fef7d8 25%, #cbc5a9 50%, #fff9df 75%, #c7c3af 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	}
.social_link  h2 ul{
	margin-left:15px;
	display: inline-block;
	}
.social_link  h2 ul li{
	display:inline-block;
	list-style:none;
	width:24px;
	height:25px;
	border:2px solid #D6D0B3;
	text-align:center;
	border-radius:50%;
	line-height:18px;
	}
.social_link h2 ul li a{
	font-size:14px !important;
	background: linear-gradient(330deg, #d1ccb7 0%, #fef7d8 25%, #cbc5a9 50%, #fff9df 75%, #c7c3af 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	}
.social_link h2 i{
	display:inherit;
	font-size:600 !important;
	}
.social_link h2 ul li a i:hover{
	background: linear-gradient(330deg, #fff 0%, #fff 25%, #fff 50%, #ffff 75%, #fff 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	}
.social_link  h2 ul li:hover{
	border:2px solid #fff;
	}

.keep{
	width:100%;
	display:block;
	position:absolute;
	bottom:15px;
	}
.keep h2{
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	width:100%;
	text-align:center;
	font-weight:600;
	font-style:italic;
	background: linear-gradient(330deg, #d1ccb7 0%, #fef7d8 25%, #cbc5a9 50%, #fff9df 75%, #c7c3af 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height:35px;
	}