

:root {
    --body-color: #fff;
	--green: #3fb0a8;
	--grey: #262e2e;
    
}

html, body {
	 font-family: "europa", sans-serif;
	font-size:18px;
	line-height:28px;
	color:var(--body-color);
	font-weight:400;
	background-color:var(--green);
	text-align: center;
}


*, *::before, *::after {
    box-sizing: border-box;
}

body, html {
}

strong {
    font-weight: 500;
}

a {
	color:#fff;
	text-decoration: none;
	
}

a:hover {
	color:#fff;
	opacity: 0.64;
}

.container {
	width:1180px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}





.logo img {
	width:260px;
	margin: 0px;
	display: table;
	margin-bottom:96px;
	margin-left:auto;
	margin-right:auto;
}


.bg-start {
    position: relative;
    height: 100vh;
    width: 100vw;
}



.start-content {
	position: absolute;
	width:100%;
	height:100%;
}


.start-content-inner {
    	    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
	position: relative;
	width: 100%;
	height:100%;

}




.start-text-wrap {
	width:100%;
	 display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	padding:64px;
	    font-family: "europa", sans-serif;

}

.start-text-wrap-inner {
	margin-left:auto;
	margin-right:auto;
	display: table;
}

.title-default {
    color: #fff;
    font-size: 24px;
    line-height:24px;
	letter-spacing: 1px;
    margin-bottom: 12px;
	text-transform: uppercase;
	font-weight: bold
}



/********************** FOOTER SECTION START **********************/





/********************** FOOTER SECTION END **********************/


 

    @media only screen and (min-width:0px) and (max-width:1024px) {
		
		
	.logo img {
    width: 160px;
		margin-bottom:48px;
		}
		
		html, body {
	 font-family: "europa", sans-serif;
	font-size:16px;
	line-height:26px;
		}
			.title-default {
    color: #fff;
    font-size: 20px;
    line-height:20px;
}
}