@charset "utf-8";
/* CSS Document */



@import url('https://fonts.googleapis.com/css2?family=Radley&display=swap');

* {
    margin: 0;
    padding: 0;
    
    color:#000000;
    font-family:'Radley',serif;
}
a{color: #000000!important;
    text-decoration: none!important;}
    

body {
  font-family: 'Radley',serif;
    font-size: 16px;
}
section{display: flex;
    flex-direction: column;
    height: 100%;}
 

.footer * {
    /* font-size: 20px; */
    font-weight:600;
    font-size: 12px;
    color: #110B0B;
    display: flex;
    align-items: center;
}

.footer {
    display: flex;
    justify-content: space-between;
    background-color:#E2DABC;
    padding: 8px;
} 
.team-name .line{text-align:center; }.team-name .line span{width:16px;height:3px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;display:inline-block;margin:0 5px;} .team-name .line span.one{background:#c52f33;margin-left:0;} .team-name .line span.second{background:#373435;} .team-name .line span.three{background:#e2dabc;margin-right:0;} .socials{margin-top:10px;}

.mid-box {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 23px;
    background-color: #E2DABC;
    border-top: inset #B4AC8E;
	height: 130px;
	    display: flex;
    justify-content: center;
    align-items: center;
 

}

.mid-box p{
    font-family: 'Radley',serif;
	font-size: 120%;
 	text-align: center;
	margin: 0 auto!important;
}



 .slider,
    .slider .imgs {
        min-width: 100%;
        height: 100%;
        max-height: 300px;
        position: relative;
    }

    .slider {
        height: 300px;
    }

    .slider .imgs {
        display: flex;
        overflow: hidden;
    }

    .slider .img {
        min-width:40%;
        height: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        position: absolute;
        left: 100%;
        /* animation duration can't be greater than variable interval in JS! */
        /* check JS for other settings */
        animation: .6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s left;
        animation-fill-mode: forwards;
        background-size: cover !important;
        background-position: 50% !important;
    }

    /* Change images here */
    /* .slider .img:nth-of-type(1) {
                background: url("image\kem hospital 2.jpeg");
            }

            .slider .img:nth-of-type(2) {
                background: url("image\kem hospital 3.jpeg");
            }

            .slider .img:nth-of-type(3) {
                background: url("Image\kem hospital 2.jpeg");

            }

            .slider .img:nth-of-type(4) {
                background-image: url("image\kem hospital 3.jpeg");
            } */

    .slider .img span {
        padding: 7px 20px;
        background: rgba(0, 0, 0, .8);
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        color: #f0f0f0;
        font-size: 14px;
        font-family: sans-serif;
    }

    .dots {
        position: absolute;
        bottom: -18px;
        left: 0;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .dot {
        width: 8px;
        height: 8px;
        background: gray;
        border-radius: 50%;
        margin: 0 3px;
        cursor: pointer;
    }

    .active-dot {
        background: #3f3f3f;
        cursor: default;
    }

    @keyframes leftNext {
        from {
            left: 100%;
        }

        to {
            left: 0;
        }
    }

    @keyframes leftCurr {
        from {
            left: 0;
        }

        to {
            left: -100%;
        }
    }

    @keyframes rightNext {
        from {
            left: -100%;
        }

        to {
            left: 0;
        }
    }

    @keyframes rightCurr {
        from {
            left: 0;
        }

        to {
            left: 100%;
        }
    }
.flright{ float: right;}
.mr-auto{ margin: 0 auto!important;}

 .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
  }
 
.navbar-bg {
    background-color: #E2DABC !important;
}
.elem{
    color: #000000;
    padding: 8px;
}
.text_nav_div {
    width: 100%;
}
.pss_section {
  height: -webkit-fill-available;
}
.nav_header {
    display: flex;
    align-items: center;
    padding: 5px 35px;
    justify-content: center;
}
.scroll_nav_item{
    color: #000000;
    padding: 18px;
    font-size: 20px;
}

.logo {
    width: 115px;
    height:125px;
}

.heading-name {
    color:#000000;
        font-size: 35px;
    text-align: center;
    font-weight: 700!important;
}

.icon-container {
    height:40px;
    height:40px;
    gap:20px;
    display:flex;
    flex-direction: column;
    padding:20px;
    margin-top: 144px;
}


img.icon_social {
    width: 40px;

}

.main_container {
    display: flex;
    justify-content: space-between;
    margin-top:10px;
}


.Menu_logo{
    width:30px;
    height:30px;

}

#elem {
    width: 100%;
    display: flex;
    color:black;
    font-size:20px;
    display:flex;
    justify-content:center;   
    align-items: center;
    gap:30px;
    text-align: center;
    background-color: #E2DABC;
}

