@media (max-width: 1280px){
	.container{
		padding: 0 20px;
	}
	.home-top .left, .home-slider{
		padding-left: 20px;
	}
	.home-slider .slick-next{
		right: 20px;
	}
	.home-slider .slick-prev{
		right: 85px;
	}
}
@media(max-width: 991px){
	.home-top .left,.home-top .right{
		width: 100%;
		padding: 0 20px;
	}
	.home-top .box{
		flex-direction: column-reverse;
	}
	.home-top .right{
		padding-right: 0;
		margin-bottom: 50px;
	}
	.social {
	    margin-left: 40px;
	}
	.ft-menu li{
		margin-right: 20px;
	}
	.contact-content .featured{
		width: 100%;
		margin-bottom: 50px;
		text-align: center;	
	}
	.contact-form{
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

}

@media(max-width: 767px){
	#header{
		padding: 15px 0;
	}
	.home-top .left h1{
		font-size: 25px;
		line-height: 1.5;
		margin-bottom: 30px;
	}
	.home-top .left p{
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.home-top .left h4{
		font-size: 20px;
		line-height: 1.5;
	}
	.slider-it h3{
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 20px;
		padding: 0 10px;
	}
	.slider-it .image-fit{
		height: 200px;
	}
	.home-join .box{
		padding-right: 0;
	}
	.home-join .join-btn{
		position: relative;
		transform: none;
		top: 0;
		margin-top: 30px;
	}
	.subscribe-section input[type="submit"]{
		width: 120px;
    	padding: 10px 10px;
    	font-size: 14px;
	}
	.subscribe-section input[type="email"]{
		padding: 10px 10px;
		    width: calc(100% - 120px);
		    font-size: 14px;
	}
	.subscribe-section{
		padding: 30px 0;
	}
	#footer{
		padding: 40px 0;
	}
	.ft-top{
		display: block;
		text-align: center;

	}
	.ft-top .logo img{
		display: inline-block;
	}
	.ft-top .logo{
		margin: 0 0 40px;
	}
	.ft-top .ft-right h3{
		font-size: 20px;
		line-height: 1.3;
		margin-bottom: 20px;
	}
	.ft-menu li{
		margin: 0 10px;
	}

	.ft-right .box{
		display: block;
	}
	.social{
		margin: 20px 0 0;
	}
	.social a{
		margin: 0 5px;
	}
	.ft-bottom{
		margin-top: 40px;
		text-align: center;
	}
	.home-slider .slick-arrow{
		width: 40px;
	    height: 40px;
	    background-size: 12px 20px;
	}
	.home-slider .slick-prev{
		right: 70px;
	}
	.menu-main{
		position: fixed;
		top:63px;
		right: -100%;
		width: 100%;
		bottom: 0;
		background: #fff;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		z-index: 10;
		padding: 30px 20px 0;
		text-align: right;
	}
	#header.menu-open .menu-main{
		right: 0;
	}
	#header.menu-open{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		background: #fff;
	}
	.menu-main ul{
		margin: 0;
	}
	.menu-main li{
		padding: 20px 0;
		display: block;
		margin: 0;
		    font-size: 20px;
		    line-height: 1.5;
	}
	.toogle-menu{
		display: block;
	}
	.the-header{
		height: 63px;
	}
}