.yButtonText {


}
body {
  background-color: #343a40 !important;
}

a {
  color: rgb(80,105,86);!important;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: rgb(15, 56, 25);!important;
  text-decoration: none;
  background-color: transparent;
}

bootstrap.css:40
#myCarousel_last {
  padding: 1%;
}

.item-box-blog-heading:hover h5 {
  color: #3ccccf !important;
}
.item-box-blog-heading a {
  color: #3894d0;
}
.bg-cl-rbg {
  background-image: linear-gradient(130deg, #3894d0 0%, rgb(49, 46, 46) 70%);
  border-radius: .25rem;
}
.bg-cl-rbg:hover {
  background-image: linear-gradient(90deg, #312e2e 0%, #3894d0 65% );

}
.navbar-dark .navbar-toggler {
  color:
          rgba(255,255,255,.5);
  border-color:
          rgba(255,255,255,.5);
}
.menu_color {
  background-color: white;
}
.container .fab:hover {
  color: white;
}
.row .fab {
  color: #343a40;
}
.row .fab:hover {
  color: white;
}
.fab {
  color: white;
  font-size: 1.8em !important;
}
.text-primary {
  color: #3894d0 !important;
}
.col-md-3  a {
  color: #343a40 !important;
}
.col-md-3  a:hover {
  color: white !important;
}
/*body .carousel-indicators li{
  background-color: #3894d0;
}*/
#myCarousel .carousel-indicators {
  margin-bottom: 0;
}
.fixed-info-block {
  position: fixed;
  background-color: rgb(80,105,86)!important;
  z-index: 50;
  width: 100%;
  text-align: center;

}

/*body .carousel-control-prev-icon{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233894d0' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;

}
body .carousel-control-next-icon{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233894d0' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;

}*/
.col-md-4{
  padding-bottom:20px;
}
.white {
  color: #fff !important;
}
.mt{float: left;margin-top: -20px;padding-top: 20px;}
.bg-blue-ui {
  background-color: rgba(226,59,54,0.85) !important;
}
.blog .carousel-indicators li {
  background: #708198;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.blog .carousel-indicators .active {
  background: #0fc9af;
}
.item-box-blog {
  border: 1px solid #dadada;
  text-align: center;
  z-index: 4;
}
.item-box-blog-image {
  position: relative;
}
.item-box-blog-image figure img {
  width: 100%;
  height: auto;
}
.item-box-blog-date {
  position: absolute;
  z-index: 5;
  padding: 4px 20px;
  top: -20px;
  right: 8px;
  background-color: #41cb52;
}
.item-box-blog-date span {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.2;
}
.item-box-blog-date span.mon {
  font-size: 18px;
}
.item-box-blog-body {
  padding: 10px;
}
.item-heading-blog a h5 {
  margin: 0;
  line-height: 1;
  text-decoration:none;
  transition: color 0.3s;
}
.item-box-blog-heading a {
  text-decoration: none;
}
.item-box-blog-data p {
  font-size: 13px;
}
.item-box-blog-data p i {
  font-size: 12px;
}
.item-box-blog-text {
  max-height: 100px;
  overflow: hidden;
}
.btn.bg-blue-ui.white.read {
  cursor: pointer;
  padding: 4px 20px;
  float: left;
  margin-top: 10px;
}
.btn.bg-blue-ui.white.read:hover {
  box-shadow: 0 5px 15px inset #4d5f77;
}