.projects-tab h3, .services-tab h3 {
    text-align: center;
    font-weight: 600;
    padding: 8px 5px;
    border: 1px solid #a01b1c;
    cursor: pointer;
}
.projects-tab h3 {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.services-tab h3 {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.projects-tab.active h3 {
    background: linear-gradient(#a01b1c, #891718);
    color: #fff;
    transition: .3s;
}
.projects-tab.active h3 img{
    width: 32px;
    filter: invert(100);
    /* display: block;
    margin: auto; */
}
.projects-tab h3 img{
    width: 32px;
    /* display: block;
    margin: auto; */
    margin-right: 2%;
    position: relative;
top: 8%;
}
.projects-tab h3 span, .services-tab h3 span {
    position: relative;
    top: -7px;
}
.services-tab.active h3 img{
    width: 32px;
    filter: invert(100);
    /* display: block;
    margin: auto; */
}
.services-tab h3 img{
    width: 32px;
    /* display: block;
    margin: auto; */
    margin-right: 2%;
    position: relative;
top: 8%;
}
.projects-tab.active::after {
    content: '' !important;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 13px solid #891718;
    bottom: 1px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}
.services-tab.active h3, .administrative-tab.active h3 {
    background: linear-gradient(#a01b1c, #891718);    
    color: #fff;
    transition: .3s;
}
.services-tab.active::after, .administrative-tab.active::after{
    content: '' !important;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 13px solid #891718;
    bottom: 1px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}
.services-tab::after, .projects-tab::after, .administrative-tab::after {
    content: '' !important;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    /* border-top: 13px solid #8f8e9c; */
    bottom: 1px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    border-top: 13px solid transparent;
}
.main__tab {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.main__pro-lists {
    display: flex;
    justify-content: center;
    /* margin-top: 3%;
    margin-bottom: 3%; */
    width: 88%;
    margin: 3% auto auto;
    float: unset;
    padding-top: 3%;
}
.main__pro-lists_2 {
    margin: auto auto;
    padding-top: 0%;
}
.main__pro-last {
    justify-content: start !important;
    margin-bottom: 5%;
}
.main__pro-last .border-btm {
    border-bottom: 1px dashed transparent;
}
.main__pro-lists_2 .pro__lists {
    padding-top: 6%;
}
.border-rgt:last-child {
    border-right: 1px dashed transparent;
}
.pro__lists h4 {
    font-family: 'Raleway', sans-serif;
    color: #131313;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    /**/
    /* color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    background: #00000054;
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 70px;
    padding: 5%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); */
}
.pro__lists {
    position: relative;
    margin-bottom: 5%;
}
.pro__lists img {
    width: 90%;
    margin: auto;
    display: block;
    height: 150px;
    object-fit: cover;
}
.pro__lists .vw-mr {
    position: absolute;
    bottom: 5%;
    right: 10%;
    width: 100px;
}
.pro__lists .vw-mr a {
    width: 100px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: block;
}
.pro__lists .vw-mr img {
    height: 24px;
    width: 24px;
    position: relative;
    z-index: 1;
    margin: auto 0 auto auto;
}

.pro__lists .vw-mr span {
    position: absolute;
    right: 0%;
    margin-top: 15px;
    padding: 3px 1rem;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    color: #fff;
    border-top-left-radius: 50px;
    background: #000000c7;
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    bottom: 0px;
    border-bottom-left-radius: 50px;
  }
  .pro__lists .vw-mr:hover span {
    right: 12%;
    opacity: 0.9;
  }
  .pro__lists .vw-mr span:hover {
    right: 12%;
    opacity: 0.9;
  }
.border-rgt {
    border-right: 1px dashed #00000073;
}
.border-btm {
    border-bottom: 1px dashed #00000073;
}
.border-rgt h4 {
    font-family: 'Raleway', sans-serif;
color: #131313;
font-size: 15px;
font-weight: 600;
text-align: left;
margin-bottom: 15px;
line-height: 20px;
width: 90%;
margin-left: auto;
margin-right: auto;
}

.business__container {
    margin-top: 3%;
    display: table;
    margin: auto;
}
.business__container span.up {
    color: #212529;
    margin: 0;
    letter-spacing: 4px;
    text-transform: uppercase;
    display: block;
    /* font-weight: 600; */
    font-size: 10px;
    /* font-family: 'Manrope-Medium'; */
}
.business__container h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .2px;
    margin: 3px auto auto;
    /* font-family: 'Manrope-Medium'; */
}
.business__container h4.arrow {
    position: relative;
    display: inline-block;
}
.arrow span {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 8px;
    padding-left: 25px;
    transition: all 0.3s ease;
    top: 10px;
    left: 6px;
}
.arrow span:before {
    content: "";
    width: 42px;
    height: 1px;
    background: #1f1f1f;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    transition: all 0.3s ease;
    left: 0;
}
.arrow span:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #1f1f1f;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    transition: all 0.3s ease;
}
h4.arrow:hover span {
    width: 75px;
}
h4.arrow:hover span:before {
    width: 75px;
}
.business__container h4 span::before {
    width: 42px;
}
.enquire_btn {
    /* background: #ffd302; */
    width: 230px;
    margin-top: 15%;
    padding: 10px 0 10px 10px;
    border-radius: 4px;
    cursor: pointer;
}
.arrow .circle_b {
    pointer-events: none;
    position: absolute;
    top: 19%;
    /* right: 0; */
    left: 150px;
    transform: translateY(-50%);
    border-radius: 40px;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(31, 31, 31, 0.1);
    transition: border 0.2s ease-in-out;
}
h4.arrow:hover .circle_b {
    border: 2px solid rgba(31, 31, 31, .3);
}
.w-280 {
    width: 280px;
}
.align-center {
    align-self: center;
}

@media (max-width: 600px) {
    .projects-tab, .services-tab {
        width: 50%;
    }
    .main__pro-lists {
        width: 100%;
        display: block;
    }
    .border-rgt {
        width: 100%;
        margin-bottom: 5%;
    }
    .border-rgt h4 {
        font-size: 14px;
    }  
    .main__pro-last .border-btm {
        border-bottom: 1px dashed #00000073;
      }
      .enquire_btn {
        margin-top: auto;
        margin-bottom: 9%;
      }
      .mblCallUs {
          top: 5%;
      }
}
@media screen and (min-width: 600px) and (max-width: 992px) {
    .projects-tab, .services-tab {
        width: 25%;
    }
    .main__pro-lists {
        width: 95%;
    }
    .border-rgt h4 {
        font-size: 14px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .main__pro-lists {
        width: 92%;
    }
}