@media screen and (min-width: 900px) {
	@keyframes trans {
		0%{transform: translate(10vw, 0); opacity: 0;}
		100%{transform: translate(0, 0); opacity: 1;}
	}
	@keyframes trans2 {
		0%{transform: translate(50vw, 0);}
		100%{transform: translate(0, 0);}
	}
	h2{
		text-align: left;
		font-size: 20px;
		color: #333333;
		font-weight: bold;
		margin: 0;
	}
	h3{
		font-size: 18px;
		color: #333333;
	}
	section{
		background-color: transparent;
	}
	a{
		color: #333333;
	}
	main{
		background-color: #333333;
		background-image: url(../jpg/solutionstitlepicture3.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	body{
		overflow: hidden;
		position: relative;
	}

	#mainpage{
		width: 100vw;
		display: flex;
	}
	#titleword1{
		width: 40vw;
		height: calc(100vh - 4.5vw);
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		margin: 0 5vw 0 10vw;
		position: sticky;
		top: 4.5vw;
		left: 0;
	}
	#titleword1 h1{
		color: white;
		line-height: 3.2vw;
		font-size: 5vw;
		animation: trans 1s backwards;
		animation-delay: 0s;
	}
	#titleword1 h1 span{
		display: block;
		color: white;
		font-size: 2.5vw;
		margin: 1.5vw 0;
	}
	#mainpagegrade{
		width: 40vw;
		display: flex;
		flex-wrap: wrap;
		margin: 1vw 0;
		animation: trans 1s backwards;
		animation-delay: .1s;
	}
	#mainpagegrade > a{
		display: block;
		width: 6vw;
		height: 2.5vw;
		margin: 0 1vw 1vw 0;
		border-radius: 2vw;
		backdrop-filter: blur(1vw);
		background-color: rgba(255, 255, 255, .8);
		text-align: center;
		line-height: 2.5vw;
		font-weight: bold;
		font-size: 1.2vw;
		cursor: pointer;
	}
	#contactbutton{
		background: linear-gradient(150deg, #e83719 0%, #FBA971 100%);
		border-radius: 25vw;
		width: 25vw;
		height: 3.8vw;
		box-shadow: 0.8vw 0.8vw 2vw #333333;
		cursor: pointer;
		transition: all 0.5s;
		transform: translate(0, 0);
		opacity: 1;
		animation: trans 1s backwards;
		animation-delay: .2s;
		margin: 1vw 0;
		position: relative;
	}
	#contactbutton:hover{
		transform: translate(0, -0.5vw);
	}
	#contactbutton img{
		width: 3.5vw;
		position: absolute;
		top: 0.1vw;
		left: 2.2vw;
	}
	#contactbutton p{
		position: absolute;
		font-weight: bold;
		font-size: 1.5vw;
		color: #F1F3EC;
		top: 1.9vw;
		left: 6.1vw;
		display: block;
		width: 20vw;
		line-height: 0;
	}
	#titleword2{
		position: relative;
	}
	#mainpagepro{
		position: relative;
		margin: 6vw 0 0 0;
		animation: trans2 1s backwards;
		animation-delay: .3s;
	}
	#mainpagepro > a > div{
		font-size: 3.5vw;
		line-height: 4.5vw;
		font-weight: bold;
		padding-left: 2vw;
		width: 15vw;
		text-align: left;
	}
	#mainpagepro > a > div > span{
		display: block;
		width: 15vw;
		text-align: right;
	}
	#mainpagepro > a{
		width: 50vw;
		height: 13vw;
		display: flex;
		align-items: center;
		backdrop-filter: blur(1vw);
		background-color: rgba(255, 255, 255, .8);
		border-radius: 1.5vw 0 0 1.5vw;
		overflow: hidden;
		margin: 1vw 0;
		transition: all .2s;
	}
	#mainpagepro > a:hover{
		transform: translate(-2vw, 0);
	}
	#mainpagepro > a::before{
		content: "Stainless Steel";
		position: absolute;
		left: 20vw;
		top: 1.5vw;
		color: #fff;
		opacity: .3;
		font-size: 5vw;
		line-height: 5vw;
		font-weight: bold;
		z-index: -1;
	}
	.imgwhite{
		height: 12vw;
		margin: .5vw;
		border-radius: 1vw;
	}
	.logowhite{
		width: 3vw;
	}






	#overview{
		font-size: 1.1vw;
		line-height: 1.8vw;
		width: 60vw;
		margin: 5vw 20vw;
		text-align: justify;
		color: #fff;	
		column-count: 2;
		column-gap: 3vw;
		text-shadow: .1vw .1vw .2vw #333;
	}


    #breadol{
        width: 50vw;
        display: flex;
        justify-content: center;
        align-content: center;
        list-style: none;
        padding: 0;
        margin: 0 25vw;
        z-index: 1;
        animation: down backwards 1s;
        animation-delay: .2s;
    }
    #breadol li{
        font-size: 1vw;
        color: white;
        line-height: 1vw;
    }
    #breadol li a{
        display: block;
        color: white;
        height: 1vw;
        padding-right: 1.5vw;
        margin-right: 1vw;
        font-weight: bold;
        position: relative;
    }
    #breadol li a::before{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid .5vw transparent;
        border-left: solid .5vw #fff;
        margin: 0;
        position: absolute;
        right: -.5vw; 
        transform: scale(1, 0.7);
        top: 0;
    }














