p {
    font-family: sans-serif;
}

h3{
	font-family: sans-serif;
}
.my-bg{
	background: linear-gradient(90deg, rgba(5, 64, 137, 1) 0%, rgba(101, 154, 211, 1) 100%) !important;
}

.hr1{
 height: 4px !important;
}

.img50{
	width: 50%;
}

.videoframe{
	max-width: 840px !important;
	max-height: 375px !important;
	object-fit: cover;
}

.blue-text{
	color: rgba(5, 64, 137, 1);
}

.pd60{
	padding: 60px;
}

.pd35{
	padding: 35px;
}

.pdtext{
	padding-top: 50px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 50px;
}

.mt80{
	margin-top: 80px;
}