.about{
	max-width: 1920px;
	text-align: center;
	color: white;
}
.corporateprofile{
	padding: 180px 50px 50px 50px;
	background: linear-gradient(rgba(240,225,48,.1), rgba(0,0,0,.7)), url("../_images/corpoprofile.jpg");
	height: 400px;
	font-size: 25px;
	display: flex;
	flex-direction: column;
	text-shadow: 1px 1px 3px black;
}
.corporateprofile h1{
	font-size: 50px;
	padding-bottom: 50px;
}
.corporateprofile .details{
	width: 600px;
	margin: 0 auto;
	text-align: left;
	
}
.corporateprofile .branch{
	padding-left: 40px;
	padding-top: 10px;
	width: 600px;
	margin: 0 auto;
	text-align: left;
}
.samtcsasa{
	background: linear-gradient(rgba(0,0,0,.3), rgba(255,255,255,.1));
	font-size: 25px;
	padding: 80px;
	text-align: left;
	
}
.samtcsasa h1{
	font-size: 40px;
	padding-bottom: 30px;
	color: #00262f;
}
.samtcsasa .p1{
	color: #00262f;
	font-weight: bold;
}
.samtcsasa .p2{
	padding-left: 20px;
	padding-top: 10px;
	font-size: 20px;
	color: #00262f;
}
.samtcsasa .line{
	border-top: 5px dotted #00262f;
	width: 25px;
	margin: 50px auto;
}
.samtcsasa img{
	width: 100%;
	border-radius: 240px;
}
.sam .d1, .asa .d1{
	padding: 50px;
	border-left: 3px dashed #00262f;
}
.tcs .d2{
	padding: 50px;
	border-right: 3px dashed #00262f;
}
.sam, .tcs, .asa{
	margin: 0 auto;
	max-width: 1500px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sam div, .tcs div, .asa div{
	width: 50%;
}

.accreditation{
	padding: 80px 50px 50px 50px;
	background: linear-gradient(90deg, rgba(240,225,48,.01), rgba(0,0,0,.7)), url("../_images/accredited.jpg");
	font-size: 20px;
	text-shadow: 1px 1px 3px black;
	text-align: center;
	background-position: bottom right;
}
.accreditation .d1{
	display: flex;
	justify-content: center;
	max-width: 1200px;
	padding: 50px;
	margin: 0 auto;
	text-align: left;
}
.accreditation .d2{
	width: 50%;
	text-align: left;
}
.accreditation .d2 h3{
	padding-bottom: 20px;
	padding-left: 100px;
}
.accreditation .d2 p{
	width: 350px;
	margin: 0 auto;
}

@media(max-width: 1440px){
	.samtcsasa img{
		border-radius: 30px;
	}
}
@media(max-width: 1080px){
	.samtcsasa h1{
		font-size: 1em;
	}
	.samtcsasa .p1{
		font-size: .9em;
	}
	.samtcsasa .p2{
		font-size: .7em;
	}
	.sam .d1, .asa .d1, .tcs .d2{
		padding: 30px;
	}
	.accreditation{
		background-position: center;
	}
	.accreditation .d2 h3{
		padding-bottom: 20px;
		padding-left: 0px;
		font-size: 1em;
		margin: 0 auto;
		width: 350px;
	}
	.accreditation .d2 p{
		font-size: .9em;
	}
	.accreditation .d1{
		padding: 50px 20px;
	}
}
@media(max-width: 800px){
	.corporateprofile{
		font-size: 20px;
	}
	.corporateprofile h1{
		font-size: 40px;
	}
	.samtcsasa{
		padding: 50px 20px;
	}
	.samtcsasa h1{
		font-size: 20px;
	}
	.samtcsasa .p1{
		font-size: 18px;
	}
	.samtcsasa .p2{
		font-size: 14px;
	}
	.samtcsasa img {
		border-radius: 10px;
	}
	.sam .d1, .asa .d1, .tcs .d2{
		padding: 0 20px;
	}
	.accreditation{
		padding-bottom: 0px;
	}
	.accreditation .d1{
		display: flex;
		flex-wrap: wrap;
	}
	.accreditation h3{
		font-size: 20px;
		margin: 0 auto;
		width: 350px;
	}
	.accreditation .d2{
		width: 100%;
		margin-bottom: 40px;
		font-size: 18px;
	}
}