.banner-space{
        margin-top:130px;
    }
   
.custom-tabs {
    margin-bottom: 30px;
}

.tab {
    margin: 0 15px;
    font-size: 18px;
    font-weight: 500;
    color: #aaa;
    cursor: pointer;
    position: relative;
    padding-bottom: 8px;
}

/* Active Tab */
.tab.active {
    color: #000;
}

/* Underline Effect */
.tab.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #013977 /* yellow line */
}

/* Optional hover */
.tab:hover {
    color: #000;
}


/*Contact section*/
 .contact-box {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
    }

    .icon-circle {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      background-color: #f5f5f5;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      margin-right: 15px;
    }
    .icon-circle i{
        font-size:50px;
        color:#013977;
    }
    .contact-text p {
      margin: 0;
     
    }


@media (max-width: 767px) {
    .slide-item-info-inner {
        padding-top:80px;
    }
    .ltn__call-to-action-area{
        display:none;
    }
    .site-logo img{
        height:70px;
    }
}