@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');

.suballindex{
	width: 100%;
	height: 100vh;
	background-image: url(sour/para-03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative
}
.overwhite{
	width: 43%;
	right: 3%;
	bottom: 10px;
	position: absolute;
	height: 80vh;
	background-color: rgba(255,255,255,1.00);
	z-index: 1
}
.overwhitelink{
	right: 40%;
	bottom: -15px;
	position: absolute;
	z-index: 2
}
.overwhite h1{
	font-family: 'Roboto', "sans-serif";
	font-weight: 400;
	font-size: 14px;
	color: #9a9a9a;
	text-transform: uppercase;
	padding-top: 10px;
	text-align: left;
	padding-left: 5%
}
.overwhite h2{
	font-family: 'Roboto', "sans-serif";
	font-weight: 400;
	font-size: 24px;
	color: #555555;
	text-transform: capitalize;

	text-align: left;
	padding-left: 5%
}
.overwhite p{
	font-family: 'Roboto', "sans-serif";
	font-weight: 400;
	font-size: 14px;
	color: #9a9a9a;
	text-transform: capitalize;
	line-height: 27px;
	text-align: left;
	padding-left: 5%
}
.oversub{
	width: 80%;
	right: 10%;
	bottom: 50px;
	position: absolute;
	height: 200px;
	z-index: 2
}
.oversub1{
	width: 15.5%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	float: right;
	height: 170px;
	position: relative;
	overflow: hidden
}
.oversub1 img{
	width: 100%;
	height: 170px;
	transition: 1s
}
.oversub1:hover img{
	transform: scale(1.1)
}
.overtext{
	width: 95%;
	padding-left: 1%;
	padding-right: 1%;
	height: 30px;
	background-color: rgba(255,255,255,0.70);
	position: absolute;
	bottom: 5px;
	margin-left: 1.5%;
	border-radius: 5px;
	line-height: 30px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	color: #3c4251;
	font-weight: 900;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;	
	z-index: 10
}
@media screen and (max-width: 768px) {
	.suballindex{
	width: 100%;
	height: 1300px;
	background-image: url(sour/para-03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative
}
	.overwhite{
	width: 90%;
	right: 5%;
	top: 10px;
	position: absolute;
	height: 170px;
	background-color: rgba(255,255,255,1.00);
	z-index: 1
}
	.overwhite h1{
	font-family: 'Roboto', "sans-serif";
	font-weight: 400;
	font-size: 12px;
	color: #9a9a9a;
	text-transform: uppercase;
	padding-top: 3px;
	text-align: left;
	padding-left: 5%
}
.overwhite h2{
	font-family: 'Roboto', "sans-serif";
	font-weight: 400;
	font-size: 18px;
	color: #555555;
	text-transform: capitalize;

	text-align: left;
	padding-left: 5%;
	margin-top: 0px
}
.overwhite p{
	font-family: 'Roboto', "sans-serif";
	font-weight: 400;
	font-size: 11px;
	color: #9a9a9a;
	text-transform: capitalize;
	line-height: 22px;
	text-align: left;
	padding-left: 5%
}
	.oversub{
	width: 90%;
	right: 5%;
	top: 190px;
	position: absolute;
	height: 200px;
	z-index: 2
}
.oversub1{
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	float: right;
	height: 170px;
	position: relative;
	margin-bottom: 10px
}
.oversub1 img{
	width: 100%;
	height: 170px
}
}