@media (min-width: 769px) {

	

	body {
		padding: 0px 0px; 
		margin: 0px 0px;
		transition:0.2s;
	}
	
	h1, h2 {text-align: left;}

	section ul li a {
		font-size: calc(4.5vh + 24px / 6);
		line-height: calc(50vh / 6);
		display: block;
		float: left;
		/*padding-right: 24px;*/
		/*padding-left: 40px;*/
	}

	.ventures ul li a::after, .clients ul li a::after {
		/*color:#718096;*/
		padding:0 16px;
   		content: " / ";

	}

	section ul li a:hover {
		color: #EAFF97;
		transition: .2s;
	}

	section {
	display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    grid-template-rows: 160px 1fr 1fr 180px;
    height: 100vh;
    padding: 0 40px;
}

section ul li a {
      border-bottom: none;
	}
	
	.ventures, .clients, .menu {
	padding: calc(40vh / 8) 0 0 0;
	}

	.menu ul li a {}

	.menu ul li a:hover {
		padding-left:16px;
		transition: 0.2s;
		background-image: url(../images/arrow.svg);*/
    	background-repeat: no-repeat;
    	width: 100%;
    	background-position: right;
    	display: block;
    /*border-bottom: 2px solid #fff;*/
	}

	
/*	.logos {
		background-repeat:no-repeat;
		background-size: cover;
		background-position: left;
		background-size: 20%;
		
	}

	.logo1 {
		background-image: url('../images/tata.svg');
	}
*/

	#backgrounds div {
		background-repeat:no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		height:100%;
		width:100%;
		opacity:0; 
		z-index:-1;
		position:fixed;
		transition: 0.2s;
	}	

	#b1 {
	background-image: url('../images/background2.jpg'), radial-gradient(50% 50% at 50% 50%, #132236 0%, #0E0E17 100%);}

	#b2 {
	background-image: url('../images/TWRL.jpg'); }

	#b3 {
	background-image: url('../images/realwork.jpg'); } 

	#b4 {
	background-image: url('../images/casewize.jpg'); }

	#b5 {
	background-image: url('../images/background2.png'); }

	#b6 {
	background-image: url('../images/background3.png'); }

	#b7 {
	background-image: url('../images/Google.jpg'); }

	#b8 {
	background-image: url('../images/Square.jpg'); }

	#b9 {
	background-image: url('../images/TATA.jpg'); }

	#b10 {
	background-image: url('../images/clink.jpg'); }

	#b11 {
	background-image: url('../images/cedar.jpg'); }

	#b12 {
	background-image: url('../images/Jetty.jpg'); }

	.on {
		opacity:.5!important;
		transition: 0.5s;
		background-size: contain;
	}

	.crossLRFacebook {background-image: url(../images/facebook.svg); position: fixed; bottom:120px; right:24px; background-size: 24px 24px; background-repeat: no-repeat; width: 24px; height: 24px; } .white {color: #EBF0F6;}
	.crossLRTwitter {background-image: url(../images/twitter.svg); position: fixed; bottom:80px; right:24px; background-size: 24px 24px; background-repeat: no-repeat; width: 24px; height: 24px; } .white {color: #EBF0F6;}
	.crossLRLinkedin {background-image: url(../images/linkedin.svg); position: fixed; bottom:40px; right:24px; background-size: 24px 24px; background-repeat: no-repeat; width: 24px; height: 24px; padding-right: 8px; } .white {color: #EBF0F6;}

	.logo { 
		background-image: url(../images/logo2.svg);
		background-position-x: left;
		text-align: left;
		grid-column: 3 / span 1;
		grid-row: 1;
		margin-top: 0;
		align-self: end;
		background-size: 180px;
		/*padding: 64px 0 0px 0;*/
	}

	.ventures {
		grid-column: 1 / span 2;
		grid-row: 3 / span 1; 
		width: 90%
	}

	.clients {
		grid-column: 1 / span 2;
		grid-row: 2 / span 1;
		width: 90% 
	}

	.menu {
		grid-column:3;
		grid-row:2;
	}

	.partnerwithus {
		grid-column:3;
		grid-row:4;
		align-self:start;
	}

	.descriptor {
		grid-column: 1 / span 2;
		grid-row: 1;
		align-self: center;
		width:64%;
		padding-top: 80px;
	}

	h1 {
		font-size: 1.5rem;
	}

	h2 {
		font-size: 17px;
	}

	.ventures h3, .clients h3, .menu h3 {
		padding: 32px 0 0px 0;
	}

/*.ventures ul li, .clients ul li {
	display: block;
	float: left;
	padding-right: 16px;
}

.venture ul, .clients ul {
	width: 80%;
}*/

.menu ul {padding-top:24px;}





.showme {
	display: none;
}

.showhim:hover .showme{
	display: block;
	grid-column: 3;
	grid-row: 1 / span 3;
	background-color: #fff;
	color: #000;
}


}



