﻿.textslides{
    background: black;
    color: white;
    width: 300px;
    margin-left: 380px;

    color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
 
  text-align: center;
}
@media only screen and (max-width: 600px){

    .textslides {
        background: black;
        color: white;
        width: 250px;
        margin-left: 50px;
    }
   
}
.title-student-life {
    margin-left: -20px;
    margin-left: -20px;
    background: #132f57;
    padding: 4px;
    margin-left: -30px;
    color: white;
}
    .title-student-life h1{
        margin-left: 15px;
        
        
    }

    .title-video-Chennal {
        margin-top: -20px;
        margin-bottom: 20px;
        background: #132f57;
        padding: 4px;
        color: white;
        margin-left: 16px;
    }

        .title-video-Chennal h1{
            margin-left: 10px;
         

        }

        .video-chennal {
            border: none;
            width: 100%;
            height: 330px;
        }

.footer-title{
   border-bottom: 1px solid white;
   margin-bottom: 20px;    
}
.social-media-icons ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.social-media-icons a {
    display: inline-block;
    text-decoration: none;
    padding: 7px;
}

    .social-media-icons a:nth-child(1) i {
        color: #d34836;
    }

    .social-media-icons a:nth-child(2) i {
        color: #4099FF;
    }

    .social-media-icons a:nth-child(3) i {
        color: #b31217;
    }

    .social-media-icons a:nth-child(4) i {
        color: #FF6600;
    }

    .social-media-icons a i:hover {
        color: black;
    }
.copyrightbox{
    background: black;
    padding: 20px;
    color: white    
}
.copyrightbox p{
    color: white;
}

.qoutesbox {
    height: 400px;
    width: 400px;
    background: #132f57;
    margin-bottom: 50px;
}
.qoutesbox h2{
    color: black;
    text-align: center;
    background: yellow;
    width: 300px;

}
.content-title h3{
        color: white;
        font-size: 20px;
        margin-top: 30px;
}
.sub-title {
    color: red;
    margin-top: 20px;
}
.quotebox{
    padding: 20px;
    
}
.quotebox p{
    color: white;
    font-size: 17px;
}


.data-center {
    margin-left: 72px;
}

.qoutes-setion{
    padding: 20px;
}
.video-gellery{
    width: 440px;
    height: 276px;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

/* Caption text */


/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}

/*
Animate Bootstrap Carousel
Element by thecodeblock.com
*/

/********************************/
/*       Coloring indicators    */
/********************************/
.carousel-animate {
    .carousel-indicators > li

{
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
    &.active

{
    width: 10px;
    height: 10px;
    opacity: 1;
}

}
}
/********************************/
/*          Hero Headers        */
/********************************/
.carousel-animate {
    .hero

{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
}

}
/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {
    padding: 10px 40px;
}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (max-width: 640px) {
    .hero h1 {
        font-size: 2em;
    }
}
/********************************/
/*          Fade Effect         */
/********************************/
.carousel-fade {
    .carousel-inner

{
    .item

{
    transition-property: opacity;
}

.item,
.active.left,
.active.right {
    opacity: 0;
}

.active,
.next.left,
.prev.right {
    opacity: 1;
}

    .next,
    .prev,
    .active.left,
    .active.right {
        left: 0;
        transform: translate3d(0, 0, 0);
    }

}
}
/************************************/
/*       BS bacground Images       */
/**********************************/
.carousel-bg {
    .carousel-inner

{
    .item

{
    background-color: darkslategrey;
    background-size: cover;
    background-position: center;
    min-height: 480px;
}

}
}