body{
	margin: 0px;
	padding: 0px;
	width: auto;
}

@font-face {
  font-family: glegoo;
  src: url(glegoo.ttf);
}

marquee {
	background-color: yellow;
	font-weight: normal;
}

.select {
	background-color: #505891;
	text-align: center;
	line-height: 50px;
	width: auto;
  border-bottom: 1px dotted white;
}

.select h3 {
	margin: 0px;
	}

.select a {
	color: white;
}

header{
	background-color: #2D7967;
	box-shadow: 0px 3px 6px gray;
	height: auto;
	width: auto;
	text-align: center;
}

header h3{
	font-size: 22px;
	margin-top: 0px;
	padding-top: 5px;
	color: white;
	font-family: glegoo;
	font-weight: normal;
}

a {
	text-decoration: none;
}

.registration {
	font-weight: bold;
}

.registration p{
	font-weight: bold;

}
.main{
	font-family: glegoo;
	margin-top: 25px;
	font-style: normal;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 18px;
	line-height: 1.7;
}

hr {
	width: 300px;
	border-bottom: 1px dotted #ddd;
}

.spanclose {
	margin-top: 5px;
}

.spanclose a{
	color: red;
}

.span1{
	margin-top: 5px;
}

.span1 a{
	color: #FF11F4;
}

h3{
font-weight: bold;
}

table {
  border-collapse: collapse;
  width: auto;
  margin: auto;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.spanq {
	font-weight: bold;
}

*{
	box-sizing: border-box;
	}

.container{
	max-width: 1170px;
	margin:auto;
}

.row{
	display: flex;
	flex-wrap: wrap;
}

.footer-col ul{
	list-style: none;
}

.footer{
	background-color: #131921;
  padding: 0px 0;
  border-top: 3px solid yellow;
}

.footer-col{
   width: 25%;
   padding: 0 15px;
}

.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
	margin-left: 40px;
}

.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}

.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}

.footer-col ul li a{
	font-size: 15px;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: 300;
	color: white;
	display: block;
	transition: all 0.3s ease;
}

.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}

.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}

.bottom-bar{
        background: #232f3e;
        text-align: center;
        padding: 10px 0;
        margin-top: 50px;
        font-family: glegoo;
}

.bottom-bar p{
        color: white;
        margin: 0;
        font-size: 16px;
        padding: 7px;
}