.camera_wrap .camera_pag .camera_pag_ul {
    margin: -6rem 12rem 0;
    text-align: right;
}

.camera_wrap .camera_pag .camera_pag_ul li {
    background: #3c2e48;
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
    background: #e94455;
}

.camera_prevThumbs,
.camera_nextThumbs,
.camera_prev,
.camera_next,
.camera_commands,
.camera_thumbs_cont {
    background: #382817;
    display: none;
}

.camera_prev > span,
.camera_next > span {
    background-position: 0 -160px;
}

.camera_commands > .camera_stop {
    background-position: -120px -160px;
}

.camera_commands > .camera_play {
    background-position: -80px -160px;
}

.error-404 .page-content {
    padding-bottom: 4rem;
    text-align: center;
    margin: 0rem 0 0;
}

.error-404 .page-content > img {
    margin: 0 auto;
}

.banner-wrap .carousel img {
    object-fit: cover;
}

.students .box .description h3 {
    font-size: 2rem;
}

.team-page .box .description h3 {
    font-size: 2rem;
}

.team-page .box .description {
    margin: 0 1.5rem;
    margin-top: -5rem;
    padding: 1.5rem 1rem;
}

.team-page .box .description h4 {
    font-size: 1.6rem;
}

.team-page .box {
    min-height: 32rem;
}

.course .bg .box .description {
    padding: 1.5rem 1rem;
    text-align: center;
}

/** edited 3:53 */

.banner-wrap .carousel-caption {
    left: 60%;
    top: 58% !important;
    background: rgba(0, 0, 0, 0.12);
    bottom: 6%;
    height: 30%;
    padding: 30px 30px 30px 30px;
    width: 40%;
}

.carousel-heading {
    color: #c93;
}

.carousle-text {
    font-size: 16px;
}

.pt-50 {
    padding-top: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-50 {
    margin-bottom: 50px;
}

.thumb-holder {
    position: relative;
    border: 1px solid #ccc;
    padding: 5px;
}

.thumb-holder img {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
}

.thumb-desc {
    position: absolute;
    bottom: 5px;
    width: 96%;
    left: 2%;
    background: rgba(0, 0, 0, .9);
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.single-img-holder img {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
}

.single-img-holder {
    padding: 10px;
    border: 1px solid #ccc;
}

.g-head {
    background: #f5f5f5;
    padding: 10px;
}

/* gallery tab */

#exTab1 .tab-content {
    color: white;
    background-color: #f5f5f5;
    padding: 5px 15px;
}

#exTab2 h3 {
    color: white;
    background-color: #f5f5f5;
    padding: 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
    border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
    color: white;
    background-color: #323239 !important;
    padding: 5px 15px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background-color: #323239 !important;
}

.video-holder-arc {
    padding-top: 1rem;
    padding-bottom: 4rem;
}

.videos-holder {
    padding: 18px;
    padding-bottom: 0;
    box-shadow: 0 8px 6px -3px black;
    overflow: hidden;
    margin-bottom: 1rem;
}

.videos-holder iframe {
    width: 100%;
    height: 25rem;
}

.brd-heading {
    float: left;
    padding: 2rem 0;
}

.brd-list {
    float: right;
}

.footer-btm {
    text-align: center;
}
.g-thmb{
    margin-top: 15px;
    margin-bottom: 15px;
}
/* custom media query */
@media (max-width: 768px) {
    .brd-heading {
        padding: 0;
    }

    .brd-heading h2 {
        font-size: 14px;
        font-weight: 900;
    }

    .brd-list {
        font-size: 10px;
    }

    ul#breadcrumbs {
        padding: 0;
        margin: 0;
    }

    .copyright {
        text-align: center;
    }
}