/*!
Theme Name: shakthi-education-trust
Theme URI: http://underscores.me/
Author: Aksharodyama
Author URI: http://aksharodyama.in
Description: shakthi-education-trust
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shakthi-education-trust
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

shakthi-education-trust is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


.rob_cnsd{ font-family: 'Roboto Condensed', sans-serif;}

/* custom */
body{color: #444;font-size: 0.90rem; line-height: 1.4rem; font-family: 'Roboto', 'Arial', serif !important; font-weight:400; background: #ffffff  }
a:link, a:visited, a:active{color:#de7947;text-decoration:none;border: none;transition: .2s ease-out;}
a:hover{color:#fbad1a;text-decoration: none; border: none;transition: .2s ease-out;}
a.one:link, a.one:active, a.one:visited{color: #fbad1a;	text-decoration:none;border: none;}
a.one:hover{color: #de7947;text-decoration: none; border: none;}
a.grey:link, a.grey:active, a.grey:visited{color: #777;	text-decoration:none;border: none;}
a.grey:hover{color: #fbad1a;text-decoration: none; border: none;}
a.poweredby:link, a.poweredby:active, a.poweredby:visited{color: #fff;text-decoration:none;border: none;}
a.poweredby:hover{color:#000;text-decoration: underline; border: none;}
a.rmr:link, a.rmr:active, a.rmr:visited{color: #aaa;text-decoration: underline;border: none; font-size:0.9rem; text-transform:uppercase; transition: .2s ease-out; }
a.rmr:hover{color:#fbad1a;text-decoration: underline; border: none; font-weight: 700;text-transform: uppercase;transition: .2s ease-out;}
a.black:link, a.black:active, a.black:visited{color: #000;	text-decoration:none;border: none;}
a.black:hover{color: #fbad1a;text-decoration: none; border: none;}
a.white:link, a.white:active, a.white:visited{color: #fff;	text-decoration:none;border: none;}
a.white:hover{color: #fcff00;text-decoration: none; border: none;}

a.button1:link, a.button1:active, a.button1:visited{color: #999;	text-decoration:none;border: none; padding: 7px 15px; border:2px solid #999; font-size: 0.8rem; line-height: 1.2rem; text-transform: uppercase; font-weight: 700; border-radius: 5px }
a.button1:hover{color: #fff;text-decoration: none; border: none; background: #fbad1a}
a.button2:link, a.button2:active, a.button2:visited{color: #fff;	text-decoration:none;border: none; padding: 7px 15px; border:2px solid #fff; font-size: 0.8rem; line-height: 1.2rem; text-transform: uppercase; font-weight: 700; border-radius: 5px }
a.button2:hover{color: #fff;text-decoration: none; border: none; background: #818286}

.full{width:100%; float:left;}
p{font-size:1.0rem; line-height: 1.6rem; margin:10px 0; padding:0; font-weight:400; color:#333; text-rendering: optimizeLegibility;}
.alpha{padding:0;}
.beta{padding-left:0;}
.gama{padding-right:0;}

.webtitle{font-size:1.1rem; line-height:1.5rem; color:#fff; font-weight:900;  padding:0; margin:0; margin-top: 10px;}
.webtitle a{color:#555;}
.web_tagline{color: #555; font-size: 0.9rem; font-weight: 400;margin: 0;padding: 0;margin-top: -2px;}

ul#menu-footer-menu{ margin: 0px auto 0px auto;padding:0px 0px;   }
#menu-footer-menu li { display:inline;margin:0;padding:0;cursor:pointer;   }
#menu-footer-menu li a {padding:0px 12px 0px 12px; color:#fff;text-decoration:none; font-size:0.95rem; margin:0; height:12px; line-height:15px;    display: inline-block; text-transform: uppercase; font-weight: 700  }
ul#menu-footer-menu li:hover a {color:#000; text-decoration: underline;   }
#menu-footer-menu li:first-child a{ border:0; padding-left: 0;}

.nav-links{float:right; margin-top:20px;}
.pagination .screen-reader-text{display:none;}
.pagination{margin-top: 20px;}
.pagination .current{float:left; border:1px solid #818286;padding:5px 15px 5px 15px; background:#818286; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #fff;}
.pagination a, .pagination button{float:left; border:0px solid #fff; border:1px solid #ddd; padding:5px 15px 5px 15px; background:#fff; color:#333; margin:0 2px; -webkit-border-radius: 3px;
-moz-border-radius: 3px; border-radius: 3px; letter-spacing: 0; font-size: 1rem;}
.pagination a:hover, .pagination button:hover{background:#fbad1a; color:#fff; border-color:#fbad1a}

.posth2{font-size:1.6rem; line-height:2.2rem; margin:0px 0 20px 0; padding:0; font-weight:700; color:#44c0f0;}
.post-articles{width:100%; float:left; padding:20px 20px 30px 20px;  } 
.postimg{float:left; margin-right:25px; margin-bottom:20px; padding: 10px; background:#fff; border:1px solid #f5f0e7; -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.25);
-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.25);
box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.25);  }
.page-title{font-size:24px; line-height:30px; margin:10px 0; padding:0; margin-bottom:25px; font-weight:900; text-transform:uppercase; color:#333; text-shadow:1px 1px #fff}
.postDate{color: #999; font-weight: 300; font-size: 12px !important;} 
.postmore{margin-top: 20px;}

.entry-title{font-size:2.4rem; line-height:3.0rem; margin:0px 0 25px 0; font-weight:700; color:#fbad1a;  }
.breadcrumbs{background:none !important; padding:0; margin:0;    margin-bottom:10px;  padding-bottom: 10px; border-bottom: 1px dotted #fff   }
.breadcrumbs { color:#999; font-size:13px; font-weight:400;}
.breadcrumbs a{color:#999; padding:0 10px 0 0;}
.breadcrumbs a:hover{color:#000 !important; text-decoration:underline}
.entry-content ul li, .entry-content ol li{color:#333;}
.postInfo2{padding: 10px 15px 5px 15px; font-size: 12px;line-height: 18px; margin-top: 10px;   width: 100%;float: left; }
.postinfo i{padding-right: 5px;}
.cat-space{margin-bottom: 30px; text-transform: uppercase;}
 
h1, h2, h3, h4, h5, h6{ clear:none !important;  font-weight: 700;font-family: 'Roboto Condensed', sans-serif, serif  }

.matrixbox{height: 250px; margin-bottom: 30px; position: relative;}
.matrixbox_title{position: absolute;bottom:0; width: 100%; padding: 7px 15px 7px 15px; background: rgba(0,0,0,0.8); color: #FFF; font-size: 1rem; line-height: 1.5rem; text-align: center;font-weight: 400; -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child){float: left;}

.sticky{position:fixed !important;z-index:12 !important; background: #fff; min-height: auto !important;  width: 100%; transition: background-color 0.3s, height 0.3s;transition: .0.5s ease-out; top:0; right:0; left:0;-webkit-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    1px 1px 10px 0px rgba(50, 50, 50, 0.5);
box-shadow:         1px 1px 10px 0px rgba(50, 50, 50, 0.5); border:0 !important; }
.mobLogo{display: none;}

.swiper-container {width: 100%;height: 100%;}
.swiper-slide {  position: relative;}

.post_inlist{ padding: 20px; border: 1px solid #eee; background: #fefefe; margin-bottom: 30px; border-radius: 5px; -webkit-box-shadow: -1px -1px 28px -11px rgba(0,0,0,0.1);
-moz-box-shadow: -1px -1px 28px -11px rgba(0,0,0,0.1);
box-shadow: -1px -1px 28px -11px rgba(0,0,0,0.1);}
.post_inlist_img{width: 300px; float: left;margin-right: 20px; height: 200px;}
.cat_title{margin-bottom: 20px;}

.backtop{width:30px;height:30px;padding:10px;border-radius:4px; cursor:pointer;    z-index:999999999;display:none;box-sizing:content-box;-webkit-box-sizing:content-box; -webkit-border-radius: 100%;
        border-radius: 100%; }
.backtop.red{background-color:rgba(0,0,0,0.7); position:relative; }
.backtop.red:before {font-family: 'FontAwesome';content: '\f106';margin:-13px 0 0 -1px;color: #fff; position: absolute;  font-size: 50px; line-height: 50px;}
.backtop.red:hover{background-color:#f00;}

button, input[type="button"], input[type="reset"], input[type="submit"]{background: #000; color: #FFF; font-size: 1rem; line-height: 1.6rem; padding: 10px 20px; border: 0px solid; -webkit-border-radius: 5px; border-radius: 5px; font-weight: 700;}
.entry-content p{margin: 20px 0;}
.postInfo{ margin-bottom: 20px;}
.post-01-img{height: 400px; margin-bottom: 30px;padding: 15px; background: #FFF; border: 1px solid #eee;}
.web_title{font-size: 1.6rem; line-height: 2.2rem; color: #000; margin: 0;padding: 0; font-weight: bold; text-transform: uppercase;  }
.web_title a{color: #000;}

.matrixbox-2:nth-child(odd){padding-right: 0;}
.matrixbox-2:nth-child(even){padding-left: 0;}
.entry-content iframe, .entry-content object, .entry-content embed{width: 100%; height: 500px;}

.linklist{padding-top: 10px;padding-bottom: 10px;}
.comments-title{font-size: 1.4rem; line-height: 2rem; margin: 0;padding: 25px 25px 0px 25px; margin-bottom: 10px;}
.comment-navigation{width: 100%;float: left; margin: 10px 0; padding: 0 25px;}
.comment-navigation .nav-links{margin: 10px 0; width: 100%;}
ol.comment-list{margin-left: 0;margin-bottom: 20px; width: 100%;float: left; padding: 0 25px;}
ol.comment-list li{padding: 15px; background: #FFF; border: 1px solid #eee;}
.comment-metadata{float: right;margin-top: -25px;}
.comment-metadata a{color: #999; font-size: 0.7rem;}
.comment-content{padding-top: 15px;}
.nav-previous a, .nav-next a{font-size: 0.8rem; padding: 6px 15px 3px 15px; border: 2px solid #999; color: #999; -webkit-border-radius: 5px;
        border-radius: 5px;}
.nav-previous a:hover, .nav-next a:hover{color: #000; border-color: #000;}
#reply-title{font-size: 1.6rem; line-height: 2.4rem; margin-top: 5px;}
#respond{padding: 15px 25px; background: #fff; margin-top: 0px; margin-bottom: 20px;  }
.comments-area{padding: 0px; background: #fff; border: 1px solid #ddd; margin-top: 0px; width: 100%;float: left;}
.comment-notes{font-size: 0.75rem;}
#comment-nav-below{margin-bottom: 30px;}

.set_right{float: right; margin-left: 20px;}
.set_header{padding-top: 15px;padding-bottom: 15px;	}
ul.set_follow{margin: 0;padding: 0;float: right;}
ul.set_follow li{list-style-type: none;display: inline;}
ul.set_follow li a{width: 40px; height: 40px; float: left;margin-right: 5px;border-radius: 40px; background: #818286; color: #fff; font-size: 1.2rem; line-height: 1.8rem; text-align: center; padding-top: 5px;}
ul.set_follow li a:hover{background: #fbad1a}
.set_header_5{color: #818286;max-width: 270px; font-size: 0.9rem; line-height: 1.3rem}
.o_txt{color:#fbad1a; text-transform: uppercase;padding-left: 5px;padding-right: 5px; }
.set_header_2{padding-top: 12px;}

.set_menu{background:#fbad1a;-webkit-box-shadow: -1px 10px 25px -13px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 10px 25px -13px rgba(0,0,0,0.75);
box-shadow: -1px 10px 25px -13px rgba(0,0,0,0.75); position: relative; z-index: 3}
.set_footer{padding-top: 30px;padding-bottom: 30px;background: #fbad1a; color: #fff; text-align: center; font-size: 0.8rem}
.copyright{padding-top: 3px;}
.set_banner{position: relative;z-index: 1}
.slidenav1{position: absolute;z-index: 2; top: 45%; left: 20px; font-size: 3rem; color: #fff}
.slidenav2{position: absolute;z-index: 2; top: 45%; right: 20px; font-size: 3rem; color: #fff}
.slidenav1 a, .slidenav2 a{color: rgba(255,255,255,0.7); }
.slidenav1 a:hover, .slidenav2 a:hover{color: #fbad1a}

.set_welcome_announcement{padding-top: 40px;padding-bottom: 50px;}
.home_title1{font-size: 2.2rem; line-height: 2.8rem; margin: 0;padding: 0;text-transform: uppercase; color: #fbad1a; margin-bottom: 20px;}
.set_welano_2_1{padding: 20px 20px; background: #808285; border: 1px solid #eeeeee; text-align: center;}
.home_title2{font-size: 1.1rem; line-height: 1.6rem; margin: 0;padding: 0;margin-bottom: 10px;color: #fff; text-decoration: underline; text-transform: uppercase;}
.set_anc_txt1{margin: 0;padding: 0;font-size: 1.2rem; line-height: 1.6rem; font-weight: normal; margin-bottom: 10px;}
.set_anc_txt2{margin: 0;padding: 0;font-size: 0.75rem; line-height: 1.0rem; color: #fff}
.swiper2nav{margin-top:20px;}
.swiper2nav a{color: #fff; font-size: 2.0rem; line-height: 2.8rem}
.swiper2nav a:hover{color: #fbad1a}
.swiper3nav{margin-top:20px;}
.swiper3nav a{color: #fff; font-size: 2.0rem; line-height: 2.8rem}
.swiper3nav a:hover{color: #000}
.home_title3{margin: 0;padding: 0;color: #fbad1a; text-transform: uppercase; margin-bottom: 10px;}
.home_desc{color: #999; margin: 0;padding: 0; font-size: 0.9rem; line-height: 1.3rem; margin-bottom:40px;}
.title_bg{background: #fff; padding: 0 20px; border-left: 1px solid #eee;border-right: 1px solid #eee;}
.set_abt_college_1{position: relative;}
.setline{width: 100%; position: absolute; height: 23px; border-bottom:1px solid #eee;}

.set_icons{padding-top: 70px;padding-bottom: 50px;}
.set_abt_2{}
.set_abt_2 h4{margin: 0;padding: 0;color: #ffa800; text-transform: uppercase;}
.abt_more{margin-top: 30px;}
.abt_full{border-radius: 10px; overflow: hidden;}

.set_icon_1{width: 150px; height: 150px; border-radius: 150px; border:2px solid #ffa800; margin: 0 auto}
.set_icon_2{margin: 0;padding: 0;font-size: 1.6rem; line-height: 2.2rem; margin-top: 15px;color: #ffa800; text-transform: uppercase;}
.set_icon_3{margin: 0 auto;padding: 0;font-size:0.8rem; line-height: 1.2rem; margin-top: 5px;color: #999; max-width: 230px}
.set_icon_bg_1{background: url(images/icons.png) no-repeat 21px 21px; }
.set_icon_bg_2{background: url(images/icons.png) no-repeat -125px 21px; }
.set_icon_bg_3{background: url(images/icons.png) no-repeat -265px 21px; }
.set_icon:hover .set_icon_1{background-color: #ffe0a4}

.set_facilities{padding-top: 40px;padding-bottom: 20px;background: #fbad1a}
.r_txt{color: #fbad1a}
.set_fac_1{border: 10px solid #fff; margin-bottom: 15px; height: 180px; box-sizing: border-box;}
.set_fac_2{font-size: 1.4rem; line-height: 2.0rem; margin: 0;padding: 0;font-weight: normal;}
.set_facilities_1{padding-right: 30px;}

.set_news{padding-top: 30px;padding-bottom: 30px;}
.set_news_1{color: #fbad1a; margin: 0;padding: 0;font-size: 1rem; line-height: 1.6rem; text-transform: uppercase; font-weight: 700; padding-right: 30px;}
.set_news_txt{font-size: 1.2rem; line-height: 1.8rem; margin: 0;padding: 0; font-weight: normal;}
.set_news_dt{color: #999; font-size: 0.9rem; line-height: 1.3rem; padding-left: 10px;}
.set_pg_1{height: 200px; margin-bottom: 15px;}
.pg_title{font-size: 1.2rem; line-height: 1.8rem; margin: 0;padding: 0;text-align: center; font-weight: normal;}
.set_gallery{padding-bottom: 50px;}

.set_contact{background: #808285; padding-top: 40px;padding-bottom: 40px; color: #fff}
.home_title4{color: #fff; font-size: 1.2rem; line-height: 1.8rem; margin: 0;padding: 0;margin-bottom: 20px; text-transform: uppercase;
}

.ipt1{margin: 0;padding: 7px 15px !important;font-size: 1rem; line-height: 1.6rem; color: #000; margin-bottom: 15px;}
.ipt2{margin: 0;padding: 7px 15px !important;font-size: 1rem; line-height: 1.6rem; color: #000; margin-bottom: 15px; height: 150px !important}
.ipt3{background: #fbad1a !important; color: #fff !important; text-transform: uppercase;}
.ipt3:hover{background: #000 !important; color: #fff !important; cursor: pointer}

.set_page{padding-top: 30px;padding-bottom: 30px;}
.side_space{margin-bottom: 30px;}
.side_title{color: #fff; padding: 7px 15px; background: #fbad1a; margin: 0;  font-size: 1.2rem; line-height: 1.8rem; text-transform: uppercase;}
.side_insts{margin-top: 15px;}
.side_img{width: 100px; height: 100px; float: left;margin-right: 15px;}
.side_title2{font-size: 1.1rem; line-height: 1.5rem; margin: 0;padding: 0;font-weight: normal;}
.side_excrpt{color: #999; font-size: 0.8rem; line-height: 1.2rem}

.abt_college{background: #f6f6f6; border: 1px solid #eee; padding: 30px 50px; border-radius: 20px;}
.abt_college_1{padding-left: 30px;padding-right: 30px;}
.abt_college_1_1{height: 200px; margin-bottom: 20px;border-radius: 20px;}
.w_txt{color: #fff}


#searchform{padding: 0px 0 0px 0px;font-family: verdana, arial, times; width:100%; float:right;}
#searchform input#s{font-family:arial, times;font-size: 10pt;padding:7px 5px 8px 8px !important;margin: 0px;border: 0px solid #ccc;color:#333; float:left; width:85%; background:#f4f4f4; border-right:0;height:39px; border-radius: 0 !important; box-sizing: border-box; box-shadow: inset 0 !important}
#searchform input#searchsubmit{ margin:0px; float:left; background:#f4f4f4; border:0px solid #ccc !important; border-left:0; padding:5px 0; width: 15%; }
[type="color"], [type="date"], [type="datetime-local"], [type="datetime"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], textarea{box-shadow: inset 0 0px 0px hsla(0,0%,4%,.1);}

.close-button{width:30px; height:30px; background:#f00; color:#fff; font-size:1.4rem; padding:0; padding-top:5px;}
.reveal{padding:0}
a.ebd_link:link, a.ebd_link:active, a.ebd_link:visited{color: #fff; background:#f00;text-decoration:none;border: none; display:block; padding:10px 20px; font-size:1.2rem; line-height:1.8rem; border-radius:5px; font-weight:bold; margin:30px 0 10px 0}
a.ebd_link:hover{color: #fff;text-decoration: none; border: none; background:#000}

.downlist{padding-top: 10px;padding-bottom: 10px;border-bottom: 1px dotted #ddd}
.downloadtitle{font-size: 14px;line-height: 20px;color: #000; padding-top: 5px;padding-bottom: 5px;}

@media screen and (max-width: 640px) {
.set_menu{padding:0; background:#fbad1a url(images/menu.png) no-repeat left top;  -webkit-border-radius: 0px; -moz-border-radius:0px; border-radius: 0px; padding-top:0px; position:relative;  padding-bottom: 7px !important;  border-bottom: 1px solid #ddd }
.menuzord .sub{display:none; border:0;}
.mobleft{text-align:left !important}
.mobright{text-align:right !important}
.mobcenter{text-align: center !important;}
.mobalpha{padding-left:0; padding-right:0;}
.indicator{visibility:visible; display:block;}
.beta{padding-right:0;}
.gama{padding-left:0;}
.mobpad15{padding-left:15px !important; padding-right:15px !important;}
.menuzord{float:right;}
.menuzord-menu>li>a{font-size:14px; border:0; line-height: 20px; padding-top: 10px;padding-bottom: 5px;}
.menuzord-menu{float: left;display: inline;text-align: left;}
.menuzord-menu ul.dropdown li a:hover{color: #FFF !important;}
.menuzord-menu ul.dropdown li {border-bottom: 0 ;}
.set_header_4{float: left;width: 200px; margin-left: 0;}
.slidenav1, .slidenav2, .home_desc, .fac_desc{display: none;}
.set_welcome_announcement, .set_icons, .set_contact{padding-top: 20px;padding-bottom: 20px;}
.home_title1{font-size: 1.8rem; line-height: 2.2rem}
.set_welano_2, .set_contact_2{margin-top: 30px;}
.set_abt_college_2_1, .set_abt_2, .set_facilities_1, .set_gallery_2_1{margin-bottom: 20px;}
.set_icons_2, .abt_college_c{margin-top: 20px;margin-bottom: 20px;}
.home_title3{font-size: 1.6rem; line-height: 2.2rem}
.set_gallery{padding-bottom: 20px;}
.abt_college{padding: 20px}
.abt_college_1{padding: 0;}

}

@media (max-width:980px) and (min-width:641px) {
.set_menu{padding:0; background:#fbad1a url(images/menu.png) no-repeat 0 -7px;  -webkit-border-radius: 0px; -moz-border-radius:0px; border-radius: 0px;  position:relative; }
.menuzord-menu{float: left;display: inline;text-align: left; }
.menuzord-menu>li>a{font-size:14px; border:0;}
.menuzord #menu-item-55{margin: 0;-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
.menuzord{float: none;}
.menuzord-responsive .showhide{padding-top: 5px;}
}

@media screen and (min-width: 640px) {
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
}