@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
/*.inner_banner1.university{
	background-image: url('../images/university_banner_bg.jpg');
	background-size: cover;
}
@media(max-width:768px){
	.inner_banner1.university{
		background-size: contain;
		background-repeat: repeat;
	}
}
.inner_banner1.university .inner_banner1_text{
	margin: 20px 0;
}
@media(max-width:1400px){
	.inner_banner1.university .inner_banner1_text .btns {
	    margin-top: 30px;
	}
    .inner_banner1.university h4 {
        font-size: 30px;
        margin: 0 0 0 0;
    }
}*/
.we_do_block{
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 55px;
}
.we_do_block>div{
    background-color: #fff;
    width: 31.4%;
    position: relative;
    margin-bottom: 35px;
}
.we_do_block>div>div{
    background-color: #fff;
    position: absolute;
    left: 11%;
    bottom: -30px;
    padding: 15px;
    min-height: 155px;
    box-shadow: 0 10px 33px rgb(0 0 0 / 69%);
}
.we_do_block h3{
    color: #01358d;
    font-size: 23px;
    font-weight: 500;
    margin: 0 0 10px 0;
}
.we_do_block p{
    color: #000;
    margin: 0;
}
.we_do_block figure{
    position: relative;
    width: 100%;
}
.we_do_block figure>img{
    border-radius: 25px 0 0 0;
    width: 100%;
}
@media(max-width:1400px){
	.we_do_block>div{
	    margin-bottom: 95px;
	}
	.we_do_block>div>div{
	    bottom: -95px;
	}
}
@media(max-width:1200px){
	.we_do_block>div{
		width: 48%;
	}
}
@media(max-width:768px){
	.we_do_block>div{
		width: 100%;
	}
}


