@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("animate.css");
@import url("owl.css");
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=PT+Serif');



/* -------Fonts-------- */
/* -------Fonts End-------- */





/* -------Common Styles-------- */
h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
}
button, input, optgroup, select, textarea {
font-family: 'Montserrat', sans-serif;
font-weight: 200;
}
::-moz-selection { 
	background: #000; 
	color:#fff;
}
::selection {
	background: #000; 
	color:#fff;
}
html,body{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
body{
	overflow-x: hidden;
	font-size:16px;
	font-weight:200;
	color:#fff;
	letter-spacing:1.5px;
	font-family: 'Montserrat', sans-serif;
}
a,a:hover{
	text-decoration:none !important;
}
.padding{
	padding: 60px 0 60px 0;
}
.padding-top{
	padding-top: 60px;
}
.padding-bottom{
	padding-bottom: 60px;
}
.padding-half{
	padding: 30px 0 30px 0;
}
.padding-top-half{
	padding-top: 30px;
}
.padding-bottom-half{
	padding-bottom: 30px;
}
.margin{
	margin: 60px 0 60px 0;
}
.margin-top{
	margin-top: 60px;
}
.margin-half{
	margin: 30px 0;
}
.margin-top-half{
	margin-top: 60px;
}
.margin-bottom{
	margin-bottom: 60px;
}
.margin-bottom-half{
	margin-bottom: 30px;
}
button.navbar-toggle{
	color:#fff;
}
.navbar{
	z-index:1521;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}
button{
	outline:none;
}
/* -------Common Styles End-------- */



.hero{
  background: url(../img/bg.jpg); 
  background-size:cover;
   background-repeat:no-repeat;
  min-width: 100%;
  height: 750px;
  position:relative;
}
canvas.background{
	position:absolute;
	bottom:0;
	height:300px !important;
}
.hero_art_1{
  background: url(../img/hero_art.png); 
  min-width: 100%;
  height: 120px;
  position:absolute;
  bottom:0;
  z-index:2;
}
.logo{
	width:250px;
	margin-top:80px;
	margin-bottom:40px;
	z-index:11;
}
.hero_sec_title{
	position:relative;
	z-index:5;
}
.hero_sec_title h3{
	margin-bottom:20px;
}
.hero_sec_title p{
	margin-bottom:60px;
}

.hero .col-xs-12{
	position:relative;
	z-index:33;
}

a.first{
	border-right:1px solid #00c9ff;
	padding-right:10px;
}

a.second{
	padding:0;
	padding-left:10px;
}

p.lang{
	float: right;
    margin-top: 80px;
	border:1px solid rgba(255, 255, 255, 0.40);
	padding:8px 15px;
	border-radius:100px;
	background-color:transparent;
	z-index:22;
}

p.lang:hover{
	background-color:#fff;
}

p.lang:hover a{
	color:#00c9ff;
}
p.lang:hover a.con{
	color:#000 !important;
}

p.lang:hover a.active{
	color:#2e3649 !important;
}




p.lang a{
	color:#fff;
	font-weight:400;
}


a.active{
	color:#00c9ff !important;
}



.herobtn{
	padding:15px 45px;
	background-color:#00c9ff;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size:24px;
	font-weight:400;
	letter-spacing:2px;
	border-radius:100px;
	border:1px solid #00c9ff;
	transition: all 0.5s ease-out;
}

.herobtn:hover{
	background-color:#2e3649;
	color:#fff;
	border:1px solid #2e3649;
	box-shadow: 0px 2px 10px 0px rgba(255,255,255,1);


}
.learnbtn{
	margin-top:60px;
}
.learnmorebtn{
	padding:15px 45px;
	background-color:#2e3649;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	font-weight:400;
	letter-spacing:1px;
	border-radius:100px;
	border:1px solid #2e3649;
	transition: all 0.5s ease-out;
}
.learnmorebtn:hover{
	background-color:#fff;
	color:#2e3649;
	border:1px solid #2e3649;
}
.tracjl{
	cursor: not-allowed;
}
section{
	color:#000;
}

section p{
	color:#848484;
	font-size:14px;
}
.app_title h1{
	color:#2e3649;
}
.app_title h3{
	font-weight:200;
	margin-bottom:20px;
	color:#2e3649;
}
.margin-sec{
	margin-top:100px;
	margin-bottom:100px;
}











.footer{
	background-color:#2e3649;
	padding:60px;
	position:relative;
	z-index:5;
	    color: #d2d2d2;
		letter-spacing:.5px;
}

.footer h3{
	font-weight:300;
	color:#ffffff;
}
.footer ul{
	padding:0;
	list-style:none;
}
.footer ul li{
	padding:5px 0;
}
.footer a{
	color:#5daac1;
	font-weight:200;
	transition: all 0.5s ease-out;
}
.footer a:hover{
	color:#fff;
}

.social li{
    display: inline-block;
    padding: 10px 15px 0 0 !important;
}

.social li .fa{
   color:#ffffff;
   transition: all 0.5s ease-out;
   font-size:18px;
}

.social li .fa:hover{
   color:#00c9ff;
}











.footerup{
  background: url(../img/footer-image.png); 
  background-size:100% 100%;
  background-repeat:no-repeat;
  min-width: 100%;
  height: 425px;
  position:relative;
  z-index:2;
}




@media (min-width: 766px){
.trackre-left{
	float:left;
}
.trackre-right{
	float:right;
}
}

@media (max-width: 1150px){
.hero{
  background: url(../img/bg-1.jpg); 
  background-size:cover;
}
}





@media (max-width: 600px){
	
	.tracjl{
		font-size:12px !important;
	}	
	
	
	
}
	
	
@media (max-width: 766px){
.footerup{
	display:none;
}
.hero{
  background: url(../img/bg-2.jpg); 
  background-size:cover;
}
	.col-xs-15 p{
		font-size:11px;
	}
	
	
	
	
.app_title h3 {
    font-size:20px !important;
}


}



@media (max-width: 470px){
	
p.lang{
	    position: absolute;
    top: 0;
    margin-top: 18px;
    right: 0;
    left: 0;
    text-align: center;
}
	.hero{
  background: url(../img/bg-3.jpg); 
  background-size:cover;
}



}


@media (max-width: 400px){
	.app_title h3 {
    font-size:18px !important;
}
	
	.herobtn {
    padding: 15px 25px;
    font-size: 16px;

}

.logo {
    width: 250px;
    margin-bottom: 10px;
}
.footerup{
	display:none;
}


.hero{
  height: 850px;
}
	.tracjl{
		font-size:10px !important;
	}	
}

@media (max-width: 355px){
	.learnmorebtn{
		padding:10px 10px;
		font-size:12px;
	}

.de .hero{
	height: 950px;
}

	.app_title h3 {
    font-size:16px !important;
}

}

@media (max-width: 322px){

.hero{
  height: 930px;
}
.de .hero{
	height: 1030px;
}
}

















