﻿/*Margins*/
html{
  height: 100%;
}
body{
  background-color: #ecf2fa;
   min-height: 100%;
   position: relative;
}
.mt0{
  margin-top: 0;
}
.mt15{
  margin-top: 15px;
}
.mt25{
  margin-top: 25px;
}
.mt30{
  margin-top: 30px;
}
.mt40{
    margin-top:40px;
}
.mb30 {
    margin-bottom: 30px;
}
.text-danger {
    color: #f82249!important;
}
.innerBannerContent {
    width: 100%;
    left: 0;
    right: 0;
    background-color: #005e8a;
    text-align: left;
    padding: 10px 30px;
    bottom: 0;
    color: white;
}
    .innerBannerContent h4 {
        font-size: 25px;
        font-weight: 700;
    }
    .innerBannerContent p {
        font-size: 16px;
    }
.innerBanner {
    width: 100%;
    /*min-height: 30vh;*/
    overflow: hidden;
}
.innerBanner img {
    height: 390px;
    width: 100%;
    object-fit: cover;
}
.scholladdBtn .btn{
  
}
.section-with-bg{
background-color: #ecf2fa;
}
 .carousel-inner img {
    width: 100%; /* Set width to 100% */
    margin: auto;
  }
    

/*tab section*/
.contentStart p{
color: #000;
font-size: 18px;
margin-bottom: 20px;
    padding-left: 32px;
}
.contentStart.arrow h2 {
    color: #0e1b4d;
    font-size: 22px;
    background-image: url(/images/next.png);
    background-repeat: no-repeat;
    margin: 0px 1px;
    padding: 0px;
    margin-bottom: 10px;
    font-weight: 600;
}
.contentStart table tr td{
  font-size: 16px;
    padding: 15px;
}
#schedule .nav-tabs{
border-bottom: none;
    margin-top: 50px;
    margin-bottom: 50px;
    margin: 50px auto;
}
#schedule .nav-tabs>li{
  font-size: 1.3em;
}
#schedule .nav-tabs>li>a {
    border: none;
    border-radius: 5px;
    background-color: #3b6dff;
    color: #fff;
    padding: 10px 30px;
    font-size: 1em;
    margin-left: 5px;
    margin-top: 10px;
    box-shadow: 3px 3px 3px #d2d2d2;
}
#schedule .nav-tabs>li.active>a, #schedule .nav-tabs>li.active>a:focus, #schedule .nav-tabs>li.active>a:hover{
   background-color: #002284;
    color: #fff;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #0e1b4d;
}
#schedule .nav-tabs>li.active>a, #schedule .nav-tabs>li.active>a:focus, #schedule .nav-tabs>li.active>a:hover{
  border: none;
}
.bb{
  border-bottom: 1px solid #ddd;
}
.p-2{
  padding: 1em;
}
/*Form*/
.onlineAdmissionForm {
    background-color: #fff;
    box-shadow: 1px 3px 11px 1px #dbeaff;
    padding: 20px 20px 50px;
}
    .onlineAdmissionForm input, select {
        width: 100%;
        border-radius: 3px;
        border: 1px solid #ddd;
        padding: 9px;
        font-size: 1.75rem;
    }
        .onlineAdmissionForm input:hover,
        .onlineAdmissionForm input:focus,
        .onlineAdmissionForm select:hover,
        .onlineAdmissionForm select:focus {
            color: #212529;
            background-color: #fff;
            border-color: #4e3bc2;
            outline: 0;
            box-shadow: 0px 1px 4px rgb(0 0 0 / 9%);
        }

.onlineAdmissionForm input:focus {
    background-color: #fff;
}
.onlineAdmissionForm textarea {
    width: 100%;
    border: 1px solid #ddd;
    box-shadow: 3px 4px 2px -3px #DDD;
}

.form_heading {
    margin: 0;
    margin-bottom: 10px !important;
    border-left: 5px solid #ffcc00;
    padding-left: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    background: linear-gradient( -45deg, #1f5757 0%, #2c4f74 50%, #1a3a60 100% );
    padding: 15px 10px;
}

.onlineAdmissionForm h4 {
    color: #000;
    margin: 0;
    font-size: 1.75rem;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 2px;
}
.availableClass h4{
color: #000;
}
.availableClass p {
    color: #05179a;
    font-size: 16px;
}
/*fotter*/
footer{
   position: absolute;
  right: 0;
  bottom: -150px;
  left: 0;
  padding: 1rem;
  background-color: #424141;
  text-align: center;
}
footer p{
  margin: 0;
  font-size: 16px;
  text-align: center;
}
  @media only screen and (max-width: 1024px) {
    #schedule .nav-tabs>li {
    width: 33%;
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 5px;
}
  }
  @media only screen and (max-width: 768px) {
    #schedule .nav-tabs>li {
    width: 50%;
}
  }
  @media only screen and (max-width: 425px) {
    #schedule .nav-tabs>li {
    width: 100%;
}
  }
  

  /*Chat System*/
  .blogLinks h3 {
    background-color: #ffcd18;
    padding: 10px;
    color: #fff;
    font-size: 20px;
}
.blog_Card a {
    background-color: #ffeeaf;
    padding: 18px 10px 19px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #555;
    font-size: 16px;
}
.videoSection2 {
    background-color: #9dd647;
    padding: 20px 20px 20px;
    margin-top: 20px;
}
.blog_Card span{
  color: #000;
}
.videoSection2 .btn-warning{
  background-color: #fff700;
    border-color: #ded80b;
}
.videoSection2 .btn-warning a{
  color: #000;
}
/*Visitor Form*/
.instructionBtn-detail {
    background-color: #bae5ff;
    border: 1px solid #89d3ff;
    padding: 5px;
    margin-bottom: 15px;
}
.instructionBtn-detail .btn-info {
    color: #fff;
    background-color: #00c1fb;
    border-color: #46b8da;
}
.instructionBtn-detail h3 {
    color: indianred;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    padding-left: 6px;
}
.instructionBtn-detail ol {
    padding-left: 23px;
}
.instructionBtn-detail ol li {
    font-size: 14px;
    color: #555;
}
.instructionBtn-detail .btn-warning {
    padding: 2px !important;
}
.uploadImg{
  padding: 15px;
    background-color: #ffe8e8;
}
/*Social icon*/
.socialbtn{
  margin-top: 5px;
    margin-right: 38px;
}
    .socialbtn a i {
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        box-shadow: 1px 2px 3px #455fff;
        margin-right: 5px;
        border: 1px solid #fff;
        font-size: 23px;
        border-radius: 5px;
    }