.Dean_img{
	margin-top: 10px!important;
    height: 150px;
    width: 150px;
}
.college_img{
    width:489px;
    height:432px;
}


.Dean_info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #E2DABC;
    width:420px;
    height:301px; 


}
.Dean_name{
    font-size:26px;
    text-align: center;
}
.Dean_name p{
    margin-top: 0;
    margin-bottom: 0rem!important;
}
.Designation{
   font-size:14px;
   text-align: center;
}
.Designation p{
    margin-top: 0;
    margin-bottom: 0rem!important;
}
.Dean{
    font-size:25px;
    text-align: center;
}

.Dean{
     margin-top: 0;
    margin-bottom: 0rem!important;
}

.Title_info{
    
    display:flex;
    flex-direction: row;
    margin-top: 16px;
    margin-bottom:17px;
    gap: 14px;
    
}
.Student_name{
  text-align: center;
  font-size: 33px;
}
.pss_section {
        
  height: auto; 

}
.Footer_div{
  height:80vh;
}

/* ----- slider part */


/* .slider, .slider .imgs {
  width: 100%;
  height: 100%;
  max-height: 300px;
  position: relative;
} */

/* .slider {
  /* height: 300px; */
  /* max-height: 300px; */
/* }

.slider .imgs {
  display: flex;
  overflow: hidden;
} */

/* .slider .img {
  min-width: 100%;
  /* height: 100%; */
  /* display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  left: 100%; */ 
  /* animation duration can't be greater than variable interval in JS! */
  /* check JS for other settings */
  /* animation: .6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s left;
  animation-fill-mode: forwards;
  background-size: cover !important;
  background-position: 50% !important;
} */

/* Change images here */
/* .slider .img:nth-of-type(1) { background: url("../image\kem college 3.jpeg"); }
.slider .img:nth-of-type(2) { background: url("../image/Hospital\ Management\ 1.jpg"); }
.slider .img:nth-of-type(3) { background: url("../image\kem college 3.jpeg"); }
.slider .img:nth-of-type(4) { background: url("../image/Hospital\ Management\ 1.jpg"); }

.slider .img span {
  padding: 7px 20px;
  background: rgba(0, 0, 0, .8);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  color: #f0f0f0;
  font-size: 14px;
  font-family: sans-serif;
}

.dots {
  position: absolute;
  bottom: -18px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.dot {
  width: 8px;
  height: 8px;
  background: gray;
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
}

.active-dot {
  background: #3f3f3f;
  cursor: default;
}

@keyframes leftNext {
  from { left: 100%; }
  to { left: 0; }
}

@keyframes leftCurr {
  from { left: 0; }
  to { left: -100%; }
}

@keyframes rightNext {
  from { left: -100%; }
  to { left: 0; }
}

@keyframes rightCurr {
  from { left: 0; }
  to { left: 100%; }
} */ 
/* ----- end slider part */


/* -----  flipping part */
   .flip-card {
    width: 120px;
    height: 120px;
    border-radius:50%; 
   }
   .flip-card-inner{
    position: relative;
    width:100%;
    height: 100%;
    transition :transform  0.6%;
    transform-style:preserved (180deg);
     }
     .flip-card:hover.flip-card-inner{
        transform: rotateX(180deg);
     }
     .flip-card-front,.flip-card-back{
        position: absolute;
        width: 150px;
        height: 150px;
        webkit-backface-visibility:hidden;
        border-radius:10px;
         }
         .flip-card-front img{

           border-radius: 50%;
          
         }
         .flip-card-back img{
            border-radius: 50%;
         }


