

#slider {
    /*height: 350px;
    overflow: hidden;
    width: 100%;*/
}

.carousel-item {
    height: 350px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}


.image-overlay{
    background: rgb(0, 0, 0, 0.6);
     position: absolute;
     width: 100%;
     height: 100%;
     display: block;
     z-index: 1;
}
.banner-left{
    width: 33.3333%;
    padding: 1rem;
}

.banner-right{
    width: 66.6666%;
}
.tab-content{
    padding: 1rem 0rem;
}
@media only screen and (max-width: 667px) {
.banner-left {
        width: 100%;
    }

    .banner-right {
        width: 100%;
    }
}
.owl-slider button{
    border: 0px !important;
    outline: none !important;
}
.owl-nav{
    display: none;
}
.owl-dots {
position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-dot {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff !important;
    margin: 5px;
    outline: none;
}
.owl-dot.active{
    background: #003266 !important;
}



.tab-content .fade:not(.show){
    opacity: 1;
}

.active.nav-item a{
    background-color: #ff6347;
}

.nav-tabs>li>a {
    color: #ffffff;
    margin-right: 2px;
    background-color: #003266;
    border-radius: 10px 2px 0 0;
    padding: 0.5rem 1rem;
    display: block;
     font-size: 15px;
     text-decoration: none;
}
.nav-tabs>li>a:hover{
    background-color: #ff6347;
}
.gray-border{
        border: 1px solid #e7e7e7;
}
.gray-border-bottom {
    border-bottom: 1px solid #e7e7e7;
}
.header-marquee-bg{
    background: rgb(0, 50, 102, 0.1);
    padding: 10px 0px 0px 10px;
}
.postbtn a{
    color: #000000;
}
.slider2 .owl-dots {
    position: absolute;
    bottom: -20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider2 .owl-dot {
    background-color: #cccccc !important;
}
.slider2 .owl-dot.active {
    background: #003266 !important;
}

.slider2 .owl-carousel .owl-item img{
    max-width: 200px;
    display: inline-block;
}

.slider2 .owl-item{
    text-align: center;
}
.slider2 .item {
    text-align: center;
    width: 100%;
}
.photo-description{
    padding: 1rem 0rem;
}

.services{
        background: #003266;
            color: #fff;
            padding: 3rem 0rem;
}
figure{
        -ms-transition: 1s;
            -webkit-transition: 1s;
            -moz-transition: 1s;
            -o-transition: 1s;
            transition: 1s
}
.pcards {
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 2rem;
    display: grid;
}
.pcards:first-child{
    border-bottom: 1px #ffffff solid;
}
.cards figure{
    display: block;
    text-align: center;
}
.icon i{
    font-size: 35px;
}
.cards h3{
    font-size: 14px;
    display: block;
    text-align: center;
}
.cards:hover .icon{
    opacity: 0.5;
}
.cards a{
    color: #ffffff;
    text-decoration: none !important;
}

.cards a:hover figure {
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}
.cards h3{
    font-weight: normal;
}
.gallery4 .owl-dots{
    display: none;
}
.gallery4 iframe{
    width: 100%;
    height: 234px;
}
.heading h3{
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 2px #003266 solid;
}
.pagesection{
    padding: 2rem 0rem;
}
.footer-secondry{
    background: url('../images/bkcollege.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.home-gallery-text{
        text-align: center;
}
.home-gallery-text h4 {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    font-weight: bold;
    border: 3px solid #fff;
    text-align: center;
    width: auto;
    display: inline-block;
    padding: 0.5rem 2rem;
    position: relative;
    top: -18px;
    font-size: 18px;
}
.home-gallery-pictures{
    position: relative;
}
.picture-overlay{
    opacity: 0;
-webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        width: 100%;
        height: 100%;
}
.home-gallery-pictures:hover .picture-overlay{
opacity: 1;
-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
}
.picture-overlay h3{
        display: flex;
            height: 100%;
            color: #ffffff;
            width: 100%;
            text-align: center;
            font-weight: normal;
             font-size: 18px;
            align-items: center;
            justify-content: center;
}
@media only screen and (max-width: 991px) {
    .banner-left {
        width: 100%;
        padding: 1rem;
    }

.banner-right {
    width: 100%;
}
.pagesection .col-md-3{
    width: 50%;
        flex: 0 0 50%;
            max-width: 50%;
margin-bottom: 15px;
}
.pcards {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
    display: grid;
}
.media1 .col-md-4{
    width: 100%;
    flex: 0 0 100%;
        max-width: 100%;
}
.gallery4 iframe{
    height: 300px;
}
.footer-secondry .col-md-4 {
     width: 100%;
     flex: 0 0 100%;
     max-width: 100%;
 }
 .home-gallery-pictures img{
    width: 100%;
 }
 .navbar {
     padding: 1rem;
     width: 100%;
 }
 .navbar-collapse{
    position: absolute;
        top: 100%;
        background: #003266;
        width: 100%;
        padding: 10px 20px;
        z-index: 2;
        height: 100vh;
 }
 .navbar-toggler{
    cursor: pointer;
 }
}

@media only screen and (max-width: 667px) {
.pagesection .col-md-3 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
}
.footerleft-column {
    float: none;
    width: 100% !important;
}
.footerright-column{
    width: 100% !important;
    float: none;
    padding: 0px !important;
}
.headerbar .d-flex{
    align-items: center !important;
        justify-content: center !important;
}
}