html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Poppins', sans-serif;
    background-color: #f7fbfe;
}
/* navbar */
.logo{
    padding-left: 20px;
}
.navbar-brand img{
    height: 80px;
}
.nav-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.navbar-links{
    text-align: right;
    padding-right: 20px;
}
.navbar-links ul {
    padding: 0;
}
.navbar-links ul li{
    display: inline;
    list-style: none;
}
.navbar-light .navbar-nav .nav-link {
    transition-duration: 0.2s;
    color: rgb(101, 101, 101);
    text-decoration: none;
    padding: 6px;
    font-size: 13.5px;
}

.navbar-links ul li a:hover{
    color: #ffffff;
    background-color: #3f7fbd;
    text-decoration: none;
}
.navbar-links ul li .active{
    color: #3f7fbd;
}
.navbar-links ul li:hover .active{    color: #ffffff;
}
.nav-item{
    padding: 0  !important;
    font-weight: 400;
}
.nav-link {
    display: block;
    text-decoration: none;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #3f7fbd !important;
}
.navbar-light .navbar-nav .nav-link{
    transition-duration: 0.2s;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff !important;
    background-color: #3f7fbd;
    border-radius: 4px;
}
/* page banner */
.carousel-1{
    width: 100%;
    height: 90vh;
    background: url('../images/home\ campus.jpg') center no-repeat;
   
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(39, 38, 38, 0.2);
}
.carousel-2{
    width: 100%;
    height: 90vh;
    background: url('../images/home-campus2.jpg') center no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(39, 38, 38, 0.2);
}
.carousel-3{
    width: 100%;
    height: 90vh;
    background: url('../images/home-campus3.jpg') center no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(39, 38, 38, 0.2);
}
#aboutusBanner{
    width: 100%;
    height: 50vh;
    background: url('../images/a4.JPG') center no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(14, 13, 13, 0.4);
}
#courseBanner{
    width: 100%;
    height: 50vh;
    background: url('../images/a1.jpg') center no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(14, 13, 13, 0.4);
}
#msc-bg{
    width: 100%;
    height: 50vh;
    background: url('../images/a2.JPG') center no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.9);
}
#afflicationBanner{
    width: 100%;
    height: 50vh;
    background: url('../images/a3.JPG') center no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(43, 43, 43, 0.6);
}
#clinicalBanner{
    width: 100%;
    height: 50vh;
    background: url('../images/clinical/clinic-1.JPG') center no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(43, 43, 43, 0.6);
}
#ExtracurricullarBanner{
    width: 100%;
    height: 50vh;
    background: url('../images/extra.jpeg') center no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(43, 43, 43, 0.2);
}
#PlacementBanner{
    width: 100%;
    height: 50vh;
    background: url('../images/slides/ban2.JPG') center no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(43, 43, 43, 0.6);
}
#AdmissionBanner{
    width: 100%;
    height: 50vh;
    background: url('../images/home-campus3.jpg') center no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(43, 43, 43, 0.3);
}
#PhotogalleryBanner{
    width: 100%;
    height: 50vh;
    background: url('../images/DSC_1007.JPG') center no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.2);
}
#Achievements , #Philosophy ,#Laboratories{
    background-color: #eeeeee;
}
#curricularActivities{
    background-color: #eeeeee;
}
#clinical-facilities{
    background-color: #eeeeee;
}
/* banner ends  */
/* page headings */
h1{
    font-weight: 800;
    font-size: 50px;
}
h2{
    font-weight: 800;
    font-size: 30px;
}
h4{
    font-weight: 600;
    font-size: 19px;
}
.insidepages-heading h1{
    padding-top: 10%;
}
/* page headings */
.carousel-content{
    padding-top: 18%;
    padding-left: 60px;
}
.carousel-content h1{
    font-size: 50px;
    color: #fff;
    font-weight: 700;
}
.carousel-content p{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}
.getstarted-btn{
    background-color: #3f7fbd;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    border: 1px solid #3f7fbd;
    border-radius: 5px;
}
.getstarted-btn:hover{
    color: #a7a2a2;
}
.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
    z-index: -1;
    opacity: 1;
}
/* mission vission */
.missions img{
    height: 50px;
}
.missions{
    background-color: #fff;
    padding: 30px 10px;
    margin-top: -80px;
    z-index: 99999 !important;
    border: .1px solid #3f7fbd;
    border-radius: 4px;
}
.missions h4{
    padding: 10px 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.missions p{
    font-size: 13px;
}
/* about us */
.about-content p{
    text-align: justify;
    line-height: 30px;
}
#aboutUs{
    background-color: #eeeeee;
}
/* features */
.feature-content{
    padding: 30px 50px;
    background-color: #eeeeee;
    margin-bottom: 20px;
    height: 180px;
    border-radius: 4px;
}
.feature-content img{
    height: 60px;
}
.achivements , .philosophy{
    padding: 40px 30px;
    background-color: #fff;
    border: .1px solid #3f7fbd;
    border-radius: 4px;
}
.achivements h6{
    font-size: 14px;
    font-family: 400px;
}
.philosophy ul li ,.objectives-content ul li ,.msc-course ul li, .laboratories ul li{
    list-style: none;
    position: relative;
    padding-bottom: 10px;
}
.philosophy ul li:before,.objectives-content ul li::before ,.msc-course ul li::before ,.laboratories ul li::before{
    float: left;
    font-family: "fontawesome";
    font-size: 15px;
    color: #3f7fbd;
    content: '\f101';
    left: -30px;
    position: absolute;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #3f7fbd;
    transition: width .6s ease;
}
/* departments */
.departments-content{
    background-color: #EEEEEE;
    padding: 10px 20px;
}
.departments-content h5{
    font-size: 18px;
 }
