.has-error input, .has-error textarea, .error {
	border-color: red;
	color: red
}
.bd-toc {
	position: -webkit-sticky;
	position: sticky;
	top: 4rem;
	height: calc(100vh - 4rem);
	overflow-y: auto;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: scroll;
}
.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
 @media (min-width: 768px) {
.bd-placeholder-img-lg {
	font-size: 3.5rem;
}
}
 @media (min-width: 992px) {
.navbar-expand-lg .navbar-nav {
	width: 100%;
}
}
.fixed {
	position: fixed
}
.fixed .justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.is-sticky {
	
	z-index: 1000;
	width: 100%;
	margin: 0 auto;
	top: 0;
	left: 0;
}
#calc input[type="radio"] {
	display: none
}
.dropdown-menu.show {
	width: 100%;
}
#calc .multiselect-container li.active {
	background: #e5e5e5
}
#calc .btn:not(:disabled):not(.disabled) {
	border: 1px solid #e5e5e5;
	width: 100%;
	display: block;
	text-align: left;
	background: #fff
}
#calc .btn-group, .btn-group-vertical {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	width: 100%;
}
#calc .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	right: 5px;
	top: 45%;
	position: absolute;
}
.about .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #d8e0f3;
	border-radius: 10%;
	background-clip: border-box;
	border: 0px solid rgba(0, 0, 0, 0.125);
	margin: 20px;
}
.form-group1 {display:none;}

hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar {border: 1px solid #f9f9f9; padding:10px; background:#f9f9f9}


	a {color:#104672}





















/* stylelint-disable selector-list-comma-newline-after */

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

 




.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
