.nav-brand img {
    border-radius: 9px;
}

/* Medium devices (tablets, >=768px) */
@media (min-width: 768px) and (max-width: 991px) {
   .nav-brand img {
        height: 5.1rem !important;
        border-radius: 9px;
    }
}

/* Large devices (desktops, >=992px) */
@media (min-width: 992px) {
    .nav-brand img {
        height: 5.1rem !important;
        border-radius: 9px;
    }
}

.single-welcome-slide {
    height: 460px;
}

.limit-line{
 display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 1.5em; /* controls line height */
      max-height: 4.5em;  /* 1.5em × 3 lines */
}

.custom-video-play-btn {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    color: #1cc3b2;
    font-size: 18px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    z-index: 100;
}

.custom-video-play-btn:hover, .custom-video-play-btn:focus
 {
    background-color: #1cc3b2;
    color: #ffffff;
}

.gallary-image{
    transition: 0.3s;
    min-height: 300px;
}
.gallary-image:hover{
    transform: scale(1.1);
}