body{
	font-family: Times New Roman;
	padding: 0;
     margin: 0;
background-color: #ffffff;
background-image: url("../images/bg.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.upper-nav{
	overflow: hidden;
	background-color: #002147;
	padding: 0;
}


.upper{
	color: #ffffff;
}
.upper:hover{
	color: #eaebec;
}
.fa-google-plus,.fa-twitter,.fa-facebook-f{
	color: #eaebec;
	font-size: 14px;
	
}

.header{
	background-color: #ffffff;
	overflow: hidden;
}
.menu{

	color: #002147;
	font-weight: bold;
	transition: .5s;
}
.menu:hover{
	border-bottom: 2px solid tomato;
}
.act{
	border-bottom: 2px solid tomato;
}
.sign{
	background-color: tomato;
	color: white;
}
.sup{
	background-color: #2966b9;
	color: white;
}
.search{
	background-color: #002147;
	padding: 10px;
}
.btn{
	background-color: tomato;
	outline: none;
	border:none;
	color: white;
	padding: 10px;
}
.form-control{
	padding:10px;
	height: 50px;
}
/**.carousel-item {
	
    overflow: hidden;
}
.caption{
	padding-top:200px;
}
.caption-text{
	background-color: rgba(0,0,0,0.5);
	padding: 10px;
}
.caption-text h2{
	color: white;
	font-size: 60px;
}
.caption-text span{
	color: tomato;
}
.caption-text p{
	color: #ffffff;
	font-size: 18px;
	margin-top: 20px;
}**/


.section-padding{
	margin-top: 60px;
}
.heading span{
	color: tomato;
	font-size: 50px;

}
.heading h2{
	color: black;
	font-weight: bold;
	font-size: 50px;
}
.notice{
	 position: relative;
  text-align: center;
  color: white;
  font-size: 25px;
   text-shadow: 3px 3px #000000;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}
.notice{
	overflow: hidden;
}
.notice img{
	max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.notice:hover img{
	-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.btn {
    color: #111;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 13px 5px;
    border-radius: 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.btn:hover {
    color: #fff;
    text-shadow: 0 0 5px #000;
}
.btn:before,
.btn:after{
    content: '';
    background: linear-gradient(to bottom, #e1e1e1 0%, #e3e3e3 100%);
    height: 100%;
    width: 100%;
    border-radius: 0 30px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s;
}
.btn:after{
    background: #EA2027;
    width: 70%;
    border-radius: 0;
    z-index: -2;
}
.btn:hover:before{ width: 60%; }
.btn:hover:after{ left: 30%; }
.btn.green:after{ background: #009432; }
.btn.blue:after{ background: #0652DD; }
.btn.purple:after{ background: #6F1E51; }
@media only screen and (max-width: 767px){
    .btn{ margin-bottom: 20px; }
}
.some-details{
	background-color: #e4e9f0;
}
.section-padding2{
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 60px;
}

.date{
	background-color: #002147;
	padding: 8px;
	color: #ffffff;
}
.date h4{
	font-weight: bold;
	font-size: 24px;
}
.date2{
	background-color: tomato;
	padding: 10px;
	color: #ffffff;
}
.date2 h4{
	font-weight: bold;
	font-size: 24px;
}
.events-details{
	background-color: #ffffff;
	padding: 8px;
}
.eventes-content{
	
}
.eventes-content h5{
	color: black;
	font-weight: bold;

}
.eventes-content a:hover{
  text-decoration: none;
}
.events-details{
	border-right: 2px solid #002147;
	border-top-right-radius: 10px;
	-webkit-transition:.5s;
	-moz-transition: .5s;
	transition: .5s;
}
.events-details:hover{
	-webkit-box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.75);
}

.login-box {
	background-color: #002147;
}
.login-btn{
	background: tomato;
	color: white;
	padding: 10px;
   text-align: center;
   width: 120px;   
}
.login-btn a{
	color: #ffffff;
}

.Register-btn{
	background: #eeeeee;
	color: #000000;
	padding: 10px;
   text-align: center;
   width: 120px;   
}
.Register-btn a{
	color:#000000;
	text-decoration: none;
}
.Register-btn a:hover{
	border-bottom: none;
}
.login-btn a:hover{
	border-bottom: none;
}

.galpop-multiple:hover{
 opacity: 0.5;

}
.galpop-multiple img{
 width: 100px;

}
.upper-footer{
	margin-top: 60px;
	background: tomato;
	padding-top: 20px;
	padding-bottom: 20px;
}


/*counter*/
.counter{
    font-family: 'Heebo', sans-serif;
    text-align: center;
    width: 201px;
    padding: 20px 0 55px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.counter:before{
    content: '';
    background: #002147;
    height: 200px;
    width: 200px;
    border-radius: 50% 50%  20px;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.counter .counter-content{
    color: #fff;
    height: 160px;
    width: 160px;
    padding: 50px 10px 20px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5),0 0 0 10px #fff;
}
.counter h3{
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.counter .counter-value{
    font-size: 35px;
    font-weight: 600;
    line-height: 30px;
    display: block;
}
.counter:hover .counter-value{ text-shadow: 0 0 4px rgba(0, 0, 0, 0.5) }
.counter .counter-icon{
    color: #fff;
    font-size: 25px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 4px;
    transition: all 0.3s;
}
.counter:hover .counter-icon i{
    transform: rotateY(0);
    transition: all 0.3s;
}
.counter:hover .counter-icon i{
    transform: rotateY(360deg);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.counter.magenta:before,
.counter.magenta .counter-content:before{
    background-color: #002147;
}
.counter.red:before,
.counter.red .counter-content:before{
    background-color: #002147;
}
.counter.blue:before,
.counter.blue .counter-content:before{
    background-color: #002147;
}
@media screen and (max-width:990px){
    .counter{ margin-bottom: 30px; }
}
footer{
	background: #002147;
	padding-top: 60px;
	padding-bottom: 60px;
}
.footer-content p{
	color: #ffffff;
}
.footer-content a{
	color: tomato;
}
.footer-content ul li a{
	color: #ffffff;
	list-style-type: none;
}
.footer-content ul li{
	list-style-type:none; 
}
.footer-content ul li a:hover{
	text-decoration: none;
}



/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position:fixed ;
  top: 80%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding:10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
 
}

.facebook {
  background: #3B5998;
  color: white;
 
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.fa-bars{
	color:#002147;

}

@media only screen and (max-width: 600px) {
  .caption{
	padding-top: 60px;
} 
.caption-text h2{
   font-size: 50px;
}
.input-group-append{
	margin-top: 2px;
}

}

.Read{
	background-color: #002147;
	color: white;
	padding: 4px;
	border-radius: 5px;
}

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: tomato;
    color:#ffffff;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: red;
    color: #000;
}

/*accordian */

a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
}
#accordion .panel-title a{
    display: block;
    padding: 12px 15px;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #002147;
    border: 1px solid #ececec;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    position: relative;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed{
    box-shadow: none;
    color: #002147;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 900;
    color: #002147;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 15px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
    color: #676767;
    transform: rotate(0);
}
#accordion .panel-title a:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #002147;
    position: absolute;
    top: 0;
    right: 55px;
}
#accordion .panel-body{
    padding: 10px 15px 15px;
    border: none;
    font-size: 15px;
    color: #615f5f;
    line-height: 27px;
}
.panel-body{
  
  }


 /* Style the buttons */
.btnh {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
}

.btnh:hover {
  background-color: #ddd;
}

.btnh.active {
  background-color: #002147;
  color: white;
} 

.demo{ background: #DDDCDA; }
.email-signature{
    font-family:;
    padding: 30px 180px 20px 0;
    position: relative;
    z-index: 1;
}
.email-signature:before{
    content: '';
    background: #fff;
    height: 100%;
    width: 82%;
    box-shadow: 5px 5px 5px 1px #999;
    position: absolute;
    left: 14px;
    top: 0;
    z-index: -1;
}
.email-signature .signature-icon{
    color: #fff;
    background: #392B8A;
    font-size: 60px;
    text-align: center;
    text-shadow: 0 0 5px #000;
    line-height: 150px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #FA511A;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
}
.email-signature .signature-details{
    text-align: right;
    margin-bottom: 15px;
}
.email-signature .title{
    color: #fff;
    background: linear-gradient(126deg, #F55327 92%,transparent 93%);
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 45px 5px 10px;
    margin: 0 0 5px 0;
    position: relative;
}
.email-signature .title:before{
    content: "";
    background: linear-gradient(to bottom left,#d35400 49%,transparent 50%);
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: -16px;
    left: -1px;
}
.email-signature .post{
    color: #392B8A;
    font-family:;
    font-size: 15px;
    font-weight:600;
    text-transform: uppercase;
    padding: 0 45px 0 0;
    display: block;
}
.email-signature .signature-content{
    font-family: 'Roboto', sans-serif;
    text-align: right;
    padding: 0 45px 0 0;
    margin: 0;
    list-style: none;
}
.email-signature .signature-content li{
    color: #888;
    font-size: 15px;
    margin-bottom: 5px;
}
.email-signature .signature-content li .website{
    color: #392B8A;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
}
.email-signature .signature-content li span{
    color: #F55327;
    font-weight: 600;
}
@media screen and (max-width:767px){
    .email-signature{ padding: 180px 0 30px; }
    .email-signature:before{ width: 96%; }
    .email-signature .signature-icon{
        width: 130px;
        height: 130px;
        line-height: 120px;
        font-size:55px;
        top:20px;
        left: 50%;
        transform:translateX(-50%);
    }
    .email-signature .signature-details,
    .email-signature .signature-content{
        text-align: center;
    }
    .email-signature .title{
        font-size: 22px;
        padding: 5px 25px;
    }
    .email-signature .post,
    .email-signature .signature-content{
        padding: 0 15px;
    }
}
.signature-icon img{
  border-radius: 50%;
}
tbody tr td{
  color:black;
}
.timing{
  background: #ffffff;
}
.time-header{
  background: #002147;
  

}
.timing:hover{
  -webkit-box-shadow: -1px 2px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 2px 10px 0px rgba(0,0,0,0.75);
box-shadow: -1px 2px 10px 0px rgba(0,0,0,0.75);
}
.time-box span{
  color: tomato; 
}
.time-box h4{
  text-shadow: 2px 2px #d7d9db;
}
.tbody{
  background: #ffffff;
}
.icon-img{
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.75);
 -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 4s;
   animation-iteration-count: infinite;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  from {background-color: white;}
  to {background-color: tomato;}
}

/* Standard syntax */
@keyframes example {
  from {background-color: white;}
  to {background-color: tomato;}
}
.birthday-img img{
  border:5px solid #ffffff;
  -webkit-box-shadow: 0px -1px 15px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -1px 15px 0px rgba(0,0,0,0.75);
box-shadow: 0px -1px 15px 0px rgba(0,0,0,0.75);
width: 125px;
}
.birthday-txt{
  line-height: 8px;
  color: #ffffff;
}
.birthday-txt h5{
  background-color: #114486;
  padding: 2px;
  color: white;
  font-family: Vijaya;
  font-size: 25px;
}
.contact-form{
  -webkit-box-shadow: 0px -1px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -1px 12px 0px rgba(0,0,0,0.75);
box-shadow: 0px -1px 12px 0px rgba(0,0,0,0.75);
}



/*responsiver*/

@media screen and (max-width: 600px) {
  .nav-txt {
    display:none;
  }
  .icon-bar
  {
      display:none;
      }
      
      
      
}

    
.principal
{
    background:#002147;
    
    } 
    
.video
{
    background:#002147;
    -webkit-box-shadow: -1px 0px 13px 0px rgba(15,7,1,1);
-moz-box-shadow: -1px 0px 13px 0px rgba(15,7,1,1);
box-shadow: -1px 0px 13px 0px rgba(15,7,1,1);
   border-radius:5px;
    }    
    
  iframe
  {
      -webkit-box-shadow: -1px 0px 13px 0px rgba(250,191,145,1);
-moz-box-shadow: -1px 0px 13px 0px rgba(250,191,145,1);
box-shadow: -1px 0px 13px 0px rgba(250,191,145,1);
 
      }  
  
  
 .title h4
 {
     color:tomato;
     font-weight:bold;
     }   


.result
{
   background:#002147;
    border:4px solid tomato;
    } 
 
 .result h4
 {
     color:#ffffff;
     }
.award
{
   background:#002147;
    border:4px dotted tomato;
    } 
 
    
.award-txt h4
{
    color:tomato;
    
    }   
    
.award-txt p
{
    color:#ffffff;
    }           





.principal-img
{
     background:#002147;
    }
    
 
.top-left
{
  //**background: rgb(242,75,15);
background: linear-gradient(90deg, rgba(242,75,15,1) 11%, rgba(6,4,54,0.7651435574229692) 82%);**//
    color:#ffffff;
    background-color:tomato;
    }
 .top-left h2
 {
     font-weight:bold;
     }   

.top-left p
{
    font-size:18px;
    }


.top-right
{
    background: rgb(6,4,54);
background: linear-gradient(90deg, rgba(6,4,54,0.7651435574229692) 14%, rgba(242,75,15,1) 86%);
color:#ffffff;
    
    }
 .top-right h2
 {
     color:#ffffff;
     font-weight:bold;
     }   
 .top-right p
 {
     font-size:18px;
     }    