@media(min-width:1400px) and (max-width:1920px) {
}
@media(min-width:1200px) and (max-width:1400px) {

}

@media(min-width:992px) and (max-width:1199px) {
		
}

@media (min-width:768px) and (max-width: 991px){
	.welcome{margin-top: 20px;}
	.carousel-caption {
    bottom: 25px;
    left: 80px;
    width: 270px;
    padding: 10px;
	}
	.carousel-indicators {
    bottom: 0px;
	}
	.clients-content ul li{
		width: 31%;
	}
}
@media (min-width: 768px){
	.service-bg-content{
		display: none;
	}
}
@media(max-width:767px) {
	header .logo{
		padding: 0;
	}
	header .logo img{
		width: 100%;
	}
	.top-info-con {
	    width: 100%;
	    padding: 0 0 10px;
	}
	.top-info-con ul li{
	    width: 45%;
	}	
	
	.top-info-con li a{
		text-transform: lowercase;
		font-size: 11px;
	}
	.top-info-con h6 {
	    font-weight: 600;
	    color: #222222;
	    margin-top: 6px;
	    font-size: 12px;
	    text-transform: lowercase;
	    margin-bottom: 0px;
	}
	.top-info-con .icon {
		height: 25px;
	    width: 25px;
	    font-size: 13px;
	    line-height: 25px;
	}
	header .navbar li{
		width: 100%;
		text-align: left;
	}
	header .quotes{
		float: left;
		margin-bottom: 10px;
	}
	header .quotes a{
		height: 35px;
		line-height: 35px;
		font-size: 15px;
	}
}

@media (min-width:481px) and (max-width: 767px) {
	.welcome{margin-top: 20px;}
	.service-infro-con{padding: 0 100px;}
	.service-infro-con img{width: 100%;}
	.carousel-caption { bottom: 34px;}
	.carousel-indicators { bottom: 0px;}
	.clients-content ul li{
		width: 48%;
	}

}



@media(max-width:480px) {
	
	.media-left{padding-right: 5px;}
	.service-infro-con{padding: 0 30px;}
	.welcome{margin-top: 20px;}
	.service-infro-con ul li {
	    line-height:22px;
	    font-size: 13px;
	 }
	 .welcome .infro-con{height: 50px;}
	 .carousel-indicators{bottom: 0;}
	 .carousel-caption{display:none;}
	 .top-info-con ul li.fst {display: none;}
	 .right-align{text-align: left;}
	 .copy-write p{text-align: center;}
	header .navbar li.showhide:hover{
		background: none;
	}
	header .navbar li:hover{
		background: #777;
	}
	.clients-content ul li{
		width: 100%;
		margin-bottom: 15px;
	}
	
}



