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

	.copyright{

		left: 30%;

		transform: translateX(-30%);

	}

}

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

	footer{

		position: inherit;

	}

	#wrapper{

		padding: 20px 0 0px;

	}

	.socials{

		float: none;

		text-align: center;

		display: block;

	}

	.copyright{

		display: block;

		text-align: center;

		float: none;

		margin-top: 10px;

		position: inherit;

	}

	.about-us{

		display: block;

		text-align: center;

		float: none;

		margin-top: 10px;

	}

	.logo{

		display: block;

		text-align: center;

	}

	.header-text{

		text-align: center;

	}

}

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

	.container {

	    padding: 0px 10px;

	}

	.owl-carousel .owl-nav > div{

		left: 0;

	}

	.owl-carousel .owl-nav .owl-next{

		right: -3px;

	}
	.esi-slide-wrap{
		max-width: 300px;
	}
	.esi-slide-content{
		padding-right: 0;
	}
	.slidew {
	    direction: rtl !important;
	    padding-right: 20px;
	    padding-left: 20px;
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	.esi-slide-reopen-active.esi-slide-right {
	    right: 0 !important;
	    bottom: 0;
	    top: auto;
	}
}