/*!
Theme Name: Kangla Child
Theme URI: https://mitrang.com
Description: Business & Consulting WordPress Theme
Author: Mitrang
Author URI: https://mitrang.com
Template: kangla
Version: 1.0.0
Text Domain: kangla
*/

 /* Add your custom style here */

.mitrang-navbar nav .menu-item-has-children > a::after {
  content: "\E901";
  font-family: "mitrang-icons";
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
}

.mitrang-navigation-wrapper .mitrang-menu-container ul .menu-item-has-children > a::after{
  content: "\E901";
  font-family: mitrang-icons;
  font-size: 16px;
  height: 16px;
  opacity: .5;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: rotate(-90deg) translate3d(50%,-50%,0);
  transition: all .5s cubic-bezier(.22,1,.36,1) .3s;
  width: 16px;
}


.timeline {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 50px 0;
    gap: 20px;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    height: 3px;
    background: #8b2c2c;
    z-index: 1;
}

.timeline-item {
    position: relative;
    flex: 1;
    text-align: center;
    z-index: 2;
}

.timeline-item::before {
    content: "";
    width: 18px;
    height: 18px;
    background: #8b2c2c;
    border: 4px solid #fff;
    border-radius: 50%;
    display: block;
    margin: 26px auto 20px;
    box-shadow: 0 0 0 2px #8b2c2c;
}

.timeline-item h4 {
    color: #8b2c2c;
    margin-bottom: 10px;
    font-weight: 700;
}

.timeline-item p {
    margin: 0;
    font-size: 0.95rem;
}

/* Mobile */

@media (max-width: 768px) {

    .timeline {
        display: block;
        margin-left: 20px;
    }

    .timeline::before {
        top: 0;
        left: 8px;
        width: 3px;
        height: 100%;
        right: auto;
    }

    .timeline-item {
        text-align: left;
        padding-left: 40px;
        margin-bottom: 40px;
    }

    .timeline-item::before {
        position: absolute;
        left: -1px;
        top: 5px;
        margin: 0;
    }
}


.bdt-slinky-vertical-menu a span {
  flex: 1;
  line-height: 0.5 !important;
}