#gradespage{
	padding: 5vw 0;
	position: relative;
	width: 100vw;
    transition: all 0.5s;
}
#gradespage h2{
	font-size: 3vw;
	position: relative;
	width: 100vw;
	color: white;
	text-align: center;
	padding: 2vw 0;
}
#sspage{
	width: 100%;
	position: relative;
}
.gradetype{
	font-size: 1.4vw;
	font-weight: bold;
	top: 0;
	height: 6vw;
	line-height: 6.5vw;
	background-color: rgba(255, 255, 255, .6);
	width: 100%;
	text-align: center;
	border-radius: 2vw 2vw 0 0;
	margin-bottom: 2.5vw;
}
#rightbutton1{
	position: absolute;
	height: 33.5vw;
	width: 7vw;
	left: 93vw;
	z-index: 1;
	cursor: pointer;
}
#leftbutton1{
	position: absolute;
	height: 33.5vw;
	width: 7vw;
	left: 0vw;
	z-index: 1;
	cursor: pointer;
}
#rightbutton2{
	position: absolute;
	height: 20vw;
	width: 7vw;
	left: 93vw;
	z-index: 1;
	cursor: pointer;
}
#leftbutton2{
	position: absolute;
	height: 20vw;
	width: 7vw;
	left: 0vw;
	z-index: 1;
	cursor: pointer;
}
#gradeframe-1{
	display: flex;
	position: relative;
    transition: all 0.5s;
    width: 200vw;
    overflow: hidden;
	margin: 2vw 0;
}
#gradeframe-2{
	display: flex;
	position: relative;
    transition: all 0.5s;
    width: 200vw;
    overflow: hidden;
	margin: 2vw 0;
}
.gradeframe1{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 82vw;
	background-color: rgba(255, 255, 255, .8);
	backdrop-filter: blur(1vw);
	margin: 0 1vw;
	padding-bottom: 2vw;
	border-radius: 2vw;
	position: relative;
    left: 8vw;
    transition: all 0.5s;
}
.chemeicalp{
	width: 100%;
	text-align: center;
	font-size: 0.9vw;
	line-height: 0;
	color: white;
	padding-top: 0.7vw;
	margin: 0;
}

