
.home-content p.boldTitle{
    font-family: 'Montserrat', sans-serif;
    font-size: 10rem;
    font-weight: 500;
    line-height: 1.20;
    margin-top: 0;
    color: var(--white);
}
.home-content p{
    color: var(--white);
}
/* ------------------Why-hoose-us----------------- */
/* .service-item .img-wrap {
    width: 350px;
} */
.service-item .img-wrap img{
    width: 100%;
    height: auto;
    border: 5px solid #00000010;
}
.service-item .row p span{
    color: var(--blue);
}
/* ------------------work-ethics----------------- */
.work-ethic-wrap{
    background-color: var(--black-bg);
    padding: 6rem 0 6rem;
    /* height: 300px; */
}
.work-ethic-wrap .container{
    background-color: #151515;
}
.work-ethic-wrap .work-ethic .section-header{
    text-align: left;
    padding-left: 0;
}

.work-ethic-wrap .work-ethic .work-ethic-content{
    --scrollbar-width: 4px;
    overflow-x: auto;
    height: 327px;
}


.work-ethic-wrap .work-ethic .img-wrap{
    width: 412px;
}

.work-ethic-wrap .work-ethic .img-wrap img{
    width: 100%;
    height: auto;
    border: 5px solid #ffffff10;
}

.step-arrow {
    /* margin-top: 17px; */
    position: relative;
}
.step-arrow:before {
    content: "";
    position: absolute;
    left: 23px;
    top: 60px;
    bottom: 12px;
    border-left: 1px dashed rgba(255, 255, 255, 0.1);
}
.btn-arrow {
    width: 50px;
    height: 50px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
    padding-right: 4px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    transition: all 0.3sease-in-out;
}
.btn-arrow span {
    position: relative;
    color: var(--white);
}
.btn-arrow:after {
    content: "";
    position: absolute;
    left: -4px;
    bottom: -4px;
    opacity: 1;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3sease-in-out;
    border-radius: 50px;
}
.btn-arrow:hover, .btn-arrow:hover:after {
    border: 1px solid var(--blue);
}

/* ------------------------responsive design------------------- */
@media (max-width: 1100px) {
    .home-content p.boldTitle {
        font-size: 8rem;
        font-weight: 500;
        line-height: 1.20;
    }
    .border-s {
        border-right: none;
    }
    .display-2 {
        font-size: 3rem;
    }
    p.col-6.mb-0{
        font-size: 14px;
    }
}
@media (max-width: 870px) {
    p.col-6.mb-0{
        font-size: 14px;
    }
    .work-ethic-wrap .work-ethic .work-ethic-content {
        height: 460px;
    }
    .home-content p.boldTitle {
        font-size: 7rem;
    }
   
}
@media (max-width: 766px) {
    p.margin-0{
        margin-bottom: 0;
    }
     .home-content p.boldTitle {
        font-size: 6.5rem;
    }
    
}

@media (max-width: 500px) {
    p.margin-0{
        margin-bottom: 0;
    }

    .home-content p.boldTitle {
        font-size: 4.5rem;
    }
      
    
}