html, body {
    background-image: -moz-linear-gradient(74deg, #1a237e 37%, #03A9F4 100%) !important;
    background-image: -webkit-linear-gradient(74deg, #1a237e 37%, #03A9F4 100%) !important;
    background-image: -ms-linear-gradient(74deg, #1a237e 37%, #03A9F4 100%) !important;
    background-size: 100%;
    background-attachment: fixed;
}

body{
    background-image: -moz-linear-gradient(74deg, #1a237e 37%, #03A9F4 100%) !important;
  background-image: -webkit-linear-gradient(74deg, #1a237e 37%, #03A9F4 100%) !important;
  background-image: -ms-linear-gradient(74deg, #1a237e 37%, #03A9F4 100%) !important;
}

.aps{
  text-align: center;
  width: 100%;
}

.aps .section-header .section-title {
    background-color: #ffffff;
}

.aps h2.section-title {
    margin-top: 13px;
}

.white {
    background-color: #ffffff;
}

.aps .single-team:hover {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    box-shadow: 0px 0px 35px #ffffff;
}

.aps img {
    width: unset;
}

.aps .section-header p {
    color: #fff;
}

.aps .section-header {
    color: #fff;
    margin-bottom: 20px;
}

.aps .team-thumb p {
    font-size: 15px;
    line-height: 20px;
}

.logo-saac img{
width: 80px;
}

.sis{
  color: #1a237e;
  font-size: 30px;
}

.eqpt{
  color: #ff9800;
  font-size: 30px;
}

.spt{
  color: #4CAF50;
  font-size: 30px;
}