/*========================================
    Lynxsia IT Solution
    Website: https://www.lynxsia.com
    Email: info@lynxsia.com
    Contact: +91-7275716753
    Developer: Mohd Fayeem
=========================================*/

/*==========
Home Page 
===========*/

/*==========
Carousel 
===========*/
.carousel-item{
    height: 100%;
    width: 100%;
    min-height: 350px;
    background: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}
@media (max-width: 580px){
    .carousel-item{
        min-height: 300px;
    }
    .carousel-caption{
        top: 80px;
        left: 60px;
        width: 280px;
        height: 130px;
    }
    .carousel-caption-heading{
        font-size: 14px;
        font-weight: bold;
        color: #4484CE;
        text-transform: uppercase;
    }
    .carousel-caption-text{
        display: none;
    }
}
@media (min-width: 600px){
    .carousel-item{
        min-height: 300px;
    }
    .carousel-caption{
        top: 60px;
        left: 80px;
        width: 420px;
        height: 150px;
    }
    .carousel-caption-heading{
        font-size: 14px;
        font-weight: bold;
        color: #4484CE;
        text-transform: uppercase;
    }
    .carousel-caption-text{
        color: #4484CE;
    }
}
@media (min-width: 800px){
    .carousel-item{
        min-height: 300px;
    }
    .carousel-caption{
        position: absolute;
        top: 60px;
        left: 150px;
        width: 520px;
        height: 200px;
    }
    .carousel-caption-heading{
        font-size: 24px;
        font-weight: bold;
        color: #4484CE;
        text-transform: uppercase;
    }
    .carousel-caption-text{
        color: #4484CE;
    }
}

/* Notice Board */
.notice-board{
    width: 100%;
    height: 400px;
    min-height: 400px;
    padding-bottom: 1rem;
    background-color: green;
    border: #0e5bb3 solid 1rem;
    border-radius: 1rem;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .5);
    position: relative;
}
.notice-board h4{
    width: 100%;
    padding: .7rem 0;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .5);
}
.notice-board .notice-item{
    padding: .5rem .8rem;
    width: 100%;
    height: 300px;
}
.notice-board .notice-item marquee{
    padding: .5rem;
    width: 100%;
    height: 100%;
}
.notice-board .notice-item marquee ul li{
    margin-bottom: 1.2rem;
    padding-bottom: .5rem;
    color: #fafafa;
    font-weight: 600;
    border-bottom: #ffffff dashed thin;
}
/* Notice Board End */

/* Message Container */
.message-container{
    height: 400px;
    width: 100%;
    background: radial-gradient(black 15%, transparent 16%) 0 0,
                radial-gradient(black 15%, transparent 16%) 8px 8px,
                radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 0 1px,
                radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 8px 9px;
    background-size: 16px 16px;
    background-color: #4484CE;
    color: #ffffff;
    position: relative;
    box-shadow: 0 0 30px 0 #4484ce3a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.message-container .message-header{
    width: 97%;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #4484CE;
    box-shadow: 20px 20px 50px 0 rgba(0, 0, 0, .2);
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    position: absolute;
    top: 0;
    left: 0;
}
.message-container .message-header::before{
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 100%;
    background: #4484CE;
    transform: skewY(-15deg) translateY(3px);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .2);
    z-index: 2;
}
.message-container .message-header span{
    position: absolute;
    top: 100%;
    left: -20px;
    width: 20px;
    height: 20%;
    background: #0e5bb3;
    transform: skewY(15deg) translateY(-3px);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .2);
    z-index: 1;
}
.message-container .message-body{
    background: #acabab8f;
    margin: 40px 10px 10px 10px;
    padding: 10px;
    border-radius: 5px;
    color: #ffffff;
}
@media (max-width: 449px){
    .message-container .message-header h2{
        font-size: 18px;
    }
    .message-container .message-header span{
        height: 30%;
        transform: skewY(15deg) translateY(-5px);
    }
}

/* Feature Icon */
.feature-icon{
    color: #4484CE;
    font-size: 40px;
    float: left;
}
.feature-content{
    padding: 10px 0 0 60px;
}

/* Enroll Seection */
.enroll-container{
    background-image: url('../images/home/bg-enroll.jpg');
    height: 100%;
    position: relative;
    /* Parallx Effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.enroll-item{
    position: relative;
}
.enroll-item span{
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    border-radius: 50%;
    float: left;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    margin-right: 40px;
    z-index: 999;
}
.enroll-item h5{
    margin-bottom: 40px;
    padding-top: 10px;
    color: #FFFFFF;
}
.enroll-item:after {
    position: relative;
    content: '';
    height: calc(100% - 45px);
    left: 25px;
    top: -10px;
    border-left: 1px dashed #FFFFFF;
}
.enroll-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.enroll-item:last-child:after {
    display: none;
}

/*===================
Admission Page
===================*/
.admission-icon{
    padding: 30px 30px;
    border: #4484CE solid 1px;
    border-radius: 100%;
    background-color: #4484CE;
    color: #FFFFFF;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    
}
.admission-icon:hover{
    background-color: #FFFFFF;
    color: #4484CE;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    
}

/*===================
Downlaod TC
===================*/
.tc-form{
    width: 400px;
    height: 100%;
    border: #4484CE solid 1px;
    padding: 20px;
}

/*============
Login page
============*/
.login-container{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.login-wrapper{
    background: rgba(68, 132, 206, .2);
    margin: 10px 20px;
    width: 300px;
    height: 270px;
    border-radius: 5px;
}
#showHideBtn{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.form-group button.btn{
    cursor: pointer;
}
#infoMessage{
    font-size: 13px;
}

/*===========
Uniform
==========*/
.uniform{
    border-radius: 1rem;
    transform: skewX(-10deg);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .5);
}
@media (max-width: 550px){
    .uniform h3{
        font-size: 16px;
    }
    .uniform{
        transform: skewX(-5deg);
        font-size: 12px;
    }
}

/*===============
Administrations
===============*/
@media (max-width: 530px){
    .long-heading{
        font-size: 18px;
    }
}