/*
Theme Name: shree-balaji
Theme URI: http://shreebalaji.com/
Author: Aksharodyama
Author URI: http://aksharodyama.in
Description: shree-balaji
Version: 1.0.0
License: GNU General Public License 
License URI: LICENSE
Text Domain: shree-balaji
Tags: one-column

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.

shree-balaji is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://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
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
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 http://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. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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, .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:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	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;
}

select {
	border: 1px solid #ccc;
}

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;
}

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 li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* 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 {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	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;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.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, /* Older / Newer Posts Navigation (always hidden) */
.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%;
}

/*--------------------------------------------------------------
## 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;
}

/* custom css */

body{color: #444;font-size: 0.90rem; line-height: 1.4rem; font-family: 'Roboto','Arial', serif !important; font-weight:400; background: #fff;   }
a:link, a:visited, a:active{color:#006eaa;text-decoration:none;border: none;transition: .2s ease-out;}
a:hover{color:#f5821f;text-decoration: none; border: none;transition: .2s ease-out;}
a.one:link, a.one:active, a.one:visited{color: #f5821f;	text-decoration:none;border: none;}
a.one:hover{color: #006eaa;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: #006eaa;text-decoration: none; border: none;}
a.poweredby:link, a.poweredby:active, a.poweredby:visited{color: #777;text-decoration:none;border: none;}
a.poweredby:hover{color:#f5821f;text-decoration: underline; border: none;}
a.rmr:link, a.rmr:active, a.rmr:visited{color: #aaa;text-decoration: underline;border: none; font-size:11px; text-transform:uppercase; transition: .2s ease-out; }
a.rmr:hover{color:#006eaa;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: #006eaa;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: #fff;text-decoration: none; border: none;}

a.button1:link, a.button1:active, a.button1:visited{color: #fff;	text-decoration:none;  padding: 5px 25px; text-transform: uppercase;font-weight: 700; border: 3px solid #f5821f; -webkit-border-radius: 50px;
        border-radius: 50px; font-size: 0.8rem; background: #F5821F;}
a.button1:hover{color: #fff;text-decoration: none;   background: #8bbb6c;border-color: #8bbb6c;}
a.two:link, a.two:active, a.two:visited{color: #fff;	text-decoration:none;border: none; padding: 4px 10px; font-size: 0.75rem; font-weight: 400; background: #E88A3E;}
a.two:hover{color: #fff;text-decoration: none;  background: #006eaa; }

.full{width:100%; float:left;}
p{font-size:1rem; line-height: 1.5rem; margin:10px 0; padding:0; font-weight:400; color:#000; 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:#fff;}
.web_tagline{color: #fff; font-size: 0.8rem; font-weight: 400;margin: 0;padding: 0;margin-top: 0px;}

ul#menu-footer-menu{ margin: 0 auto;padding:0px 0px; position: relative; text-align: center;   }
#menu-footer-menu li { display:inline;margin:0;padding:0;cursor:pointer;}
#menu-footer-menu li a {padding:0px 10px 0px 10px; color:#fff;text-decoration:none; font-size:0.9rem; margin:0; height:12px; line-height:10px; font-weight: 700;    display: inline-block; border-left: 1px solid #555;  }
ul#menu-footer-menu li:hover a {color:#f5821f; text-decoration: underline;   }
#menu-footer-menu li:first-child a{ border-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 #f6892c;padding:5px 10px 5px 10px; background:#f6892c; 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 10px 5px 10px; background:#fff; color:#333; margin:0 2px; -webkit-border-radius: 3px;
-moz-border-radius: 3px; border-radius: 3px; letter-spacing: 0;}
.pagination a:hover, .pagination button:hover{background:#66ca97; color:#fff; border-color:#66ca97}

.posth2{font-size:24px; line-height:30px; margin:0px 0 20px 0; padding:0; font-weight:900; color:#be2b26;}
.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.2rem; line-height:2.8rem; margin:20px 0 0px 0; font-weight:bold; color:#e88a3e;  }
.breadcrumbs{background:none !important; padding:0; margin:0;    margin-bottom:0px;     }
.breadcrumbs  *{ color:#999; font-size:13px; font-weight:400;}
.breadcrumbs a{color:#999; padding:0 10px 0 0;}
.breadcrumbs a:hover{color:#000; 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','Arial', serif;  }

.matrixbox{height: 250px; margin-bottom: 30px; position: relative;}
.matrixbox_title{position: absolute;bottom:0; width: 100%; padding: 10px 15px 10px 15px; background: rgba(0,0,0,0.8); color: #FFF; font-size: 0.9rem; line-height: 1.5rem; text-align: center;font-weight: 700; -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{margin-bottom: 30px; margin-top: 10px;   padding-bottom: 30px; border-bottom: 1px dotted #ddd;}
.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: 2rem; color: #000; margin: 0;padding: 0;}
.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: #fafafa; margin-top: 0px; margin-bottom: 20px;  }
.comments-area{padding: 0px; background: #fafafa; border: 1px solid #ddd; margin-top: 0px; width: 100%;float: left;}
.comment-notes{font-size: 0.75rem;}
#comment-nav-below{margin-bottom: 30px;}

.bni_header{padding-top: 15px; padding-bottom: 15px; position: relative;z-10 }
.bni_menu{background: #006eaa; z-index: 2; position: relative;}
.bni_social{padding-bottom: 25px;}
.bni_follow{float: right;}
.bni_appointment{float: right; padding-left: 20px;padding-right: 20px; padding-top: 4px;}
.bni_top_contact{float: right; padding-top: 3px;font-size: 0.8rem; line-height: 1.4rem; color: #777777;}
ul.bni_socialLinks{margin: 0;padding: 0;color: #907e5c; float: right; }
ul.bni_socialLinks li{list-style-type: none; display: inline;}
ul.bni_socialLinks li a{width: 30px; height: 30px;float: left;font-size: 1.1rem;line-height: 1.9rem; color: #fff;   margin-left: 3px; -webkit-border-radius: 30px; border-radius: 30px; text-align: center; padding-top: 0px; background: #006eaa; }
ul.bni_socialLinks li a:hover{background: #f5821f;  color: #fff;}
.bni_top_contact1{padding-right: 5px;}
.bni_top_contact2{padding-right: 5px; padding-left: 20px;}

.bni_footer{background: #221f20; padding-top: 20px;padding-bottom: 20px;text-align: center;color: #fff;}
.copyright{color: #777; margin-top: 3px;font-size: 0.8rem;}
.banner_slide{padding-top: 50px;padding-bottom: 70px;}
.banner_title{font-size: 3.2rem; line-height: 3.8rem; color: #FFF;font-weight: 900;margin: 0;padding: 0;margin-bottom: 40px; height: 130px; overflow: hidden;}
.banner_info, .banner_info p{color: #FFF;}
.banner_info p{color: #FFF; font-size: 1rem; line-height: 1.6rem;}
.banner_more{margin-top: 40px;}
.banner_txt{height: 200px; overflow: hidden;}

.bni_intro{padding-top: 40px;padding-bottom: 40px;}
.home_title1{font-size: 1.8rem; font-weight: 900;color: #8bbb6c; margin: 0;padding: 0;margin-bottom: 20px;}
.bni_intro_1 p{color: #777; font-size: 0.9rem; line-height: 1.3rem;}

.bni_cfd{padding-top: 20px;padding-bottom: 40px;}
.bni_cfd_01{border:1px solid #e88a3e; -webkit-border-radius: 5px; border-radius: 5px; height: 320px; position: relative;}
.bni_cfd_02{width: 100%;position: absolute;padding: 15px 20px 5px 20px; bottom: 0;color: #FFF; background: url('images/bg1.png') repeat-x top ;}
.bni_cfd_03{font-size: 1.2rem; line-height: 1.8rem; color: #FFF; text-transform: uppercase;font-weight: 900; margin: 0;padding: 0;}
.bni_cfd_04{font-size: 0.8rem; line-height: 1.2rem; color: #FFF;  }
.bni_cfd_05{font-size: 2rem}
.bni_cfd_05 a:hover{color: #8bbb6c;}
.bni_consultant, .bni_facilities, .bni_department{padding: 0 30px;}
.bb_info{padding: 30px 30px;background: #8bbb6c; color: #FFF;}
.bb_title{color: #FFF;font-size: 2rem; line-height: 2.6rem; font-weight: 900;margin: 0;padding: 0; margin-bottom: 20px; text-shadow: 1px 1px #000;}
.bb_info p{color: #FFF;}
.bb_info ul{margin: 15px 0; padding: 0; }
.bb_info ul li{list-style-type: none;padding: 3px 20px;}
.bb_info ul li:before {font-family: 'FontAwesome';content: '\f005';margin:2px 0 0 -20px;color: #fff; position: absolute; }
.bb_info1{background: #e88a3e;}
.bb_info2{background: #006eaa;}

.bni_resources{padding-top: 40px;padding-bottom: 60px;}
.resource_title{text-transform: uppercase;color: #000; font-size: 1.6rem; line-height: 2.2rem;font-weight: 900;margin: 0;padding: 0;margin-bottom:5px;}
.resource_para{color: #777; font-size: 0.9rem; line-height: 1.4rem;}
ul.resource_cat{margin: 0 auto; padding: 0;text-align: center; margin-top: 20px;margin-bottom: 30px;}
ul.resource_cat li{list-style-type: none;display: inline; text-align: center;}
ul.resource_cat li a{padding: 4px 15px; color: #006eaa; border: 1px solid #006eaa; margin: 0 5px; -webkit-border-radius: 2px;
        border-radius: 2px; display: inline-block; margin-bottom: 5px;}
ul.resource_cat li a:hover{color: #FFF; background: #E88A3E; border-color: #E88A3E;}

.resource_01{border: 1px solid #E88A3E;}
.resource_02{height: 180px;}
.resource_03{padding: 15px;}
.resource_03_1{font-size: 0.9rem;line-height: 1.4rem; margin: 15px 0 10px 0;padding: 0;color: #000;}
.resource_03_2{color: #999;font-size: 0.8rem;}
.resource_03_2 i{margin-right: 5px;}

.bni_foot_contact{padding-top: 50px;padding-bottom: 50px;background: #006eaa;}
.bni_fcontact{margin-top: 30px; color: #FFF;}
.bni_fcontact p{color: #FFF;font-size: 0.9rem; line-height: 1.4rem;}
ul.footLinks{margin: 0;padding: 0; margin-top: 20px;}
ul.footLinks li{list-style-type: none;display: inline;}
ul.footLinks li a{display: block;padding: 5px 15px; color: #e88a3e; border: 2px solid #e88a3e; -webkit-border-radius: 3px;
        border-radius: 3px; text-align: center;font-weight: 700;margin-bottom:5px;}
ul.footLinks li a:hover{background: #FFF; color: #006eaa; border-color: #fff;}
.foot_title1{font-size: 1rem; line-height: 1.4rem;margin: 0;padding: 0;font-weight: 700;color: #FFF; margin-bottom: 20px; text-transform: uppercase;}
.bn_ipt1{margin: 0;padding: 0;padding: 6px 15px !important; background: #FFF; height: auto; -webkit-border-radius: 3px;
        border-radius: 3px; margin-bottom: 10px; font-size: 0.8rem; color: #555;}
.bn_ipt2{margin: 0;padding: 0;padding: 6px 15px !important; background: #FFF; height: auto; -webkit-border-radius: 3px;
        border-radius: 3px; margin-bottom: 20px; font-size: 0.8rem; color: #555; height: 120px !important;}
.bn_ipt3{background: #8bbb6c !important; color: #fff; font-weight: 700; padding: 5px 20px !important; box-shadow:         0px 0px 0px 0px rgba(50, 50, 50, 0.75);}
.bn_ipt3:hover{background: #000 !important;}

.bni_page{padding-top: 30px;padding-bottom: 30px;}
.breadcrumbs{border-bottom: 1px dotted #ccc; padding-bottom: 10px;}
.sideSpace{margin-bottom: 30px;}
.sideGallery{height: 250px; position: relative; background: url('images/gallery.jpg') no-repeat bottom center; background-size:cover; border: 1px solid #ddd;}
.sideGalleryTitle{width: 100%;position: absolute;bottom: 0; padding: 10px 15px; font-size: 1rem; color: #FFF;font-weight: 900;text-transform: uppercase;text-align: center; background: rgba(0,0,0,0.7);}

.qform br{display:none}









@media screen and (max-width: 640px) {
.bni_menu, .bniTopMenu{padding:0; background:#006eaa 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;  }
.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 ;}
.bni_follow{width: 35%;float: right; padding-top: 15px;padding-bottom: 10px;}
.bni_appointment{width: 65%;float: left; padding-left: 0;padding-right: 0;padding-top: 20px;padding-bottom: 10px;}
.bni_social{padding-bottom: 0;}
.bniTopMenu{margin-top: 20px;}
#menuzord1 .menuzord-menu>li>a{color: #FFF;}
#menuzord1  .menuzord-menu li .indicator{height: 44px !important;}
#menuzord1 .menuzord-menu li ul.dropdown li .indicator{height: 38px !important;}
.banner_title{font-size: 1.4rem; line-height: 2rem; margin-bottom: 20px; height: auto;}
.banner_txt{font-size: 0.9rem;line-height: 1.4rem; height: 115px;}
.bni_intro{padding-top: 20px;padding-bottom: 20px;}
.bni_facilities{margin-top: 30px;margin-bottom: 30px;}
.bni_serv_1, .bni_serv_4, .bni_serv_5{height: 200px !important;}
.bni_serv_2, .bni_serv_3, .bni_serv_6{height: auto;}
.bni_serv_2, .bni_serv_4, .bni_serv_6{border-bottom: 2px solid #fff;}
.resource_01{margin-bottom: 20px;}
.bni_resources{padding-bottom: 10px;}
.bni_foot_contact{padding-top: 30px;padding-bottom: 40px;}
ul.footLinks{margin-bottom: 30px;}
.copyright{margin-top: 5px;}
}

@media (max-width:980px) and (min-width:641px) {
.bni_menu, .bniTopMenu{padding:0; background:#006eaa 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;
}
}