.registration {
    width: 100%;
	font-size: 12.5px;
	line-height: 30px;
	font-family: Exo-Regular;
	position: relative;
	overflow: hidden;
}
.registration:before{
	background-image: url('../img/1.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.reg-inner {
    padding: 60px 0;
    position: relative;
}
.reg-inner:before {
    background-color: rgba(0, 0, 0, 0.48);
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.reg-deatails {
    background: #201f1fba;
    padding: 7px 9px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-left: -4%;
    opacity: 1;
    color: #fff;
}
.reg-title{
	width:100%;
}
.reg-title h3 {
    font-size: 24px;
	font-family: century Gothic;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 46px;
	font-weight: 600;
	color: #FFF200;
}
.treams label a {
	text-decoration: none;
	font-size: 18px;
	font-family: century gothic;
	font-weight: 600;
	line-height: 25px;
}
.register-link {
    text-align: center;
    margin-top: 1%;
}
.register-link a{
	text-decoration: none;
    font-size: 18px;
    color: #4b4949;
    font-family: Exo-Regular;
}
.social-icon {
    width: 100%;
    padding: 10px;
  /*   border-bottom: 1px dashed #9c9b9b; */
    margin-bottom: 2%;

}
.social {
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    transition: 0.5s ease all;
}
.btn-outline-secondary{
	width: 70%;
	height: 50px;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #cecfd1;
    border-color: #b3b5b7;
}
.social-media-icon {
    width: auto;
    height: 20px;
    display: inline;
    margin-right: 6px;
}
.form-check {
    color: #4b4949;
    font-family: Exo-Regular;
    text-align: center;
}
.form-check-label a {
    text-decoration: none;
    color: #f0b90b;
}
.reg-deatails select {
	background: none;
	border-bottom: 1px solid #fff !important;
	border-top: none;
	border-right: none;
	border-left: none;
	border-radius: 0px;
	appearance: none;
	-moz-appearance: none;
	-web-appearance: none;
	-o-appearance: none;
	color: #fff;
    font-size: 100%;
}
.register-link {
    text-align: center;
    margin-top: 1%;
}
.reg-deatails button {
	background: #EA8306;
	color: #fff;
	font-size: 18px;
	font-family: play;
	border: none;
	font-weight: 600;
	height: 45px;
}
.reg-deatails button:hover {
	background: #fff;
	color: #EA8306;
	border:1px solid #EA8306;
}

.reg-deatails input[type="checkbox"] {
	margin-top: -0.3rem;
	
}

@media(max-width:796px){
	.reg-deatails {
		background: #201f1fba;
		padding: 20px 20px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		margin-left: 0px;
		opacity: 1;
		color: #fff;
	}
	.reg-title h3 {
		font-size: 25px;
		font-family: ubuntu-Medium;
		margin-bottom: 30px;
		margin-top: 0px;
		line-height: 40px;
	}
	
	
}