/* -----  flipping part */





.marquee {
  position: relative;
  animation: marquee 2s linear infinite;
  text-align:center;
  color:black;
}
@keyframes marquee {
  0% {
    top: 10em
  }
  100% {
    top: -2em
  }
}

.Menu_option{
    display: flex;
}

.Div_name{
    background-color: #B4AC8E;
    width: 100%;
     border-radius :30px 30px 0px 0px;
}

.Div_name p{
   margin-top: 0;
    margin-bottom: 0rem;
}
.Div_image{
    background-color:#E2DABC;
    width: 100%;
     display: flex;
    justify-content: center;
    padding:10px;
    gap:10px;
    border-radius :0px 0px 10px 10px;
}
.div_circle_img{
    width: 120px;
    height: 120px;
    border-radius:50%;
    border:10px;

}
.Div_Option{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 16px;
    margin-bottom:10px;
    padding: 16px;
	float: right;
}

.menu_name{
  text-align: center;
  padding:20px;
  color: #000000;
  font-size:25px;
   
}
.Important_title{
    width: 100%;
     background-color:#E2DABC;
}
.Important_name{
    
    width: auto;
    text-align: center;
    font-size: 20px;
    padding:17px;
}
.links_scroller{
    width:100%;
	height: 450px;
	padding: 2%;
    background-color: #EAE5D5;
}
.See_more{
    background-color: #E2DABC;
    width:100%;
    height: 48px;
}
.Div_See{
    margin-bottom: 5px;
    text-align:left;
    
}
.Arrow_Link{
    width: 17px;
    height: 13px;
}
.links_scroller{
    display: flex;
    flex-direction: column;
}
 
  .column {
    float: left;
    width: 50%;
    padding: 10px;
    height: 300px; /* Should be removed. Only for demonstration */
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .Notices{
    text-align: center;
  }
  .Announcement{
    text-align: center;
  }



/* -----fliping part */
/* @keyframes flip-with-scale {
    0% {
        transform: perspective(400px) scaleX(1);
    }

    100% {
        transform: perspective(400px) scaleX(-1);
    } */

    .flip-card {
        background-color: transparent;
        
        border: 1px solid #f1f1f1;
        perspective: 1000px; /* Remove this if you don't want the 3D effect */
      }
      
      /* This container is needed to position the front and back side */
      .flip-card-inner {
        position: relative;
        
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d;
      }
      
      /* Do an horizontal flip when you move the mouse over the flip box container */
      .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
      }
      
      /* Position the front and back side */
      .flip-card-front, .flip-card-back {
        position: absolute;
       
        -webkit-backface-visibility: hidden; /* Safari */
        backface-visibility: hidden;
      }
      
      /* Style the front side (fallback if image is missing) */
      .flip-card-front {
       width: 120px;
       height:120px;
   
      
      }
      
      /* Style the back side */
      .flip-card-back {
        width: 120px;
        height:120px;
        
        transform: rotateY(180deg);
      }




/* -----end fliping part */

