/*
Theme Name: HostAlpine Education Diamond
Theme URI: http://www.hostalpine.com
Author: HostAlpine Team
Author URI: http://www.hostalpine.com
Description: Just a Education Simple Theams.
Version: 1.0
Tags: school website, college website, Edu.
*/



/*************** Typography ***************/



html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
b {
    margin: 0;
    padding: 0;
}

a {
	color: #619200;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
tr {
    	border-top: 1px solid #A9A9A9;
    	border-bottom: 1px solid #A9A9A9;
}
td {
    	border-left: 1px solid #A9A9A9;
    	border-right: 1px solid #A9A9A9;
	padding: 5px;
}



/***************** Header Area *****************/

.date {
	float: left;
	margin-top: 6px;
}
.college-phone{
	margin-top: 7px;
}
.social-icon {
	padding: 0px 0;
	float: right;
}
.social-icon li {
	float: left;
	margin-right: 10px;
	list-style: none;
}

.social-icon li a i {
	padding: 5px;
    	font-size: 20px;
    	border: 1px solid #619200;
    	height: 30px;
    	width: 30px;
    	text-align: center;
    	border-radius: 5px;
	transition: .5s;
}
.social-icon li a i:hover{
	background: #8E44AD;
	color: #FFFFFF;
	border: 1px solid #8E44AD;
}

.header-top-area {
    	overflow: hidden;
        background: #34495e;
   	padding: 5px;
    	color: #ededed;
    	border-bottom: 4px solid #2c3e50;
}

.header-area {
	background:#27ae60;
	padding: 20px 0;
}
.header-area a {
	color: #FFFFFF;
	font-weight: bold;
}
.logo img {
	float: left;
	width: 120px;
	height: auto;
	margin-right: 5px;
	padding: 5px;
}
.header-text {
	float: left;
    	text-align: center;
    	margin-top: 20px;
}
.header-text h1 {
	font-size: 36px;
	line-height: 50px;
	text-align: center;
}
.header-text h2 {
	font-size: 25px;
	color: #D4D3D3;
	text-align: center;
}
.header-text h3 {
	color: #DE1FAB;
	text-align: center;
}
.school-info {
	margin-bottom: 5px;
	color: #FFFFFF;
	margin-top: 20px;
}


/***************** Menu Area *****************/

.menu-area{
	background: #34495e;
    	margin-bottom: 10px;
}
.menu {
	
}
.menu:after {
	content: '';
	display: block;
	clear: both;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu ul li {
	background: #34495e;
	float: left;
	position: relative;
}
.menu ul li a, .menu .bar {
	color: #FFFFFF;
	display: block;
	padding: 12px 15px;
	text-decoration: none;
	text-transform: capitalize;
	transition: 1s;
	font-size: 16px;
}
.menu ul li a:hover {
	background: #2c3e50;
}
.current-menu-item {
	background: #1E5325;
}
.menu .bar {
	background: #8E44AD;
	display: none;
}
.menu .bar i {
	float: right;
}

/*** Dropdown ***/

.menu ul ul {
	padding-left: 0;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	z-index: 9999;
	background: #FC4A4A;
}
.menu ul ul li {
	min-width: 180px;
}
.menu ul li:hover ul {
	display: block;
}
.menu ul ul li a:hover {
	background: #2c3e50;
}


@media all and (max-width: 768px) {
	.menu ul {
		display: none;
		padding: 0;
	}
	.menu ul li {
		float: none;
	}
	.menu ul ul {
		position: inherit;
	}
	.menu ul ul li a:before a {
		content: ' - ';
		margin-left: 10px;
	}
	.menu .bar {
		display: block;
	}
	
}
@media all and (max-width: 450px) {
	.header-text {
		text-align: center;
	}
	.header-text h1 {
		font-size: 18px;
		line-height: 30px;
	}
	.header-text h3 {
		font-size: 18px;
	}
	.school-info {
		text-align: center;
	}
}
/***************** Notice Area *****************/

.notice-area {
	margin-bottom: 5px;
}
.notice {
	background: #9b59b6;
    	overflow: hidden;
    	color: #FFFFFF;
    	padding: 5px;
    	border-bottom: 5px solid #8e44ad;
}
.notice p {
	text-align: center;
}
.notice a {
	color: #FFFFFF;
}


/***************** Slider Area *****************/
.all-teacher{
	background: #D4D4D4;
	margin-bottom: 25px;
	padding: 7px;
}
.teacher{

}
.teacher img{
	border-radius: 100px;
    	padding: 5px;
    	float: left;
    	height: 160px;
    	width: 150px;
    	margin-left: 18px;
    	border: 5px solid #e4e4e4;
}
.teacher p{
	float: left;
	line-height: 28px;
    	font-size: 15px;
    	padding: 20px;
}
.all-lead{
	background: #D4D4D4;
	margin-bottom: 10px;
}
.lead{

}
.lead img{
	border-radius: 100px;
	padding: 10px;
	float: right;
	height: 160px;
   	width: 150px;
}
.lead p{
	float: left;
}
.slider {
	margin-bottom: 10px;
}
.slider img {
	width: 100%;
}
.sgjvs_widget_title a{
	color: #404040;
}
/****************** Main Content ****************/

.main-content-area {
	margin-bottom: 10px;
	margin-top: 10px;
}
.content {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.content h2 {
	font-size: 18px;
	line-height: 30px;
}
.content h2 a{
	color: #619200;
}

/******** Fix Style *****/


.fix-style {
	
}
.fix-style h2 {
	background: #2c3e50;
	font-size: 18px;
	font-weight: normal;
	padding: 8px 5px;
	color: #FFFFFF;
	border-top:2px solid #ededed;
	margin-bottom: 10px;
}
.fix-style ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}
.fix-style ul li {
	margin-bottom: 5px;
}

/******** Sidebar Area *****/

.textwidget{
	margin-bottom: 15px;
	margin-bottom: 15px;
	line-height: 30px;
	text-align: justify;
}
.textwidget img{
	width: 100%;
}
.sidebar-area {
	margin-bottom: 10px;
}

/******** Left Sidebar *****/

.left-sidebar {
	margin-bottom: 10px;
}
.left-sidebar h2 {
	margin-bottom: 5px;
}
.left-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.left-sidebar ul li {
	padding: 0 5px;
}
.left-sidebar ul li a {
	color: #ffffff;
    	text-decoration: none;
    	background: #2ecc71;
	display: block;
	padding: 5px 8px;
	border-radius: 3px;
	text-align: center;
	transition: 1s;
}
.left-sidebar ul li a:hover {
	background: #27ae60;
	color: #FFFFFF;
}


/******** Right Sidebar *****/

.right-sidebar {
	overflow: hidden;
}
.right-sidebar img {
	width: 100%;
	border: 4px solid #d2d2d2;
}
.right-sidebar ul li {
	
	color: #34495e;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	padding: 5px 10px;
}
.right-sidebar ul li:hover {
	background: #ededed;
}
.right-sidebar ul li:last-child {
	border-bottom: none;
}
.right-sidebar p {
	padding: 5px;
}
.content-widget {
	border: none;
}
.ngg-widget img {
	
}
.single-content img{
	width: 135px;
    	height: 150px;
    	float: left;
    	margin-right: 15px;
	background: #dedbdb;
}
.single-content-lab img{
	width: 80%;
	height: 250px;
}
.single-content p{
    	font-size: 15px;
    	line-height: 28px;
	text-align: justify;
	padding: 5px;
}
.single-content h2 {
	font-size: 22px;
    	margin-bottom: 5px;
    	border-bottom: 1px solid #928F8F;
    	padding: 5px;
}
.single-content h3{
	font-size: 18px;
    	margin-top: 15px;
	margin-bottom: 20px;
}
.single-content ul li{
	font-size: 16px;
    	margin-bottom: 10px;
}

.page-number {
	overflow: hidden;
	clear: both;
	text-align: center;
}
.page-number a {
	background: #619200;
	color: #FFFFFF;
	padding: 5px 12px;
	transition: 1.5s;
}
.page-number a:hover {
	background: #FF5A00;
}
.page-number span.current {
	background: #FC4A4A;
	color: #FFFFFF;
	padding: 5px 12px;
}

/****************** Widget Area ****************/
.fix-content {
	
}
.fix-content h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 7px 5px;
	color: #FFFFFF;
	border-bottom: 2px solid#FFFEFE;
}
.fix-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}
.fix-content ul li {
	margin-bottom: 5px;
	padding: 7px;
	color: #ededed;
}
.fix-content ul li  a{
	color:#ffffff;
}

