.box-sh {
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #ffffffd9;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 31px 31px 0 rgb(0 0 0 / 0%);
   
}

.common {
  padding: 15px;
}

.txtbold {
  font-weight: bold;
}
.txtbold2 {
    font-weight: bold;
    font-size: 30px;
}

.animate-border-white {
    position: relative;
    display: block;
    width: 115px;
    height: 4px;
    border-radius: 150px;
    background: #0b6fb2;
    overflow: hidden;
}
.me-auto {
    margin-right: auto !important;
}

.ms-auto {
    margin-left: auto !important;
}

.btn {
    display: inline-block;
    padding: 8px 22px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.bottom-form {
   position: fixed;
   left: 0;
   bottom: -15px;
   width: 100%;
   background-color: #093;
   color: white;
   text-align: center;
   z-index: 500;
}

.icon-barsoc {
    position: fixed;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 200;
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 4px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-barsoc a {
  display: block;
  text-align: center;
  padding: 8px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}


.whatsapp {
  background: #093;
  color: white;
}


.accordion {
    background-color: #eeeeeeab;
    color: #444;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-size: 18px;
    transition: 0.3s;
    border-radius: 5px;
    margin-bottom: 5px;
}

.accordion:hover {
    background-color: #ccc;
}

.accordion.active {
        background-color: #002d5d;
    color: #fff;
}

.panel {
    padding: 15px;
    background-color: #f9f9f9;
    display: none;
    border-left: 3px solid #ccc;
    border-radius: 5px;
}

.flink {
  color: #fff;
  text-decoration: none;
}
.flink:hover {
  color: #fff;
  text-decoration: none;
}

.locbg {
    width: 100%;
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: #212121 url(../images/locbg-img.jpg) no-repeat center center fixed;
    background-size: cover;
}

.ftlink {
    color: #000;
    text-decoration: none;
}
.ftlink:hover {
    color: #000;
    text-decoration: none;
}