 
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,500,600,700,800&display=swap');
body
{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 22px;
	background: #001434;
}
 
  
 
.bg-top
{
	background: #001534;
}
  .bg-top
{
	width: 100%;
	float: left;
}
.copyright {background: #001534;color:#fff; padding:20px 0px; text-align:center}
/*header*/
.header
{
	text-align: center;
	padding: 110px 0px 0px;
	width: 100%;
	position: relative;
	left: -17px;
}

.welcome h3 {padding-bottom:30px; font-size:38px;font-weight:bold}
.welcome {padding:100px 0px;color:#fff; text-align:center; font-size:28px}
.welcome p {padding-bottom:40px}

/*three-cl*/
.three-cl
{
	 
	padding-top: 30px;
}
.three-cl p
{
	color: #fff;
	font-size: 22px;
	padding-top:10px;
	line-height:40px;
	font-weight: 500;
}
.sglogos {text-align:center; padding-bottom:30px}
 .bottomimg img{width:100%; margin-top:150px}
 .blue img {margin-right:15px}
 .orange img {margin-right:8px}
 .yellow img {margin-right:5px}
 .views {text-align:center}
 .views a{padding:10px 25px; text-align:center; display:inline-block;background:#1e8dfb;color:#001534;margin-top:40px}
 .yellow .views a{background:#ffeb00 }
 .orange .views a{ background:#ff921e}
 .views a:hover{background:#fff;color:#001534 }
@media only screen and (max-width: 767px)
{
	.header
	{
		padding: 40px 0px 0px;
	}
 
	.three-cl .flg
	{
		padding-top:50px;
	}
	
}
 
 
 
.stew-sec img, .stew-sec p
{
	margin-left: 56px;
}
@media only screen and (min-width: 1200px)
{
	.three-cl > .container
	{
		max-width: 1250px;
	}
}
@media only screen and (max-width: 1200px)
{
	.headsupply, .header
	{
		left: 0;
	}
	.stew-sec img, .stew-sec p
	{
		margin-left: 0px;
	}
}
@media only screen and (max-width: 767px)
{
	.header img
	{
		width: 100%;
		max-width: 298px;
	}
 
	.three-cl img
	{
		max-width: 140px !important;
	}
	.three-cl p
	{
		font-size: 20px;
	}
	.three-cl .flg {
		padding-top: 25px;
	}
	 
	 .blue {padding-bottom:70px;}
	 .orange {padding-bottom:70px;}
	.bg-bottom
	{
		padding-top: 50px;
	}
}