body {
  font-family: "Muli" !important;
  font-weight: 300;
  /*background: #180b28;*/
    background: #002c2f;
}
.w-100 {
    width: 100%;
}
.global-background {
    /*background: #805095;*/
    background: #199593;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.header-logo {
  width: 100%;
  height: 100px;
  /*background: #180b28;*/
    background: #002c2f;
  display: flex;
  justify-content: center;
  align-items: center;
  /*border-bottom: 3px solid #805095;*/
    border-bottom: 3px solid #20fff6;
}
.header-logo img {
  width: 250px;
}
.breadcrumb {
  list-style: none;
  overflow: hidden;
  font-size: 16px;
  padding: 0;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
}
.breadcrumb li {
  display: flex;
}
.breadcrumb li a {
  color: white;
  text-decoration: none;
  padding: 10px 0 10px 20px;
  background: #00b7cd;
  position: relative;
  display: block;
  float: left;
  width: max-content;
}
.breadcrumb li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #00b7cd;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}
.breadcrumb li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}
.breadcrumb li:first-child a {
  padding-left: 10px;
}
.breadcrumb li:nth-child(2) a {
  background: #00b7cd;
}
.breadcrumb li:nth-child(2) a:after {
  border-left-color:#00b7cd;
}
.breadcrumb li:last-child a {
  background: transparent !important;
  color: black;
  pointer-events: none;
  cursor: default;
}
.breadcrumb li:last-child a:after {
  border: 0;
}
#social-media-box-v2 {
    width: 100%;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 10px;
}
.sm-box {
    width: 100%;
    height: 100px;
    background: #180b28;
    font-size: 14px;
    text-align: center;
    padding: 10px 0px;
}
.sm-box img {
    width: 60px;
    margin-bottom: 5px;
}

.tabdrop a{
  color: white;
}
p a{
  color: white;
}
.tab-content{
  margin-left: 15px;
  width: initial;
  margin-right: 15px;
}