.gradebar{
	width: 45%;
	margin: 2% 1%;
	transition: all 0.3s;
}
.gradename{
	display: block;
	font-size: 1.6vw;
	font-weight: bold;
	width: 6vw;
	padding: 0;
	margin: 0;
	line-height: 0;
	position: relative;
	top: -1vw;
}
.gradename2{
	display: block;
	font-size: 1.4vw;
	font-weight: bold;
	width: 6vw;
	padding: 0;
	margin: 0;
	line-height: 0;
	position: relative;
	top: -1vw;
}
.gradename3{
	display: block;
	font-size: 1.15vw;
	font-weight: bold;
	width: 6vw;
	padding: 0;
	margin: 0;
	line-height: 0;
	position: relative;
	top: -1vw;
}
.chemical{
	display: flex;
	position: relative;
	width: 30vw;
	height: 1.3vw;
	top: -0.7vw;
	left: 6vw;
	background: linear-gradient(90deg, #999999, #aaaaaa, transparent);
	padding: 0;
	margin: 0;
}
.chemical div{
	border-style: none;
	height: 1.3vw;
	padding: 0;
	margin: 0;
}



.chemical::after{
	content: "";
	position: absolute;
	top: 1vw;
	left: -6.8vw;
	background-color: #dddddd;
	border-radius: 2vw;
	padding: 0.5vw;
	width: 5vw;
	height: 0.5vw;
	font-size: 0.9vw;
	text-align: center;
	line-height: 0.6vw;
	color: #666666;
}



.chemical2{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 30vw;
	height: 2.6vw;
	top: -0.7vw;
	left: 6vw;
	background: linear-gradient(90deg, #999999, #aaaaaa, transparent);
	padding: 0;
	margin: 0;
}
.chemical2 div{
	border-style: none;
	height: 1.3vw;
	padding: 0;
	margin: 0;
}



.chemical2::after{
	content: "";
	position: absolute;
	top: 1vw;
	left: -6.8vw;
	background-color: #dddddd;
	border-radius: 2vw;
	padding: 0.5vw;
	width: 5vw;
	height: 0.5vw;
	font-size: 0.9vw;
	text-align: center;
	line-height: 0.6vw;
	color: #666666;
}





footer{
	background-color: transparent!important;
}




}




















@media screen and (max-width: 900px) {
	h2{
		text-align: left;
		font-size: 1.1rem;
		color: #333333;
		font-weight: bold;
	}
	h3{
		font-size: 1rem;
		color: #333333;
	}
	a:hover{
		opacity: 1;
	}
	a{
		color: #333333;
	}
	main{
		overflow-x: hidden;
	}
	body{
		background-position: -99999px -99999px;
	}
	body::before{
		content: "";
		background-color: #333333;
		background-image: url(../jpg/solutionstitlepicture4.jpg);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		z-index: -1;
	}
	article{
	}


	#mainpage{
		width: 100vw;
	}
	#titleword1{
		width: 90vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		margin: 25vw 5vw 0 5vw;
	}
	#titleword1 h1{
		color: white;
		line-height: 18vw;
		font-size: 18vw;
		animation: trans 1s backwards;
		animation-delay: 0s;
		margin: 0;
	}
	#titleword1 h1 span{
		display: block;
		color: white;
		font-size: 8vw;
		line-height: 8vw;
		margin: 5vw 0;
	}
	#mainpagegrade{
		width: 90vw;
		display: flex;
		flex-wrap: wrap;
		margin: 3vw 0;
		animation: trans 1s backwards;
		animation-delay: .1s;
	}
	#mainpagegrade > a{
		display: block;
		width: 18vw;
		height: 7.5vw;
		margin: 0 3vw 3vw 0;
		border-radius: 6vw;
		backdrop-filter: blur(3vw);
		background-color: rgba(255, 255, 255, .8);
		text-align: center;
		line-height: 7.5vw;
		font-weight: bold;
		font-size: 3.6vw;
		cursor: pointer;
	}
	#contactbutton{
		background: linear-gradient(150deg, #e83719 0%, #FBA971 100%);
		border-radius: 75vw;
		width: 75vw;
		height: 11.4vw;
		box-shadow: 2.4vw 2.4vw 6vw #333333;
		cursor: pointer;
		transition: all 0.5s;
		transform: translate(0, 0);
		opacity: 1;
		animation: trans 1s backwards;
		animation-delay: .2s;
		margin: 3vw 0;
		position: relative;
	}
	#contactbutton img{
		width: 10.5vw;
		position: absolute;
		top: 0.3vw;
		left: 6.6vw;
	}
	#contactbutton p{
		position: absolute;
		font-weight: bold;
		font-size: 4.5vw;
		color: #F1F3EC;
		top: 1.25vw;
		left: 18.3vw;
		display: block;
		width: 60vw;
		line-height: 0;
	}
	#titleword2{
		position: relative;
	}
	#mainpagepro{
		position: relative;
		margin: 6vw 0 0 0;
		animation: trans2 1s backwards;
		animation-delay: .3s;
	}
	#mainpagepro > a > div{
		font-size: 7vw;
		line-height: 9vw;
		font-weight: bold;
		padding-left: 3vw;
		width: 30vw;
		text-align: left;
	}
	#mainpagepro > a > div > span{
		display: block;
		width: 30vw;
		text-align: right;
	}
	#mainpagepro > a{
		width: 95vw;
		height: 39vw;
		display: flex;
		align-items: center;
		backdrop-filter: blur(1vw);
		background-color: rgba(255, 255, 255, .8);
		border-radius: 4.5vw 0 0 4.5vw;
		overflow: hidden;
		margin: 3vw 0;
		margin-left: 5vw;
		transition: all .2s;
	}
	#mainpagepro > a::before{
		content: "Stainless Steel";
		position: absolute;
		left: 60vw;
		top: 4.5vw;
		color: #fff;
		opacity: .3;
		font-size: 15vw;
		line-height: 15vw;
		font-weight: bold;
		z-index: -1;
	}
	.imgwhite{
		height: 36vw;
		margin: 1.5vw;
		border-radius: 3vw;
	}
	.logowhite{
		width: 9vw;
		position: absolute;
		left: 2vw;
		top: 2vw;
		background-color: #fff;
		border-radius: 3vw;
	}






	#overview{
		font-size: 4vw;
		line-height: 7vw;
		width: 85vw;
		margin: 20vw 7.5vw;
		text-align: justify;
		color: #fff;
		text-shadow: .3vw .3vw .6vw #333;
	}


    #breadol{
        width: 80vw;
        display: flex;
        justify-content: center;
        align-content: center;
        list-style: none;
        position: relative;
        padding: 0 10vw;
        margin: 0;
        z-index: 1;
        animation: down backwards 1s;
        animation-delay: .2s;
    }
    #breadol li{
        font-size: 3vw;
        color: white;
        line-height: 3vw;
    }
    #breadol li a{
        display: block;
        color: white;
        height: 3vw;
        padding-right: 4.5vw;
        margin-right: 3vw;
        font-weight: bold;
        position: relative;
    }
    #breadol li a::before{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 1.5vw transparent;
        border-left: solid 1.5vw #fff;
        margin: 0;
        position: absolute;
        right: -1.5vw; 
        transform: scale(1, 0.7);
        top: 0;
    }



