*{font-family: Georgia;letter-spacing: 1px;}

.img1{
    width:100%;
    margin-top: 12px;
    margin-bottom: 12px;
}
.c{
    padding:0px;
    background-color:#3d2167; 
}
.para{
font-size:13px;
margin-top:12px;
color:white;
}
.fb{
    height:30px;
    border-radius: 5px;
    margin-top:10px;
}
.navdiv{
    padding:0px;
    margin-top:0px;
    
}
.navbar-default{
    background-color:white; 
    border-color: white;
    box-shadow: 4px 4px 4px grey;
    border-radius: 0px;

}
.navbar-default .navbar-nav>li>a {
    color:black;
    border-right: 1px dotted #FA6210;
}
.carousel1{
    padding: 0px;
  margin-top: 142px;

}
.panel{
    width:100%;
}
.admission{
    background-color:#3d2167; 
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #3d2167;
    border-color: #3d2167;
}
@media(max-width:768px){
 
.footer #footerQuickLink{margin-top: 50px;}
}
.panel-body {
  padding: 0px;
}
.panel-group {
 
  margin-bottom: -5px;
}

.pnlgrpdiv{
    width:350px;
}

.panel-primary{
  border-color: #3d2167;
  
}

  
  

body {
    background: #d6d6d6;
  }
  
  /* .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
  } */
  .i{
    font-size: 25px;
  }
  
  .btn1 {
    width: 38px;
    height: 35px;
    margin: 7px;
    outline: none;
    border: none;
    background: #d6d6d6;
    /* box-shadow: 5px 5px 10px #b6a9a9, -5px -5px 10px #ffffff; */
    border-radius: 50%;
    transition: 0.2;
    box-shadow: 2px 2px 5px #b6a9a9, -2px -2px 5px #ffffff
  }
  
  .btn1:hover {
    cursor: pointer;
    animation-name: pulse;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  @keyframes pulse {
    from {
      transform: scale(1);
    }
    50% {
      transform: scale(1.21);
    }
    to {
      transform: scale(1);
    }
  }
  

 .carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
    height: 543px;
    width:100%;
}
@media(max-width:768px){
    .carousel-inner>.item>img{height: auto!important;margin-top: 32px;} 
}
.carousel{margin-bottom: 20px;}
.snd{
    background-color:#3d2167;  
    color:white;
}
.snd:hover{
    background-color: #FA6210;
    color:white;
}

.carousel-indicators li{
  border-radius:0px;
  background-color: #3d2167;
}

.carousel-control 
.glyphicon-chevron-left, 
.carousel-control 
.glyphicon-chevron-right, 
.carousel-control .icon-next, 
.carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 20px;
} 

h5{
  color:#FA6210;letter-spacing:1px !important;
  margin-top: 0px;
}



sup {
    top: -0.5em;
    color: #FA6210;
}
/* #car{
  float:right;
} */
#errmsg{
  color: #FA6210;
  display:none;
}
#errmsg1{
  color: #FA6210;
  display:none;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 25%;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  text-align: right;
  list-style: none;
}
.carousel-indicators .active{
  background-color:#FA6210;
}


.dropdown-menu{
  border-left: 3px solid #3d2167;
}


/* .dropdown-toggle{
border-bottom: 1px dotted red;
} */

.menu{
  border-bottom: 1px dotted #FA6210; 
  padding: 6px 20px;
}

.menu1{
  padding: 6px 20px;  
}
.date{
  color:#FA6210;
}

.box{
    border:1px solid black ;
    padding-bottom: 40px;
    padding:10px;
    background:#f6f1f1;
     border:none;
     margin-bottom:12px;
     
}
.box button{
    border-radius:8px;
    padding:8px;
    color:white;
    background:#1c438e!important;
    border:none;
    margin-bottom:8px;
}
.box button:hover{
   
   background:#FA6210!important;
   transition:0.3s;
   
    
}
.box h5{
   font-weight:700;
   color:black;
  
}
.box h5:hover{
    color:#337ab7;
}

a.rdmr {
    
    background: #FA6210;
      padding:10px;
    color: #f5f5f5;
    float: right;
    margin-top:-4px;
    font-size:10px;
 
}


 @keyframes arrowMovement {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px); /* Adjust the distance and timing as needed */
  }
  100% {
    transform: translateX(0);
  }
}

.icon-moving {
  animation: arrowMovement 2s ease infinite; /* Adjust duration and timing function as needed */
}

a:hover .fa-arrow-right {
  animation: arrowMovement 0.5s ease infinite; /* Apply the animation on hover */
}

