.navbar-brand>img{
  height:20px;
}
.nav-link>img{
  height:15px;
  width:15px;
  vertical-align:baseline;
}
.bar {
  display:inline-block;
  height: 5px;
  width: 60px;
}
.bar.white {
  background-color:white;
}
.bar.pink {
  background-color:rgb(255, 103, 129);
}
.text-pink {
  color: pink;
}
.text-blue {
  color: rgb(15, 143, 228);
}
.text-yellow {
  color: yellow;
}
.bg-lightblue {
  background-color:rgb(15, 143, 228);
  color:#fff;
}
.bg-blue {
  background-color:rgba(7, 65, 224, 0.856);
  color:#fff;
}
.strong-yellow strong{
	color:rgb(255, 255, 0);
	font-size:120%;
}
.strong-blue strong{
	color:rgba(7, 65, 224, 0.856);
	font-size:120%;
}
.bg-gray {
  background-color:#eee;
}
figure>img{
  width:100%;
}
.figure-group-3>figure>img{
  height:300px;
  width:auto;
}
.btn-outline-pink {
  --bs-btn-color: rgb(255, 103, 129);
  --bs-btn-border-color: rgb(255, 103, 129);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(255, 103, 129);
  --bs-btn-hover-border-color: rgb(255, 103, 129);
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(255, 103, 129);
  --bs-btn-active-border-color: rgb(255, 103, 129);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(255, 103, 129);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(255, 103, 129);
  --bs-gradient: none;
}
.line>div{
  display:inline-block;
}
.img-group-1>img{
  max-height:80px;
}
footer a{
  color:white;
}
.video{
  height:600px;
}
.list-group-st-1{
  min-height:200px;
  margin-bottom:2px;
}
.list-group-st-1>div{
  border-color:#eee;
  border-style:solid;
  background-color:#eee;
  border-width:1px;
  border-radius: 5px;
  padding:4px;
}
.list-group-st-1 .textarea{
  word-break:break-all;
  min-height:100px;
  white-space: pre-wrap;
  padding:4px;
}
.list-group-st-1 a.textarea{
  text-decoration: none;
}
.box-shadow-st-1{
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.empty-contactus{
  border-radius:5px;
  background-color:#eee;
  border-width:1px;
  padding:100px 10px !important;
  text-align:center;
}
.heading{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.heading.hide{
  display:none;
}

.open-collapse{
  cursor:pointer;
}

.word-st-240613{
  line-height:1.7;
}

.word-st-240613 ul>li{
  margin-bottom:10px;
}
.word-st-240613 h5{
  margin-top:40px;
}
.word-st-240613 h4{
  margin-top:45px;
}

.word-st-240613 ul{
  margin-bottom:20px;
}
.flex {
        flex-direction:row;
}
.flex > * {
        align-self:center;
}
main {padding-bottom:60px;}
.st-240822-kn {
  display:inline-block;
  height:32px;
  text-decoration:none;
  font-size:16px;
  padding:5px 0;
}
.st-240822-kn img{
  height:100%;
  width:auto;
  vertical-align:baseline;
}

