body {
    font-family: verdana;
    font-size: 14px;
    color: #42413B;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
}

.post  {
    background-color: #ffffbf;
    border-radius: 2px;	
    box-shadow: 0 1px 2px #c9cccd;
    margin-bottom: 20px;
}
.reply  {
    background-color: #bfffbf;
    border-radius: 2px;
	
    box-shadow: 0 1px 2px #c9cccd;
    margin-bottom: 10px;
}
.replytext {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #42413B;
    font-size: 14px;
	font-weight:600;
    font-family: 'Open Sans Light', sans-serif;
    line-height: 20px;
}
	
.posttext {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #42413B;
    font-size: 14px;
    font-family: 'Open Sans Light', sans-serif;
    line-height: 20px;
}
 h2 {
    color: #363838;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}
.center{
	text-align:center;
}

/*--form--*/
.postreply input[type=text],
.postreply input[type=password],
.postreply input[type=email]
{
    border-radius: 2px;
    box-shadow: none;
    border: none;
    width:100%;
    background-color: #e9eef3;
	margin-left:1em;
	margin-right:1em;
    padding: 10px;
    font-size: 14px;
    color: #989c9e;
    font-family: 'Open Sans Light', sans-serif; 
    margin-bottom: 10px;
    height: 30px;
}

.postreply select {
    border-radius: 2px;
    box-shadow: none;
    border: solid 1px #cfd5d7;
    background-color: #e9eef3;
	width:100%;
	margin-left:15px;

    font-size: 14px;
    color: #989c9e;
    font-family: 'Open Sans Light', sans-serif; 
    margin-bottom: 10px;
    height: 30px;
}

.postreply select:hover,
.postreply select:focus,
.postreply select:active {
    box-shadow: none;
}


.postreply textarea {
    border-radius: 2px;
    box-shadow: none;
    border: none;
	width:100%;
    background-color: #f1f1f1;
	margin-left:1em;
	margin-right:1em;
	
    padding: 20px;
    font-size: 14px;
    color: #989c9e;
    font-family: 'Open Sans Light', sans-serif; 
    margin-bottom: 20px;
    height: 150px;
}

.postreply textarea:hover,
.postreply textarea:focus,
.postreply textarea:active {
    box-shadow: none;
}
/*!--button primary--*/
.btn-primary {
    background-color: #6ec8f0;
    box-shadow: none;
    border-radius: 2px;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Open Sans Bold', sans-serif;
    border: none;
	float:right;
	
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    border: none;
    background-color: #7797b4;
    box-shadow: none;
}

/*--dropdown--*/
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #6ec8f0;
}

li {
    float: right;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #6ec8f0;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.show {display:block;}

.footer {
	font-size:16px;
	font-family:verdana;
    
    line-height:25px;  
    color: #6ec8f0;
	background-image:url(../images/background.jpg);
	background:#212026;
	
	
}
footer {
    height: auto;
    width:100%  
    color: #ffffff;
	background-image:url(../images/background.jpg);
	background:#6ec8f0;
	
	
}
.colwrap{
	margin:10px;
}
.btn-knowmore {
    background-color: #212026;
	border-radius: 2px;
    padding: 10px 15px;
    color: #6ec8f0;
    font-size: 14px;
    font-family: 'Open Sans Bold', sans-serif;
    border: none;
	
	
	
}
.btn-knowmore:hover, .btn-knowmore:active, .btn-knowmore:focus {
    border: none;
    background-color: #7797b4;
    box-shadow: none;
}
.enggback{
	background:#eeeeee;
	padding:5px 0px 5px 0px;
	color:#00000;
	font-size:16px;
	text-align:center;
	border-radius:15px ;
	box-shadow:10px 10px 5px #888888; 
	
}
.courseback{
	background:#eeeeee;
	padding:5px 5px 5px 10px;
	color:#00000;
	font-size:16px;
	border-radius:1px ;
	border:1px dashed black;
	box-shadow:10px -10px 5px #abcdef; 
	
}