@media(max-width: 1126px){
	.traingle-1{
		left: 10px;
		bottom: 10px;
		opacity: 0.4;
		background-size: 50%;
	}
	.traingle-2{
		left: inherit;
		right: 15px;
		opacity: 0.4;
		background-size: 50%;
	}
	.bannerText_slider{
		padding-top: 1rem;
	}
	.hrStepLine{
		width: 90%;
	}
	.contactInfo a{
		font-size: 2vw
	}
}
@media(max-width: 998px){
	.hrStepLine {
	    width: 87%;
	}
	.nav-menu ul li{
		padding: 0 10px;
	}
	.contact-btn a{
		font-size: 12px;
	}
	.nav-menu ul li a{
		padding-top: 35px;
	}
	footer .traingle-2{
		display: none;
	}
	
}
@media(max-width: 768px){
	header, .traingle-1, .traingle-2{
		display: none;
	}
	.mobile-header{
		display: block;
	}
	.mobile-nav{
		display: flex;
	}
	.bannerText_slider{
		padding-top: 10rem;
		padding-bottom: 3rem;
	}
	.banner-image.linearBounce{
		animation-name: inherit;
	}
	.banner_wrap{
		height: inherit;
	}
	.no-marginAbt{
		margin-top: 35px;
	}
	.hrStepLine{
		display: none;
	}
	.steps{
		margin-bottom: 2rem;
	}
	.worksProcess_wrap:before{
		background-size: inherit;
	}
	.testimonial_wrap{
		padding-top: 0;
	}
	.contactInfo a{
		font-size: 22px
	}
	.footerContent {
	    padding-top: 4rem;
	}
	.copyright p{
		text-align: center;
	    padding-top: 2rem;
	    font-size: 12px;
	}
	.contactForm{
		padding: 3rem 2rem;
	}
	.mb-Down{
		margin-bottom: 1.5rem !important;
	}
}
@media(max-width: 575px){
	
}