/*.header-our-serveces {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
}
@media (max-width:991px) {
    .header-our-serveces {
    height: 50vh;
}
}.title-header-our-serveces {
    color: #fff;
    color: #fff;
    font-size: 50px;
    letter-spacing: 3px;
}
@media (max-width:575px) {
    .title-header-our-serveces {
    font-size: 40px;
}
}.v-line {
    height: 104px;
    border-right: 4px solid var(--red-color);
}

.section-ourServices {
    position: relative;
    z-index: 1;
}
@media (max-width:991px) {
    .section-ourServices {
    background-color: #ffffffcf!important;
}
}
.title-section-ourServices {
    color: var(--main-color);
    letter-spacing: 2px;
    font-size: 50px;
}
@media (max-width:575px) {
    .title-section-ourServices {
    font-size: xx-large;
}
}.text-section-ourServices {
    color: #656565!important;
    font-size: 18px;
    line-height: 1.8;
}
@media (max-width:575px) {
    .text-section-ourServices {
    font-size: 16px;
}
}@media (min-width:992px) {
    .div-car-img {
    width: 480px;
}
}
.line-section {
    height: 2px!important;
    width: 65%!important;
    background-color: var(--red-color);
    margin-top: 5px;
    opacity: 1!important;
}




.background-image-section-loop-main-services {
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-loop-main-services {
    position: relative;
    z-index: 1;
}
@media (max-width:991px) {
    .section-loop-main-services-custom {
    background-color: #ffffffcf;
}
}.title-section-loop-main-services {
    color: var(--main-color);
    letter-spacing: 2px;
    font-size: 48px;
}
@media (max-width:767px) {
    .title-section-loop-main-services {
    font-size: xx-large;
}
}.text-section-loop-main-services {
    color: #656565!important;
    font-size: 18px;
    line-height: 1.8;
}
@media (max-width:575px) {
    .text-section-loop-main-services {
    font-size: 16px;
}
}

.title-sub-services {
    padding-top: 10px;
    height: 80px;
    text-align: center;
    display: flex;
    align-items: center;
}
.desc-sub-services {
    font-size: 14px;
    line-height: 1.8;
    color: #656565!important;
    text-align: center;
    word-break: break-all;
    height: 98px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.btn-subservices-click {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}
.btn-subservices-click:hover a::after {
    background-color: #9f0013;
}
.btn-subservices-click:hover a {
    color: #fff!important;
}
.btn-subservices-click a {
    padding: 3px 33px!important;
}
.counter-subservices {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 20px;
    color: #b5b5b5;
    font-size: 25px;
}
.line-counter-subservices {
    border-top: 2px solid #b5b5b5;
    width: 40px;
}
@media (max-width:575px) {
    h2 {
    white-space: normal!important;
}
}*/