/************ Home Page *************/
*{
    margin:0;
    padding:0;
}

.header-top{
    border-bottom: 5px solid rgb(234, 228, 228);
}

.header-bottom{
    background-color: #0a0933;
}

.header-bottom nav div div ul li a{
    font-size:22px;
    color:white;
}

.header-bottom nav div div ul li a:hover{
    color:red;
}
.navbar-brand:hover{
    color:red;
}

#navDemo a{
    text-decoration: none;
    list-style:none;
    color: orange;
    font-size:25px;
    padding-left:20px;
}



/* Second Container-fluid Design */

.carousel-item IMG{
    filter: blur(px);
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: 800;
    color: white;
}



/* Thrid Container-fluid */

#ContentNews_Newstick{
    background-color: hsl(142, 70%, 49%);
}

.tnews li:not(:first-child):before{
   padding: 0 15px;
   content: '|';
}

.vall:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    border-top: 23px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #0a0933;
    right: -25px;
}

.topnews_headlines ul li a{
    color: white;
    text-decoration: none;
}

/* Fourth Container-fluid */

.Flexi-hours-of-online-teaching{
    border:3px solid green;
}
.Flexi-hours-of-online-teaching h4{
    font-size: 30px;
    font-weight: 700;
    color: black;
}

.Flexi-hours-of-online-teaching h5{
    font-size: 20px;
    color: rgb(25, 12, 94);
    font-weight: 600;
}

.Flexi-hours-of-online-teaching p{
    font-size: 20px;
    font-weight: 500;
}


/* Request-a-Callback */

.section-title {
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #17a2b8;
}

.text-center {
    text-align: center !important;
} 

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 5px;
}

.card-title {
    margin-bottom: 0.75rem;
}

.Book-seat-header{
    background-color: DeepSkyBlue;
}

.Book-seat-form{
    background-color:#0b8484;
}

/* Achievement */

.achievement{
    background-color: #0b8484;
    border-radius: 50px 50px;
    border: 4px solid #25d366;
}

.achievement-item{
    text-align: center;
}

.achievement-item span{
    color: white;
    font-size: 45px;
    font-weight: 500;
}

.achievement-item p{
    color: white;
    font-size: 25px;
}

/************** About Page ***************/
.Welcome-To-RP-Mission-School h3{
    font-size:40px;
    color: #0b8484;
}
.Welcome-To-RP-Mission-School h5,h3{
    font-size:40px;
    color: #0b8484;
}
.Welcome-To-RP-Mission-School div p{
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    color: dimgray;
}
.Welcome-To-RP-Mission-School div img{
    border-radius: 50px;
}

.Your-Child-Deserves-The-Best h5{
    color:#800020;
    font-size: 25px;
    font-weight: 800;
}
.Beliefs h6{
    color:#0c0445;
    font-size: 25px;
    font-weight: 800;
}
.Your-Child-Deserves-The-Best img{
    border-radius: 50px 50px;
}
.Your-Child-Deserves-The-Best div div h6 span{
    border:2px solid goldenrod;
    color:orange;
    border-radius:50% 50%;
    padding-left:4px;
    padding-right:4px;
    margin-right:10px;
}      
.Your-Child-Deserves-The-Best div div h6{
    font-size: 25px;
    font-weight: 800;
    color:#0c0445;
}
.Your-Child-Deserves-The-Best div div p{
    font-size: 20px;
}

.Fees_Structure table{
    border: 5px solid #00152a;

}
.Fees_Structure table th{
    border: 2px solid yellow;
}
.Fees_Structure table td{
    border: 2px solid yellow;
}

.Fees_Structure h5{
    background-color: #00152a;
    font-size: 30px;
    font-weight: 800;
    color:white;
    padding-top: 2px;
    padding-bottom: 8px;
}
.Fees_Structure .Particulars{
    background-color: #00152a;
    font-size: 20px;
    font-weight: 700;
    color: white;
}
.Fees_Structure .One_Time{
    background-color:gainsboro;
    font-size: 16px;
    color:#0075ed;
}
.Fees_Structure .Per_Year{
    background-color:white;
    font-size: 16px;
    font-weight: 800;
    color:black;
}
.Fees_Structure .Per_Months{
    background-color:ghostwhite;
    font-size: 16px;
    font-weight: 800;
    color:#25d366;
}
.Fees_Structure .Optional{
    background-color:white;
    font-size: 16px;
    font-family: 800;
    color:green;
}
.Fees_Structure .Total_Fees{
    background-color:#800020;
    font-size: 18px;
    font-weight: 900;
    color: white;
}

/*Team Details Show*/
.radius-15 {
    border-radius: 15px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: .25rem;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
}

.contacts-social a {
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #ffffff;
    border: 1px solid #eeecec;
    text-align: center;
    border-radius: 50%;
    color: #2b2a2a;
}




/********** Gallery Page ***********/
.carousel-inner p{
    font-size: 25px;
    font-weight: 600;
    color:white;
    height: 120px;
    text-align: center;
}
/* Second Container-fluid */
.Image-Desgin h4{
    font-size: 30px;
    font-weight: 800;
    color: orange;
}
.Image-Desgin p{
    font-size: 20px;
    font-weight: 600;
    color: rgb(9, 9, 75);
}
.Image-Desgin h5{
    text-align: center;
    color: orange;
}