.bg-primary {
    color: #fff;
    background-color: #002284;
}
.bg-danger{
  background-color: #fb4444;
  color: #fff;
}
.bg-info {
    background-color: #00c4ff;
    color: #fff;
}
.modal-footer.bottom {
    border-top: none!important;
    border-bottom: 1px solid #e5e5e5;
}
.blueStripComponent {
    background: #ffd942;
    color: #3A5478;
}
    .blueStripComponent span {
        font-weight: 800;
    }

.enquiry-form-card {
    background-color: #ffffff;
    border-radius: 8px; 
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15); 
    padding: 40px; 
    margin-bottom: 30px;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}


    .enquiry-form-card:hover {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); 
        transform: translateY(-2px); 
    }


    .enquiry-form-card h2 {
        font-size: 32px;
        font-weight: 700;
        color: #3a5477; 
        margin-top: 0;
        margin-bottom: 30px;
        text-align: center;
    }


    .enquiry-form-card h4 {
        font-size: 18px;
        font-weight: 600;
        color: #3a5477; 
        margin-bottom: 8px;
        margin-top: 15px; 
    }

    .enquiry-form-card input,
    .enquiry-form-card select,
    .enquiry-form-card textarea {
        width: 100%;
        height: 50%;
        padding: 12px 15px;
        border: 1px solid #ced4da; 
        border-radius: 5px; 
        font-size: 18px;
        color: #495057;
        transition: all 0.3s ease-in-out;
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.075) !important;
    }

        .enquiry-form-card input:focus,
        .enquiry-form-card input:focus,
        .enquiry-form-card select:focus,
        .enquiry-form-card textarea:focus,
        .enquiry-form-card input:hover,
        .enquiry-form-card input:hover,
        .enquiry-form-card select:hover,
        .enquiry-form-card textarea:hover {
            border-color: #ffcc00 !important;
            box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.25) !important;
            outline: none;
        }

    .enquiry-form-card textarea {
        resize: vertical; 
        min-height: 100px;
    }

    .enquiry-form-card .btn {
        padding: 12px 25px;
        font-size: 18px;
        font-weight: 600;
        border-radius: 5px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        margin-left: 10px;
    }

    .enquiry-form-card .btn-success {
        background-color: #ffcc00; 
        border-color: #ffcc00;
        color: #1c3144; 
    }

        .enquiry-form-card .btn-success:hover,
        .enquiry-form-card .btn-success:focus {
            background-color: #e6b800; 
            border-color: #e6b800;
            color: #1c3144;
        }

    .enquiry-form-card .btn-default {
        background-color: #e9ecef;
        border-color: #e9ecef;
        color: #495057;
    }

        .enquiry-form-card .btn-default:hover,
        .enquiry-form-card .btn-default:focus {
            background-color: #dae0e5;
            border-color: #dae0e5;
            color: #343a40;
        }

body {
    background-color: #f4f7f6;
    background-image: linear-gradient(45deg, rgba(0,0,0,.02) 25%, transparent 25%, transparent 75%, rgba(0,0,0,.02) 75%, rgba(0,0,0,.02)), linear-gradient(45deg, rgba(0,0,0,.02) 25%, transparent 25%, transparent 75%, rgba(0,0,0,.02) 75%, rgba(0,0,0,.02)) !important;
    background-size: 10px 10px;
    font-family: 'Lato', sans-serif;
    color: #333;
}

.container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-with-bg {
    background-color: transparent;
}

.error_msg {
    font-size: 12px;
    color: #dc3545;
    margin-top: 5px;
    display: block;
}

footer {
    background: linear-gradient( -45deg, #1f5757 0%, #2c4f74 50%, #1a3a60 100% );
    color: #ffffff;
    padding: 20px 0;
    font-size: 14px;
}

    footer p {
        margin: 0;
    }

@media (max-width: 767px) {
    .enquiry-form-card h2 {
        font-size: 24px;
        margin-bottom: 0px;
    }

    .enquiry-form-card {
        padding: 20px;
    }

        .enquiry-form-card .btn {
            width: 100%;
            margin-top: 10px;
            margin-left: 0;
        }

    .row.mt15, mt40 {
        margin-top: 0px;
    }
}