
@media only screen and (max-width: 1199px) {

}

/*---------------------------------------------------------*/
					/*Only Ipad*/
/*---------------------------------------------------------*/
@media only screen and (max-width: 989px) {


}
/*---------------------------------------------------------*/
					/*All Mobile Sizes*/
/*---------------------------------------------------------*/
@media screen and (max-width: 768px) {
.carousel-inner .d-none {
	display: block !important;
}
#section-one .carousel-caption {
	bottom: 5px;
	padding-top: 5px;
	top: 2%;
}
.carousel-item p {
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
}
#section-two h2 {
	font-size: 22px;
	line-height: 28px;
	padding-top: 30px;
	margin-bottom: 5px;
}
#section-two {
	min-height: 480px;
}
#section-three h2 {
	font-size: 18px;
	padding-bottom:0px;
}
#section-three {
	padding-top: 10px;
	padding-bottom: 10px;
}
#section-three h3 {
	font-size: 22px;
	line-height: 28px;
}
#section-four h2 {
	font-size: 22px;
	line-height: 28px;
	padding-top: 20px;
}
#section-four h3 {
	font-size: 16px;
}
#section-four {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	min-height: 275px;
}
#section-four p {
	color: #fff;
}
#section-five .card-body {
	padding: 15px 0px 2px 0px;
}
#section-five {
	padding-top: 10px;
	padding-bottom: 25px;
}
#section-five .card-title {
	font-size: 22px;
}
.lefts-cap h2 {
	font-size: 22px;
	line-height: 28px;
}
.rights-cap h2 {
	font-size: 22px;
	line-height: 28px;
}
footer {
	padding-top: 25px;
}
.fwidgets {
	padding-top: 2px;
}
}
/*---------------------------------------------------------*/
					/*Just Mobile Landscape*/
/*---------------------------------------------------------*/
@media (max-width: 480px) {
	.logo {
	text-align: center;
}
.contentsix {
	display: unset;
}
.contentsix img {
	padding-top: 45px;
	padding-bottom: 45px;
}
.lefts-cap {
	padding-bottom: 45px;
}
.rights-cap {
	padding-top: 45px;
}
.lefts-cap h2 {
	margin-top: -25px;
}
.elastislide-carousel #carousel li {
	max-width: 147px !important;
	width: 100% !important;
}
#section-two {
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
}
