body{
	font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.1em;
}
.bgredlight{background: #ff3535;}
.bgreddark{background: #8d0101;}
.bgreddarkest{background: #3c0000;}
.newupdatetitle{
	width: 220px;
}
.newupdatebox{
	margin-left: 220px;
	height: 40px;
}
.not-app-yet-blk:before{
  content: "";
  background: rgba(255, 255, 255, .4);
  position: absolute;
  width: 100%;
  height: 100%;
}
.not-app-yet-blk .col-lg-6{
  margin-top: 3rem;
}
.arrow-right:after {
  content: " ";
  position: absolute;
  right: -12px;
  top: 11px;
  border-top: 10px solid transparent;
  border-right: none;
  border-left:12px solid #8d0101;
  border-bottom: 10px solid transparent;
}
.carousel-caption{
	background:rgb(255, 255, 255, .6);
	left: 10%;
}
.carousel-caption.text-end{
	left: auto;
	right: 10%;
	}
  .accordion-button{
    font-size: 1.2rem;
  }
  h1, h2, h3, h4{
    color: #ff3535;
  }
  .accordion-button, h2, h3, h4{
    font-weight: bold;
  }
  .read-more-btn{
    display: inline-block;
    border: 1px solid #ff3535;
    color: #ff3535;
  }
  .read-more-btn:hover{
    background: #ff3535;
    color: #fff;
  }
  .lst_itm li{
    background: #ffe7e7;
    margin-top: 5px;
    border-radius: 6px;
    padding: 5px 15px;
  }
@media (max-width: 768px) {
  .newupdatetitle {
    width: 100%;
  }
  .newupdatebox{
    margin-left: 0px;
    padding-top: 1px;
  }
  .arrow-right:after {
        bottom: -18px;
        left: 50%;
        margin-left: -10px;
        display: block;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #8d0101;
        right: auto;
        top: auto;
  }
  .carousel-caption{
    position: relative;
    right: 0px !important;
    left: 0px !important;
    top: 0px;
  }
  .parent:hover > ul{
    left: 0;
    width: 100%;
  }
}