/****** end our team ******/
/****** Social Media Icone******/
p,li{
    /* font-family: Poppins, sans-serif!important; */
    color: #2d2c2c!important;
   }
  .header li{
    color: #FFFFFF!important
  }
  .footer p{
    color: #FFFFFF!important
  }
  .textcolor p {
    color: #FFFFFF!important
  }
  
  .test-box .carousel p{
   color: #6c757d!important
  }
  .test-box img{
    border:1px solid #01325b;
  }
  .test-box .carousel h3{
  color: #01325b;
  margin-left: 25px;
  }
  .testimonial_fa{
    color: #01325b;
    font-size: 30px;
    }
    .testimonial_control a{
      height: 40px;
      width: 40px;
      line-height: 25px;     
      border-radius: 50%;
      background-color: #fff!important;
      color: #333!important;
      box-shadow: 0 3px 6px rgba(0,0,0,.2);
  
    }
  
    .fa-envelope-open{
      color:#f1d592!important;
    }
    .fa-bell{
      color:rgb(255, 251, 0)!important;
    }
    
    .social-icons{
     
      position:fixed;
      top:40%;
      right:0%;
      width:200px;
      display:flex;
      flex-direction:column;
      
    
    }
    .social-icons a{
      text-decoration:none;
      /* text-transform:uppercase; */
      padding:2px;
      font-size:22px;
      color:black;
      margin:2px;
      text-align:left;  
      border-radius: 50px 0px 0px 50px;
      transform:translate(152px, 0px);
      transition:all 0.5s;
    }
    .social-icons a:hover{
      transform:translate(0px, 0px)
    }
    .social-icons  a i {
      margin-right:25px;
      background-color:white;
      height:40px;
      width:40px;
      color:black;
      text-align:center;
      line-height:40px;
      border-radius:50%;
      transition:all 0.5s;
    }
    .social-icons a:hover i{
      transform:rotate()
    }
    .social-icons .left_arrow{
      background-color:#000000;
      color:rgb(255, 255, 255);
      size: 15px;
    }
    
    .social-icons .fa-bell{
      background-color:#000000;
      color:rgb(255, 255, 255);
    }
    .social-icons .yt{
      background-color:#fa0910;
      color:white;
    }
    .social-icons .Linkedin{
      background-color:#0099cc;
      color:white;
    }
    .social-icons .insta{
      background-color:#FCAF45;
      color:white;
      }
      .social-icons .left_arrow{
        color:rgb(238, 25, 25);
        size: 15px;
      }
    .fa-bell{
      color:#eeff00!important;
    }
    .fa-youtube{
      color:#fa0910!important;
    }
    .fa fa-linkedin fa_custom{
      color:#0099cc!important;
    }
    .fa-map-marker{
      color:#960A0A
    }
      .fa-instagram{
      color:#FCAF45;
    }
      .fa-telegram{
      color:#0174DF;
    }
    .social-icons .fa {
        -webkit-animation: rotation 2s infinite linear;
    }
    
    
    
    @-webkit-keyframes rotation {
        from {
            -webkit-transform: rotate(0deg);
        }
        to {
            -webkit-transform: rotate(0deg);
        }
    }
    
  
  /* @media (min-width: 1024px){
  #myHeader {
    background: white!important;
    }
    .mobileshow{
      display:block;
    }
    #myCarousel img{
      height:200px;
    }
   .social ul {     
      margin-left: 15px;
     }
  
     .social ul li {
      float: left;
     }
  
     .test-box .carousel h3{
        margin-left: 0px;
      }
      .list ul {
      padding-left: 25px!important; 
      }
     .social-icons{
        margin-right: -150px;
      }
      .social-icons a {
      transform: translate(0px, 0px);}
      .list ul li {
       font-size:14px!important; 
     }
     .heading-name{
      font-size: 33px;
     }
     #elem{
      width: 100%;
     }
      .Div_name {
        width:297px;
    }
    .Div_image {
      width: 297px;}
      .footer{
        width: 100%;
      }
      
      .menu_name{
        font-size:20px;
      }
      .scroll_nav_item{

        font-size: 12px;
      }
      .logo{
        width: 110px;
    height: 115px;
      }
      .Important_title {
        width: 359px;
        margin-left: 10%
      }
        .div_footer{
          height: 130vh;
        }
        .links_scroller {
          width:359px;
        }
      
    }



/****** End Social Media Icone******/

/****** end Header ******/

 @media screen and (max-width:1900px) {

    .text_nav_div {
        width: 100%;
    }
    .Div_name{
      width:100%;
    }
    .Div_image{   
    width:100%;
    }
    .Important_title{
      width:100%;
    }

   .links_scroller {
    width:  100%;
	   height: 473px;
	   
  }
  .See_more{
    width:  100%;
  }
  .social-icons{
    top: 75%;
  }
  .Menu_option{
    flex-direction: column;
  }
}
@media screen and (width: 820px){
  .heading-name{
    font-size: 25px;
  }
  .Menu_option{
    display: flex;
    flex-direction: column;
  }
  .Div_Option{
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
  }
  .Title_info{
    flex-direction: column;
  }
  .Menu_option{
    flex-direction: column;
  }
  .Div_Option{
    flex-direction: row;
  }

}

