/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 02-May-2022, 7:56:44 am
    Author     : Kirti
*/
@media screen and (max-width: 900px){
        @keyframes cf3FadeInOut
{
  0% 
{
  opacity:1;
}
45% 
{
    opacity:1;
}
55% 
{
    opacity:0;
}
100% 
{
    opacity:0;
}
}
.Galary{
    display: flex;
}
.Galary img {
     position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  height: 400px;
  
}
@-webkit-keyframes animat_show{
     0%{opacity:0}
     100%{opacity:1}
 }
 
 @keyframes head-text{
    0%{
         visibility: visible;
        color:white;
        opacity:1
    }
       
    
    30%
    {
        letter-spacing: 6px;
    }
    
    80%
    {
        visibility: visible;
        letter-spacing: 0px;
    }
    100%
    {
        visibility: visible;
    }
}
.Galary img.transparent {
opacity:0;

}
.GalaryImg
{
  position:relative;
}
.Galary img.top {
animation-name: cf3FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 10s;
animation-direction: alternate;
}
.fadeIn {
     -webkit-animation: animat_show 0.8s;
     animation: animat_show 0.8s;
     visibility: visible !important;
 }
 .appointment{
    
    display: block;
    width: 80%;
    height: 240px;
    border: 1px solid white;
    z-index: 2;
    position: absolute;
    margin-left: 10%;
    border-radius: 8px
}
.apmt_form
{
    display:block;
    height: auto;
    margin-top: 8%;
    margin-bottom: 2%;
}
.apmt_tbl{
    margin-left: 10%;
    width: 80%;
}
.apmt_row
{
    display: flex;
}
.apmt_row td{
   display: block; 
  
   color:black;
   font-family: 'Jura', sans-serif;
   font-size: 16px;
}
.apmt_btn
{
    display: block;
    z-index: 2;
    position: absolute;
    
    margin-left: 15%;
    border-radius: 4px;
    color: white;
    width: 70%;
    margin-top:15px;
    height: 50px;
    background-color: #0086b3;
    text-align: center;
    align-items: center;
    cursor: pointer;
    
    
}
.apmt_lbl{
    display:none;
}
.label_td{
    display:none;
}
.apmt_btn p{
    color: white;
    margin-top: 5%;
}

.Empty{
    display: none;
}
.banner{
    display: block;
    position: relative;
    height: 400px;
}
#banner-belt{
    
}
.banner-text{
    background-color: #0d1942;
    color:#ffffff;
    font-family: 'Exo', sans-serif;
    font-weight: 500;
}
.Package-div{
    text-align: center;
    margin-left: 0%;
    font-size: xx-large;
}
.package-btn {
    display: block;
    width: 60%;
    height: 70px;
    border-style: solid;
    border-width: thin;
    margin-left: 20%;
    font-size: xx-large;
    border-radius: 8px;
    text-align: center;
}
.description{
    display: block;
    width:100%;
    position: relative;
    text-align: center;
    margin-top:70%;
}
.description li{
    list-style:none;
}
.department{
    display:flex;
    height: auto;
}
.dept-flex{
    display: block;
}
.dept-row{
    display: block;
    margin-bottom: 5%;
    text-align: center;
    font-family: calibri;
    color:#555555;
    height:auto;
    margin-top:20px;
}
.dept{
    display: block;
    width:80%;
    height:50px;
    margin-left: 10%;
    box-shadow: 3px 3px 5px grey;
    margin-top:20px;
        
}


.mission{
    display:flex;
    height: auto;
}
.mission-text{
    margin-left: 5%;
    margin-right: 5%;
    font-size: x-large;
    color: #555555;
}
.mission-head{
    
    font-size: xx-large;
    font-family: calibri;
    color: #46871b;
    text-align: center;
}
.vision-text{
    margin-left: 5%;
    margin-right: 5%;
    font-size: x-large;
    color: #555555;
}
.vision-head{
    
    font-size: xx-large;
    font-family: calibri;
    color: #46871b;
    text-align: center;
}
.dept-img{
    display: none;
}

.services{
    display:flex;
    height: 1800px;
    
}

.serv-row {
    display: block;
    width:80%;
    text-align: center;
    font-family: calibri;
    color: #555555;
    margin-left: 10%;
    height: 900px;
}
.serv {
    display: block;
    width: 95%;
    box-shadow: 3px 3px 5px grey;
    padding-top: 30px;
    height: 235px;
    margin-bottom: 20px;
}

.serv img{
    width:40%;
    
}

.dept{
    display: block;
    width:80%;
    height:100px;
    margin-left: 10%;
    box-shadow: 3px 3px 5px grey;
    
        
}
.dept p{
    padding-top: 15%;
}

.mission-block{
    border-style: solid;
    border-width: thin;
    border-radius: 8px;
    border-color: #aaaaaa;
    margin-top: 15px;
    margin-bottom: 15px;
    width:85%;
    margin-left: 7.5%;
    height: auto;
}
.modal-dialog {
    position: relative;
    width: 80%;
    margin: 4%;
}
.modal-content .modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}
.slogan{
    display:block;
    width:100%;
    text-align: center;
}
@keyframes text{
    0%{
        color:white;
    }
       
    
    30%
    {
        letter-spacing: 6px;
    }
    
    80%
    {
        letter-spacing: 0px;
    }
}
@keyframes knb-text{
    0%{
        color:white;
        
    }


}
}
