/* CSS Document */

.slider-content .title-1 {
	font-size: 60px;
	font-weight: 600;
	color: #fff
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-content .title-1 {
		font-size: 44px;
		text-align:right;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-content .title-1 {
		font-size: 26px;
		text-align:right;
	}
}
@media (max-width: 767px) {
	.slider-content .title-1 {
		font-size: 20px;
		padding-left:250px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-content .title-1 {
		font-size: 26px;
		padding-left:250px;
	}
}

.whatsapp-img {
		width:100% !important;
		height:100% !important;
	}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.whatsapp-img {
		width:50% !important;
		height:50px !important;
	}
}


.bg_cover-1 {
	background-image: url(../images/slider-2-1.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.bg_cover-1 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-image: url(assets/images/slider-2-1.jpg);
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.bg_cover-1 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-image: url(assets/images/slider-2-1.jpg);
}
}
@media (max-width: 767px) {
.bg_cover-1 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-image: url(assets/images/slider-2-1.jpg);
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.bg_cover-1 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-image: url(assets/images/slider-2-1-mobile.jpg);
}
}
