

.breadcrumb{
    background-position: 70% 100%;
    border-radius: 10px;
}

.blog-des-2{
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    height: 100%;
}

.des-2-img{
    height: 100%;
    width: 100%;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    transition: .6s all;
}
.des-2-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .6s all;
    border-radius: 10px 0 0 10px;
    object-position: center center;
}
.blog-des-2:hover .des-2-img img{
    transform: scale(1.05);
    transition: .6s all;
}
.des-2-cont{
    padding: 30px 10px;
}
.auth-title{
    font-size: 12px !important;
}
.blog-title{
    font-size: 16px;
}

.team__member-social{
    display: flex;
    justify-content: center;
}
.team__member-social ul{
    padding-top: 2px;
}

.work-title{
    margin-right: 20px;
}

.text-link { 
    margin-top: 0px;
    position: relative; 
}
.text-link:before { 
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 88px;
    height: 1px;
    background: #000;
    transform-origin: right center;
    transition: all 0.3s cubic-bezier(0.49, 0, 0.01, 1);
}
.text-link:hover::before { 
    transform: scaleX(0);
}
.text-link .icon-arrow {
    fill: #000;
    display: inline-block;
    width: 15px;
    transform: rotate(-45deg);
    margin-left: 10px;
    transition: all 0.3s linear;
}
.text-link:hover svg {
    fill: var(--theme-pink);
    transform: rotate(-0deg);
}






@media screen and (max-width: 767px) {
    .profile-upper h1{
        font-size: 35px;
    }
    .profile-upper{
        padding: 20px 0 40px 0;
    }
    .profile-upper p{
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 0;
    }
    .profile-cont {
        padding: 30px;
    }
    .profile-cont p{
        font-size: 15px;
    }

    .des-2-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition: .6s all;
        border-radius: 10px;
        object-position: center center;
    }
  }
  
  @media screen and  (min-width: 768px) and (max-width:992px) {
    .main{
        margin-top: 75px !important;
    }
    .profile-upper{
        padding: 0 30px;
    }
    .profile-upper h1{
        font-size: 40px;
    }
    .profile-upper p{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .profile-cont{
        padding: 30px;
    }
    .profile-cont p {
        font-size: 16px;
    }
    .des-2-img {
        height: 180px;
        width: 100%;
        border-radius: 10px !important;
        overflow: hidden;
        transition: .6s all;
    }
    .des-2-cont{
        padding: 20px 10px;
    }
  }
  
  
  @media screen and  (min-width: 992px) and (max-width:1299px) {
    .work-image {
      height: 250px;
    }
  }


  @media all and (max-width:576px) {
    .des-2-img{
        height: 200px;
        object-fit: cover;
    }
  }
  