.logo{
    width:30%;
    margin-right:5px;
}
.logo-text{
    font-size:1.5em;
}
.text-paragraph{
    text-align: justify;
    text-indent:1em;
    font-size:0.9em;
    color:rgba(0,0,0,0.9);
}
.link-btn{
    padding:10px;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius:2px;
    background-color:#d9534f;
    font-size: 0.8rem;
}
.link-btn:hover{
    color:#fff;
}

/*** Service, Price & Team ***/
.service-item,
.price-item,
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    background-color: beige;
    border:1px solid rgba(0,0,0,0.3);
    border-radius:5px;
}

.service-item img,
.team-item img {
    transition: .5s;
}

.service-item:hover img,
.team-item:hover img {
    transform: scale(1.1);
    cursor: pointer;
}

.button-animation {
    border-radius: 4px;
    background: var(--dangerColor);
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size:1em;
    padding: 10px 10px;
    width:50%;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
  }
  
  .button-animation span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .button-animation span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  .button-animation:hover span {
    padding-right: 25px;
  }
  
  .button-animation:hover span:after {
    opacity: 1;
    right: 0;
  }
  .page-header {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/banner-image.jpg) center center no-repeat;
    background-size: cover;
}
.paragrapg-bg {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../img/paragraph.png) center center no-repeat;
    background-size: cover;
    padding:20px;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}
.mainHeading{
    color:#003FA8;
    font-size:1.8em;
}
.mainHeading2{
    color: var(--dangerColor);
    font-size:1.3em;
}
.mainHeading3{
    color: var(--maroonColor);
    font-size:1.3em;
}
.photo-gallery img{
    height:30vh;
    border:5px solid #FFF;
    border-radius:5px;
}

.nav-tabs {
    background-color:#E8DDE2;
    border-bottom:1px solid rgba(95,10,44,1);
}
.nav-justified .nav-link{
    color:#000;
    font-weight:bold;
    letter-spacing:1px;
}
.nav-tabs .nav-link:hover{
    background-color:#fff;
    border-bottom:1px solid rgba(95,10,44,1);
    color:#5F0A2C;
}
.nav-tabs .nav-link.active{
    background-color:#FF3E41;
    color:#fff;
}
.adm-academic{
    margin-top:-2.5vh;
    color:#000;
}
.adm-academic #tabs-1, #tabs-2, #tabs-3, #tabs-4, #tabs-5 {
   color:rgba(0,0,0,1);
   border:1px solid rgba(0,0,0,0.2);
   border-top:none;
   padding:20px;
}
.campus {
    padding: 30px 0;
}

    .campus .box > div {
        box-shadow: 0px 0px 9px #b2aa80;
        border: 6px solid #FFF;
    }

        .campus .box > div .img {
            background-color:#fff;
        }

        .campus .box > div h6 {
            padding: 15px 15px;
            margin-bottom: 0;
            font-weight: 600;
        }
/* Management Start */
.highlight-wrap {
    position: relative;
    z-index: 1;
    background: url(../img/paragraph.png) no-repeat fixed top;
    background-size: cover;
    padding: 30px 5px;
    text-align: center;
    box-shadow: 0px 0px 38px #000 inset;
}

    .highlight-wrap:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #edf5fb;
        opacity: 0.8;
    }

    .highlight-wrap .box > div {
        text-decoration: none;
        display: block;
        background: #fff;
        box-shadow: 0px 2px 15px -5px #000;
        height: 100%;
        transition: 0.8s;
        padding: 10px;
        position: relative;
        border-radius: 8px;
    }

        .highlight-wrap .box > div:hover {
            transform: translateY(-8px);
        }

        .highlight-wrap .box > div .btns {
            position: absolute;
            background-image: linear-gradient( to top, #9D4007, #ffffff00);
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 1;
            transition: 1s;
            opacity: 0;
        }

            .highlight-wrap .box > div .btns a {
                color: #fff;
                background-color: #D9534F;
                border-color: #D9534F;
                font-family: 'Montserrat', sans-serif;
                text-transform: uppercase;
                font-size: 0.8rem;
                font-weight: 600;
                border-radius: 30px;
                padding: 0.7rem 2rem;
                transition: .6s;
                margin-top: 10%;
                letter-spacing:1px;
                position: relative;
                display: inline-block;
                opacity: 0;
                text-decoration: none;
            }

        .highlight-wrap .box > div:hover .btns {
            opacity: 1;
        }

            .highlight-wrap .box > div:hover .btns a {
                margin-top: 40%;
                opacity: 1;
            }

    .highlight-wrap .box .img {
        transition: 0.3s;
        overflow: hidden;
        border-radius: 8px;
    }

        .highlight-wrap .box .img img {
            transition: 0.5s;
        }

    .highlight-wrap .box > div .img img {
        transform: scale(1.1);
    }

    .highlight-wrap .box .txt {
        transition: 0.5s;
        position: relative;
        background: #fff;
    }

        .highlight-wrap .box .txt h5 {
            padding: 10px 0;
            color: #853606;
            transition: 0.6s;
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            margin-bottom: 0;
        }

    .highlight-wrap .box > div:hover .txt {
        transform: translateY(-9px);
    }

.course-highlight .box > a {
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0px 4px 22px #b4c8bd;
    padding: 30px 15px;
    padding-left: 120px;
    position: relative;
    display: block;
    background: #fff;
    color: #434343;
    text-decoration: none;
    transition: .3s;
}

    .course-highlight .box > a i {
        width: 80px;
        height: 80px;
        line-height: 80px;
        color: #fff;
        background: #853606;
        border-radius: 50%;
        text-align: center;
        font-size: 34px;
        position: absolute;
        left: 15px;
        top: 15px;
        transition: .3s;
    }

    .course-highlight .box > a h5 {
        font-weight: 700;
    }

    .course-highlight .box > a h6 {
        font-size: 0.8rem;
        font-weight: 600;
    }

    .course-highlight .box > a:hover {
        transform: translateY(-5px);
        box-shadow: 0px 12px 28px #b4b8bd;
    }

        .course-highlight .box > a:hover i {
            transform: translateY(-5px);
            background: #c05ec1;
            text-shadow: 5px 10px 11px #000073;
        }
/* Management End */

/* Facilities */

.facilities h5 {
    position: relative;
    text-align: center;
    display: block;
    border-top: 5px solid #FF3F41;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing:1px;
    margin-bottom: 20px;
}
.facilities h5 span {
    position: relative;
    color: #fff;
    background: #FF595A;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 0px 0px 20px 20px;
}

/* Facilities End */
.card-flip > div {
    backface-visibility: hidden;
    transition: transform 300ms;
    transition-timing-function: linear;
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
  }
  
  .card-front {
    transform: rotateY(0deg);
  }
  
  .card-back {
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
  }
  
  .card-flip:hover .card-front {
    transform: rotateY(-180deg);
  }
    
  .card-flip:hover .card-back {
    transform: rotateY(0deg);
  }



  .page-item .left-box h5 {
    background: rgb(207, 17, 17);
    
}
  .left-box{
    text-align: center;
}
.box {
    background-color: #e2dede;
    border-radius: 10%;
    height: 250px;
    margin-bottom: 5px;
    box-shadow: #fff;

}
  .card-body{
    text-align: center;
}
.card{
    border-radius:5px;
    height:auto;
    margin-bottom: 10px;
}