.university_list_1 {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0px;
}
@media(max-width:992px){
	.university_list_1 {
		margin: 30px 0;
	}
}
.university_list_1 li {
	padding: 12px;
	position: relative;
	margin-bottom: 5px;
	overflow: hidden;
	background: rgb(255 255 255 / 8%);
	display: flex;
	gap: 20px;
}
@media(max-width:992px){
	.university_list_1 li {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
}
.university_list_1 li p {
	margin: 0;
}
.university_list_1 figure {
	position: relative;
	justify-content: center;
	align-items: center;
	font-size: 80px;
	flex: 80px 0 0;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 1.1;
	height: 90px;
	width: 80px;
}
.university_list_1 figure:after {
	content: '';
	height: 14px;
	width: 102%;
	position: absolute;
	background-color: rgb(24 48 95 / 75%);
	left: 0;
	right: 0;
	top: 46%;
}
.university_list_1 strong {
	font-weight: 600;
	color: #ffffff;
	font-size: 24px;
	display: block;
	margin-bottom: 2px;
}
.university_list_1 p{
	line-height:1.25;
	font-size:20.5px;

}


.university_list_2 {
	list-style: none;
	padding: 0;
	margin: 30px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	color: #fff;
}
.university_list_2 li {
	padding: 15px 15px 15px 70px;
	position: relative;
	border-radius: 20px;
	display: inline-flex;
}
@media(max-width:768px){
	.university_list_2 {
		margin: 0;
		gap: 0;
	}
	.university_list_2 li {
		padding: 15px 15px 15px 90px;
		width: 100%;
		margin-bottom: 15px;
		min-height: 95px;
	}
}
.university_list_2 li p {
	margin: 0;
}
.university_list_2 figure {
	position: absolute;
	left: 0px;
	border-radius: 100%;
	display: inline-flex;
	justify-content: center;
	height: 55px;
	width: 55px;
	top: 15px;
}
.university_list_2 figure img {
	height: 55px;
}

.university_list_3 {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}
.university_list_3 li {
	background-color: rgb(255 255 255 / 7%);
	background:#001949;
	padding: 7px 7px 7px 20px;
	position: relative;
	color: #fff;
	border-radius: 20px;
	width: 48%;
	display: inline-flex;
	margin-bottom: 10px;
	border: #fff solid 1px;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
/*.university_list_3 li:nth-child(2) {
	border: #75ffc9 solid 1px;
}
.university_list_3 li:nth-child(3) {
	border: #faff75 solid 1px;
}
.university_list_3 li:nth-child(4) {
	border: #ff7575 solid 1px;
}
.university_list_3 li:nth-child(5) {
	border: #75ffed solid 1px;
}
.university_list_3 li:nth-child(6) {
	border: #7fff75 solid 1px;
}
.university_list_3 li:nth-child(7) {
	border: #ff75e0 solid 1px;
}
.university_list_3 li:nth-child(8) {
	border: #7f75ff solid 1px;
}
.university_list_3 li:nth-child(9) {
	border: #ffbc75 solid 1px;
}
.university_list_3 li:nth-child(10) {
	border: #c0ff75 solid 1px;
}*/
@media(max-width:768px){
	.university_list_3 {
		margin: 0;
		gap: 0;
	}
	.university_list_3 li {
		width: 100%;
	}
}
.university_list_3 li p {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.university_list_3 figure img {
	height: 80px;
}
.university_list_4 {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}
.university_list_4 li {
	padding: 25px ;
	margin: 20px 0 0px;
	background-color: #fff;
	border-radius: 20px;
	width: 48.999%;
	display: inline-flex;
	gap: 25px;
}
@media(max-width:768px) {
	.university_list_4 li {
		width: 100%;
        margin: 0 0 20px;
        flex-direction: column;
        align-items: center;
        text-align: center;
	}
}
.university_list_4 figure {
	background-color: #01358d;
	border-radius: 20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 90px;
	width: 90px;
	flex: 90px 0 0;
}
.university_list_4 figure img {
	height: 80px;
}
.university_list_4 strong {
	display: block;
	font-weight: bold;
	color: #01358d;
	font-size: 24px;
}
.university_list_4 p {
	margin: 0;
	line-height:1.3;
}

.university_list_4 figure span{
	color: #fff;
  font-size: 65px;
  font-family: "Oswald", sans-serif;
  line-height: 100px;
  position:relative;
  top:-3px;

}
.university_list_5 {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}
.university_list_5 li {
    box-shadow: 0 2px 10px rgb(0 0 0 / 25%);
    padding: 15px 25px 15px 90px;
    position: relative;
    background-color: #01358d;
    border-radius: 20px;
    display: flex;
    margin-bottom: 15px;
    color: #fff;
    width: 100%;
    
}
@media(min-width:1201px){
	.university_list_5 li {
	max-width: 700px;
	}
	
}
@media(max-width:768px){
	.university_list_5 {
		margin: 0;
		gap: 0;
	}
	.university_list_5 li {
		padding: 15px 15px 15px 90px;
		width: 100%;
		margin-bottom: 15px;
		min-height: 95px;
	}
}
.university_list_5 li p {
	margin: 0;
}
.university_list_5 li p strong {
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}
.university_list_5 figure {
	position: absolute;
	left: 18px;
	border-radius: 100%;
	display: inline-flex;
	justify-content: center;
	height: 55px;
	width: 55px;
	top: 22px;
}
.university_list_5 figure img {
	height: 55px;
}

.review_block_bg{
	background: #0b3975 url(../images/landing_site/financial_education_bg.webp) center no-repeat;
	background-size: cover;
	display: flex;
	gap: 60px;
	margin: 30px auto;
	font-size: 31px;
	position: relative;
	padding: 50px 16%;
	color: #fff;
}

.review_block_bg figure{
    flex: 160px 0 0;
    width: 160px;
    height: 160px;
    overflow: hidden;
    border-radius: 200px;
}
.review_block_bg figure img{
    height: 105%;
    margin-top: -5px;
}
.review_block_bg p{
	font-size: 40px;
	font-weight: 500;
}
.review_block_bg p.authors{
	text-align: right;
	margin: 0;
	font-size: 25px;
}
.review_block_bg:after {
	content: '';
	background: url('../images/landing_site/quote_white.png');
	height: 80px;
	width: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	top: 14px;
	position: absolute;
	left: 10%;
}
.review_block_bg:before {
	content: '';
	background: url('../images/landing_site/quote_white_left.png');
	height: 40px;
	width: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 35px;
	position: absolute;
	right: 12%;
}
@media(max-width:992px){
	.review_block_bg{
		flex-direction:column;
		align-items: center;
		position: relative;
		font-size: 21px;
		padding: 30px 15px 55px;
		text-align: center;
	}
	.review_block_bg p{
		font-size: 30px;
	}
	.review_block_bg:before {
		bottom: 0;
	}
}