body{
	width: 100%;
	overflow-x: hidden;
	font-family: 'Barlow', sans-serif;
			
}


	::-webkit-scrollbar {
	    width: 5px;
	}

	::-webkit-scrollbar-track {
	    background-color: transparent;
	}

	::-webkit-scrollbar-thumb {
	    background-color: #138D75;
	    border-radius: 20px;
	    border: 4px solid transparent;
	    background-clip: content-box;
	}

	::-webkit-scrollbar-thumb:hover {
	    background-color: #a8bbbf;
	}


	    
.rightLogo{
	width: 25%;
	float: right;
}
#menubtn{
	padding: 20px 20px;

}
#menubtn{
	float: right;
}

.TeamDesc{

	color: #343434;
	font-weight: 300;
	font-size: 26px;
	text-align: left;

}

.TeamPic{
	height: 550px;
	margin-left:250px ;
	width: 450px !important;
}

.lanBox{
	margin-left:180px ;
}
.lanbtn{
	background: #fff;
	color: #B2BABB ;
	border: none;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	font-size: 18px;
	padding:5px 5px;
	border:2px solid #B2BABB;
}

  @media screen and (max-width: 909px) {
  	body{
  		width: 100vw;
  		overflow-x: hidden !important;
  	}

  	.lanBox{
		margin-left:0px ;
		padding: 0px 0px !important;
	}
	.TeamPic{
		height: 70vh;
		margin-left:0px ;
		width: 100% !important;
	}
	.rightLogo{
		width: 60%;
	}
	
	.lanbtn{
		height: 35px;
		width: 35px;
		font-size: 13px;
	}
	.TeamDesc{
		
		font-size: 14px;
		width: 75%;
		color: #fff;
		text-align: center;
		padding: 10px 10px;
		margin-right: 80px !important;

		
	}
	.tree{
		background: rgb(75, 75, 75,0.4);
		position: absolute !important;
		margin-top: 130px;
		padding: 35px 15px;
		align-items: center;
		text-align: center;
		height: 70vh;

	}
}

