.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-pagination-bullet {
    height: 16px !important;
    width: 16px !important;
}

.college-single-slide {
    position: relative;
}

.college-slide-content {
    position: absolute;
    color: #ffffff;
    font-size: 21px;
    z-index:100;
    display:none;
}

.college-slide-content h1 {
    font-size: 51px;
}

.college-slide-btn {
    position:relative;
    display:inline-block;
    margin-top: 40px;
    margin-right:15px;
    color: #ffc61a;
    border: 1px solid #ffc61a;
    padding: 4px 16px;
    font-size: 16px;
}
.college-slide-btn:hover{
    background: #ffc61a;
    color:#ffffff;
}

.college-slide-overlay {
   /* background:rgba(0,0,0,0.3)  url('../images/dot.png') repeat; */
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.college-slide-link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
}