/* CSS HOME NEW */

.loyout-main-home-new {
	position: relative;
	height: 100%;
	display: block;
}

.new-home {
	    width: 100%;
	    background-size: cover;
	    background-position: top;
	    display: flex;
	    align-items: center;
	    justify-content: flex-start;
	    padding: 0px 100px;
	    height:100%;
}

.content-title-left {
	color: #fff;
	font-family: "Saira Semi Condensed", sans-serif;
	font-size: 6em;
	max-width: 35%;
	line-height: 1;
	font-weight: 100;
	transform: translate(0px, 40px);
	opacity:0;
	transition:.6s;
}



.content-title-left.intro-text-home {opacity:1;transition:.6s;transform: translate(0px, 0px);}

@media (max-width: 768px) {
	body {    background-color: #021445;}

	.content-title-left.intro-text-home {
		margin-top: 60px;
		text-align: center;
	}

	.new-home {padding:0px 30px;height: 50%;    background-position: 70% 20px;}
	.content-title-left {
		font-size: 50px;
		max-width: 100%;
	}

	.menu-home-right.transition-menu {
	    height: 50%;
        position: relative;
        background: #021445;
	}
} 