html {
    scroll-behavior: smooth;
  }
@media screen and (max-width: 600px) {
    .container-fluid {
        padding: 0 !important;
    }
    .header{
        background-color: #004280; border-radius:0 0 0 30px;
        position: fixed; z-index: 10; width: 104% !important;
    }
    .header-not{
        display: none !important;
    }
    .menu{
        width: 104% !important;
        margin-top: 38px !important;
    }
    .menu_collapse{
        display: block !important;
    }
    .nav{
        float:none !important;
        margin-left: 15px;
    }
    .nav-img{
        width: 200px !important;
    }
    .main{
        margin-top: 136px !important;
    }
    .rows{
        margin-top: 2em !important;
    }
    .programs-img{
        display: block !important;
    }
    .col-xs-6 ,.col-xs-12{
        padding: 0% !important;
    }
    .home-card-row{
        margin: 0 1em !important;
    }
    .cards{
        padding: 1em !important;
    }
    .home-card-text{
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .home-card-p{
        font-size: 15px !important;
        text-align: center !important;
    }
    .logo {
        display: none !important;
    }
    .cards{
        margin-top: 1rem !important;
    }
    .about-img img{
        margin: 0px !important;
        width: 315px !important;
    }
    .row-display{
       display: block !important;
    }
    .about{
        padding: 0px !important;
        line-height:normal !important;
    }
    .team{
        margin: 0 2px;
    }
    .team-img{
        height: 255px !important;
    }
    .gallery-img{
        padding: 5px !important;
    }
    .gallery-img img{
        height: 100px;
    }
    .contact-text{
        font-size: 14px !important;
    }
    .contact-icon{
        font-size: 14px !important;
    }
    .contact-div .row{
        margin: 8px 0px !important;
    }
    .bottom-text{
        font-size: 22px !important;
    }
    .admission-btn{
        margin-left: 0 !important;
    }
    .foot-menu{
        display: none;
    }
    .scan{
        display: none;
    }
    .footer-text{
        text-align: center;
        justify-content: center;
    }
    .social-img img{
        width: 30px !important;
    }
    }
    @media screen and (max-width: 800px) {
    
    .nav-img{
        width: 200px !important;
       
    }
    .cards{
        padding: 1em !important;
        margin-top: 10px !important;
    }
    .home-card-p{
        font-size: 15px !important;
        text-align: center !important;
    }
    .navbar-collapse{
        padding: 0px !important;
    }
    }
    @media screen and (max-width: 1024px) {
    .logo img {
        width: 200px;
    }
    .tenant-img img{
        width: 250px;
    }
    .menu-bar li{
        margin: 0 !important;
    }
    .social-img img{
        width: 30px !important;
    }
    }
    .team-img{
        height: 420px;
    }
    @media screen and (max-width: 1440px) {
        .team-img{
            height: 320px;
        }
        }
.header{
    background-color: #004280; border-radius:0 0 0 30px;
    position: fixed; z-index: 10; width: 100%;
}
.menu{
    border-bottom: 0.3px solid #000000;position: fixed; z-index: 10; width: 100%; background-color: #fff; margin-top: 42px;
}
.phone-email{
    margin-left: 5%; color: white; text-align: center; display: inline;
}
.header-btn{
    color: white; margin: 5px 35px 5px 5px;display: inline; float: right;
}
.header-link{
    margin-right: 5%; color: white; margin-top: 5px; display: inline; float: right;
}
.school-name{
    color:rgba(191, 20, 26, 1);font-weight: 700; font-size: 22px
}
.login{
    color: rgba(253, 83, 8, 1); font-size: 35px; font-weight: 700;
}
.text{
    display:block; color: rgba(131, 146, 171, 1);
}
.login-btn{
    font-size: 14px; background-color: rgba(0, 66, 127, 1); color: white;
}
.form-a{
    color:rgba(0, 66, 127, 1); font-size:14px; font-weight: 700;
}
.map{
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);border-radius: 8px;padding: 15px; 
}
.admission-btn{
    background-color: white; color: #FD5308; margin-left: 2em; margin-bottom: 1em;
}
.login-btn:hover{
color: white;
}

.line {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

.line > span::before {
    bottom: 0px;
    color: #003A6A;
    font-size: 24px;
    height: 17px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 39px;
    background-color: white;
    z-index: 9;
}
.line > span {
    background-color: #ff4e00;
    color: #fff;
    display: inline-block;
    width: 170px;
    height: 1px;
}


/*
flip card
*/
.card-flip > div {
    backface-visibility: hidden;
    transition: transform 300ms;
    transition-timing-function: linear;
    width: 98%;
    height: 100%;
    margin: 0;
    display: flex;
  }
  
  .card-front {
    transform: rotateY(0deg);
  }
  
  .card-back {
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
    background-color: #004280;
    color: white;
  }
  
  .card-flip:hover .card-front {
    transform: rotateY(-180deg);
  }
    
  .card-flip:hover .card-back {
    transform: rotateY(0deg);
  }
  .cards{
    margin-top: -8em;
   border-radius: 2rem;
   box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
   color: #fff;
   padding: 2em 1em;
}
.card-body{
   text-align: center;
}
.card-title{
   font-weight: bold;
}
.card-text{
   font-size: 18px;
}
.flip-card:hover{
 transform: rotateY(180deg);
}
.contact-icon{
    color: gray;
    font-size: 34px;
    padding: 8px 10px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 8px;
}
.contact-text{
    font-size: 24px;
    font-weight: 400;
}
.bottom-text{
    font-weight: 400;
font-size: 35px;
line-height: 65px;
align-items: center;
letter-spacing: 0.01em;
color: #FFFFFF;
}
.navbar-inverse{
    background-color: #26437f !important;
    border: none;
}
.navbar-inverse a{
    padding: 8px !important;
}
.social{
    margin-left: 5em;
}
.gallery{ border-radius: 5px;box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.navbar-toggle {
    border: none;
    background: transparent !important;
}
    .navbar-toggle .icon-bar {
      width: 22px;
      transition: all 0.2s;
    }
    .navbar-toggle .top-bar {
      transform: rotate(45deg);
      transform-origin: 10% 10%;
    }
    .navbar-toggle .middle-bar {
      opacity: 0;
    }
    .navbar-toggle .bottom-bar {
      transform: rotate(-45deg);
      transform-origin: 10% 90%;
    }
    .navbar-toggle.collapsed .top-bar {
      transform: rotate(0);
    }
    .navbar-toggle.collapsed .middle-bar {
      opacity: 1;
    }
    .navbar-toggle.collapsed .bottom-bar {
      transform: rotate(0);
    }
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-items.active {
        color: #6e707e;
        background-color: #fff;
        border-color: #dddfeb #dddfeb #fff;
    }
    .tab-pane{
        border: 0.5px solid #ddd;
        box-sizing: border-box;
        border-top: 0;
        /* box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%); */
        padding: 31px;
    }
    .featuresText{
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        text-align: center;
        letter-spacing: 0.01em;
        /* text-decoration-line: underline; */
        color: #000000;
    }