/* home page */

.web-title
{
  color:#000066; 
  text-shadow:0 0 #fff; 
  font-size:20px;  
  border-bottom:dotted  #000066;
  border-top: dotted #000066; 
  background:#00FF00;
   padding:5px;
}
.solgan-div
{
  padding:12px;  
  border:none; 
  margin-top:20px;
  height: 200px;
}
.solgan-div h4
{
  color:#FFFF00;
   padding:5px;
   font-weight:bolder; 
   bottom: 20px;
   position: absolute;
   right: 20px;
}
.solgan-p
{
  color:#FFFFFF; 
  font-size: 16px; 
  padding:5px; 
  text-align:center;
}
.solgan-caption
{
  border-radius:5px;
  height: -webkit-fill-available;
}
.thought-div
{
  background:#00008C; 
  height:300px;
}
.thought-div p
{
  color: #FFFFFF;
   font-weight:500;  
   text-align:justify; 
   font-size:18px; 
   padding: 20px; 
   line-height: 1.6;
}
.thought-d
{
  background:#FF0066; 
  color:#FFFFFF; 
  font-size:20px; 
  padding:5px; 
  text-align:center;
}
.news-div
{
  background:#00008C; 
  /*height:256px;*/
}
.news_web
{
  color:#FFFFFF;
   padding:2px; 
   margin-top:10px;
}
.news-header
{
  background:#006600; 
  color:#FFFFFF;   
  font-size:20px;
   padding:5px; 
   text-align:center;
}
.video-div
{
  background:#00008C; 
  /*height:200px;*/
  /*margin:10px 0;*/
}
.video-header
{
  background:#6600CC; 
  color:#FFFFFF; 
  font-size:20px; 
  padding:5px; 
  text-align:center;
}
.video-head
{
  background:#00FF00; 
  font-weight:bold; 
  text-align:center;
}
.banner-titleimg
{
  padding:10px;
}
.ban-title
{
  color:#FFFFFF; 
  font-size:18px; 
  text-align:center;
}
.top-div
{
  text-align:center; 
  color:#FFFFFF; 
  text-shadow:0 0 #fff; 
  font-size:20px; 
  background:#003366; 
  padding:5px; 
  margin-bottom:10px;
}
.home-title
{
  background:#004B8E; 
  color:#FFFFFF;
  font-family:'Roboto Slab', serif;  
  font-size:20px; 
  font-weight:bold; 
  padding:5px; 
  text-align:center;
}
.about-head
{
  padding-top: 5px; 
  color: white; 
  padding-bottom: 5px; 
  background-color: #004B8E;
}
.page-head
{
  background:#F6F6F6;
}
.about-p
{
  font-family: sans-serif; 
  font-size: 17px; 
  line-height: 30px; 
  margin-top: 20px; 
  text-align: justify;
}
.ad-btn
{
  text-decoration: none !important; 
  background-color: #004B8E !important; 
  color: white !important;
  width: -webkit-fill-available !important;
  text-align: left !important;
  text-transform: capitalize !important;
}
.ad-p
{
  font-size: 18px; 
  margin-left: 8px;
}
.cur-div
{
  border-style: solid; 
  border-width: 2px; 
  border-color: black; 
  background-color: #FFDF00;
}
.diary-i
{
  font-size: 150px !important; 
  text-decoration: none !important; 
  color: #004FA2 !important; 
  background-color: #B36BF2 !important;
  width: auto !important;
  padding: 50px !important;
}
.rules-li
{
  font-size: 18px; 
  color:black;
}
.rules-li span
{
  font-size: 22px;
   color:black;
}
.li-hr
{
  border:1px solid black;
}
.co-h4
{
text-align: center; 
background-color: #004B8E; 
color:white; 
font-size: 13px; 
font-weight: 900;
letter-spacing: 5px; 
padding: 20px; 
margin-top: 0px;"
}
.co-service
{
  text-align: center;
   background-color: #004B8E; 
   color:white; 
   font-size: 10px; 
   font-weight: 900; 
   letter-spacing: 5px; 
   padding: 20px; 
   margin-top: 0px;
}
.roll-table thead
{
  color:white; 
  background-color: #000066;
}
.roll-table th
{
  text-align: center; 
  font-size: 20px;
  color: #fff;
}
.roll-table tr
{
  font-size: 15px;
  color: black;
}
.roll-table td
{
  text-align: center; 
}
.info
{
  color:#00008B; 
  font-weight: 600;
   font-size: 18px;
}
.overlay1 h2
{
  font-weight: 900; 
  font-size: 16px;
}
.ex-chap
{
  background: #ded7f3;
}
.ex-chap th
{
  background: #0033cc;
}


#image-gallery .modal-footer{
  display: block;
}
.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay1 {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(175,75,75,0.7);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay1 {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  /*padding: 7px 14px;*/
  text-transform: uppercase;
  color: #fff;
  /*border: 1px solid #fff;*/
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: 0px 0 0 0;
  padding: 100px;
}
.event-gal
{
  text-align: center; 
  font-size: 16px;
   color:#FFFFFF; 
   padding:5px;
    font-weight:600; 
    background:#6600CC;  
    margin-bottom: 20px;
}
.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  /*box-shadow: 0 0 5px #fff;*/
}


