.services_wrapper {
    padding-right: 0;
    padding-left: 0;
    color: #fff;
    text-align: right;
    direction: rtl;
}

.services_wrapper h1,
.services_wrapper h2,
.services_wrapper h3,
.services_wrapper h4,
.services_wrapper h5,
.services_wrapper h6 {
    font-family: YekanBakhFat;
}

.services_wrapper>.services_wrapper-title .services_wrapper-title-background {
    background-image: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.07),
            rgba(39, 41, 57, 0));
    top: 0;
    left: 0;
    right: 0;
    font-size: 170px;
    font-family: YekanBakhFat, serif;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services_wrapper>.services_wrapper-title h1 {
    margin-top: 105px;
}

.services_wrapper>.services_wrapper-title .services_wrapper-title-border {
    width: 70px;
    height: 5px;
    border-radius: 32.5px;
    background-color: #41b9a2;
}

.services_wrapper-tab-container .nav {
    display: inline-flex !important;
    padding: 0;
}

.services_wrapper-tab-content h4 {
    color: #41B9A2;
    font-size: 30px;
    margin-bottom: 15px;
}

.services_wrapper-tab-content h3 {
    font-size: 55px;
}

.services_wrapper-tab-content-info-button {
    background-color: #41b9a2;
    border-radius: 40px;
}

.services_wrapper-tab-content-info-button:hover,
.services_wrapper-tab-content-info-button:focus {
    text-decoration: none;
}


.services_wrapper-tab-container .nav-link {
    padding: .5rem 2rem;
}

.services_wrapper-tab-container .nav-pills .nav-link img{
    opacity: 0.3;
}

.services_wrapper-tab-container .nav-pills .nav-link span {
    color: #4f535e;
    display: block;
    font-family: YekanBakhFat;
    font-size: 18px;
}
.services_wrapper-tab-container .nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.services_wrapper-tab-container .nav-pills .nav-link {
    border: none !important;
    background-color: transparent !important;
}

.services_wrapper-tab-container .nav-pills .nav-link.active img{
    opacity:1;
}

.services_wrapper-tab-container .nav-pills .nav-link.active span{
    color: #fff;
}

.circle{
    background-color: #7b7f86;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    margin: 20px auto;
}
.services_wrapper-tab-container .nav-pills .nav-link.active .circle{
    background-color: #fff;
}

.services_wrapper-tab-container .nav-pills .nav-link.active .circle::before{
    content: '';
    position: absolute;
    left: -7px;
    top: -7px;
    border: 1px solid #777b83;
    border-radius: 100%;
    width: 20px;
    height: 20px;
}
.background-light{
    background: url(../assets/images/img/services/bg-light.png);
    width: 100%;
    height: 100%;
    background-size: 88%;
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}
.vertical-middle{
    vertical-align: middle;
}

@media only screen and (min-width: 1921px){
    .services_wrapper {
        padding: 0 20%;
    }
}

@media (max-width: 1450.98px){
    .services_wrapper-tab-content h3 {
        font-size: 40px;
    }
    .services_wrapper-tab-content h4 {
        font-size: 26px;
    }
    .services_wrapper-tab-container .nav-pills .nav-link img{
        height: 100px;
    }
}

@media (max-width: 1280.98px){
    .services_wrapper-tab-container{
margin-bottom: 20px;
    }
}

@media (max-width: 1100.98px){
    .services_wrapper-tab-container .nav-link {
        padding: .5rem 1rem;
    }
    .services_wrapper-tab-container .nav-pills .nav-link img {
        height: 70px;
    }
    .services_wrapper-tab-content h4 {
        font-size: 22px;
    }
    .services_wrapper-tab-content h3 {
        font-size: 36px;
        margin-bottom: 2rem !important;
    }
}

@media (max-width: 991.98px) {
    .services_wrapper p {
        padding: 0 30px;
        font-size: 15px;
        text-align: center !important;
    }
}

@media (max-width: 767.98px){
    .services_wrapper-tab-container .nav-pills .nav-link img {
        height: 50px;
    }
    .services_wrapper-tab-container .nav-pills .nav-link span {
        font-size: 15px;
    }
}

@media (max-width: 575.98px){
    .services_wrapper-tab-container {
        margin-bottom: 0;
    }
    .services_wrapper-tab-container .nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
      }
      
      .services_wrapper-tab-container .nav-item {
        flex: 1;
        max-width: 20%; 
      }

      .services_wrapper>.services_wrapper-title .services_wrapper-title-background {
        font-size: 135px;
      }
      .services_wrapper>.services_wrapper-title h1 {
        margin-top: 70px;
    }
}

@media (max-width: 450.98px){
    .services_wrapper>.services_wrapper-title .services_wrapper-title-background {
        font-size: 113px;
    }  
    .services_wrapper>.services_wrapper-title h1 {
        margin-top: 53px;
    } 
}