@media all and (max-width:1020px) {

	.header-top {
		display: none;
	}

	#wrapper-menu {
		position: fixed;
		top: 0;
		left: -300px;
		height: 100vh;
		bottom: 0;
		background-color: var(--color-dark);
		z-index: 1000;
		width: 300px;
		padding: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow: auto;
	}

	.menu {
		clear: both;
		margin-top: 50px;
	}

	.menu li {
		float: none;
		margin-left: 0px;
		margin-bottom: 20px;
	}

	#openmenu,
	#closemenu {
		display: inline-block;
	}

	.wrapper-info-phone,
	.wrapper-info-request {
		padding: 40px 20px;
	}

	.single-edge,
	.wrapper-gallery>a {
		width: 50%;
	}

	.wrapper-services article {
		width: calc(50% - 20px);
	}

	.contact-info {
		padding-right: 0px;
	}

	.contact-info,
	.contact-form {
		width: 100%;
	}
}

@media all and (max-width:850px) {

	.wrapper-info-phone,
	.wrapper-info-request {
		width: 100%;
		border-radius: 0px;
	}

	.wrapper-info {
		position: static;
		left: 0;
		-webkit-transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
		padding-bottom: 100px;
	}

	#about {
		padding-top: 0px;
		padding-bottom: 30px;
	}

	.wrapper-about-content {
		width: 100%;
		padding-right: 0px;
		padding-bottom: 0px;
	}

	.wrapper-about-img {
		width: 100%;
		/* display: none; */
		margin-bottom:30px;
	}

	.wrapper-about-img img {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.experience {
    padding: 15px;
	}
	.experience p {
    font-size: 20px;
	}
}

@media all and (max-width:700px) {

	.wrapper-services article,
	.wrapper-gallery>a {
		width: 100%;
	}
}

@media all and (max-width:500px) {
	header {
		min-height: 400px;
	}

	.single-edge {
		width: 100%;
	}

	.wrapper-input p {
		width: 100%;
	}

	.wrapper-header-content h1 {
		font-size: 36px;
        line-height: 45px;
		margin-bottom: 0;
	}

	.wrapper-header-content h1 strong{
		display: block;
		margin-top: 15px;
	}

	.wrapper-info-phone .flex-row a {
		font-size: 30px;
		margin-top: 0;
	}

	.wrapper-about-content h2,
	.services h2,
	#pricing h2,
	#gallery h2,
	#testimonials h2,
	#contact h2 {
		font-size: 30px;
	}
	.partner_grp {
        grid-template-columns: repeat(2, 1fr);
    }
	.title h3 {
        font-size: 35px;
        line-height: 45px;
    }
	.top-ctor
	{
		display: none;
	}
	#logo img {
    max-width: 210px;
	}
	.wrapper-header-content p {
    font-size: 18px;
    line-height: 30px;
	}
	.services {
    padding: 30px 0;
	}
	.wrapper-services article
	{
		margin: 10px 0;
	}
	.home_copy h2 {
    font-size: 35px;
	}
	.call_grp {
    display: block;
	margin-bottom: 20px;
	}
	.call_imfo_text {
    margin-top: 20px;
	}
	.cta_sec_text h2 {
    font-size: 35px;
	}
	.Q_form_wrap {
    margin-top: 25px;
	}
	.why_us_copy h2 {
    font-size: 30px;
    margin: 0 0 20px;
	line-height: 40px;
	}
	.why_us_image-box {
    margin: 0 0 25px;
	}
	.fixed_foote_mobile {
	display: block;
	background: #ffffff;
	padding: 10px 0px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	}
	.call_of_action {
	position: relative;
	display: table;
	margin: 0 auto;
	}
	.call_of_action ul {
        display: table-row;
    }
	.call_of_action ul li {
	display: table-cell;
	padding: 0 5px;
	}
	.call_of_action a {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	background:var(--theme-color);
	text-decoration: none;
	display: inline-block;
	width: 150px;
	text-align: center;
	line-height: 20px;
	border-radius: 4px;
	border: 1px solid #000000;
	padding: 12px 0;
	text-transform: uppercase;
	}
	.wrapper-copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 60px;
	}
	.top_quote
	{
	display: table;
    margin: 0 0 0 auto;
	}
	.top_quote .TQlink
	{
		font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        background: var(--theme-color);
        padding: 10px 10px;
        border-radius: 4px;
        line-height: 20px;
	}
	.Q_form_wrap.form_first {
		margin-top:40px;
	}
	.desk
	{
		display: none;
	}
	.wrapper-info-phone .flex-row i {
    font-size: 30px;
    margin-right: 5px;
	}
	.wrapper-info h2 {
    font-size: 25px;
    margin-bottom: 20px;
	}
	.wrapper-info {
        padding-bottom: 30px;
		/* transform: translate(0%, -15%); */
    }
	.callbox
	{
		max-width: 100%;
	}
	.wrapper-info-phone p strong
	{
		display: block;
		font-weight: 800;
		font-size: 25px;
	}
	.wrapper-single-contact
	{
		display: grid;
    	grid-template-columns: 10% 85%;
    	align-items: start;
		gap: 10px;
	}
	.wrapper-single-contact h3 {
    margin-bottom: 10px;
	}
	.choose_us {
    padding: 30px 0;
	}
	.chat_widget {
        bottom: 65px;
    }
	.wrapper-map {
    padding-top: 25px;
	}
	#contact {
    padding-top: 40px;
	}
	.mb-20
	{
		margin-bottom: 20px;
	}
	.callnow
	{
		position: relative;
		margin: 15px 0;
	}
	.callnow h3
	{
		font-size: 25px;
		margin-bottom: 15px;
	}
	.cta_sec {
		padding: 30px 0 35px;
	}
	.cta_sec_text
	{
		margin-bottom: 25px;
	}
	.wrapper-single-contact p strong{
		display: block;
	}
	.heroback
	{
		background-image:linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/hero-img-mob.jpg') !important;
	}
}
@media (min-width: 501px) {
    .fixed_foote_mobile {
        display: none;
    }
	.top_quote
	{
		display: none;
	}
	.form_first
	{
		display: none;
	}
	.mob
	{
		display: none;
	}
}