﻿.carouselSlide {
    overflow: hidden;
    position:relative;
}

.carouselbtns {
    position: absolute;
    z-index: 9;
    bottom: 65px;
    left: 10%;
}
#carouselExampleIndicators .carousel-item img {
    filter: brightness(0.6);
    /* transform: scale(1.2); */
    object-fit: cover;
    object-position: top;
    width: 100%;
    max-height: 650px;
    animation: zoomInOut 15s ease-in-out infinite;
}


@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@media only screen and (max-width:768px)
{
    #fsHeader > .fsBanner{
        padding-top:0px !important;
    }

    .carouselbtns{
        position:relative !important;
        bottom:0px;
        left:10px;
    }
        .carouselbtns h1 {
            font-size: 20px;
            margin-bottom: 5px;
            color: #004277 !important;
        }
    #carouselExampleIndicators .carousel-item img{
        max-height:300px !important;
        min-height:300px;
    }

    #carouselExampleIndicators .carousel-control-next-icon, #carouselExampleIndicators .carousel-control-prev-icon {
        top: 29%;
        position: absolute;
    }
}

.carouselbtns h1 {
    color: white;
}
.AboutUs .right img {
    border-top-right-radius: 70px !important;
    border-bottom-left-radius: 70px !important;
}
.AboutUs p{
    text-align:justify;
}
.AboutUs .right{
    position: relative;
}

    .AboutUs .right:before {
        content: '';
        position: absolute;
        width: 50%;
        height: 50%;
        left: 5px;
        top: 0;
        border-top: 8px solid #9c0c24;
        border-left: 8px solid #082444;
        z-index: 3;
    }

    .AboutUs .right:after {
        content: "";
        position: absolute;
        width: 50%;
        height: 50%;
        right: 5px;
        bottom: 0;
        border-right: 8px solid #9c0c24;
        border-bottom: 8px solid #14213d;
        z-index: 3;
    }

.AboutUs .readmorebtn a {
    color:white;
    text-decoration:none;
    background-color: #004277;
    padding: 5px 14px 7px 14px;
    display: inline-block;
    margin-top: 15px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.title {
    display: inline-block;
    min-width: 134px;
    margin-bottom: 36px;
    position: relative;
    color: #3c4b56 !important;
    font-size: 16px;
    line-height: 28px;
    font-family: heuristica-webfont, Georgia, serif;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

     .title::before {
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -3px;
        background-color: rgba(60, 75, 86, .15);
    }


     @media only screen and (min-width:1094px)
     {
        .container-fluid{
            padding:0px 130px;
        }
        .alumnis p{
            padding:0px 30px;
        }
     }


.alumnis img{
    width: 160px;
    border-radius: 100%;
    margin:auto;
}
.alumnis p, .AboutUs p {
    color: black !important;
    font-size: 16px;
    text-align: justify;
    margin-top: 20px;
    font-weight: 400 !important;
}
.alumnis .name {
    color: black;
}
.alumnis .designation {
    color: black;
}

.successstory {
    background-image: url('images/whitebg.jpg');
    /*background-image: linear-gradient(360deg, #004277, #00bcd4), url('https://webcp.enablesoft.in/WebsiteImages/229_1/FlashPhoto/638962170154213934.jpg');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.alumnis {
    background: #ffffffa1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 15px 20px 18px 20px;
    padding: 18px 10px;
    margin-bottom: 40px;
    border-radius: 12px;
    min-height: 450px;
}

.successstory .sliders .slick-dots {
    bottom: -6px;
}
.gtco-testimonials .slick-dots {
    bottom: -35px;
}

.successstory .slick-arrow{
    display:none !important;
}

.cards {
    border-radius: 0px;
    cursor: pointer;
    overflow: hidden;
    z-index: 99999;
    position: relative;
}

    .cards img {
        margin-bottom: 2%;
        border-radius: 5px !important;
        max-height:300px;
        min-height:300px;
        object-fit:cover;
        filter:brightness(0.8);
    }

.CardsCaption {
    padding:6px;
    position: relative;
    top: -58px;
    color: white;
    font-size: 25px !important;
    background: #163a6bab;
    border-radius: 0 0 4px 4px;
    text-decoration: none;
}

.CardsCaption:hover{
    text-decoration:none !important;
}

.cards a{
    text-decoration: none;
}

.alumnis p {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Adds '...' when text overflows */
}

        