/*@font-face {
  font-family: DroidSerif-Regular;
  src: url("../fonts/DroidSerif-Regular.ttf");
}
@font-face {
  font-family: DroidSerif-BoldItalic;
  src: url("../fonts/DroidSerif-BoldItalic.ttf");
}
@font-face {
  font-family: DroidSerif-Bold;
  src: url("../fonts/DroidSerif-Bold.ttf");
}
@font-face {
  font-family: DroidSerif-Italic;
  src: url("../fonts/DroidSerif-Italic.ttf");
}*/
/******* header *******/
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Lato');
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
body {
  /*font-family: "DroidSerif-Regular";*/
  /*font-family:'Roboto', sans-serif;*/
  font-family: 'Lato', sans-serif;
  margin: 0px;
}
.logo {
  width: auto;
  float: left;
}
#header,
#main-wrapper,
#footer,
#page-wrapper,
.item-list {
  width: 100%;
  float: left;
}
ul {
  margin-top: 0px;
}
#logo {
  float: left;
  position: absolute;
}
#logo img {
  height: 34px;
  width: auto;
}
.container {
  /*padding-right: 15px;
  padding-left: 15px;*/
  margin-right: auto;
  margin-left: auto;
}
#content {
  position: relative;
}
#navigation {
  padding: 15px 0;
  border-bottom: solid 4px rgba(255, 255, 255, .8);
  width: 100%;
  z-index: 1000;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: #0db4e9;
  float: left;
  height: 69px;
}
nav {
  display: block;
}
.menu {
  float: right;
  margin-bottom: 0;
  margin-top: 10px;
}
.menu li {
  display: inline-block;
  margin-left: 20px;
  margin-top: 2px;
  list-style-type: none;
}
#navigation .menu a {
  color: #fff;
  text-decoration: none;
}
/**site name and slogan**/
.site-slogan-name {
  margin-bottom: 20px;
}
#site-name {
  margin: 0px;
}
/****************mobile ****/
.mean-nav {
  display: none;
}
.mean-close {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  padding: 0px 4px 0px 0px !important;
  margin-top: 2px;
}
.container .mean-nav ul {
  background-color: #0db4e9;
}
/*** form *****/
.form-text , .form-search {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 0px;
  text-indent: 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-submit:hover {
  cursor: pointer;
}
.form-submit {
  background-color: #82b440;
  padding: 10px 18px;
  color: #fff;
  border-radius: 5px;
  border: 2px solid #fff;
}
#edit-cancel {
  background-color: #82b440;
  padding: 9px 16px;
  color: #fff;
  border-radius: 5px;
  border: 2px solid #fff;
  font-size: 13px;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid red;
}
.search-form .form-submit {
  margin-top: 1em;
}
#search-block-form .form-submit {
  margin-top: 1em;
}
/******* article ***/
.black {
  color: #000;
}
a {
  text-decoration: none;
}
.col-100 {
  width: 100%;
}
.float_left {
  float: left;
}
img {
  max-width: 100%;
  height: auto;
}
/**** pager ****/
/*.pager .pager__items {
  width: 100%;
  float: left;
  padding: 15px 0px;
}
.pager .pager__items .is-active {
  background: #008cba;
  color: #ffffff;
  cursor: default;
  font-weight: bold;
  border-radius: 3px;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0px 5px;
}
.pager .pager__items li a {
  color: #999999;
}
.pager .pager__items .is-active a {
  color: #ffffff;
}
.pager .pager__items .pager__item:hover {
  border-radius: 3px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background: #e6e6e6;
  color: #999999;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0px 5px;
}
.pager .pager__items li {
  padding: 0 5px;
  margin: 0 0 0.25em 1.5em;
}*/
/***** footer ****/
#footer {
  font-size: .9em;
}
.section-full-colored,
.section-full-colored a {
  color: #fff;
}
.section-full-colored .section-content {
  background-color: #82b440;
}
#footer .section-content {
  padding: 50px 0 20px 0;
  width: 100%;
}
.center {
  text-align: center;
}
.section.with-arrow:before {
  z-index: 11;
}
.section.with-arrow {
  position: relative;
  z-index: 10;
}
.with-arrow:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  z-index: 999;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fff;
  border-width: 20px;
  margin-left: -20px;
}
select {
  height: 34px;
  padding: 6px 0px;
  text-indent: 0px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.filter-wrapper {
  border: 1px solid #bbb;
  border-radius: 5px;
}
textarea {
  border-radius: 5px;
  text-indent: 12px;
}
.calendar {
  height: 17px;
  width: 25px;
  background: url("../images/Calender.png");
  float: left;
  background-repeat: no-repeat;
  background-position: 1px 2px;
}
.paddingt {
  padding: 0px 0px 20px 0px;
}
.padding {
  padding: 20px;
}
.grayborder {
  border: 1px solid #d8d8d8;
}
.border_radius {
  border-radius: 5px;
}
.margin_bottom {
  margin-bottom: 20px;
}
.margint_none {
  margin-top: 0px;
}
.box_shadow {
  box-shadow: 0px 28px 22px -26px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 28px 22px -26px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 28px 22px -26px rgba(0,0,0,0.75);
}
#footer-columns {
  margin-bottom: 1em;
}
/***************** breadcrump ***/
.breadcrumb {
  padding-bottom: 0px;
}
a {
  color: #009fda;
}
.breadcrumb ol li:first-child a {
  background-image: url("../images/home.png");
  background-position: 0% 0%;
  background-repeat: no-repeat;
  padding-left: 1.5em;
}
.breadcrumb ol {
  margin-bottom: 1em;
}
.breadcrumb ol li {
  display: inline-block;
}
.breadcrumb ol li:after {
  content: "→";
}
.breadcrumb ol li:last-child:after {
  content: none !important;
}

