.divider::after {
    display: none;
    width: 300px;
    height: 4px;
}

/* Body & Image List Styles
-------------------------------------------------------------- */
.img-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.img-list .li {
    border: 5px solid transparent;
    box-sizing: border-box;
    flex: 33%;
    position: relative;
}

.img-holder {
    overflow: hidden;
    height: 277px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 960px) {
    .img-list .li {
        flex: 50%;
    }
}

@media (max-width: 500px) {
    .img-list .li {
        flex: 100%;
    }
}

.img-list .li a {
    display: block;
}

.img-list img {
    max-width: 100%;
    vertical-align: middle;
}

.img-list .title {
    bottom: 0;
    position: absolute;
    color: #fff;
    z-index: 100;
    left: 0;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.3);
}


/* Image Placeholder Styles
-------------------------------------------------------------- */
.img-placeholder:before,
.img-placeholder:after {
    padding-top: 30%;
    content: "";
    display: block;
}

.img-placeholder {
    background: #222;
    box-shadow: 0 0 0 8px #222 inset, 0 0 0 9px #333 inset;
    color: #ffffff;
    font-size: 30px;
    line-height: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.img-placeholder .title {
    display: inline-block;
    border-bottom: 3px solid #ec8b25;
    padding-bottom: 23px;
}

.title .container-fluid {
    display: flex;
    justify-content: center;
}

.title .container-fluid h1 {
    border-bottom: 3px solid #ec8b25;
    padding-left: 15px;
    padding-right: 15px;
}

/* The hover effect
-------------------------------------------------------------- */
.img-list li:before {
    transition: all .5s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    transform: scale(0);
}

.img-list li:hover:before {
    opacity: .5;
    transform: scale(1);
}

.img-list li:after {
    transition: all .6s ease .2s;
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid #aaa;
    background: #000;
    opacity: 0;
    transform: scale(0);
}

.text-55-32 {
    font-size: 55px;
}

.ai-design-section {
    top: -37px
}

.ai-design-title .bg-transparent-dark {
    margin: 0 auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    width: 100%;
    max-width: 100%;
}

.logo-mobile {
    display: none;
}

.logo-desktop {
    display: block;
}

@media (max-width: 500px) {
    .text-55-32 {
        font-size: 32px;
    }

    .ai-design-section {
        top: 0;
    }

    .logo-mobile {
        display: block;
    }

    .logo-desktop {
        display: none;
    }
}

.cat {
    text-transform: capitalize;
}

.idesign {
    background: white;
    display: flex;
    color: #000;
    border-radius: 5px;
}

@media (max-width: 500px) {
    .idesign {
        background: white;
        display: grid;
        color: #000;
        border-radius: 5px;
        grid-auto-columns: auto;
        gap: 10px;
        grid-template-areas: "a a a";
    }

    #consultation .intro {
        display: none;
    }
    .px-sm-0{
        padding: 0px;
    }
}

.idesign > div .cat {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: lighter;
}

.idesign > div .img > img {
    max-height: 143px;
    padding: 10px;
}

.hands {
    cursor: pointer;
}

.service-subtitle {
    font-size: 25px;
}

@media (max-width: 500px) {
    .service-subtitle {
        font-size: 18px;
    }
}

.btn-link {
    color: #979191 !important;
    font-size: 18px;
    padding: 10px;
    text-decoration: underline !important;
}

.btn-link:hover,
.btn-link.active {
    color: #ec8b25 !important;
}

@media (max-width: 500px) {
    .btn-link {
        font-size: 14px;
    }
}

.mobile-only{
    display: none;
}
.desktop-only{
    display: block;
}
@media (max-width: 500px) {
    .mobile-only{
        display: block;
    }
    .desktop-only{
        display: none;
    }
}
