@charset "utf-8";

/*========================  Mobile  ========================*/
@media screen and (max-width: 480px) {

}

@media (min-width: 480px) and (max-width: 500px) {


}

@media (min-width: 600px) and (max-width: 767px) {


}

/*========================  Tab mini  ========================*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
	


	
}

/*========================  1024 re small scree  ========================*/
@media only screen and (min-width: 1023px) and (max-width: 1100px) {
	

.carousel-caption {
    padding-bottom: 42px !important;
    text-align: left !important;
}

.carousel-caption h1{
	font-size:40px;
	line-height:18px !important;}
.carousel-caption h2{
	font-size:45px !important;}	


.carousel-caption p{
	margin-top:10px;
	font-size:15px;
	width:47%;
	margin-bottom:15px;}


	
}

/*========================  1200 re large scree  ========================*/
@media (min-width: 1200px) {
}

@media (min-width: 1200px) and (max-width: 1290px) {
	.carousel-caption {
    padding-bottom: 141px !important;
    text-align: left !important;
}

.carousel-caption h1{
	font-size:40px;
	line-height:18px !important;}
.carousel-caption h2{
	font-size:45px !important;}	


.carousel-caption p{
	margin-top:10px;
	font-size:15px;
	width:36%;
	margin-bottom:15px;}
}

@media (min-width: 1300px) and (max-width: 1366px) {
	.carousel-caption {
    padding-bottom: 165px !important;
    text-align: left !important;
}

.carousel-caption h1{
	font-size:40px;
	line-height:18px !important;}
.carousel-caption h2{
	font-size:45px !important;}	


.carousel-caption p{
	margin-top:10px;
	font-size:15px;
	width:33%;
	margin-bottom:15px;}
}

@media (min-width: 1400px) and (max-width: 1450px) {
}

@media (min-width: 1920px) and (max-width: 1925px) {
}
/* CSS Document */