/***** tabs ***/
.himalaya-tabs ul li .is-active  {
  position: relative;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.8);
  border-color: #dcddde;
  margin-bottom: -1px;
  border-bottom: 1px solid #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 5px 5px 0 0;
}
.himalaya-tabs ul li a {
  background-color: transparent;
  border-color: #dcddde;
  border-style: solid solid none solid;
  border-width: 1px;
  height: auto;
  margin-right: 0.5em;
  padding: 0 1em;
  text-decoration: none;
  border-radius: 5px 5px 0px 0px;
}
.himalaya-tabs ul {
  border-bottom: 1px solid #dcddde;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 5px;
  padding: 0 0 0 1em;
  white-space: nowrap;
}
.himalaya-tabs ul li {
  list-style-type: none;
  display: inline-block;
}
/**** node ***/
ul.inline li {
  padding: 0 0.5em 0 0;
}
ul li.node-readmore {
  padding-right: 1.5em;
}
ul li.comment-add,
ul li.comment-delete,
ul li.comment-edit,
ul li.comment-reply,
ul li.comment-comments {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
ul li.comment-add {
  background: url("../images/comment.png");
  background-repeat: no-repeat;
  background-position: 0px 5px;
}
ul li.comment-delete {
  background: url("../images/delete.png");
  background-repeat: no-repeat;
  background-position: 0px 5px;
}
ul li.comment-edit {
  background: url("../images/edit.png");
  background-repeat: no-repeat;
  background-position: 0px 5px;
}
ul li.comment-reply {
  background: url("../images/reply.png");
  background-repeat: no-repeat;
  background-position: 0px 5px;
}
ul li.comment-comments {
  background: url("../images/comments.png");
  background-repeat: no-repeat;
  background-position: 0px 5px;
}
.node .submitted-by {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.node .submitted-by .user-picture,
.comment .user-picture {
  float: right;
}
.comment h3 {
  margin-top: 0px;
}
.node .submitted-by .user-picture img,
.comment .user-picture img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #d8d8d8;
}
.node .submitted-by .submitted-by-innerwrap {
  display: inline-block;
  vertical-align: middle;
}
.profile .user-picture {
  margin: 2em 1em 1em 0;
}
.comment .new {
  float: right;
  margin-right: 20px;
}
.comment {
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0px 28px 22px -26px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 28px 22px -26px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 28px 22px -26px rgba(0,0,0,0.75);
}
.indented {
  margin-left: 25px;
}
/**  search form ***/
.search-block-form input.form-search {
  background-image: url("../images/search.png");
  background-repeat: no-repeat;
  background-position: 98% 50%;
  padding: 0;
}
.search-block-form .form-wrapper {
  margin-top: 0em;
}
/*** block ***/
#sidebar .contextual-region {
  width: 100%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#sidebar .contextual-region {
  border: 1px solid #d8d8d8;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 20px;
}
#sidebar .contextual-region h2 {
  margin: 0px 0px 5px 0px;
  border-bottom: 1px solid #d8d8d8;
  padding: 0px 0px 10px 0px;
}
.help-wrapper .block {
  border: 1px solid #d8d8d8;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

/****** message ******/
.message .messages {
  margin-bottom: 20px;
}
div.error {
  background-color: #ffecec;
  border: 1px solid #f5aca6;
  border-radius: 5px;
}
div.status {
  background-color: #e9ffd9;
  border: 1px solid #a6ca8a;
  border-radius: 5px;
}
div.warning {
  border-radius: 5px;
}
/*****  table *****/
table {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.1);
  box-shadow: 0 0 0 1px rgba(0,0,0,.1);
  margin: 1em 0;
  padding: 1em;
  border-radius: 5px;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
table th {
  cursor: auto;
  background-color: rgba(0,0,0,.06);
  text-align: left;
  color: rgba(0,0,0,.8);
  padding: 1em .7em;
  border: none;
  vertical-align: middle;
  border-bottom: 1px solid #d8d8d8;
}
table td {
  padding: .5em .5em;
  vertical-align: middle;
  background: transparent;
}
tr.even,
tr.odd {
  border-bottom: 0px;
}
tbody {
  clear: both;
  outline-width: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  background: transparent;
  outline-style: solid;
  vertical-align: baseline;
}
table th:first-child {
  border-radius: 5px 0 0;
}
table th:last-child {
  border-radius: 0 5px 0 0;
}
tr.odd {
  background: transparent;
}
/***** li ****/
.item-list ul li,
ul li {
  list-style-type: circle;
}
/** login **/
.contextual-region .contextual .contextual-links a,
.contextual .contextual-links a {
  background-color: #fff;
  color: #333;
  display: block;
  font-family: "DroidSerif-Regular";
  font-size: small;
  line-height: 0.8em;
  margin: 0.25em 0;
  padding: 0.4em 0.6em;
}
.contextual .contextual-links {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px 0 4px 4px;
  clear: both;
  float: right;
  margin: 0;
  padding: 0.25em 0;
  position: relative;
  right: 6px;
  text-align: left;
  top: -1px;
  white-space: nowrap;
  list-style-type: none;
}
.contextual .contextual-links li {
  list-style-type: none;
}
#block-himalaya-local-tasks > ul li {
  display: inline-block;
  list-style-type: none;
}
#block-himalaya-local-tasks {
  margin-bottom: 3em;
}
#block-himalaya-local-tasks > ul li a {
  color: #333;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  padding: 0px 15px;
  background-color: #fff;
  border-radius: 5px 5px 0px 0px;
}
#block-himalaya-local-tasks > ul li .is-active {
  padding: 1px 15px;
}
#block-himalaya-local-tasks > ul {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: -1px;
}