.border-bottom
{
  border-bottom: 1pt solid #aba7a7;
}
@media (max-width: 767px) {
.tbl-responsive
{
     display: block;
    width: 100%;
    overflow-x: auto; 
}
.video-div, .news-div, .ms-div
{
  margin-bottom:30px;
}
}
/*********************** Demo - 8 *******************/
/* Portfolio */
.portfolio-grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #ffaf00;
  text-align: center;
  cursor: pointer; }
  @media (max-width: 767px) {
    .portfolio-grid figure {
      width: 270px; } }
  .portfolio-grid figure img {
    position: relative;
    display: block;
    height: 200px;
    max-width: 100%;
    width: 100%;
   }
  .portfolio-grid figure figcaption {
    padding: 2em;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .portfolio-grid figure figcaption:after, .portfolio-grid figure figcaption:before {
      pointer-events: none; }
  .portfolio-grid figure.effect-text-in {
    border-radius: 0.25rem; }
    .portfolio-grid figure.effect-text-in h4,
    .portfolio-grid figure.effect-text-in img {
      -webkit-transition: -webkit-transform 0.35s;
      transition: -webkit-transform 0.35s;
      transition: transform 0.35s;
      transition: transform 0.35s, -webkit-transform 0.35s; }
    .portfolio-grid figure.effect-text-in img {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .portfolio-grid figure.effect-text-in h4,
    .portfolio-grid figure.effect-text-in p {
      position: absolute;
      bottom: 10px;
      left: 0;
      padding: 10px;
      margin-bottom: 0;
      width: 100%; }
    .portfolio-grid figure.effect-text-in p {
      text-transform: none;
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
      -webkit-transform: translate3d(0, 50px, 0);
      transform: translate3d(0, 50px, 0); }
    .portfolio-grid figure.effect-text-in:hover img {
      -webkit-transform: translate3d(0, -80px, 0);
      transform: translate3d(0, -80px, 0); }
    .portfolio-grid figure.effect-text-in:hover h4 {
      -webkit-transform: translate3d(0, -100px, 0);
      transform: translate3d(0, -100px, 0); }
    .portfolio-grid figure.effect-text-in:hover p {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      .border-bottom
    {
      border-bottom: 1px solid #dee2e6;
    }
    /*********************** Demo - 8 *******************/
/* ***** */
/* GALLERY STYLES */
/* ***** */

/*Overlay styles*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.open {
  visibility: visible;
  opacity: 1;
}

/*Popup window styles*/
.popup {
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  z-index: 10;
  max-width: 70%;
  height: auto;
  overflow: hidden;
}

.popup img {
  margin: 0 auto;
  opacity: 0;
  width: 100%;
  height: auto;
  display: none;
}

/*Buttons styles*/

.popup span#close {
  position: fixed;
  top: 20px;
  right: 40px;
  transition: all 200ms;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  z-index: 100;
  cursor: pointer;
}
.popup span#next {
  position: fixed;
  top: 50%;
  right: 30px;
  transition: all 200ms;
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  z-index: 100;
  cursor: pointer;
}

.popup span#prev {
  position: fixed;
  top: 50%;
  left: 30px;
  transition: all 200ms;
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  z-index: 100;
  cursor: pointer;
}


.popup .play_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  transition: all 200ms;
  padding-bottom: 30px;
  padding-top: 35px;
  opacity: 0;
  z-index: 101;
}

.popup .play_wrap:hover{
  opacity: 1;
  background-color: rgba(204,204,204, 0.8);
}

.popup .play_wrap span {
  font-size: 60px;
}

.popup .play_wrap span#stop {
  display: none;
}

.popup .play_wrap span#play:hover, .popup .play_wrap span#stop:hover {
  color: #1F6FEB;
  cursor: pointer;
}


.popup .play_wrap span i {
  margin-left: 5px;
  cursor: pointer;
  transition: all 200ms;
  color: #fff;
}


.popup span#next:hover, .popup span#prev:hover, .popup span#close:hover {
  color: #1F6FEB;
  border-color: #1F6FEB;
}

/* ***** */
/* PAGE STYLES */
/* ***** */

.wrap {
  /*display: flex;
  justify-content: center;*/
  max-width: 1200px;
  margin: 50px auto;
}

.gallery {
  height: 230px !important;
  /*display: flex;
  justify-content: space-between;
  flex-wrap: wrap;*/
}

.gallery img {
  /*width: calc(100% * (1/4) - 10px - 1px);*/
  height: auto;
    margin-bottom: 15px;
  cursor: pointer;
}

.gallery .gallary_block img:last-child {
  margin-right: 0;
}

.gallery .gallary_block {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.border-bottom
{
  border-bottom: 1px solid #dee2e6;
}