@media all and (max-width:1100px) {

    #navigation {
        display: none;
    }

    #openmenu,
	#closemenu {
		display: inline-block;
	}

	#closemenu {
		float: right;
	}

}

@media all and (max-width:900px)  {

      .aboutus-img {
        width: 70%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin: 0 auto;
    }

    .aboutus-content {
        width: 100%;
        padding-left: 0px;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin-bottom: 30px;
    }

    .single-step {
        width: 50%;
        text-align: center;
    }

    .wrapper-services a {
        width: calc(50% - 20px);
    }

    .wrapper-contact>div {
        width: 50%;
    }

    .wrapper-blog .w-30 {
		width: 100%;
		padding-left: 0px;
	}

	.wrapper-blog .w-70 {
		width: 100%;
        margin-bottom: 50px;
	}

     .wrapper-contact-content {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 50px;
	}

	.wrapper-contact-form {
		width: 100%;
	}

	.wrapper-input p {
		width: 100%;
	}
}

@media all and (max-width:600px)  {

 h1 {
        font-size: 60px;
    }

    .wrapper-header-top {
        display: none;
    }

    .wrapper-header-content {
        height: 800px;
    }

    h2 {
        font-size: 40px;
    }

    .single-step {
        width: 100%;
    }

    .wrapper-services a, 
    .single-blog {
        width: calc(100% - 20px);
    }

     .wrapper-contact>div {
        width: 100%;
        text-align: center;
    }

    #contacts .social-link {
       -webkit-box-pack: center;
           -ms-flex-pack: center;
               justify-content: center;
    }

    #menu-social-links-1 {
	display: flex;
	flex-direction: row;
    justify-content: center;
}

    #menu-social-links-1 li {
        margin-left: 10px;
        margin-right: 10px;
    }

    .single-step span {
        font-size: 100px;
    }
}