body{
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;	
}
.header{	
	background-image: url('Images/TheMultivese.jpg');
    height: 550px;
    margin: auto;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
	.header1{
		display:flex;
		width:20%;	
	}
	.container{
			display:flex;
			width:98%;
			margin:auto;
		}
.logo{
	padding:25px 10px 0px 20px;
	
}
.imglogo{
	
}
.pdf{
	padding:0px 10px 0px 30px;
}
.imgpdf{
	width:30px;
}
.menu{
	display:flex;
	justify-content:right;
	width:80%;
	padding: 30px 30px 0px 0px;
    color: #fff;
    font-size:16px;
	font-family: 'Roboto';
    font-weight: 300;
}
.div-home{
	text-decoration:none;
	color:#FFFFFF;
}
.box-width{
	
	margin:auto;
	width:50%;
}
.navigation{	
	display: flex;
    position: fixed;
    width: 100%;
    top: 180PX;
}
.left-navigation{
	width:50%;
	padding-left:20px;
}
.right-navigation{
	width:50%;
    text-align:right;
    padding-right:20px;
}
.img-right-navigation{
	
	height:80px;
}
.heading{
	display:flex;
	justify-content:center;	
}
.collaborating{
	color:#fff;
	letter-spacing: 9.6px;
	font-weight:normal;
	padding-top:160px;
	word-spacing:0.2em;
	margin:0;
	font-size:24px;
}
.h1-heading{
	color:#fff;
	letter-spacing:4px;
	font-size:40px;
	text-align:center;	
}
.content{
	display:flex;
	justify-content:center;
	color: #707070;
	font-size:14px;
	line-height:22px;	
}
.sub-menu{	
    position:relative;
    border: 1px solid #ede3e3;
    margin-top:-100px;
    margin-left:auto;
	margin-right:auto;
	background-color: #fff;
	box-shadow: 0px 3px 30px #00000029;	
}
.box-width{
	
	width:80%;
}
.p-content{
	padding:52px 100px;
	font-size:14px;
	color:#707070;
}
.div1-p-content{
	line-height:22px;
}
.color-blue{
	color:#5536FF;
	font-weight:bold;
}
.end-div{
	font-size:10px;
	color:#707070;
}
.padding-div{
	padding-right:20px;
}
.color-orange{
	color:#F1A06B;
	font-size:14px;
	display:flex;
}
.left-quote{
	height:34px;	
}
.after-left-quote{
	padding-top:20px;}

.right-quote{
	position:absolute;
	height:34px;
}
.footer-height{
	height:20px;
}
@media only screen and (max-width: 800px){
	
	.collaborating{
		font-size:13px;
	}
	.h1-heading{
		font-size: 20px;
	}
	.p-content{
		font-size:13px;
		padding:20px;
	}
	.footer-text {
    display: inline-block;
}
	.right-navigation {
		
    padding-right: 0px;
}
.left-navigation {   
    padding-left: 0px;
}
.left-quote {
    height: 20px;
}
.right-quote {
   
    height: 20px;
}

.box-width {
    width: 80%;
}
.h1-heading {
    text-align: center;

}
@media only screen and (max-width: 1080px){
	
	.h1-heading{
    text-align: center;
	}
	
}