/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 07 2026 | 12:46:03 */
@media only screen and (min-width: 1500px) and (max-width: 1600px){
	.about_top .title p{
		font-size: 100px !important;
	}
}

@media only screen and (min-width: 1366px) and (max-width: 1440px){
	.about_top .title p{
		font-size: 100px !important;
	}
	.about_top{
		background-size: 100% 100% !important;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1365px){
	.about_top .title p{
		font-size: 100px !important;
	}
	.about_top{
		background-size: 100% 100% !important;
	}

}

@media only screen and (max-width: 1024px){
	.about_top{
		background-size: 100% 100% !important;
	}
}

@media only screen and (max-width: 767px) {
	.about_sec {
		background: linear-gradient(
			0deg,
			rgba(0, 0, 0, 0.20) 0%,
			rgba(0, 0, 0, 0.20) 100%
		),
			linear-gradient(
				135deg,
				#002B49 14.64%,
				#613389 85.36%
			) !important;
	}
}





.about_top .title h1{
	text-shadow: 4px 4px 11px rgba(0, 0, 0, 0.25);
	opacity: 0.59;
}