/* ----- delvin code part-2 end*/



/** end **/

/***** media for mobile **********/
/* On screens that are 600px wide or less, make the menu links stack on top of each other instead of next to each other */
@media screen and (max-width: 768px) {

    /** header **/

    .icon {
        width: 50%;
    }

    .heading-name {
        font-size: 30px;
    }

    .full_page_nav .scroll_nav_item {
        margin: 16px;
    }

    .icon-link {
        margin-top: 20px;
    }

    .text_nav_div {
        width: 100%;
    }

    .main_container {
        flex-wrap: wrap;
    }


    .footer {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .dr_title row {
        height: 300px;
    }

    .dr_title {
        width: 100%;

    }

    .company-logo {
        size: 30%;
        float: right;
    }
    .Menu_option{
      display: flex;
      flex-direction: column
    }
    .Div_Option{
      display: flex;
      flex-direction: row
    }
    .Div_name {
      width: 338px;
  }
  .Div_image {
    width: 338px;
  }

    /** end our team **/
}

@media screen and (max-width: 470px) {

    /* #elem {
        background-color: transparent;
    } */

    header.nav_header .icon-container {
        display: none;
    }

    #outer {
        width: -webkit-fill-available;
    }

    .mob_nav_bar .icon-container {
        display: flex !important;
    }

    .mob_nav_bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px;
    }


    .toggle-menu {
        width: 34px;
        height: 30px;
        display: flex !important;
        flex-direction: column;
        justify-content: space-around;
        padding: 4px;
        
        background-color: black;
        border-radius: 5px;
        cursor: pointer;
    }

    .line {
        width: 100%;
        height: 3px;
        border-radius: 5px;
        /* background-color: #225086; */
        background-color: #ffffff;
        transition: transform 0.2s ease-out;
    }


    .toggle .scroll_nav_item {
        margin: 16px 24px;
    }

    .toggle #inner span {
        display: block;
    }

    .toggle {
        background: rgba(217, 217, 217, 0.24) !important;
    }


    .toggle .line1 {
        background-color: #ffffff;
        transform: scale(0.9) rotateZ(-45deg) translate(-5px, 4px);
    }

    .toggle .line2 {
        display: none;
    }

    .toggle .line3 {
        background-color: #ffffff;
        transform: scale(0.9) rotateZ(45deg) translate(-5px, -4px);
    }

    .toggle .toggle-menu {
        /* background-color: #dadada; */
        background-color: black;
    }


    .scroll_nav_item {
        display: none;
    }

    #left-button {
        display: none !important;
    }

    #right-button {
        display: none !important;
    }

    .nav-m-icon {
        display: block;
    }
    .heading-name{
      font-size:25px;
    }
    .Div_name {
      width: 100%;
  }
  .Div_image {
    height: 106.57px;
    width: 100%;
}
.Title_info{
  display:flex;
  flex-direction: column;
}
.logo{
    width: 70px;
    height: 71px;
}
.heading-name {
  font-size: 14px;
}
.menu_name{
  font-size:13px;
}
.flip-card {
  width: 70px;
  height: 70px;
}   
.div_circle_img
{
  width: 70px;
  height: 70px;
}
.flip-card-front {
  width: 70px;
  height: 70px;
}
.flip-card-back {
  width:  70px;
  height: 70px;
}
.Div_image{
  height: 98.57px;
}
.Important_title{
  margin-left: 0px;
}
.footer_div{
  height: 471vh;
}
.slider{
  width: 373px;
}
#elem{
  background-color: white;
}
.Dean_info{
  width:371px;
}
}








/************* end media for mobile ******************************/