.sub-menu-himalaya {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: #0db4e9;
  display: none;
  margin: 0;
  padding: 0;
}
.menu.sub-menu-himalaya li {
  display: block;
  width: 100%;
  text-align: left;
  margin-left: 0;
}

/*Css for top header*/
.nav-top {
    background: #000000 !important;
}
.nav-top ul {
  display: flex;
  justify-content: flex-end;
  margin: 0px;
  padding: 1px !important;
}
.nav-top ul li {
    display: inline-block;
    padding: 0 15px 0 15px;
    color: #ffffff;
}
.nav-top ul li a {
  color: #ffffff !important;
  font-size: 14px;
}
.nav-top ul li a:hover {
  color: #c42431 !important;
}
.nav-top ul li i {
  padding: 4px 8px 0 0;
}
/*Css for bottom footer copyright*/
.footer-bottom {
    background: #444444;
    text-align: center;
    padding: 10px 0;
}
.footer-bottom p {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
}
/*Add css to webform*/
.webform-submission-contact-form{
  max-width: 780px;
  margin: 0px auto;
  width: 100%;
  padding: 0 20px;
}
.webform-submission-contact-form .js-form-item-name{
  width: 100%;
  display: inline-block;
  position: relative;
}
.webform-submission-contact-form input{
  border-bottom: 1px solid #000000 !important;
  border-radius: 0 !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  box-shadow: none !important;
  color: #2d2d2d !important;
  font-family: 'Lato',sans-serif !important;
  font-size: 1rem !important;
  font-weight: normal !important;
}
.webform-submission-contact-form .js-form-item-email {
  width: 100%;
  display: inline-block;
  margin: 0px 00 00 0px;
  position: relative;
}
.webform-submission-contact-form label {
  color: #2d2d2d;
  font-size: 10px;
  font-weight: normal;
  transition: all ease .3s;
  visibility: visible;
  opacity: 0;
  position: absolute;
  top: -15px;
  left: 0;
}
.webform-submission-contact-form input:focus,
.webform-submission-contact-form .form-textarea:focus {
	opacity: 1;
	transition: all ease .3s;
}
.webform-submission-contact-form input::placeholder:focus,
.webform-submission-contact-form .form-textarea::placeholder:focus {
  opacity: 0;
}
.webform-submission-contact-form .form-text, .webform-submission-contact-form .form-textarea, .webform-submission-contact-form .form-email {
  margin-bottom: 2em;
  display: block;
  width: 100%;
  padding: 6px 0px;
  text-indent: 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  position: relative;
}
.webform-submission-contact-form input:focus {
  outline: none;
}
.webform-submission-contact-form textarea {
  border: 1px solid #000000;
  border-radius: 0 !important;
  color: #2d2d2d !important;
  font-weight: normal !important;
  resize: none;
} 
.webform-submission-contact-form .g-recaptcha{
  margin-top:50px;
}
 .webform-submission-contact-form .form-actions .js-form-submit{
  border-bottom: none !important;
  color: #fff !important;
  font-size: 2rem !important;
  padding: 24px;
  width: 100%;
  margin-top:15px;
}
.webform-submission-contact-form textarea::placeholder {
  color: #555;
  font-size: 16px;
}
.webform-submission-contact-form input::placeholder {
  color: #555;
  font-size: 16px;
}
.webform-submission-contact-form input:focus {
    border-bottom: 1px solid #009fda !important;
}
.webform-submission-contact-form .form-textarea:focus {
  outline: none;
  border-color: #009fda;
  resize: none;
}
