﻿/*LANDING PAGE ----------------------------------------------------------------- */
.college-header {
  position: relative;
}
.college-header .infoboxblock {
  width: 100%;
  margin-top: 15px;
  box-sizing: border-box;
  z-index: 1;
}
@media (min-width: 992px) {
  .college-header .infoboxblock {
    max-width: 485px;
    margin: 0;
    width: 35%;
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
.college-header .infoboxblock .info-box {
  height: 100%;
  margin: 0;
}
.ui .row {
  position: relative;
}
@media (max-width: 991px) {
  .college-content .ui {
    margin-bottom: 15px;
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .college-content .ui {
    padding-top: 50px;
  }
}
.college-content .page-contact {
  width: 100%;
}
.college-content .college-name {
  padding-top: 10px;
}
/*- TESTIMONIALS ------------------------------------------------------------------------------------------------*/
.testimonials .contentblock {
  text-align: center;
}
.testimonials .contentblock img {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.testimonials .text-sm {
  line-height: 0;
}
.testimonials .text-sm a {
  color: #78797a;
  text-decoration: none;
  line-height: 1.3;
}
.testimonials .text-sm a span {
  margin-right: -2px;
  color: #7fa9ae;
}
#footer {
  background: transparent;
}