@media screen and (max-width: 6400px) {
	.modal-open {
		padding-right: 0 !important;
	}
}

@media screen and (min-width: 1950px) {
	.hero-content {max-width: 57%;}
}

@media screen and (max-width: 1600px) {
	.hero-content {
		top: 15%;
	}
}

@media screen and (max-width: 1500px) {
}

@media screen and (max-width: 1366px) {
	.contentPart {
		max-width: 770px;
	}
}

@media screen and (max-width: 1200px) {
	.hero-content {
		max-width: 770px;
		font-size: 16px;
		padding: 0 15px;
	}
	h2 {
		font-size: 50px;
		text-transform: capitalize;
	}
	header {
		width: 70px;
	}
	span.logo {
		padding: 0 15px;
	}
	.stellarnav .call-btn-mobile,
	.stellarnav .close-menu,
	.stellarnav .location-btn-mobile,
	.stellarnav .menu-toggle {
		padding: 15px 5px;
	}
	.btns {
		font-size: 15px;
	}
	.p-5 {
		padding: 1rem !important;
	}
	.modal img {
		height: 610px;
		object-fit: cover;
	}
	.p-v3 {
		padding: 0 3rem 0 1rem;
	}
	.wpcf7 form .wpcf7-response-output {
		bottom: -46px;
		font-size: 14px !important;
		width: calc(100% - 50px) !important;
	}
	.ftop h6 {
		font-size: 15px;
		font-family: var(--bodyFont);
	}
}

@media screen and (max-width: 1024px) {
	.testimonial .testimonialSlider .sliderButton{
		left: 51%;
	}
}

@media screen and (max-width: 991px) {
	.p-v3 {
		padding: 0 3rem 0 3rem;
	}
/* 	.modal .row {
		flex-direction: column-reverse;
	} */
	.p-5 {
		padding: 2rem !important;
	}
	h2 {
		font-size: 30px;
		text-transform: capitalize;
	}
	h3 {
		font-size: 30px;
	}
	header {
		position: fixed;
		height: auto;
		padding: 10px 0;
		width: 100%;
		flex-direction: row;
		border-right: none;
		border-bottom: #999 1px solid;
		justify-content: space-between;
		align-items: center;
	}
	.stellarnav {
		width: auto;
		position: static !important;
		left: 20%;
		top: 50%;
		/* align-self: center; */
		mix-blend-mode: difference;
	}
	.stellarnav.mobile.left > ul,
	.stellarnav.mobile.right > ul {
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}
	.stellarnav ul li a {
		color: var(--primary-color);
		padding: 25px 15px !important;
		font-size: 14px;
	}
	a.close-menu.full {
		position: relative;
		top: -10px;
		right: 3px;
	}
	span.logo {
		padding: 0 15px;
		width: 115px;
	}
	.stellarnav .call-btn-mobile,
	.stellarnav .close-menu,
	.stellarnav .location-btn-mobile,
	.stellarnav .menu-toggle {
		padding: 4px 5px;
	}
	.hero-content h1 {
		font-size: 30px;
	}
	header.fixed {
		position: fixed;
		background: rgba(255, 255, 255, 1);
		top: 0;
		padding: 10px 0;
		z-index: 99;
	}
	header.fixed .logo a img {
		mix-blend-mode: normal;
		filter: invert(100%);
	}
	h4 {
		font-size: 20px;
	}
	.featuretext {
		-moz-transform: rotate(90deg) translateY(-110px);
		-webkit-transform: rotate(90deg) translateY(-110px);
		-o-transform: rotate(90deg) translateY(-110px);
		-ms-transform: rotate(90deg) translateY(-110px);
		transform: rotate(90deg) translateY(-110px);
		padding: 20px 30px;
	}
	.right .featuretext {
		-moz-transform: rotate(90deg) translateY(110px);
		-webkit-transform: rotate(90deg) translateY(110px);
		-o-transform: rotate(90deg) translateY(110px);
		-ms-transform: rotate(90deg) translateY(110px);
		transform: rotate(90deg) translateY(110px);
		padding: 20px 30px;
	}
	.repair .featuretext {
		-moz-transform: rotate(90deg) translateY(-80px);
		-webkit-transform: rotate(90deg) translateY(-80px);
		-o-transform: rotate(90deg) translateY(-80px);
		-ms-transform: rotate(90deg) translateY(-80px);
		transform: rotate(90deg) translateY(-80px);
		padding: 20px 30px;
	}
	/*   
	#contact .row{
	flex-direction: column-reverse;
} */
	.testimonial .testimonialSlider .sliderButton {
		left: 55%;
	}
	#contact .row .go img{
		width: 100%;
		margin-bottom: 25px;
		height: 350px;
		object-fit: cover;
	}
	.w-50 {
		width: 100% !important;
	}
	.modal img {
		display: none;
	}
	.wpcf7 form .wpcf7-response-output {
		position: static;
		margin-bottom: 2rem !important;
	}
	p .wpcf7-form-control.wpcf7-submit.has-spinner.btns{
		margin-bottom: 15px !important;
	}
	
	.hero-content {
    top: 30%;
		        max-width: 600px;
}
	.stellarnav.mobile.left > ul{
		padding-top: 6rem;
	}
	.stellarnav.mobile.left > ul .close-menu{
		    position: absolute;
    right: 25px;
    top: 25px;
	}
}

