@media only screen and (max-width: 576px){
	.experience{
		display: none!important;
	}
	.banner .site-btn2{
		display: none;
	}
	.about-content .about-img3{
		width: 100%;
		margin-bottom: 30px;
	}
	.about-image-box .about-image2{
		width: 100%;
		margin-left: 0px;
	}
	.banner .slide-item:after{
		display: none;
	}
	.section-title .bg-text{
		top: -82px;
		font-size: 62px;
	}
}
@media only screen and (max-width: 992px){
	.header-contact-info{
		display: none!important;
	}
	.testimonial .title-box{
		margin-top: 110px;
	}
}
