
@media only screen and (min-width:1920px) {
}

@media only screen and (min-width:1600px) and (max-width:1900px) {
}

@media only screen and (min-width:1300px) and (max-width:1367px) {
}

@media only screen and (min-width:1200px) and (max-width:1280px) {
}

@media screen and (max-width: 1024px) {
	.navbar-default .navbar-nav > li > a {
		color: #ffffff;
		font-size: 14px;
		padding: 0 15px;
	}
	#carousel-example-generic{
		padding: 0 50px;
	}
	.service_box h3 {
		font-size: 16px;
	}
	.trend_div .item h2 {
		font-size: 20px;
	}
	.trend_div .owl-item.center .item h2 {
		font-size: 22px;
	}
	.trend_div .owl-item.center .item a {
		padding: 10px 22px;
		font-size: 16px;
	}
	.lead_markets_box {
		padding: 20px;
		font-size: 16px;
	}
	
}

@media screen and (max-width: 991px) {
.logo {
    text-align: center;
}
	.navbar-default {
		margin-top: 20px;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 0 18px;
	}
	.carousel-caption{
		margin: 0;
		text-align: center;
	}
	.banner {
		padding: 20px 0 20px 0;
		position: relative;
	}
	.carousel-inner > .item{
		text-align: center;
	}
	.Intro_Xingo,.services{
		padding: 30px 0;
	}
	.Intro{
		top: 0;
	}
	.service_box{
		margin-bottom:30px;
	}
	.trend_div .item h2 {
		font-size: 15px;
	}
	.trend_div .owl-item.center .item h2 {
		font-size: 16px;
	}
	.trend_div .owl-item.active.center {
		margin-top: 0;
	}
	
}

@media screen and (max-width: 767px) {
.navbar-collapse {
	padding: 0 15px;
}
.logo {
	float: left;
	width: 70%;
}
.navbar-header {
	float: right;
	width: 30%;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
		box-shadow:none;
}
	.navbar-default .navbar-nav > li > a {
    padding: 0 0;
    margin-bottom: 10px;
}
	.navbar-default .navbar-nav > li.active > a:before,
	.carousel-caption p,
	.sr-only{
		display: none;
	}
	.carousel-caption span {
		font-size: 20px;
		margin-bottom: 0;
	}
	.logo {
		text-align: left;
	}
	#carousel-example-generic {
		padding: 0 25px;
	}
	

	
}

@media screen and (max-width:480px) {
}

@media screen and (max-width:360px) {
}