@media screen and (max-width: 800px) {
	.ftop i {
		font-size: 26px;
	}
	footer .card{
		display: grid
			;
		grid-template-columns: auto auto;
		gap: 25px;
		margin: auto;
	}
	#services .abouts.service .animatedParent.animateOnce .col-lg-8.mb-5{
		margin-bottom: 10px !important;
	}
}

@media screen and (max-width: 767px) {
	.parallax_scroll {
		position: absolute;
		top: 10%;
		right: 0;
	}
	.p-v-100 {
		padding: 40px 0;
	}
	.p-v-60 {
		padding: 40px 0;
	}
	.mb-5 {
		margin-bottom: 1.5rem !important;
	}
	.whyus .mt-5 {
		margin-top: 1.5rem !important;
	}
	.whyus h4 {
		margin-bottom: 1.5rem !important;
	}
	body {
		font-size: 14px;
	}
	h3 {
		font-size: 30px;
	}
	.contentPart h4 {
		font-size: 20px;
	}
	.contentPart h6 {
		font-size: 16px;
	}
	.contentPart {
		padding: 30px 15px;
	}
	.featuretext h4 {
		font-size: 16px;
	}
	.ftop .d-flex {
		border: none;
		margin: 10px 0;
	}
	.service p {
		margin: 15px 0;
	}
	.moreBox {
		padding: 3rem 2rem 0;
	}
}

