/*
Code by ABIN T JOSE
Copyright © 2017 by abintjose.com
*/
header .container h1{
	margin: 15px 0;
}
header .container .img{
	cursor: pointer;
}
header .container .logo{
	padding: 15px 0;
	cursor: pointer;
}
#page-banner {
    height: auto;
    background-size: cover;
    background: url(http://demo.technohelpindia.com/ksms/wp-content/themes/ksms-technohelp/images/page-banner-homeworks.jpg);
	background-size: cover;
	background-position: center center;
}
#page-banner .text {
    float: left;
    margin: 100px 0;
    border-left: 10px solid #165f9e;
    padding: 10px;
    padding-left: 15px;
    background: rgba(255, 255, 255, 0.39);
}
#page-banner .text h1 {
    margin: 0;
    padding: 0;
    font-size: 30px;
}
#page-banner .text h2 {
    margin: 10px 0px 0;
    font-size: 20px;
    padding: 0;
}
#ksms-boardresult{
	background: #695c6b;
	padding: 25px 0;
	position: relative;
	width: 100%;
	min-height: 550px;
}
#ksms-boardresult .container div{
	padding: 0;
}
#ksms-boardresult .left .text-l{
	background: #fff;
	padding: 15px;
	margin: 10px;
}
#ksms-boardresult .left .text-l ul{
	margin: 0;
	padding: 0;
	list-style: none;
	min-height: 500px;
}
#ksms-boardresult .left .text-l ul li{
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #9adaff;
    margin: 10px;
    transition: all 0.4s ease-in-out;
}
#ksms-boardresult .left .text-l ul li:hover{
	background: #009efb;
	/*border: 1px solid #001fff;*/
	color: #fff;
}
#ksms-boardresult .left .text-l i{
	font-size: 14px;
	vertical-align: middle;
	margin: 0 10px 0 0;
	color: #000;
	transition: all 0.4s ease-in-out;
}

#ksms-boardresult .left .text-l ul li:hover i{
	color: #fff;
}
#ksms-boardresult .left .text-l ul li:hover{
	cursor: pointer;
}
#ksms-boardresult .right .text-r{
	background: #fff;
	padding: 15px;
	display: inline-block;
	width: 100%;
	margin: 10px 0;
}
#ksms-boardresult .right #home{
	padding: 46px !important;
	/*border-radius: 10px;*/
}
#ksms-boardresult .right .text-r h3{
	font-size: 24px;
	margin-left: 10px;
	border-bottom: 2px solid #ddd;
	padding: 9px 0;
}
#ksms-boardresult .right .text-r h3:after{
    position: absolute;
    content: "";
    width: 25%;
    height: 3px;
    background: #158cff;
    /* bottom: 0; */
    left: 10px;
    top: 63px;
}
#ksms-boardresult .right .text-r p{
	margin: 0 0 10px 10px;
}
#ksms-boardresult .right .text-r div{
	padding: 0;
}
#ksms-boardresult .right .text-r .box{
    text-align: center;
    padding: 30px;
    border: 1px solid #7cc7f3;
    margin: 10px;
    transition: all 0.5s ease-in-out;
    border-radius: 3px;
}
#ksms-boardresult .right .text-r .box:hover{
	background: #009efb;
	border: 1px solid #001fff;
}
#ksms-boardresult .right .text-r .box:hover h4{
	color: #fff;
}
#ksms-boardresult .right .text-r .box h4{
	transition: all 0.4s ease-in-out;
	font-size: 22px;
}
#ksms-boardresult .right .text-r .box:hover{
    border: 1px solid #00b8ff;
    cursor: pointer;
}
#ksms-boardresult .right .text-r .box.down{
	background: #ddd;
	color: #000 !important;
}
#ksms-boardresult .right .text-r .box.down:hover h4{
	color: #000;
}
#ksms-boardresult .right .text-r .box:hover.down{
    border: 1px solid #00b8ff;
    cursor: not-allowed !important;
    background: #ddd !important;
}
#ksms-boardresult .right .text-r .box.one{
	margin-left:0;
}
.active{
	background: #009efb;
	color: #fff !important;
}
footer{
    position: relative;
    bottom: 0;
    background: #165f9e;
    width: 100%;
    min-height: 50px;
    color: #fff;
}
footer p{
	margin: 15px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	text-align: left;
}
#ksms-topper{
	padding: 30px;
}
#ksms-topper .container{
	text-align: center;
}
#ksms-topper .container h1{
	position: relative;
	font-size: 35px;
	text-transform: uppercase;
}
#ksms-topper .container h1:after{
    position: absolute;
    content: "";
    width: 23%;
    height: 2px;
    background: #158cff;
    left: 38.5%;
    top: 45px;
    margin: 0 auto;
    text-align: center;
}
#ksms-topper .container h3{
	font-size: 16px;
	margin: 0;
}
#ksms-topper .container h5{
	font-size: 40px;
}
#ksms-topper .container span{
	border: 1px solid #158cff;
}
#ksms-topper .container .box .img img{
	width: 100%;
	border: 1px solid #158cff;
	border-bottom: 0px;
}
#ksms-topper .box .img{
	position: relative;
}
#ksms-topper .box .img .text{
	position: absolute;
	bottom: -48px;
	width: 100%;
	background: #158cff;
	color: #fff;
	padding: 15px 0;
}
#ksms-topper .box h4{
	margin-top: 55px;
	font-size: 16px;
}
#ksms-topper .left h2,
#ksms-topper .right h2{
	padding: 15px 0 30px;
}
#ksms-topper .main-border{
    width: 1% !important;
	height: 500px;
}
#ksms-topper .main-border span{
    display: -webkit-box;
    height: 500px;
    width: 1px;
    margin: 0;
}
@media screen and (max-width: 991px){
	header .container h1 {
	    margin: 20px 0;
	    font-size: 26px;
	}
	#ksms-boardresult .right .text-r h3:after{
		width: 0;
	}
	#page-banner{
		height: auto;
	}
	#ksms-topper .right h2{
		text-align: left;
	}
	#ksms-topper .main-border{
		display: none;
	}
}
@media screen and (max-width: 767px){
	#ksms-boardresult .left{
		border: 0px solid #0cbcff;
	}
	#ksms-boardresult .right .text-r,
	#ksms-boardresult .left .text-l{
		margin: 0;
	}
	header .container h1{
    	display: none;
	}
	header .container .img{
		text-align: center;
	}
	#ksms-boardresult .left .text-l ul{
		min-height: auto;
	}
	section{
		padding: 0 !important;
	}
	#ksms-boardresult .left .text-l ul li {
    	border: 1px solid #a7d4ef !important;
	}
	.container{
		padding: 0;
	}
	#page-banner .text{
		margin: 70px 0;
	}
	#ksms-topper .container .three{
		position: relative;
		margin-top: 100px;
		margin-bottom: 100px;
	}
	#ksms-topper .right h2{
		text-align: center;
	}
	#ksms-topper .container .one,
	#ksms-topper .container .two,
	#ksms-topper .container .three{
		border-bottom: 0px solid #ddd;
	}
}
@media screen and (max-width: 480px){
	.col-xs-6{
		width: 100%;
	}
	img{
		width: 100%;
	}
	#ksms-boardresult .right .text-r h3{
		font-size: 20px;
	}
	#ksms-topper .container .left .two{
		margin-top: 25px;
	}
	#ksms-topper .container .right .two{
		margin-top: 100px;
	}
	#ksms-topper .left .two .box,
	#ksms-topper .left .three .box,
	#ksms-topper .right .two .box{
		border-top: 1px solid;
		padding-top: 40px;
	}
}