.text-theme-colored2 {
    color: #fc9928 !important;
}
.noticemore{
    
    color:#c92d1e;
  
}
.noticemore:hover{
    color:#ffac45;
}

 /*::-webkit-scrollbar{*/
 /*    width:15px;*/
     
 /*}*/
 /*::-webkit-scrollbar-track{*/
 /*    background-color:#777777;*/
 /*      height:5px;*/
 /*}*/
 /* ::-webkit-scrollbar-thumb{*/
      
 /*   background: #fc9928;*/
    
 /* }*/

.heading{
  
  margin-top:25px;
  /* background-color: #3d2167; */
  color: #3d2167;
  font-size: 24px;
  text-shadow: 1px 1px 1px;
}
.heading1{
  margin-top:25px;
  /* background-color: #3d2167; */
  color: #3d2167;
  font-size: 17px;
  text-shadow: 1px 1px 1px;
}
.paragraph{
  font-size: 17px;
  text-align: justify;
}
.paragraph{
  font-size: 20px;
  text-align: justify;
}
/* .pic {
    height: 300px;
    width: 395px;
} */
.hori{
  width:340px;
  margin-top: 20px;
    margin-bottom: 20px;
    border: 2px solid #FA6210;
        background-color: #FA6210;
    float: left;
 
}
.hori2{
  width: 250px;
  margin-top: -24px;
  border: 3px solid #3d2167;
  background-color: #3d2167;
  float: left;
 
}

#WTRHSS{background-color: white;box-shadow: 4px 4px 4px gray;margin-bottom: 20px;}
.princi{
 
  color:#3d2167;
  margin-top: 18px;
}
.princi1{
  margin-bottom:25px;
  color: #FA6210;
}
.carousel1 .carousel-inner .item img{height: 540px;}
/* .thumbnail{
  border-width: 4px;
  border-bottom-color: #3d2167;
  border-right-color: #3d2167;
  border-top-color: #FA6210;
  border-left-color: #FA6210;
} */
.image{
  color:#FA6210;
margin-top: 22px;
font-size:15px;
}
.image12{
  color:#3d2167;
margin-top: 22px;
}
.image1{
  color:black;

}
.parag{
  color:black;
  margin-top: 15px;
 text-align:justify;
}
.paragg{
  color:black;
  margin-top: 15px;    
}


/* .parag:hover{
  list-style: none;
} */
.parag1{
  color:red;
}
.logo{
  height: 130px;
}
.logo1{
margin-top:27px;
}
.links{
  font-size: 20px;
  color:white;
  
}
.hor{
  border: 1px solid white;
  background-color:white;
  margin-bottom:10px;
}
.hira{
  margin-top: 10px;
  margin-bottom: 15px;
}
.rights{
font-size: 20px;
color:white;
list-style:none;
}
.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
  transition: 0.3s;
}
.footer1{
  background-color: #3d2167;
}
.map{
  height:200px;
  width: 300px;
}
.add{
  color: white; font-size: 16px; letter-spacing: 1px;
}
.hora{
  width:250px;
    border: 2px solid white;
    background-color: white;
    float: left;
}
.hora2{
  width: 170px;
  margin-top: -24px;
  border: 3px solid #FA6210;
  background-color: #FA6210;
  float: left;
}
.horaDiv{padding: 0px;}
.carousel-control.left, .carousel-control.right{background-image: none;}
footer .mset{list-style: none;}
.mset:hover{
  text-decoration: none;
  color:#FA6210;
}
.head{
  color:white;
  font-size: 20px;
}

.pann{
  padding: 0px;
}
.pann1{
  padding-right: 0px;
}

.hir{
  border:1px dotted gray; margin-top:10px; margin-bottom:10px;
}
.thumbnail a>img, .thumbnail>img {
  margin-right: auto;
  margin-left: auto;

  width:100%;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 13px;
  border: none;
  outline: none;
  background-color: #FA6210;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #555;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel1 .carousel-inner .item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}
@media(max-width:768px){
  .heading{
    margin-bottom:10px;
    margin-top: 10px;
    padding-top: 20px;
  }
  

  .topic{
    margin-top: 10px; 
  }
}
#pann2{
  padding: 0px;
}
.pic1{
  height:500px;
  width:1000px;
}
@media(max-width:768px){
  .paragii{
    
    margin-top: 50px;
  }
}
@media(max-width:768px){
  .btn1{
    
    margin: 4px;
  }
}
#WTRHSS1{
  margin-top: 175px;
  background-color: white;box-shadow: 4px 4px 4px gray;
  margin-bottom:20px;
}

.home{
  text-decoration: none;
  color:#3d2167;
}
.iconn{
  font-size:13px;
}
.well{
  margin-top: 155px;
}
ul.listt{
  list-style-type: square;
}