@media screen and (max-width: 667px) {
	.hero {
		height: 560px;
		min-height: auto;
	}
	h3 {
		font-size: 25px;
	}
	.featuretext {
		transform: none !important;
	}
	.parallax_scroll {
		position: static;
		transform: none !important;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 575px) {
	.wpcf7 form .wpcf7-response-output {
		width: calc(100% - 0px) !important;
		text-align: center !important;
	}
	.modal-title {
		text-align: center !important;
		display: block !important;
	}
	input.wpcf7-form-control.wpcf7-submit.has-spinner.btns.mt-3.mb-3 {
		margin: 0 auto;
		display: inline-block;
	}
	.wpcf7-form p {
		text-align: center;
	}

	.p-v3 {
		padding: 2rem 1.5rem;
	}
	.hero-content {
		font-size: 14px;
	}
	.service,
	.whyus .text-start.lists {
		text-align: left !important;
	}
	.service .lists {
		padding-left: 0;
		list-style-type: none;
		text-align: center !important;
	}
	.lists li {
		padding-right: 15px !important;
	}
	.featuretext {
		-moz-transform: rotate(90deg) translateY(-70px);
		-webkit-transform: rotate(90deg) translateY(-70px);
		-o-transform: rotate(90deg) translateY(-70px);
		-ms-transform: rotate(90deg) translateY(-70px);
		transform: rotate(90deg) translateY(-70px);
		padding: 20px 30px;
	}
	.repair .featuretext {
		-moz-transform: rotate(90deg) translateY(-42px);
		-webkit-transform: rotate(90deg) translateY(-42px);
		-o-transform: rotate(90deg) translateY(-42px);
		-ms-transform: rotate(90deg) translateY(-42px);
		transform: rotate(90deg) translateY(-42px);
		padding: 20px 20px;
	}
	.right .featuretext {
		-moz-transform: rotate(90deg) translateY(68px);
		-webkit-transform: rotate(90deg) translateY(68px);
		-o-transform: rotate(90deg) translateY(68px);
		-ms-transform: rotate(90deg) translateY(68px);
		transform: rotate(90deg) translateY(68px);
		padding: 20px 30px;
	}
	.service,
	.whyus .text-start {
		text-align: center !important;
	}
	footer {
		text-align: center !important;
	}
	.card {
		margin: 0 auto;
	}
	.card a {
		width: 40px;
		height: 40px;
		font-size: 15px;
	}
	.ftop .d-flex {
		justify-content: flex-start;
	}
	.portfolio img {
		height: 400px;
		object-fit: cover;
	}
	h3 {
		font-size: 21px;
	}
	.testimonial{
		padding-top: 0;
	}
	.testimonialSlider .testimonial-style4-img{
		text-align: center;
	}
	.testimonialSlider .testimonial-style4-img img {
		height: 100px;
		width: 100px;
		object-fit: cover;
		object-position: center;
		border-radius: 50%;
		margin-bottom: 15px;
	}
	.testimonial p.title {
		margin: 10px 0;
		font-size: 14px;
	}
	.testimonial .author {
		font-weight: bold;
		font-size: 16px;
	}
	.testimonial .testimonialSlider .sliderButton {
		left: 45%;
		top: 92%;
	}
	.testimonial .testimonialSlider .sliderButton div{
		height: 30px;
		line-height: 30px;
		width: 30px;
	}
	.testimonial .testimonialSlider .sliderButton div::after {
		font-size: 16px;
	}
	.testimonial h3.title {
    margin-bottom: 25px;
}
	.testimonial .testimonial-style4{
		text-align: center;
	}
	.testimonial .testimonial-style4 .sub-title{
		font-size: 18px;
	}
	.testimonial .testimonialSlider .sliderButton .swiper-button-prev {
    left: -25px;
}
	#about .btns{
		margin-top: 0 !important;
	}
	#myModal .modal-header{
		padding-bottom: 0;
	}
	#myModal .form-control{
		height: 40px;
	}
	#myModal textarea.form-control{
		height: 60px;
	}
	 #myModal .row.contactForm .col-md-6,#myModal .row.contactForm .col-md-12{
		margin-bottom: 0 !important;
	}
	.stellarnav ul li a{
		padding: 15px 15px !important;
	}
}

@media screen and (max-width: 480px) {
	.single-skill {
		width: 100%;
		margin: 5% 0 0;
	}
	.whyus {
		min-height: 900px;
		height: auto;
	}
	.whyus h2 {
		margin-top: 40px;
	}
	#portfolio .swiper-button-next{
		bottom: 20px;
		left: 53%;
		right: 45%;
	}
	#portfolio .swiper-button-prev{
		bottom: 20px;
		left: 40%;
	}
}

@media screen and (max-width: 414px) {
	.hero {
		height: 660px;
		min-height: auto;
	}
}

@media screen and (max-width: 380px) {
	#portfolio .swiper-button-next{
		bottom: 20px;
		left: 53%;
		right: 45%;
	}
	#portfolio .swiper-button-prev{
		bottom: 20px;
		left: 35%;
	}
}

@media screen and (max-width: 320px) {
}
