.topdiv {
    height: 4px;
    background-color:  #800000;
    clear: both;
}
.header img{
  margin-top: 1%;
}
.vpname{
  font-family: Montserrat, sans-serif;

  color:  #CB2D6F;
}
.navbar{
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 2%;
  /*background-color: #006699;*/
}


.navbar-toggler{
  width: 47px;
  height: 32px;
  background-color:  #800000;
}

.navbar-toggler .line{
width: 100%;
float: left;
height: 2px;
background-color: #fff;
margin-bottom: 4px;
margin-top: 2px;
}

.n a{
  color:  #800000;
  font-weight: 800;
    text-transform: uppercase;
    font-family: 'open sans', arial, sans-serif;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 13px;
}

.dropdown-item{
  text-align: center;
  background-color: #fff;
  /* border-bottom: 1px solid #006699;
  color: #280B5E !important; */
  height: 40px;
  padding-top:2px;
}
.dropdown-item:hover{
  background-color:  #800000 !important;
  color:#fff !important;
}

/*Header ends*/
.carousel-inner img {
    width: 100%;
    height: 550px;
  }


/* Ticker start  */
/* OUTER CONTAINER */
.tcontainer {
  width: 100%;
  overflow: hidden; /* Hide scroll bar */

  margin-top: 5px;

}

/* MIDDLE CONTAINER */
.ticker-wrap {
  width: 100%;
  padding-left: 100%; /* Push contents to right side of screen */

  height: 35px;
}

/* INNER CONTAINER */
@keyframes ticker {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-100%, 0, 0); }
}
.ticker-move {
  /* Basically move items from right side of screen to left in infinite loop */
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 25s;
}
.ticker-move:hover{
  animation-play-state: paused; /* Pause scroll on mouse hover */
}

/* ITEMS */
.ticker-item{
  display: inline-block; /* Lay items in a horizontal line */
  padding: 0 2rem;
  font-family: Montserrat, sans-serif;
  color: #0f1127  !important;
  font-weight:bold;
  font-size: 15px;
  margin-top: 5px;
}
/*ticker end*/

.work{
  background-color:#f5f5f5;
}
.update{
text-align: center;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  line-height: 36px;
  font-weight: 800;
  margin-top: 10px;
  /*border: 1px solid black;*/
  padding-top: 8px;
  padding-bottom: 8px;
  /*border-color:#31ab5c;*/
  background-color:  #800000;


}
.card{
  width: 90%;
  border: 2px solid  #800000;
  padding: 8px;
  margin-left: 5%;
  margin-top: 2%;

}
.c2 img{
  height: 300px;
  width: 560px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;

  /*margin-left: 5%;*/
  /*border: 2px solid #FF8C00;*/
  /*padding: 8px;*/
  /*border-color: #006699;*/
  transition: 5s;
  /*border-top-right-radius: 35px;
  border-bottom-left-radius: 35px;*/
}
/*.c2 :not(img){
  position: absolute;
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: 3s;
}
.c2:hover :not(img){
  opacity: 1;
}*/
.c2 h3{
  top: 50%;
  font-family: Montserrat, sans-serif;

}
 .card:hover{
transform: scale(1.1);
box-shadow: 0 4px 10px #999, 0 6px 20px #999;
}

.c1 p{
  text-align: justify;
  margin-left: 25px;
  margin-right: 25px;
}




.about img{
  margin: 0;
  width: 100%;
  height: 320px;


}

.icons{
  font-size: 25px;
  color: #000;
  font-family: Montserrat, sans-serif;
  line-height: 36px;
  font-weight: 400;
text-align: center;



}
.services h2{
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 400;
  padding-top: 15px;
  color:  #800000  !important;

}
/*.about{
  border-top:  2px solid #FF8C00;
  padding-top: 10px;
    border-bottom:  2px solid #FF8C00;
    padding-bottom: 10px;
}*/
.event{
  box-shadow: 0 4px 10px #999, 0 6px 20px #999;
width: 300px;
height: 350px;
  margin:auto;
  background-color:#fff !important;
  color: #00bfff;

}

.calendar{
  margin-top: -10px;
  margin-left: 39%;
  color: #800000 !important;

}

.p1{
text-align: center;
color: #800000;
font-family: 'Roboto', sans-serif;
font-size: 10pt;
border-bottom: solid 3px #800000;
font-weight: bold;
}

.p2 li a{
display: block;
  padding: 7px 0 7px 0px;
  text-align: left;
  text-decoration: none;
  color: #000;
  border-bottom: 1px dashed #800000;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin-left: -10px;
  margin-right: 5px;
}
.services1{
  background-color:#f5f5f5;
}
.services1 h2{
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 400;
  padding-top: 15px;
  color: #800000; !important;

}
.circle {
  width: 120px;
  height: 120px;

  color:  #800000;
background-color: #fff;
 margin:auto;
 border-bottom-left-radius: 30px;
 border:2px solid  #000 !important;
 position: absolute;
 top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 4px 10px #999, 0 6px 20px #999;
}
.circle .border {
  content: '';



  color: #800000;


  /* -webkit-animation-name: Rotate;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: Rotate;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: Rotate;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear; */
}
.play {
padding-left: 30px;
padding-top: 12px;
  font-size: 56px;


}
.stop {
  font-size: 12px;
  padding: 30px;
  text-align: center;
}

/* @-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes Rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes Rotate {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
} */

.section.contact {
    background-color: #800000;
    /* background-color: #ff3a22; */


    background-size: auto, cover;
    font-family: Vollkorn, serif;

}
.section {
    padding-top: 69px;
    padding-bottom: 5px;
    text-align: center;

}
.divider.grey {
    margin-bottom: 43px;

    background-color: #fff;

}
.divider {
    display: block;
    width: 80px;
    height: 2px;
    margin: 28px auto;
    background-color:#fff;
}
.footer2 h2{
    margin-top: -70px;
    font-family: Montserrat, sans-serif;
    font-size: 23px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
}
.footer2 h3 {
    margin: 0px 0px 20px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color:#fff;
}