/*
Theme Name: evening
Theme URI: http://www.htmlden.com/
Author: KriShne Gowda NL
Author URI: http://www.htmlden.com
Description: A simple, lightweight, responsive, html5 css3 theme. 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hd4
Tags: blue

*/
@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Slabo+13px|Open+Sans:400,600);

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 16px;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 13px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	color: #444;
	background-color: #ebdffa;
	font: 13px/18px "Open Sans", Arial, Helvetica, sans-serif;
}

::selection {
  background: #0092bf;
}
::-moz-selection {
  background: #0092bf;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #0039b9;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-thumbnail {
  padding: 6px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
p{margin: 0 0 10px;}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
body{overflow-y:scroll}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Slabo 13px', serif;
}

/*Helper Classes*/
.fl{float: left}
.fr{float: right}
.cf:after{content:"";display:table;clear:both}

.more{position:relative;padding-right:10px}
.more:after{
	width:0;
	height:0;
	border-width:4px;
	border-color:transparent transparent transparent blue;
	border-style:solid;
	content:"";
	position:absolute;
	right:-4px;
	top:5px
}

.arrow,
.services li:before
{
	background-image:url(img/sprite.png);
	background-repeat:no-repeat;
}

/*USer Classes start from here*/
.container{
	background-color:#FFF;
	min-height:200px
}
@media (min-width: 768px) {
	.container{
		width:768px;
		margin:0 auto;
	}
}
@media (min-width: 1024px) {
	.container{
		width:1000px;
	}
}
@media (max-width:767px){.m-hide{display:none}}

header.page-head{
	border-bottom:1px solid #0092bf;
	padding:25px 20px 5px;
}

.logo{
	text-align:center;
	font-size:26px;
	font-family:"Slabo 13px", Georgia, serif;
}
.logo a{
	color:#005387;
	text-decoration:none;
}
@media (min-width: 768px) {
	.logo{float:left}
	.logo{
		font-size:42px;
		line-height:60px;
	}
	.h-aside{float:right}
}


.help-section{text-align:right;color:#777}
.help-section strong{font-size:18px;color:#005387;font-weight:normal}
.top-nav{margin-top:35px}
.top-nav ul{
	list-style:none;
	padding-left:0;
	margin-bottom:0;
}
.top-nav > ul > li{position:relative}
@media(max-width:599px){
	.top-nav > ul > li{margin-bottom:5px}
}
@media(min-width:600px){
	.top-nav > ul > li{
		float:left;
		margin-left:20px;
	}
}
.top-nav > ul > li > a{
	display:block;
	border:1px transparent #013b60;
	border-radius:5px;
	color:#333;
	line-height:24px;
	padding-left:12px;
	padding-right:12px;
}
.top-nav > ul > li.current-menu-item >  a,
.top-nav > ul > li.current_page_item > a,
.top-nav > ul > li:hover > a,
.top-nav > ul > li > a:hover{
	background-color:#005387;
	border-color:#013b60;
	color:#FFF;
	text-decoration:none;
}
.top-nav ul li .sub-menu{
	background-color:#b2cbdb;
	border:2px solid #005387;
	border-radius:10px;
	width:160px;
	position:absolute;
	top:200px;
	left:-10px;
	z-index:20;
	padding:15px 5px;
	display:none;
	opacity:.1;
	-webkit-transition: all 500ms ease-in;
		 -moz-transition: all 500ms ease-in;
			-ms-transition: all 500ms ease-in;
			 -o-transition: all 500ms ease-in;
					transition: all 500ms ease-in;
}
.top-nav ul li:hover .sub-menu{
	display:block;
	top:20px;
	opacity:1;
}
.top-nav .sub-menu li{
}
.top-nav .sub-menu li a{
	display:block;
	padding:0 20px;
	line-height:24px;
	border-bottom:1px solid #8eb3ca;
}
.top-nav .sub-menu li a{
	display:block;
	padding:0 20px;
	line-height:28px;
	border-bottom:1px solid #8eb3ca;
	border-radius:4px;
}
.top-nav .sub-menu li a:hover{
	background-color:#8eb3ca;
	text-decoration:none;
	color:#FFF;
}

/*Styles for Banner Area
##########################*/

.banner-area{
	background-image:url(img/banner-bg.png);
	background-repeat:repeat-x;
	background-position:left bottom
}

.hero-text{padding:15px}
.hero-text h1{
	color:#035c93;
	line-height:1.3;
	text-align:center;
	font-size:32px;
}
.hero-text a{
	font-size:13px;
	font-weight:normal
}

.slider{}
.slide img {width:100%}
.slide-nav{list-style:none;padding-left:0}
.slide-nav li{float:left;width:20%}
.slide-nav li a{
	display:block;
	line-height:24px;
	background-color:#CCC;
	margin:2px 4px;
	text-align:center
}
@media(min-width:768px){
	.hero-text{
		width:45%;
		float:left;
	}
	.slider{
		width:55%;
		float:right;
		padding-top:20px;
		padding-right:20px;
		position:relative;
	}
	.slide img {border:4px solid #CCC;border-radius:6px}
	.slide-nav{position:absolute;left:20px;bottom:20px;}
	
	.arrow{
		width:45px;
		height:45px;
		border:4px solid #bdbdbd;
		background-color:#656565;
		opacity:.6;
		border-radius:50%;
		position:absolute;
		top:0;
		bottom:0;
		margin-top:auto;
		margin-bottom:auto;
		cursor:pointer;
	}
	.arrow.left{
		left:-20px;
		background-position:-5px 6px;
	}
	.arrow.right{
		right:0;
		background-position:-55px 6px;
	}
	.arrow:hover{
		background-color:#FFF;
		border-color:#0092bf;
		opacity:1;
	}
	.arrow.left:hover{
		background-position:-5px -30px;
	}
	.arrow.right:hover{
		background-position:-55px -30px;
	}
}

.services{list-style:none}
.services li{
	padding:0 0 10px 30px;
	position:relative;
}
.services li:before{
	width:20px;
	height:20px;
	content:"";
	position:absolute;
	left:0;
}
.services li.ser1:before{background-position:-25px -65px}
.services li.ser2:before{background-position:-50px -65px}
.services li.ser3:before{background-position:-75px -65px}
.services li.ser4:before{background-position:0 -90px}




    #owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
    }




/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}


@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}


.site-footer{
	clear:both;
	background-color:#6698b7;
	border-top:4px solid #005387;
	color:#FFF;
	padding:20px;
	text-align:center
}
.site-footer a{color:#FFF}
.site-footer a:hover{
	text-decoration:none;
	background-color:#005387;
	color:#FFF;
}
.main-area{position:relative}
.content-area{
	float:left;
	width:680px;
	padding:20px;
	min-height:700px
}
.widget-area{
	width:300px;
	background-color:#e5edf3;
	padding:20px;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
}
.wp-caption{
	font-size:18px;
	color:#444;
}
.wp-caption-text{
	font-size:18px;
	color:#444;
}
.sticky{
	
}
.gallery-caption{
	font-size:18px;
	color:#444;
}
.bypostauthor{
	font-size:13px;
	color:#666;
}
.alignright{
	text-align: right;
}
.alignleft{
	text-align: left;
}
.aligncenter{
	text-align: center;
}



