.institute-logo img {
    height: 60px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    mix-blend-mode: multiply;
}

.about-one-left-image .second-order img {
    height: 493px;
    width: 470px;
    object-fit: cover;
    object-position: top;
}

.about-one-left-image .thumb img {
    height: 215px;
    width: 366px;
    object-fit: cover;
    object-position: center;
}

.single-instructor .thumbnail-img .thumbnail img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 25px;
}

.single-blog-style-one .thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: center;
}

.single-events-two-wrapper .thumbnail img {
    transition: 0.3s;
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: center;
}

.single-shopping-product a.thumbnail img {
    width: 100%;
    transition: all 0.5s;
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: center;
}

.rts-single-course .thumbnail img {
    width: 435px;
    height: 315px;
    object-fit: cover;
    object-position: center;
}

.blog-single-post-listing .thumbnail img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.rts-single-wized .recent-post-single .thumbnail img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    object-position: center;
}

.single-blog-list-wrapper .thumbnail img {
    height: 180px;
    width: 130px;
    object-fit: cover;
    object-position: center;
}

.single-brand-10 img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.custom-image img {
    height: 150px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.loader {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #0a4ea0;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border-left: 4px solid #e12023;
    border-bottom: 4px solid transparent;
    animation: rotation 0.5s linear infinite reverse;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.custom-link a:hover {
    text-decoration: underline;
    color: whitesmoke;
}

.single-blog-style-one a .title {
    font-size: 18px;
    text-align: center;
    line-height: 28px !important;
    font-weight: 400;
}

.category-style-one .title {
    font-family: var(--font-secondary) !important;
    font-size: 20px !important;
}

.category-style-one img {
    height: 219px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.category-style-one.style-seven:hover {
    border: 1px solid #f31e30;
}

.category-style-one.style-seven {
    border: 1px solid #ddd8f9;
}

.category-style-one.style-seven .bottom-content {
    padding: 20px 0;
}

.slider-area-one {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    background-position: center !important;
}


@media screen and (min-width: 480px) {
    .banner-area-one .title-banner {
        color: #0b386f;
        font-size: 56px;
        font-style: normal;
        font-weight: 600;
        line-height: 66px;
        margin-top: 35px;
        position: relative;
      }
  }
