.bluebgcolor{
    background-color: #0B3F73; 
}

.borderround{
    border-bottom-left-radius: 40px;
}

.indicatorcolor{
    color:#F3AE15;
}

.yellow{
  color:#ffc158;
}

.activitystyle{
    border: 1px solid #0B3F73;
    
}


.activitybody h5  {
    color:#F3AE15;
    margin-bottom: 20px;
 
}
.valueitem{
margin-bottom: 15px;
color: #F3AE15;
margin-left: 20px;
}
.valueitem p {
  color: white;
}

/* #carouselActivity
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  background-image: none;
} */

/* .carousel-control-next-icon:after
{
  content: '>';
  font-size: 40px;
  color:#F3AE15;

}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 40px;
  color: #F3AE15;
}


#carouselcampus 
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  margin-top: 600px;
  background-image: none;
} */


.campusitem {
  border-radius: 20px;
  border: 1px solid #F3AE15 ;
  border-top-left-radius: 0;
  margin: 10px;
  padding: 30px;
  width: 245px;
  height: 245px;
 
}


.realskills {
  background-color: #f2f6fb;
  border-radius: 20px;
  border-top-left-radius: 0;
  text-align: center;
  padding: 20px;
  width: 100%;
}

.realskills p{
  margin-top: 10px;
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;

  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  font-weight: bold;
  
  color: #ffc158;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  font-weight: bold;
  color: #ffc158;
}

.CarusalIndicators {
  /* content: '.'; */
	display: block;
	background-color: #ffc158 !important;
	border-radius: 50% !important;
	width: 20px !important;
	height: 20px !important;
}
@media only screen and (max-width: 768px) {
  .valuesImage{
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1417px) {
  .valuesImage{
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 1417px) {
  .valuesImage{
    height: 100%;
    width: auto;
  }
}