



.form-style textarea{
    height:100px;
    width: 55%;
}

.form-style input[name=phone1]{
    width: 10px!important;
    text-align: center;
}
.form-style  input[name=phone2]{
    width: 120px!important;
}

.form-style .success{
	background: #D8FFC0;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #2E6800;
	border-left: 3px solid #2E6800;
}
.form-style .error {
	background: #FFE8E8;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #FF0000;
	border-left: 3px solid #FF0000;
}



.button_white{
	text-align:center;
	background-color:rgba(255,255,255,0.7);
	color:#000000;
	padding:10px;
	border-radius: 10px;
	cursor:pointer;
	}
	
	.button_white:hover{
	background-color:#CCCCCC;
	}
	


.extra-margin{
	margin : 30px 0px 30px 0px;
	}

.img-center{
	display:block;
	margin:0 auto;
	}


.background-black{
	background-color:#000;
	}


.background-black1{
	background-image: url(../images/background/11.png) ;
			background-position: center center;
			background-repeat:  no-repeat;
			background-attachment: fixed;
			background-size:  cover;
			overflow-y:hidden;
			
	}
			

.background-black2{
	background-image: url(../images/background/13.jpg) ;
			background-position: center center;
			background-repeat:  no-repeat;
			background-attachment: fixed;
			background-size:  cover;
			min-height: 100vh;			
	}
	
	
	.career_button{
		padding-bottom:5px;
		}

.head_title{
	font: noelan;
	color:#FFF;
	font-size:40px;
	text-align:center; 
	text-decoration: underline;
	}
	
.image-center{
	text-align:center;
	}
	
.head-style{
	color:#FFFFFF;
	font: Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:600;
	text-align:center;
	padding:20px 0px 20px 0px;
	}

.head-style_1{
	color:#FFFFFF;
	font-family:"Swis721 Blk BT";
	font-size:16px;
	text-align:center;
	font-weight:600;
	}
	

	
.para-style_3{
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
    margin-left: -10px;
	}
	
	
.para-style_1{
	color:#FFF;
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:center;
	}

.para-style_2{
	color:#FFF;
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:left;
	}	
	
.line-style{
    height: 1px;
	width:60%;
    border-top: 2px solid #ffffff;
}

.head-small-style{
font:Verdana, Geneva, sans-serif;
color:#FFFFFF;
font-size:14px;	
font-weight:700;
	}
.head-small-style1{
font:Verdana, Geneva, sans-serif;
color:#FFFFFF;
font-size:14px;	
font-weight:700;
text-align:center;
	}	
	
.para-small-style{
font:Verdana, Geneva, sans-serif;
color:#FFFFFF;
font-size:14px;	
	}
	
.para-small-style_1{
font-family:"Swis721 BT" ;
color:#FFFFFF;
font-size:14px;	
text-align:justify;
line-height:22px;
	}
	
	
	
.list{
	list-style:none;
	font-family: "Swis721 BT";
	font-size:14px;
	color:#FFFFFF;
	 padding: 10px 10px 10px 25px;
	 list-style-type: none;
	}
	
.list li{
	display:block;
	width:100%;
	padding-left: 1.28571429em;
    text-indent: -1.28571429em;
	line-height: 25px;
	}
	
	
.enjoy-css {
	width:90%;
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 14px/normal "Times New Roman", Times, serif;
  color: rgba(255,255,255,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(0,0,0,1);
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.enjoy-css:hover {
  -webkit-transition: all 216ms cubic-bezier(0.595, 0.12, 0.98, 0.33);
  -moz-transition: all 216ms cubic-bezier(0.595, 0.12, 0.98, 0.33);
  -o-transition: all 216ms cubic-bezier(0.595, 0.12, 0.98, 0.33);
  transition: all 216ms cubic-bezier(0.595, 0.12, 0.98, 0.33);
}

.send{
	display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 14px/normal "Times New Roman", Times, serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(255,255,255,1);
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  margin-top:5px;
	}
	
	  body{
	overflow-y:hidden;
	}
	
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}	
	.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
	
	
	
@media screen and (min-width: 1024px) {
	
	.para-style {
    color: #FFF;
    font: Verdana, Geneva, sans-serif;
    font-size: 16px;
    text-align: justify;
}
  
  .adastyle{
	width: 75%;
    margin: 0 auto;
    background: rgba(27, 27, 27, 0.8);
    padding: 20px;
    text-align: justify;	
	}
	
}	
	
	
	
	
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 800px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
  
.mob-disable{
	display:none;
	}	
	
.adastyle {
	width:100%;
	}	
.desktop-disable{ 
display:block;

}	

.space{
display:none;
	}
	
body{
	overflow: scroll;
	}	
	
.col-xs-offset-2{
	margin-left:0px;
	}	
	
	.gallery{
	
	padding-left:20px;
	padding-right:20px;
	}
.background-black1{
	overflow:scroll;
	}	
	
.col-xs-offset-1{
	margin-left:0px;
	}
	
.img-center{
	padding-bottom:10px;
	}	
	
.show-menu {
    padding: 0px 0;
    border-bottom: 2px #8b8a8a solid;
}

	
	
  }
  

