.col-3.welcome h4 {
    position: relative;
    color: var(--white-color);
    font-size: var(--f16);
    display: flex;
    align-items: center;
    gap: 10px;
}
.col-3.welcome h4 i{
    color: var(--secondary-color);
}
.col-3.welcome .dash {
    width: 90%;
    height: 1px;
    margin-right: 20px;
    margin-left: 0px;
    background-color: var(--secondary-color);
}
.heading-sec h2 {
    color: var(--white-color);
}
.heading-sec p{
    color: #bab7b7;
}
section.services{
    background:  #1B1B1B;
}
section.services .img-sect img{
width: 100%;
height: 460px;
object-fit: cover;
border-radius: 10px;
}
.heading-sec {
    margin-bottom: var(--m40);
}
section.services .img-sect a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
section.services .img-sect:hover .name i {
    background: #1b1b1b;
    /* margin-bottom: 10px; */
}
/* section.services .img-sect:hover .name{
    bottom: 10px;
} */
section.services .name {
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: var(--p30);
    transition: .7s ease-in-out;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,.8));
    transition: .7s ease-in-out;
}
section.services .name h4{
margin-bottom: 0;
color: var(--white-color);
}
section.services .img-sect {
    position: relative;
    transition: .6s ease-in-out;
}
section.services .name i{
    color: var(--white-color);
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    
}
section.services .gallery-details {
    flex: 0 0 auto;
    width: 31.333333%;
}
section.services img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}
section.services h4{
    font-size: var(--f28);
   
    font-weight: 600;
}
section.services h4 a{
    color: var(--white-color);
    text-decoration: none;
    font-family: var(--secondary-font);
    /* font-size: var(--f24); */
}
section.services .row{
    gap: 40px 3%;
}
section.services .heading-sec .row{
    gap: 0px 0%;
}
section.services .activites-image{
    position: relative;
    height: 350px;
    margin-bottom: 20px;
}
section.services .overlay-content {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: #1B1B1B9e;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    padding: var(--p30);
    display: none;
}
section.services .activites-image a:hover .overlay-content{
    display: flex;
}
section.services .overlay-content p, section.services .overlay-content li{
    color: var(--white-color);
    margin-bottom: 0px;
}
section.services .overlay-content ul, section.services .overlay-content li{
    width: 100%;
    list-style: disc;
}
section.services .overlay-content ul{
    padding-left: 15px;
}