.top-menu > li .logout:hover{
	background:#000!important;
	border:1px solid #000!important;
	color:#eb7626!important;
}
ul.top-menu > li > a:hover{
	border:1px solid #000!important;
	color:#000!important;
}
.reg-buttn{
	width:20%;
	margin:0 auto;
}
.reg-frm{
	max-width:700px;
}
.mb-10{
	margin-bottom:10px;
}
.mt-10{
	margin-top:10px;
}
.mb-20{
	margin-bottom:20px;
}
.mt-20{
	margin-top:20px;
}
.mb-40{
	margin-bottom:40px;
}
.mt-50{
	margin-top:50px;
}
.input-sm-new {
    border: 1px solid #000;
    border-radius: 4px;
    color: #000;
    background-color: #f2f2f2;
}
.input-sm-new-1{
    border: 0;
    border-radius: 4px;
    color: #000;
    background-color: #f2f2f2;
}
.sm-round-br{
	border: 1px solid #000;
    border-radius: 4px;
}
.cours-img{
	width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.cours-img-bl-div{
	background: #08a562c4;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	min-height: 150px;
}
.progbr-cour{
	color: #403e77;
	font-weight: bold;
	background-color: #eb7626;
}
.cour-detas-padd{
	padding: 0 50px;
}
.vide-div-we{
	padding: 10px 15px 5px 15px;
	background: #fff;
	border-bottom: 0;
	color: #403e77;
}
.vide-div-mod{
	padding: 0px 15px;
	background: #eaeae7;
	border-bottom: 0;
	color: #403e77;
}
.vide-div-we:hover{
	background: #b3b2b3!important;
}
.vide-ply-btn{
	float: right;
    padding: 5px 10px;
    background: #403e77;
    outline: none;
    border: none;
    border-radius: 4px;
    color: #eb7626;
}
.ffm{
	left: 60%;
	top: 10%;
	position: absolute;
	margin: 0;
	margin-top: 50px;
	max-width: 450px;
	background:#00000091;
}
.pdss{
	padding-top: 100px;
}
.pdss10{
	padding:30px 0;
}
.tp-tral{
	margin-top: 19px;
    margin-right: 5px;
    color: #000;
    font-size: 15px;
}
.tp-tral-mb{
	Display:none;
}
.pop-bx{
	width: 20%;
	margin: 0;
}


@media screen and (max-width: 780px) {
	.reg-buttn{
		width:40%;
	}
	.site-footer{
		left:0;
	}
	.ffm{
		left:0;
		top:0;
	}
	.pdss{
		padding-top: 30px;
	}
	
	.pdss10{
		padding:10px 0;
	}
	.tp-tral{
		display:none;
	}
	.tp-tral-mb{
		Display:block;
		color: #eb7626;
		text-align: center;
	}	
	.pop-bx{
		width: 70%;
		margin: 0;
	}
}