/********** Student's Page ***********/
.Examination-Page-Desgin{
    width: 100%;
    height: 100%;
    background: rgb(234,241,250);
    background: linear-gradient(96deg, rgba(234,241,250,1) 100%, rgba(214,251,254,1) 100%);
}
.Examination-Page-Desgin .form-horizontal .form-group input{
    font-weight: bold;
    color: black;
}
.Examination-Page-Desgin div div h3 span{
    color: red;
}
.Examination-Page-Desgin div div h3{
    color: black;
    font-size: 60px;
    font-weight: 800;
}
.Examination-Page-Desgin div div p{
    font-size: 20px;
    font-weight: bold;
    color: rgb(13, 7, 61);
}
.Examination-Page-Desgin div div div img{
    background: rgb(234,241,250);
    background: linear-gradient(96deg, rgba(234,241,250,1) 100%, rgba(214,251,254,1) 100%);
    opacity:80%;
    border: 1px solid gray;
}
/* Second Container-Fluid */
.What-to-expect-from-a-Sikshaa-course{
    border: 2px solid green;
}
.What-to-expect-from-a-Sikshaa-course h3{
    color:black;
    font-size:30px;
    font-weight: 800;
}
.What-to-expect-from-a-Sikshaa-course h3 span{
    color: red;

}
.What-to-expect-from-a-Sikshaa-course h5{
    color: black;
    font-size: 22px;
    font-weight: bold;
}
.What-to-expect-from-a-Sikshaa-course i{
    font-size: 50px;
}
.What-to-expect-from-a-Sikshaa-course p{
    font-size: 15px;
    font-weight: bold;
    text-align: justify;
}
/* Thrid Container-Fluid */
.Courses-By-Category-Provided-by-RP-MISSION-SCHOOL span{
    color: orange;
}
.Courses-By-Category-Provided-by-RP-MISSION-SCHOOL h3{
    font-weight: 700;
}




/********** Teacher Page Desgin ***********/
.Corner-Page-Desgin{
    width: 100%;
    height: 100%;
    background: rgb(234,241,250);
    background: linear-gradient(96deg, rgba(234,241,250,1) 100%, rgba(214,251,254,1) 100%);
}
.Corner-Page-Desgin .form-horizontal .form-group input{
    font-weight: bold;
    color: black;
}
.Corner-Page-Desgin div p{
    color: red;
    font-size:25px;
    font-weight:700;
}






/********** Contact Us Page Desgin ***********/
.contact-us-section{
    width: 100%;
    height: 100%;
    background: rgb(234,241,250);
    background: linear-gradient(96deg, rgba(234,241,250,1) 100%, rgba(214,251,254,1) 100%);
}

.sign-up-form-wrap{
    display: block;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
}

.section-heading h3{
    color:#28a745;
    font-size:30px;
    font-weight:750;
    
}

.section-heading p{
    color:red;
    font-size:25px;
    font-weight:bold;
}

.shadow-lg{
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}
.list-creative>li+li {
    border-top: 1px solid #ebebeb;
}
@media (min-width: 992px){
    .list-creative>li {
        padding: 30px 0;
    }
}
.list-terms-medium {
    position: relative;
    padding-left: 30px;
}
.list-terms-medium::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    bottom: 2px;
    width: 4px;
}
.list-terms-medium dt {
    letter-spacing: .1em;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #565656;
}
.list-creative .address::before {
    background: #ff8657;
}
.list-creative .phone::before {
    background: #00438b;
}
.list-creative .email::before {
    background: #007bff;
}
.list-terms-medium a,.list-terms-medium p, .list-terms-medium a:active, .list-terms-medium a:focus {
    color: #9b9b9b;
    text-decoration: none;
}
.list-terms-medium a:hover {
    color: #ff8657;
}

.google-map{
    height:100%;
    margin-bottom: -8px;
}

.google-map iframe {
    width: 100%;
    border: 0;
    -webkit-backface-visibility: hidden;
}
.contact-us-section div div form:placeholder{
    font-size:bold;
    
}

.form-check .form-check-input{
    margin-top: 0.1rem;
}
/*our team css*/
.single-team-member .team-info {
    background-color: rgba(0, 67, 139, 0.85);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}
.team-image img{
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.team-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.team-info h5 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    color: inherit;
}
.team-info h6{
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.team-info h5, .team-info h6, .team-info .team-social {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
    -webkit-transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}
.single-team-member:hover .team-info {
    opacity: 1;
    visibility: visible;
}
.single-team-member:hover .team-info h6{
    opacity: 1;
}
.single-team-member:hover .team-info h5, .single-team-member:hover .team-info h6, .single-team-member:hover .team-info .team-social {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.team-social li a{
    text-decoration: none;
    color: inherit;
    opacity: 0.8;
}
.team-social li a:hover{
    opacity: 1;
}
.team-social li a span{
    padding: 6px;

}






/************ Notices Page *************/

.Notices_Borad .row .col-lg-12{
    border:10px solid ;
    border-color:#090949;
    height:auto;
}

.Notices_Borad .mt-2{
    font-size:30px;
    font-weight:700;
    color:orange;
    margin-bottom:10px;
}

.Notices_Borad .row .col-lg-12{
    background: rgb(234,241,250);
    background: linear-gradient(96deg, rgba(234,241,250,1) 100%, rgba(214,251,254,1) 100%);
}

.Notices_Borad .row .col-lg-12 .company_name{
    font-size:30px;
    font-weight:600;
    color:black;
}

.Notices_Borad .row .col-lg-12 .date{
    font-size:20px;
    font-weight:600;
    color:red;
}

.Notices_Borad .row .col-lg-12 .subject span{
    font-size:18px;
    font-weight:600;
    color:#25d366;
}

.Notices_Borad .row .col-lg-12 .name, .designation{
    font-weight:700;
    color:red;
}
















































































