@media (min-width: 1280px) {
	.container {
		max-width: 1200px;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1366px) { 
	.lt__about-img img {
		width: 470px;
	}
}


@media screen and (min-width: 992px) and (max-width: 1024px) { 
	.navbar-brand img {
		width: 130px;
	}
	.lt__about-img img {
		width: 460px;
	}
	.lt__about-img {
		left: 50px;
	}
	.lt__service-desc {
		margin: 15px 0 0 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-brand img {
		width: 164px;
	}
	.lt__banner-section {
		height: 100%;
	}
	.lt__banner-dec {
		margin: 170px 0 0 0;
		text-align: center;
	}
	.banner-form {
		margin: 55px auto 70px;
	}
	.lt__banner-dec h1 br {
		display: none;
	}
	.lt__about-img img {
		width: 360px;
	}
	.lt__about-img {
		width: 342px;
		height: 580px;
		top: 160px;
		left: 50px;
	}
	.lt__service-img img {
		width: 100%;
	}
	.lt__service-desc {
		margin: 0;
	}
	.lt__service-img {
		margin: 70px 0 0 0;
	}
	.review-img img {
		width: 90px !important;
	}
	.foot-logo img {
		width: 230px;
	}
}
@media screen and (max-width:767px) {
	.lt__banner-section {
		height: 100%;
	}
	.lt__banner-dec h1 br {
		display: none;
	}
	.lt__banner-dec h1 {
		font-size: 38px !important;
		line-height: 48px !important;
	}
	.lt__banner-dec {
		text-align: center;
	}
	.banner-form {
		margin: 50px auto 50px;
		width: 100%;
	}
	.lt__banner-dec {
		margin: 200px 0 0 0;
	}
	.fa-bars {
		color: #fff;
	}
	.fixed-header .fa-bars {
		color: #000;
	}
	.lt__about-img {
		position: inherit;
		width: 100%;
		height: 100%;
	}
	.lt__about-desc {
		background: #fff;
		padding: 32px 20px;
		width: 100%;
		margin: 0 0 30px 0;
	}
	.lt__about-img img {
		width: 100%;
	}
	.lt__about-section {
		height: 100%;
	}
	.lt__abt-logo img {
		width: 70px;
		position: relative;
		top: 11px;
	}
	.lt-title-p {
		font-size: 46px;
		line-height: 58px;
	}
	.lt__service-desc {
		margin: 0px 0 0 0;
	}
	.lt__service-img img {
		width: 100%;
	}
	.lt__ser-1 .lt__service-img, .lt__ser-2 .lt__service-img {
		margin-top: 40px;
	}
	#gallery-slider .owl-dots {
		display: none !important;
	}
	.lt__review-desc {
		margin: 40px 0 0 0;
	}
	.lt__review-desc {
		margin: 40px 0 0 0;
	}
	.foot-logo img {
		width: 90%;
		margin: 0 auto 40px;
	}
	.footer-desc {
		padding: 0;
		text-align: center;
	}
	.social-icons, .footer-menu {
		margin: 0 0 20px 0;
	}
	.navbar-nav .nav-link {
		margin: 0;
	}
	#navbarResponsive {
		background: #fff;
	}
	#navbarResponsive .nav-link {
		color: #252525;
	}
	.lt-lg-call-desktop {
		display: none;
	}
	.lt-lg-call-mobile {
		display: block;
	}
}
@media screen and (min-width: 320px) and (max-width: 360px) { 
	
}