.departments-content p{
   font-size: 14px;
}

/* aboutus page css */
.aboutpage-missions{
    margin-top: 130px;
}
/* course page css */
.course{
    background-color: #eeeeee;
    border: .1px solid #3f7fbd;
    border-radius: 4px;
    padding: 0;
    text-align: center;
}
/* contact us page */
.form-control {
    display: block;
    width: 100%;
    padding: 0.325rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #b2b2b2;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #3f7fbd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  textarea:focus,
  textarea.form-control:focus,
  input.form-control:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  [type="text"].form-control:focus,
  [type="password"].form-control:focus,
  [type="email"].form-control:focus,
  [type="tel"].form-control:focus,
  [contenteditable].form-control:focus {
    box-shadow: -1px 0px 1px 0.5px rgba(63, 127, 189, 1);
    border: 1px solid #3f7fbd;
  }
  .contact-link {
    display: flex;
  }
  .contact-link ul li {
    list-style: none;
  }
  .contact-link ul li a {
    text-decoration: none;
    color: #000;
  }
  .contact-link .fa-solid,
  .email-link .fa-solid {
    color: #3f7fbd;
    font-size: 20px;
  }
  .email-link {
    display: flex;
  }
  .email-link ul li {
    list-style: none;
  }
  .email-link ul li a {
    text-decoration: none;
    color: #000;
  }
  .c-activities{
    border: .1px solid #3f7fbd;
    margin-bottom: 20px;
    border-radius: 4px;
  }
  /* afflications */
  .afflications{
    border: .1px solid #3f7fbd;
    border-radius: 4px;
    height: 200px;
    padding: 20px 40px;
  }
  .hospitals{
    /* height: 300px; */
    border: .1px solid #3f7fbd;
    border-radius: 4px;
  }
  /* exer */
  .extracurricular-content h3{
    font-weight: bold;
  }
  .extracurricular-text{
    text-align:justify;
  }
  /* addmission criteria */
  .admission-criteria h3{
    font-weight: bold;
    font-size: 20px;
  }
  .admission-criteria ol li{
    padding: 10px;
  }
  table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  td, th {
    border: 1px solid #3f7fbd;
    text-align: left;
    padding: 8px;
  }
  
  tr:nth-child(even) {
    background-color: #dee6f0;
  }
  /* gallery popup */
.mfp-bottom-bar {
    display: none;
  }
  /* footer */
.footer-links ul{
    padding-left: 0; 
}
.footer-links ul li{
    list-style: none;
    padding-bottom:8px ;
}
.footer-links ul li a{
   color: rgb(214, 214, 214);
   text-decoration: none;
   font-size: 14px;
   font-weight: 200;
}
.bottom-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 0 0;
}
.designer a{
    text-decoration: none;
    color: #000;
}
@media (max-width: 767.98px) {
    .insidepages-heading h1 {
        padding-top: 42%;
        font-size: 38px;
    }
    .carousel-content{
        padding-top: 38%;
        padding-left: 50px;
    }
    .carousel-content h1{
        font-size: 50px;
    }
    .carousel-content p{
        font-size: 16px;
        font-weight: 400;
    }
    .missions{
        margin-top: 20px;
    }
    .bottom-footer {
        text-align: center;
        display: grid;
        align-items: center;
        padding: 10px 10px;
    }
    .afflications{
        margin-bottom: 20px;
    }
    .extracurricular-content{
        margin-top: 20px !important;
    }
 }
