@import url(in-banner.css) ;
/* body{
	margin:0;
    padding:0;
    background: #000 url('../img/languageBG.jpg') center center fixed no-repeat;
    -moz-background-size: cover;
    background-size: cover;
} */
.container-fluid{
	height: 100vh;
}
.lg{
	position: relative;
	padding-top: 250px;
}
.lg img{
	width: 30%;
}



.languag_contact{
	/* width: 50%; */
	margin: 40px auto;
	font-size: 20px;
}
.languag_contact ul{
	list-style: none;
}
.languag_contact ul li a{
	display: block;
	/* margin-bottom: 20px; */
	background-color: #000;
	text-align: center;
	line-height: 3;
	padding: 0 15px;
	transition: all 1s;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #999;

}
.languag_contact ul li a:hover{
	background-color: rgba(255, 255, 255, 0);
}
@media screen and (min-width: 0) and (max-width: 1000px){
	.lg img{
		width: 50%;
	}
}
@media screen and (min-width: 0) and (max-width: 768px){
	.languag_contact{
		width: 90%;
	}
}
@media screen and (min-width: 511px) and (max-width: 768px){
	.lg img{
		width: 60%;
	}
}
@media screen and (min-width: 0px) and (max-width: 510px){
	.lg img{
		width: 100%;
	}
	.languag_contact{
		margin-top: 20px;
	}
}
.languagBG{
	margin:0;
    padding:0;
    background: #000 url('../img/languageBG.jpg') center center fixed no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

@media screen and (min-width: 0px) and (max-width: 400px){
	.languag_contact{
		width: 90%;
		margin-left: 5%;
	}
}

