
@media screen and (max-width: 991px) {
	#home .logo{
		top: 40%;
	}
	#home h1 {
	    position: absolute;
	    top: 70%;
    }
    #home .swiper-container .swiper-pagination {
	    bottom: 17% !important;
	}
	nav .brand-logo
	{
		left: 30px;
	}
	nav .brand-logo img
	{
		margin-top: 20px;
	}
	#mobile-demo a img {
	    border-style: none;
	    width: 40px;
	    margin-top: 5px;
	    margin-left: 5px;
	}
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    float: left;
    clear: both;
}