.widget-area {
	background: #34495e;
}
.widget-one ul li,
.widget-two ul li {
	margin-bottom: 5px;
	color: #34495e;
	font-size: 14px;
	padding: 3px 5px !important;
}
.widget-one ul li:last-child,
.widget-two ul li:last-child {
	border-bottom: none;
}
.widget-three p {
	padding: 3px 5px;
	font-size: 16px;
	color: #fff;
}
.widget-three h2 {
	margin-bottom: 5px;
	font-weight: bold;
}
.widget-three h3 {
	font-size: 18px;
	margin-top: 10px;
	margin-left: 5px;
	font-weight: bold;
}


/****************** Footer Area ****************/
.footer-area{
	background: #34495e;
    	padding: 8px 0;
    	border-top: 2px solid #253544;
}

.footer {
	
	overflow: hidden;
	padding: 5px;
	color: #FFFFFF;
}
.footer a {
	color: #FFFFFF;
}
.widget-area-top{
	margin-top: 20px;
}
.footer-right p{
	text-align: right;
}
.footer-right img{
	width: 20%;
}


/*************** Lefore Link ***************/
.important-link{
	
}
.important-link ul{

}
.important-link ul li{
 
}
.important-link ul li a{

}


/*************** Single Page Dawonload ***************/

.single-page-dawonload{
	border-bottom: 2px solid #E74C3C;
	margin-bottom: 5px;
}
.dawonload-title{
	float: left;
}.dawonload-title p{
	font-size: 18px;
	margin-left: 20px;
	
}
.dawonload {
	
}
.dawonload a{
	float: right;
	padding: 10px;
	background: #E74C3C;
	color: #ffffff;
	margin-bottom: 15px;
}


@media all and (max-width : 768px) {
	.social-icon {
		display: none;
	}
	.school-info{
		display: none;
	}
	.header-text h2{
		display: none;
	}
	.date{
		display: none;
	}
	.college-phone{
		margin-top: 7px;
    		font-size: 20px;
	}
	.logo img{
		padding: 25px;
    		width: 100%;
	}
}