.imgtag{
    margin-top: 155px;
    margin-bottom: -150px;
    padding:0px;
  
}
.imgtag1{
  width:100%;
  height:175px;
}
.new{
 
  margin-bottom: -150px;
  padding:0px;
  margin-top: 142px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 170px;
}

.imgtag2{
  width: 100%;
  height: 415px;
  margin-top: 40px;
}
.paragraph12{
 
  font-size: 17px;
  text-align: justify;
  color:#3d2167;
}
.paragraph1{

  font-size: 17px;
  text-align: justify;
}
.paragraph{

  font-size: 17px;
  text-align: justify;
}
.paragraphnw{
  margin-top:3px;
  font-size: 16px;
  text-align: justify; 
}
/* .zoom1{
   margin-top:20px;
   
} */
.news{
  margin-top:175px;
}
.well1{
  margin-bottom:-150px;
}

@media(max-width:768px){
  .paragraph{
    
    margin-top: 43px;
  }
}
@media(max-width:768px){
  .listt{
    
    margin-top: 43px;
  }
}
.zoom1 {
  margin-top: 20px;
  border-width: 4px;
  border-bottom-color: #3d2167;
  border-right-color: #3d2167;
  border-top-color: #FA6210;
  border-left-color: #FA6210;
}
.zoom2{
  margin-top: 20px;
  height: 400px;
}
@media(max-width:768px){
  .zoom2{
  
    height: 200px;
  }
}
.pic {
  height: 300px;
  width: 100%;
}
.thumbnail{
  border-width: 4px;
  border-bottom-color: #3d2167;
  border-right-color: #3d2167;
  border-top-color: #FA6210;
  border-left-color: #FA6210;
}

/* .thumbi{
  border-width: 4px;
  border-bottom-color: #3d2167;
  border-right-color: grey;
  border-top-color: #3d2167;
  border-left-color: grey;
} */
/* .thumbii{
  border-width: 4px;
  border-bottom-color: #3d2167;
  border-right-color: grey;
  border-top-color: grey;
  border-left-color: #3d2167;
} */
.thumbi{
  border-width: 4px;
  border:4px double #3d2167;
}
.thumbii{
  border-width: 4px;

  border:4px double #3d2167;
}
.mycas{
  margin-top: -140px;
}
.listt{
  font-size: 16px;
}
#ABC{
  color:white;
}

.image1{
  color:black;

}


.thumb2{
  border-radius:240px; height:120px; width:120px;

}
#WTRHSS2{
  /* margin-top: 175px; */
  background-color:white;box-shadow: 4px 4px 4px white;
  margin-bottom:20px;
}
/* .thumbnail1{
  border: 6px solid #e5e5e5;
} */

.thd{
  background-color:#3d2167; color:white;
 
  
}
.table, th, td {
  border: 3px  double #3d2167;
text-align: center;
}
#ForMobile{display:none;}
@media(max-width:768px){
    .vlogsection{
        margin-top:30px!important;
    }
    #displayNoneForMobileView{display:none;}
    .carousel1{margin-top:145px;}
    .hori{width:250px;}
    .hori2{width:200px;}
    .new{margin-top:100px;}
    #ForMobile{display:block;}
}
#TestimonialDiv{border:4px double lightgray;margin-bottom:10px;}
#TestimonialDiv .item .col-lg-6 img{border:1px solid gray;}
.zoom{
  margin-bottom: 30px;
}

.mar{
  height:545px;
}

.thumbnail a>img{
  height: 210px;
}
.caption{
  margin-top: -40px;
}
.image2{
  margin-top: 10px;
}
.last{
  margin-bottom: 25px;
}

.rang{
  color:black;
}
.lbl{
  color:#3d2167;
}


.add1{
  color: black; font-size: 16px; letter-spacing: 1px;
}
.phn{
  color: #3ca9d6;
  border: 1px solid #39a1dd;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-top: 9px;
  line-height: 29px;
}
.env{
  color: #d621b2;
  border: 1px solid #d621b2;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-top: 9px;
  line-height: 29px;
}
.loc{
  color: #f11d1d;
  border: 1px solid #f11d1d;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-top: 9px;
  line-height: 29px;
}

.phn:hover{
  color: white;
  background-color: #39a1dd;
}

.env:hover{
  color: white;
  background-color: #d621b2;
}

.loc:hover{
  color: white;
  background-color: #f11d1d;
}


@media(max-width:768px){
    .vlog{
        margin-top:25px;
    }
   

}
.stutest{
    margin-top:30px;
}

/*.TestimonialDivv{*/
/*    height:450px;*/
/*}*/

.thumbi{
    height:290px;
}
.thumbnailimg{
    height:480px;
}

.contactcard {
    padding: unset!important;
}


