@media only screen and (max-width:1025px) {
	.hero-text span {
		line-height: 70px;
		font-size: 77px;
	}

	.hero-section .container {
		min-height: 370px;
	}

	.shap-06 {
		right: 7%;
	}

	.we-love-block > div h4 {
		font-size: 20px;
		width: 100%;
		margin-bottom: 10px;
	}

	p {
		font-size: 15px;
	}

	.we-love-block img {
		width: 60px;
	}

	.we-love-block > div {
		padding: 20px 20px;
	}

	h2 {
		font-size: 50px;
	}

	.different-blocks ul li {
		width: 450px;
		font-size: 18px;
		padding: 15px;
	}

	.service-content {
		background: rgba(255,255,255,0.8);
		width: 100%;
		z-index: 9;
		height: 342px;
		position: relative;
		padding-bottom: 10px;
		padding-top: 20px;
	}

	.service-block {
		display: block;
	}

	.service-img {
		width: 100%;
		height: 300px;
	}

	.white-block .service-content {
		background: rgba(0,0,0,0.8);
	}

	.service-img img {
		width: 100%;
	}

	h3 {
		font-size: 32px;
	}

	.service-block ul.bullets-arrow li span {
		font-size: 19px;
	}

	.need-seo .container {
		width: 90%;
	}
}

@media only screen and (max-width:768px) {
	.menu-mobile-main {
		display: flex;
		align-items: center;
	}

	.shap-01, .shap-02 {
		height: 60px;
		width: 60px;
	}

	.shap-02 {
		left: 49%;
	}

	.pt-90 {
		padding-top: 60px;
	}

	.pb-90 {
		padding-bottom: 50px;
	}

	.our-mission, .we-love {
		padding: 70px 0;
	}

	h3 {
		font-size: 26px;
	}

	.why-exist {
		padding: 30px 20px;
	}

	ul.bullets-arrow li {
		font-size: 16px;
		background: url(../images/arrow.svg) no-repeat 0px 8px;
	}

	.we-love-block {
		grid-template-columns: repeat(auto-fit, minmax(47%,1fr));
	}

	.different-blocks {
		padding: 180px 20px 60px 20px;
	}

	.different-blocks ul li {
		width: 350px;
	}

	.services p {
		width: 100%;
	}

	.services {
		padding: 60px 0 0 0;
	}

	.service-img {
		display: none;
	}

	.service-content {
		padding-top: 40px;
		padding-left: 40px;
	}

	h2 {
		font-size: 40px;
	}

	.need-seo .container p {
		width: 80%;
	}

	.need-seo {
		padding: 50px 0;
	}

	.ready-go-block {
		width: 80%;
		margin: 50px auto;
	}

	.ready-to-go-icon {
		position: absolute;
		bottom: -50px;
		left: -70px;
		width: 150px;
	}

	.wrapper .nav-links {
		background: #fff;
		height: 102vh;
	}
}

@media only screen and (max-width:767px) {
	.logo {
		width: 150px;
	}

	.hero-text span {
		line-height: 59px;
		font-size: 57px;
	}

	.arrow-float {
		display: none;
	}

	.hero-section {
		padding-top: 110px;
		background-image: none !important;
	}

	.hero-sec {
		width: 100%;
	}

	.our-mission h2 {
		margin-bottom: 20px;
	}

	.why-exist {
		margin-bottom: 30px;
	}

	.our-mission, .we-love {
		padding: 50px 0;
	}

	h2 {
		font-size: 30px;
	}

	.we-love-block {
		margin-top: 30px;
	}

	.different-blocks {
		padding: 120px 20px 60px 20px;
		display: block;
	}

	.different-blocks.justify-content-end {
		justify-content: normal !important;
	}

	.different-blocks.bg-sand-dark {
		padding-top: 40px;
	}

	.different-blocks ul li {
		width: 100%;
	}

	.make-different h2 {
		top: 60px;
	}

	.ready-go-block {
		padding: 30px;
	}

	footer {
		padding: 50px 0 20px 0;
	}

	.connect-on {
		margin: 30px 0;
		display: block;
	}

	.connect-on > div {
		margin: 10px 0;
	}

	.copyright {
		color: #424040;
		padding: 0 10px;
		font-size: 12px;
	}
}