@media all and (max-width:1100px) {

    #navigation {
		display: none;
	}

	#openmenu,
	#closemenu {
		display: inline-block;
	}

	#closemenu {
		float: right;
	}

    .wrapper-contact>div {
		width: 50%;
		text-align: center;
	}

	#contacts .social-link {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

    .wrapper-blog .w-30 {
        width: calc(100% - 0px);
        margin-left: 0px;
    }

    .wrapper-blog .w-70 {
        width: 100%;
    }
}


@media all and (max-width:900px) {

    .wrapper-edge {
        position: static;
        -webkit-transform: translate(0%, 0%);
            -ms-transform: translate(0%, 0%);
                transform: translate(0%, 0%);
        margin-bottom: 100px;
    }

    #aboutus {
        padding-top: 0px;
    }

    .single-edge {
        width: 50%;
    }

    .single-edge:nth-child(2)::after {
        display: none;
    }

    .aboutus-img {
		display: none;
	}

	.aboutus-content {
		width: 100%;
		padding-left: 0px;
	}

    .wrapper-services a {
		width: calc(50% - 20px);
	}

    .wrapper-input p {
        width: calc(100% - 0px);
    }

}

@media all and (max-width:600px)  {

    .wrapper-header-top {
        display: none;
    }

    h1 {
        font-size: 60px;
    }

	h2 {
		font-size: 40px;
	}
    
    #banner h2 {
        font-size: 40px;
    }

	.wrapper-contact>div {
		width: 100%;
	}
    
    .wrapper-services a {
		width: calc(100% - 20px);
	}

    .wrapper-blog .single-blog {
        width: calc(100% - 20px);
    }

}

@media all and (max-width:480px) {

    .single-edge {
        width: 100%;
    }

    .single-edge::after {
        display: none;
    }
}