.banner
	{
		width:100%;
		background-image:url("../images/Portfolio.jpg");
		background-position:center center;
		background-size:cover;
		top: 0;
		left: 0;
		opacity:1;
	}
.foreground 
	{ 
		background-color: rgba(0,0,0,0.5);
		top: 0px;
		left: 0;
		width: 100%;
		height: 100%;
		opacity:1;
	}
.velan-mis
	{
		width:32%;
		height:275px;
		margin:5px;
		float:left;
		box-sizing:border-box;
		text-align:center;
		background-repeat:no-repeat;
		background-image:url("../images/screenshot/MIS.png");
		background-size:cover;
	}
.velan-mis:hover
	{
		border:3px solid #000;
	}
.supply-chain
	{
		width:32%;
		margin:5px;
		height:275px;
		float:left;
		box-sizing:border-box;
		text-align:center;
		background-repeat:no-repeat;
		background-image:url("../images/screenshot/SCM.png");
		background-size:cover;
	}
.supply-chain:hover
	{
		border:3px solid #000;
	}
.water
	{
		width:32%;
		height:275px;
		margin:5px;
		float:left;
		box-sizing:border-box;
		text-align:center;
		background-repeat:no-repeat;
		background-image:url("../images/screenshot/water.png"); 
		background-size:cover;
	}
.water:hover
	{
		border:3px solid #000;
	}
.erp-ss
	{
		width:32%;
		height:275px;
		margin:5px;
		float:left;
		box-sizing:border-box;
		text-align:center;
		background-repeat:no-repeat;
		background-image:url("../images/screenshot/ERP.png");
		background-size:cover;
	}
.erp-ss:hover
	{
		border:3px solid #000;
	}
.traceability
	{
		width:32%;
		height:275px;
		margin:5px;
		float:left;
		box-sizing:border-box;
		text-align:center;
		background-repeat:no-repeat;
		background-image:url("../images/screenshot/Traceability.png");
		background-size:cover;
	}
.traceability:hover
	{
		border:3px solid #000;
	}
.sampoorani
	{
		width:32%;
		height:275px;
		margin:5px;
		float:left;
		box-sizing:border-box;
		text-align:center;
		background-repeat:no-repeat;
		background-image:url("../images/screenshot/Sampoorani.png");
		background-size:cover;
	}
.sampoorani:hover
	{
		border:3px solid #000;
	}
 #myBtn 
	{
		display: block;
		width:120px;
		height:60px;
		position: fixed;
		margin-top: 590px; 
		margin-left: 620px;
		z-index: 99;
		font-size: 18px;
		border: none;
		outline: none;
		color: white;
		cursor: pointer;
		padding: 15px;
		background-color:transparent;
		background-image:url("../images/scroll_down.png");
		background-position:center;
	}
.port-title
	{
		margin-bottom:15px;
		color:#fff;
		font-family:light;
		font-size:20px;
	}
.port-title h3
	{
		font-size:25px;
		font-family:light;
	}
.port-desc
	{
		width:50%;
		text-align:center;
		border:1px solid #fff;
		border-radius:3px;
		margin-left:90px;
		color:#fff;
	}
.port-dir	
	{
		text-decoration:none;
	}

.port-desc:hover
	{
		background-color:#fff;
		color:#000;
	}
	
@media screen and (min-width: 320px) and  (max-width: 480px){
html
	{
		max-width:480px;
	}
body
	{
		max-width:480px;
		line-height:1.5; 
		font-family: 'K2D', sans-serif;
		margin:0 auto;
	}
.nav-header
	{
		max-width:100%;
		height:  auto !important;
		display:flex;
	}
.toggle
	{
		display:block;
		position:absolute;
		right:30px;
	}
.site-nav
	{
		width:100%;
		display:none!important;
		background-color: #4e4e4e;
		margin:0!important;
	}
.show.site-nav a
	{
		text-align:center;
		display: block;
	}
.show
	{
		display:block!important; 
	}
.banner
	{
		max-width:480px;
		max-height:200px;
	}
.background
	{
		max-width:480px;
		max-height:200px;
	}
.container
	{
		max-width:440px;
		margin:0 auto;
	}
.entry-content
	{
		max-width:440px;
		padding-left:25px;
		padding-right:25px;
	}
.container .entry-title
	{
		max-width:440px;
	}
.supply-chain
	{
		max-width:440px;
		display:block;
		float:none;
		width:100%;
		max-height:230px;
	}
.velan-mis
	{
		max-width:440px;
		width:100%;
		display:block;
		float:none;
		max-height:230px;
	}
.traceability
	{
		max-width:440px;
		width:100%;
		display:block;
		float:none;
		max-height:230px;
	} 
.erp-ss
	{
		max-width:440px;
		width:100%;
		display:block;
		float:none;
		max-height:230px;
	}
.sampoorani
	{
		max-width:440px;
		width:100%;
		display:block;
		float:none;
		max-height:230px;
	}
.water
	{
		max-width:440px;
		display:block;
		float:none;
		width:100%;
		max-height:230px;
	}
}
@media screen and (min-width: 480px) and (max-width: 767px){
html
	{
		max-width:767px;
	}
body
	{
		max-width:767px;
		line-height:1.5; 
		font-family: 'K2D', sans-serif;
		margin:0 auto;
	}	
.nav-header
	{
		max-width:100%;
		height:  auto !important;
		display:flex;
	}
.toggle
	{
		display:block;
		position:absolute;
		right:30px;
	}
.site-nav
	{
		width:100%;
		background-color: #4e4e4e;
		margin:0!important;
		display:none!important;
	}
.site-nav a
	{
		display:none!important;
	}
.show.site-nav a
	{
		text-align:center;
		display: block!important;
	}
.show
	{
		display:block!important;
	}
.banner
	{
		max-width:767px;
		max-height:300px;
	}
.background
	{
		max-width:767px;
		max-height:300px;
	}
.carousel
	{
		max-width:100%;
		padding:140px 20px 0 20px!important;
		box-sizing:border-box;
	}
#mybtn
	{
		display:none;
	}
footer
	{
		max-width:767px;
	}	
.container
	{
		max-width:700px;
		margin:0 auto;
	}
.entry-content
	{
		max-width:700px;
		padding-left:25px;
		padding-right:25px;
	}
.container .entry-title
	{
		max-width:700px;
	}
.supply-chain
	{
		max-width:350px;
		width:45%;
		float:left;
		max-height:230px;
	}
.velan-mis
	{
		max-width:350px;
		width:45%;
		float:left;
		max-height:230px;
	}
.traceability
	{
		max-width:350px;
		width:45%;
		float:left;
		max-height:230px;
	} 
.erp-ss
	{
		max-width:350px;
		width:45%;
		float:left;
		max-height:230px;
	}
.sampoorani
	{
		max-width:350px;
		width:45%;
		float:left;
		max-height:230px;
	}
.water
	{
		max-width:350px;
		width:45%;
		float:left;
		max-height:230px;
	}
.port-desc
	{
		margin-left:65px;
	}
}