body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }
.w-19{
    width:19% !important;
}
.content {
  padding: 7rem 0; }

h2 {
  font-size: 20px; }

.bg-left-half {
  position: relative; }
  .bg-left-half:before {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    background-color: #f8f9fa; }

    .owl-carousel{
      margin-top: 6rem !important;
    }
    .media-29101{
      border-top: 0px solid transparent;
      border-bottom: 10px solid #a51f28;
      background-color: white;
      /* overflow: hidden; */
      height: 455px;
      cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-right: 10px;
    margin-top: 10px;
  }
  .media-29101:hover{
      padding: 1rem;
      /* border-top: 10px solid #a51f28; */
      box-shadow: 0px 0px 10px 1px #a51f281f;
    }
.media-29101 img {
  margin-bottom: 0px; 
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.media-29101:hover img {
  height: 0;
}



.media-29101 .text {
  transition: all 0.3s ease-in-out;
  height: 55px;
  padding: 1rem ;

}

.media-29101:hover .text {
  height: 455px;

}

.media-29101 .text .btn-theme2{
  margin: 0 !important;
  padding: 0 !important;
  padding: 0.4rem 1rem !important;
}

.media-29101 .text img{
  height: 0;
  display: none;
  margin-bottom: 1.5rem;
}
.media-29101:hover .text img{
  height: unset;
  width: 90px;
  object-fit: contain;
  display: block;

}

.media-29101 h3 {
  font-size: 16px;
  font-weight: 600 !important; 
  margin-bottom: 2rem;
  position: relative;
}

  .media-29101 h3 a {
    color: #0e0202; 
  }
  .media-29101 p{
    color: rgb(66, 66, 66);
    font-size: 0.9rem !important;
  }
  .media-29101 ul{
    position: relative;
    padding: 0;
  }

  .media-29101 ul li{
    color: rgb(66, 66, 66);
    font-size: 0.9rem !important;
    position: relative;
    padding-left: 20px !important;
  }

  .media-29101 ul li::after{
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    background-color: #a51f28;
  }

  .media-29101 h3 a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1rem;
    background-color: #a51f28;
    width: 30px;
    height: 3px;
  }

.owl-2-style .owl-nav {
  display: none; }

.owl-2-style .owl-dots {
  text-align: center;
  position: relative;
  bottom: -30px; }
  .owl-2-style .owl-dots .owl-dot {
    display: inline-block; }
    .owl-2-style .owl-dots .owl-dot span {
      display: inline-block;
      width: 15px;
      height: 3px;
      border-radius: 0px;
      background: #cccccc;
      -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      margin: 3px; }
    .owl-2-style .owl-dots .owl-dot.active span {
      background: #007bff; }
    .owl-2-style .owl-dots .owl-dot:active, .owl-2-style .owl-dots .owl-dot:focus {
      outline: none; }
