/*-------------- Owl crousel ---------------*/


.main_heading {
  line-height: 40px;
  font-size: 40px;
  font-weight: 500;
  font-family: "Libre Baskerville";
  color: #1b1b1b;
}
.main_para {
  font-size: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville";
  color:  #FF6600;;
}

/* Tab styles for Why Choose Us */
.tabs .tab-buttons {
     list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tabs .tab-buttons li {
    /* margin: 0 10px; */
    width: 48%;
}
.tabs .tab-link {
     display: block;
    padding: 20px 20px;
    background: unset;
    text-decoration: none;
    border-radius: 13px;
    transition: background 0.3s;
    display: flex;
    align-items: center;
    font-family: Raleway;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1B212F;
    border: 2px solid #081F41;
    justify-content: center;
}

.tabs .tab-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.tabs .tab-link:hover,
.tabs .tab-link.active {
    background: #081F41;
    color: #fff;
}



.tabs .tab-pane {
    display: none;
}

.tabs .tab-pane.active {
    display: block;
}