#gradespage{
	padding: 15vw 0;
	position: relative;
    transition: all 0.5s;
	width: 100vw;
}
#gradespage h2{
	font-size: 10vw;
	position: relative;
	width: 100vw;
	color: white;
	text-align: center;
	padding: 5vw 0;
}
#sspage{
	width: 100%;
	position: relative;
}
.gradetype{
	font-size: 4vw;
	font-weight: bold;
	top: 0;
	height: 18vw;
	line-height: 5.5vw;
	background-color: #dddddd;
	width: 100%;
	text-align: center;
	border-radius: 20px 20px 0 0;
	margin-bottom: 7.5vw;
}
.gradetype span{
	display: block;
	width: 70%;
	position: absolute;
	left: 15%;
	top: 4vw;
}
#rightbutton1{
	position: absolute;
	height: 140vw;
	width: 7vw;
	left: 93vw;
	z-index: 1;
	cursor: pointer;
	display: none;
}
#leftbutton1{
	position: absolute;
	height: 140vw;
	width: 7vw;
	left: 0vw;
	z-index: 1;
	cursor: pointer;
	display: none;
}
#rightbutton2{
	position: absolute;
	height: 73vw;
	width: 7vw;
	left: 93vw;
	z-index: 1;
	cursor: pointer;
}
#leftbutton2{
	position: absolute;
	height: 73vw;
	width: 7vw;
	left: 0vw;
	z-index: 1;
	cursor: pointer;
}
#gradeframe-1-1{
	position: relative;
	width: 100vw;
	overflow-x: scroll;
	padding: 0;
	margin: 0;
}
#gradeframe-1{
	display: flex;
	position: relative;
    transition: all 0.5s;
    width: 192vw;
    overflow-x: scroll;
	margin: 2vw 0;
	-webkit-overflow-scrolling: touch;
}
#gradeframe-2-2{
	position: relative;
	width: 100vw;
	overflow-x: scroll;
	padding: 0;
	margin: 0;
}
#gradeframe-2{
	display: flex;
	position: relative;
    transition: all 0.5s;
    width: 192vw;
    overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	margin: 2vw 0;
}
#gradeframe-1::-webkit-scrollbar{
	display: none;
}
#gradeframe-2::-webkit-scrollbar{
	display: none;
}
.gradeframe1{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 90vw;
	background-color: #eeeeee;
	margin: 0 1vw;
	padding-bottom: 2vw;
	border-radius: 20px;
	position: relative;
    left: 4vw;
    transition: all 0.5s;
}
.chemeicalp{
	width: 100%;
	text-align: center;
	font-size: 2.5vw;
	line-height: 0;
	color: white;
	padding-top: 2.1vw;
	margin: 0;
}

