.testimonial_block{
    background-color: #fff;
    padding: 15px 25px 25px;
    position: relative;
    border: #c0c0c0 solid 1px;
    color: #222;
}
@media(max-width: 768px){
    .testimonial_block{
        padding: 15px;
    }
	#testimonial{
		padding:0 10px;
	}
}
.logo_review{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo_review>img{
    height: 50px;
}
.testimonial_block .quotes{
    display: block;
    right: 0;
    border-radius: 0 30px;
    padding: 20px 0 10px;
    top: 0;
}
@media(max-width: 768px){
    .testimonial_block .quotes{
        padding: 8px 0;
    }
}
.testimonial_block .quotes img{
    width: 40px;
}
.testimonial_block .profiles{
    display: flex;
    margin-top: 20px;
    align-items: center;
    border-top: #ccc solid 1px;
    padding-top: 20px;
}
.testimonial_block p{
    margin: 0;
	height: 230px;
}
@media(max-width: 1600px){
.testimonial_block p{
	height: 220px;
}
}
@media(max-width: 1470px){
.testimonial_block p{
	height: 220px;
}
}
@media(max-width: 1370px){
.testimonial_block p{
	height: 256px;
}
}
@media (max-width: 1200px) {
  .testimonial_block p {
    height: 220px;
  }
}
@media (max-width: 1100px) {
  .testimonial_block p {
    height: 21	0px;
  }
}
@media (max-width: 900px) {
  .testimonial_block p {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .testimonial_block p {
    height: 235px;
  }
}
@media (max-width: 599px) {
  .testimonial_block p {
    height: 150px;
  }
}
@media (max-width: 450px) {
  .testimonial_block p {
    height: 190px;
  }
}
.testimonial_block h4{
    font-size: 20px;
    margin: 0;
}
@media(max-width: 1300px){
.testimonial_block h4 {
  font-size: 18px;
  
}
}

.testimonial_block h5{
    color: #9e9e9e;
    font-weight: 400;
    margin-bottom: 4px;
	margin-top:3px;
}
.testimonial_block .logo_review figure{ 
	max-width:120px;
	height:50px;
	opacity:0.4;
}
.testimonial_block .profiles figure{
    margin: 0;
    position: relative;
}
.testimonial_block .profiles figure img{
	height: 60px;
  	width: 60px !important;
  	border-radius: 200px;
	object-fit:cover;
	object-position:top;
	margin-right:15px;
	margin-top: -10px;
    margin-bottom: -10px;
}

.stars{
    display: flex;
    gap: 5px;
    font-size: 14px;
    color: #ffb539;
}
.university_block{
    position: relative;
    z-index: 0;
    padding: 40px 0;
}
.university_block .right_img{
	text-align:center;
}
@media(min-width:992px) {
.university_block .right_img{
	position: absolute;
  top: 0;
  right: 0;
}
.university_block .right_img{
  margin:5% auto 0;
}
}
.university_block h4{
    font-weight: 700;
	font-size: 30px;
	margin: 35px 0 10px 0;
}
.university_block h4:first-of-type{
	margin: 0 0 10px 0;
}
.university_block .check_tick {
  margin-bottom:-15px;
}
@media(max-width:991px) {
    .university_block{
        padding: 0;
    }
	.university_block .right_img{
	margin-bottom:20px;
}
.university_block h4{
	font-size: 27px;
}
.university_block h4:first-of-type{
	margin: 20px 0 10px 0;
}
}
.home_heading_1 {
    font-family: "Open Sans", sans-serif;
	color:#01358d;
	text-transform:uppercase;
    font-size: 55px;
    font-weight: 700;
    margin: 0 0 55px 0;
    text-align: center;
}
.home_heading_info{
	font-size: 30px;
	font-weight: 400;
	text-align:center;
	margin: -40px 0 55px;
}
@media(max-width:767px) {
    .home_heading_1 {
        font-size: 36px;
    	margin-bottom: 35px;
    }
	.home_heading_info {
  font-size: 22px;
  margin: -20px 0 35px;
}
}

.bg-dark .home_heading_1{
	color:inherit;
}
.check_tick{
    list-style: none;
    margin: 0;
    padding: 0;
    min-height: 164px;
}
.check_tick li{
    position: relative;
    padding: 0 0 14px 30px;
}
.check_tick li:before {
    content: "";
    background: url('../images/green_tick.png') no-repeat;
    position: absolute;
    left: 0;
    top: 0px;
    height: 22px;
    width: 25px;
    background-size: contain;
}
.university_suite{
	background:#fff;
	padding:38px;
	color:#222;
}
@media(max-width:991px) {
.university_suite{
	padding:20px;
}	
	
}
.linksuite{
    display: flex;
    gap: 3%;
    flex-wrap: wrap;
    justify-content: center;
}
.linksuite_block{
    width: 31%;
    border: #6d6d6d dashed 1px;
    padding: 15px;
    margin-bottom: 0;
    margin-top: 90px;
}
.linksuite_block h3{
    font-size: 28px;
	font-weight:600;
	color: #01358d;
    margin: 20px 0 10px;
}
.linksuite_block p{
    margin-bottom: 0;
}
.linksuite_block figure{
    position: relative;
    overflow: hidden;
    padding-top: 65%;
    margin-top: -51px;
}
.linksuite_block figure img{
    position: absolute;
	top: 0;
	object-fit: contain;
    height: 100%;
    width: 100%;
}
@media(max-width:992px) {
    .linksuite_block h3{
        font-size: 25px;
        margin: 15px 0;
    }
    .linksuite{
        gap: 3%;
    }
    .linksuite_block{
        width: 48%;
    }
}
@media(max-width:540px) {
    .linksuite{
        gap: 15px;
    }
    .linksuite_block{
        width: 100%;
        margin-top: 50px;
    }
}
.check_list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.check_list li{
    position: relative;
    padding: 0 0 10px 25px;
}
.check_list li:before {
    content: "\f058";
    font-family: 'FontAwesome';
    position: absolute;
    color: #00a2ff ;
    left: 0;
    top: 0px;
    font-size: 20px;
}
.brands_block img{
	height:100%;
	
}
@media(min-width:1600px) {
	.brands_block img{
	max-height:770px;
	}
	
}
.brands_block article{
    background: #fff;
    padding: 10px 20px 5px;
	box-shadow: 170px 15px 100px rgba(0, 0, 0,0.15);
}
.brands_block h3{
	color:#01358d;
    font-size: 30px;
    font-weight: 700;
	margin:15px 0 10px;
}
@media(max-width:992px) {
	.brands_block article{
		margin-bottom:20px;
		padding:10px 5px;
	}
    .brands_block h3{
        font-size: 24px;
    	line-height: 1.25;
    }
	.brands_block img{
		margin:0 auto;
		display:block;
	}
}
@media(max-width:500px){
.brands_block .home_btn1 {
  font-size: 16px;
}
}
.brand_img{
    max-width: 80%;
    margin: auto;
    margin-bottom: 20px;
}
.for_athletes h3{
	font-size: 30px;
  font-weight: 700;
}
.athletes_left img{
	margin-left:-20px;
}
.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;
}

@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;
}
.beyond_software_video figure {
	left: 13%;
	right: 13%;
	height: 82%;
}
@media(max-width:500px){
.beyond_software_video figure {
  left: 11%;
  right: 14%;
}
}
@media(min-width:430px){
.reach_audience_video {
 width: 407px;
  height: 741px;
  background-size: auto 100%;
}
}
@media(min-width:1400px){
.reach_audience_video {
  width: 379px;
  height: 705px;
  background-size: auto 100%;
}
}
@media(min-width:1600px){
.reach_audience_video {
  width: 413px;
  height: 750px;
  background-size: auto 100%;
}
}
.icon_list_4 figure{
  background-color: #022c72;
  box-shadow: 0 0 10px rgba(0, 0, 0,0.5);
}
.home_btn1:hover {
  border: solid 2px #fff;
}
.home_btn1:focus {
	color: #01358d;
}
.home_btn1.dark:focus {
	color:#fff;
}
@media (max-width: 540px) {
.university_suite .landing_heading_1 {
  margin: 10px auto;
}
}
@media (min-width: 541px) {
.university_suite .landing_heading_1{
	margin: 10px 0 -15px;
}	
}
@media(min-width:1341px){
.university_suite .landing_heading_1{
	font-size:50px;
	margin:0px 0 -10px;
}
}

.landing_home .landing_heading_1 {
  text-transform: none;
}
@media(min-width:1600px){
.landing_home .landing_heading_1 {
  font-size:55px;
}

}