﻿body {
}

.ltr {
    direction:ltr;
}
.rtl {
    direction :rtl;
}
.text-danger {
    color: #a94442 !important;
}

.item-tabs .tabs-style-two {
    position: relative;
    padding-right: 150px !important;
    padding-left: unset !important;
}

.item-tabs .tabs-style-two .tab-buttons {
    right: 0px;
    left: unset;
}

.tab-buttons-custom li{
    width:118px !important;
}
.services-content-custom .bigger-image img {
    position: relative;
    width: 100%;
    display: block;
    object-fit: cover;
    height: 410px;
}