
* {
	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, 
	"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
	}

p {
	font-size: 16px;
}
.resize-image{
height: 50%;
width: 50%;
}

.bg-gradient-light-blue{
	background: rgb(204,229,255);
	background: linear-gradient(0deg, rgba(204,229,255,0.8) 0, rgba(255,255,255,1) 100%);
}

.bg-gray{
	background-color: #EEEEEE;
}

footer p {
	color: #6D6D6D;
	font-size: 13px;
}

.h1 {
	color: #022D53;
	font-weight: 700;
}

@media (max-width: 575.98px) {
	.h1{
	font-size: 30px !important;
	}
}

@media (min-width: 576px) {
	.h1{
	font-size: 35px !important;
	}
}

.bg-secondary {
	background-color: #0761AF !important;
	font-size: 14px;
}

.btn-warning {
	font-size: 13px;
}

.font-600 {
	font-weight: 600;
}

.font-700 {
	font-weight: 700;
}

.text-small {
	font-size: 14px;
}

.text-muted {
	color: #6C757D;
}

.rounded-lg {
	border-radius: 1.5rem !important;
}


@media (max-width: 575.98px) {
	.w-24h {
	width: 151.99px;
	}
}

@media (min-width: 576px) {
	.w-24h {
		width: 237px;
	}
}

@media (max-width: 575.98px) {
	.w-gbc {
	width: 110.07px;
	}
}

@media (min-width: 576px) {
	.w-gbc {
		width: 171.63px;
	}
}

.w-sl {
		width: 196.79px;
	}

.w-sn {
		width: 160px;
	}

.text-blue {
	color:#0761AF !important;
}

@media (max-width: 991.98px) {
	.align-div {
		position:relative;
		top: 1.5rem;
	}
}

@media (min-width: 992px) {
	.align-div {
		position: relative;
		top: -2.5rem;
	}
}

@media (min-width: 1200px) {
	.align-div {
		position: relative;
		top: -1.4rem;
	}
}


@media (max-width: 991.98px) {
	.align-div2 {
		position:relative;
		top: 1rem;
	}
}

@media (min-width: 992px) {
	.align-div2 {
		position: relative;
		top: -1.5rem;
	}
}

@media (min-width: 1200px) {
	.align-div2 {
		position: relative;
		top: -1.4rem;
	}
}