.gradebar{
	width: 90%;
	margin: 2% 1%;
	transition: all 0.3s;
	height: 8vw;
}
.gradename{
	display: block;
	font-size: 3.7vw;
	font-weight: bold;
	width: 8vw;
	padding: 0;
	margin: 0;
	line-height: 0;
	position: relative;
	top: -2vw;
}
.gradename2{
	display: block;
	font-size: 3vw;
	font-weight: bold;
	width: 15vw;
	padding: 0;
	margin: 0;
	line-height: 0;
	position: relative;
	top: -1vw;
}
.gradename3{
	display: block;
	font-size: 2.3vw;
	font-weight: bold;
	width: 15vw;
	padding: 0;
	margin: 0;
	line-height: 0;
	position: relative;
	top: -1vw;
}
.chemical{
	display: flex;
	position: relative;
	width: 70vw;
	height: 3.9vw;
	top: -2.1vw;
	left: 14vw;
	background: linear-gradient(90deg, #999999, #aaaaaa, transparent);
	padding: 0;
	margin: 0;
}
.chemical div{
	border-style: none;
	height: 3.9vw;
	padding: 0;
	margin: 0;
}

.chemical::after{
	content: "";
	position: absolute;
	top: 3vw;
	left: -14.8vw;
	background-color: #dddddd;
	border-radius: 6vw;
	padding: 1vw;
	width: 10vw;
	height: 1vw;
	font-size: 2vw;
	text-align: center;
	line-height: 1.2vw;
	color: #666666;
}
.chemical2{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 60vw;
	height: 7.8vw;
	top: -2.1vw;
	left: 14vw;
	background: linear-gradient(90deg, #999999, #aaaaaa, transparent);
	padding: 0;
	margin: 0;
}
.chemical2 div{
	border-style: none;
	height: 3.9vw;
	padding: 0;
	margin: 0;
}

.chemical2::after{
	content: "";
	position: absolute;
	top: 3vw;
	left: -14.8vw;
	background-color: #dddddd;
	border-radius: 6vw;
	padding: 1vw;
	width: 10vw;
	height: 1vw;
	font-size: 2vw;
	text-align: center;
	line-height: 1.2vw;
	color: #666666;
}

}