.tp-hero-video {
    border-radius: 200px !important;
    box-shadow: 0 4px 4px 0 rgba(20, 20, 20, 0.2) !important;
}

.des-portfolio-item img {
    border-radius: 20px !important;
}

div .dgm-blog-thumb img {
    width: 100%;
    height: 160px;
    transition: 0.9s;
    object-fit: cover;
}

div .tp-header-logo img {
    max-width: inherit;
}

.dgm-testimonial-author-img {
    border-radius: 50% !important;
    border: 2px solid var(--tp-common-white) !important;
}

.creative-hero-black-box::before {
    right: 0px !important;
}

div.creative-hero-avater img {
    border-radius: 50%;
    height: 54px;
}
.creative-choose-text-bottom.tp-el-title::after {
    background-color: transparent !important;
}
.design-project-thumb img {
    border-radius: 30px !important;
}
.design-service-img {
    border-radius: 10px !important;
    height: 110px !important;
}
div.design-work-item img {
    border-radius: 30px;
}

.tp-copyright-img {
    width: 75px;
}
div.st-service-item-thumb img {
    border-radius: 10px;
}
.st-testimonial-bottom span a {
    text-decoration: underline !important;
}
.st-award-list-thumb-1, .st-award-list-thumb-2, .st-award-list-thumb-3, .st-award-list-thumb-4, .st-award-list-thumb-5 {
    height: 100%;
    border-radius: 10px !important;
}

.pp-project-item-thumb img {
    width: 100%;
}
div.tp-portfolio-11-slider-nav-thumb img {
    border-radius: 14px;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
}

div.tp-team-item-thumb img {
    height: 500px;
    border-radius: 20px;
}
div.creative-service-category span:not(:last-child)::before {
    background-color: currentColor;
}
div.crp-success-img img {
    height: 100%;
}
.tp-porfolio-10-bg-1, .tp-porfolio-10-bg-2, .tp-porfolio-10-bg-3, .tp-porfolio-10-bg-4, .tp-porfolio-10-bg-5, .tp-porfolio-10-bg-6, .tp-porfolio-10-bg-7, .tp-porfolio-10-bg-8 {
  height: 100% !important;
}
.tp-el-h-100 .tp-banner-img.tp-el-img img {
    height: 100%;
    object-fit: cover;
} 

@media (max-width: 575px) {
.tp-el-h-100 .tp-banner-img.tp-el-img img {
    height: auto;
    object-fit: cover;
} 
}
div.tp-pd-5-light-slider-thumb img {
    width: 100%;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.0705882353);
}
body .it-hero-thumb img {
    max-width: inherit;
}
.tp_big_mesonary img{
    width: 100%;
    transition: 0.9s;
    Height:auto;
    border-radius: 14px !important;
} 

div.px-service-thumb img {
    border-radius: 16px;
}

/* ==========================================================================
   PX Gallery lightbox — widget: PX Gallery (tp-px-gallery), LAYOUT 2 ONLY
   Layout 1 (.px-gallery-slider-one) is untouched on purpose.
   Behaviour lives in assets/js/main-px.js → "22. PX Gallery Lightbox Js"
   ========================================================================== */
.px-gallery-slider-two .px-gallery-item {
    position: relative;
    line-height: 0;
    cursor: zoom-in;
}

.px-gallery-slider-two .px-gallery-item a.px-gallery-popup {
    display: block;
    line-height: 0;
}

.px-gallery-slider-two .px-gallery-item::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    margin: -28px 0 0 -28px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.92);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23141414' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='20' y1='20' x2='16.2' y2='16.2'/%3E%3Cline x1='11' y1='8' x2='11' y2='14'/%3E%3Cline x1='8' y1='11' x2='14' y2='11'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
    opacity: 0;
    transform: scale(0.7);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    z-index: 2;
}

.px-gallery-slider-two .px-gallery-item:hover::after {
    opacity: 1;
    transform: scale(1);
}

/* popup shell — sits above the sticky header / offcanvas */
.mfp-px-gallery.mfp-bg {
    z-index: 999998;
    background-color: #141414;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.mfp-px-gallery.mfp-bg.mfp-ready {
    opacity: 0.94;
}

.mfp-px-gallery.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-px-gallery.mfp-wrap {
    z-index: 999999;
}

.mfp-px-gallery .mfp-content {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.mfp-px-gallery.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-px-gallery.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-px-gallery .mfp-img {
    border-radius: 10px;
}

.mfp-px-gallery .mfp-figure::after {
    display: none;
}

.mfp-px-gallery .mfp-bottom-bar {
    margin-top: -22px;
}

.mfp-px-gallery .mfp-counter {
    color: rgba(255, 255, 255, 0.6);
}

/* video slides opened in the popup */
.mfp-px-gallery-video {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 20px auto;
    line-height: 0;
}

.mfp-px-gallery-video video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 85vh;
    border-radius: 10px;
    background-color: #000;
}