/*frame: our services*/
.frame-services{
    width: 100%;
    height: 80vh; 
    position: relative;  
    font-weight: 300;
    min-height: 600px;
    background: rgb(90, 90, 90);  
}   
.frame1{ 
    background-repeat: no-repeat; 
    background-attachment: local;
    background-position: left;
    background-size: cover;
    z-index: 1;
    position: absolute;
    top:0;
    left: 0; 
    width: 50%; 
    height: 100%;
    min-height: 600px;
    background-color: transparent;
    mix-blend-mode: overlay;  
}
.home-our-services-title{
    color: white; 
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 550;
    width: 80%;
    max-width: 1080px;
    margin: auto;
    padding: 40px 0 30px ;
}
.home-our-services-title hr{
    width: 60px;
    margin-top: 10px;
    height: 2px;  
}
.home-our-services-wrp{
    width: 80%;
    height: 75%;
    background: white; 
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    z-index: 10;
    background: transparent; 
}
.home-our-services-img{
    width: 55%;
    height: 100%;
    background-image: url(img/work1.jpeg);
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    box-shadow: 10px 10px 50px 10px #333;
}
.home-our-services-items{
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center; 
}
.services-menuLink{
    list-style: none;
    margin: 35px 0; 
}
.services-menuLink a{
    text-decoration: none;
    font-size: 1.5em; 
    color: #fff; 
}