.page-banner{
  background: #003399;
  background-size: cover;
  padding: 50px 0 50px 0;
  position: relative;
  height: 150px;
}

.image-holder {
	padding: 180px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	top: -180px;
	left: -180px;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
	opacity: 1; /*cange opacity for slider*/
}

.image-holder img{
	height: 180px;
	width: 100%;
}

.page-banner h4{
  color: #fff;
  font-weight: bold;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin-bottom: 10px;
}

.page-banner h2{
  color: #fff;
  font-weight: bold;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin-bottom: 10px;
}

.page-banner h5{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: bolder;
  
}

.page-image{
  margin: 0 !important;
}

.page-image img{
 height: 150px;
 width: 100%;
}

@media (max-width: 768px) { 
  .page-image{  
    height: 200px;
   }
 
   .page-image img{
     height: 200px;
     width: 100%
    }
} 

@media (max-width: 968px) { 
  .page-image{  
    height: 200px;
   }
 
   .page-image img{
     height: 200px;
     width: 100%
    }
}

@media (max-width: 567px) { 
  .page-image{  
   height: 200px;
  }

  .page-image img{
    height: 200px;
    width: 100%
   }
} 

.page-content{
  margin: 20px 0;
} 

.new-user{
  padding: 30px 50px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #000;
  border-right: solid #f6f6f6 2px;
  border-left: solid #f6f6f6 2px;
}

.new-user p, .new-user ul{
  color: #000;
  font-size: 15px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.new-user h3{
  color: #003399;
}

.new-user ul li::before{
  content: "\f046";
  font-size: 13px;
  color: #003399;
  /* background: #ccc; */
  padding: 2px;
  font-family: "fontAwesome";
  margin-right: 10px;
}

.new-user .btn{
  background: #003399;
  color: #fff;
  font-size: 13px;
}
.new-user .btn:hover{
  background: #fff;
  border: #003399 solid 1px;
  font-size: 13px;
  color: #003399;
}
.page-body{
  padding-right: 30px;
  border-right: solid #f6f6f6 2px;
}
.page-body .title{
    color: #07378B;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase
}

.page-body .content{
  font-size: 14px;
  text-align: justify;
}

.side-menu{ 
  height: auto;
  padding-bottom: 10px;
  padding-left: 10px;
  border-left: 3px solid #fbfbfb;
} 
 
.side-menu .header{
padding: 10px 0;

background: #07378B;

}

.side-menu .header h5{
font-size: 16px;
margin-left: 10px;
color: #fff;
}

.side-menu .header h5 i{
float: right;
color: #fff;
margin-right: 5px;
}

.quick-links{
  border-bottom: #cccccc 1px solid;
  padding-bottom: 10px;
}

.side-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  overflow: auto;
}

.side-menu li a {
  display: block;
  color: #000;
  font-size: 14px;
  padding: 8px 16px;
  text-decoration: none;
}
 
.side-menu li a.active {
  background-color: #cccccc;
  color: #07378B;
}

.side-menu li a:hover:not(.active) {
  background-color: #555;
  color: white;
}

@media (max-width: 768px) { 
  .side-menu .header h5{
    font-size: 12px;
    margin-left: 10px;
    color: #fff;
  }

  .side-menu li a {
    display: block;
    color: #000;
    font-size: 10px;
    padding: 8px 16px;
    text-decoration: none;
  }
}

.latest-events{
  margin-top: 10px;
}

.latest-events h6{
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.latest-events .event {
  background-color: #f7f7ff;
  text-align: center; 
  overflow: hidden;
  margin-bottom: 20px;
  box-sizing: content-box;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

.latest-events .event  h4 a {
  font-size: 20px;
  color: #07378B;
}

.latest-events .event  .btn {
  margin-left: -20px;
  margin-bottom: 10px;
  background: transparent !important;
  color: #07378B;
  padding: 5px;
}

.latest-events .event  span{
    margin-right: 10px;
    font-weight: 600
}
.latest-events .event  p{
  padding-top: 2px;
  padding-bottom: 2px;
}
.latest-events .event  h5{
font-size: 14px;
color: #07378B;
font-weight: 600;
}
.latest-events .event .image-holder{
  position: relative;
  height: 150px;
}

.latest-events .event  .image-holder img{
height: 150px;
width: 100%;
}

.latest-events .event  .price{
font-size: 12px;
font-weight: 700;

}
.latest-events .event .status{
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  color: #fff;
  padding:0 3px;
  text-align: right; 
  font-size: 12px;
}

.session{
  background: #fff;
	padding: 0;
}


.session .header h4{ 
  font-size: 16px;
	text-transform: uppercase;
	padding: 5px;
	color: #000;
  text-align: center;
  border-bottom: #07378B solid 1px;
}

.session ul li{
  margin-left: 30px;
	padding: 5px 10px;
	font-size: 14px;
	list-style: square !important;
	text-align: justify
}

.session p{
	padding: 15px;
	font-size: 13px;
	line-height: 30px;
	text-align: justify;
}

.session h4{ 
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	color: #07378B;
	text-align: center;
}

.card-body{
  padding: 5px 10px !important;
}

.text-justify{
  line-height: 35px;
}

.contact-details i{
  color: #003399;
}

.contact-details h5{
  color: #003399;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
}

.contact-details p{
  color: #000;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15px
}