.testimonial2__area .testimonial2__item .testimonial2__author-thumb img {
    min-width: 60px;
    min-height: 60px;
    border-radius: 6px;
    max-width: inherit;
}

@media screen and (max-width: 425px) and (min-width: 320px) {
    .testimonial-4__area .testimonial-4__wrapper .testimonial-4__media img {
        min-width: 100% !important;
        min-height: 100% !important;
    }
}

.testimonial2__area .testimonial2__item .testimonial2__author-content p {
    left: -19px;
    top: 42%;
}

.testimonial-4__area .testimonial-4__wrapper .testimonial-4__media img {
    min-width: 410px;
    min-height: 410px;
    object-fit: cover;
    border-radius: 14px;
}

.video-section__area .video-section__thumb .video-section__play a::before {
    z-index: -1;
}

.brand-section__area .brand-section__logo img {
    opacity: 0.5;
}

.brand-section__area .swiper-slide-active .brand-section__logo img {
    opacity: 1;
}

.brand-section-2 .swiper-slide-active .brand-section__logo img {
    filter: brightness(0) invert(1);
}

.blog1__area .blog1__item .blog1__item-thumb img {
    width: 100%;
    height: 276px;
    border-radius: 20px;
}

/* Blog CSS  */
.post-inner-2 {
    padding: 30px;
    border: 1px solid rgba(21, 21, 21, 0.08);
    border-radius: 6px;
}

.tp-postbox-item .tp-postbox-thumb img {
    border-radius: 20px;
    margin-bottom: 30px;
}

.tp-postbox-content.postbox__content.post-content ul.post-meta {
    padding-left: 0;
}

.tp-postbox-content.postbox__content.post-content ul.post-meta li a i {
    margin-right: 10px;
}

.post-meta li:not(:last-of-type) {
    margin-right: 20px;
}

.post-meta {
    display: flex;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
    row-gap: 10px;
}

.post-meta li {
    list-style: none;
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-medium);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
}

.tp-postbox-title {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-sbold);
    font-size: 40px;
    line-height: 1.4;
    text-transform: uppercase;
    color: var(--rr-heading-primary);
    width: 100%;
    margin-bottom: 30px;
}

.tp-postbox-title a {
    background: linear-gradient(var(--rr-heading-primary) 0%, var(--rr-heading-primary) 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    color: var(--rr-heading-primary);
    transition: all 0.3s ease-in-out;
}

.tp-postbox-title a:hover {
    color: var(--rr-heading-primary);
    background-size: 100% 2px;
}

/* Blog video Post CSS  */
.post-inner-2 .post-thumb {
    position: relative;
}

.post-inner-2 .post-thumb .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.post-inner-2 .post-thumb .video-btn .ripple {
    height: 100px;
    width: 100px;
}

.post-inner-2 .post-thumb .video-btn a {
    background-color: var(--rr-heading-primary);
    color: var(--rr-common-white);
    font-size: 30px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-inner-2 .post-thumb .video-btn .ripple:before,
.post-inner-2 .post-thumb .video-btn .ripple:after {
    height: 100px;
    width: 100px;
}

/* Blog Slider CSS  */
.post-thumb-carousel .swiper-arrow .swiper-nav {
    background-color: var(--rr-heading-primary);
    color: var(--rr-common-white);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
}

.post-thumb-carousel .swiper-arrow .swiper-nav.swiper-next {
    left: auto;
    right: 0;
}

.tp-sidebar-widget .tp-sidebar-widget-title {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.2;
    text-transform: uppercase;
}

.sidebar-widget .tp-sidebar-search .tp-sidebar-search-input input {
    padding: 13px 20px;
    padding-left: 30px;
    border: 1.5px solid rgba(69, 48, 48, 0.14);
    background-color: transparent;
    box-shadow: none;
    width: 100%;
    position: relative;
    font-size: 16px;
    border-radius: 6px;
}

.sidebar-widget .tp-sidebar-search .tp-sidebar-search-input button {
    position: absolute;
    left: auto;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--rr-heading-primary);
    font-size: 16px;
    font-weight: 500;
}

.sidebar-widget.widget_categories ul li {
    color: var(--rr-text-body);
    font-size: 16px;
    font-weight: 400;
    list-style: none;
    text-transform: capitalize;
    padding: 0;
}

.sidebar-widget.widget_categories ul li a {
    position: relative;
    padding-left: 20px;
}

.sidebar-widget.widget_categories ul li a:hover {
    color: var(--rr-heading-primary);
}

.sidebar-widget.widget_categories ul li a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background: var(--rr-heading-primary);
    border-radius: 6px;
}

.sidebar-widget.widget_categories ul li:not(:last-child) {
    margin-bottom: 10px;
}

.sidebar-widget .tagcloud a {
    background-color: transparent;
    padding: 8px 18px;
    font-size: 15px !important;
    font-weight: 400;
    border-radius: 6px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    border: 1.5px solid rgba(69, 48, 48, 0.14);
    text-transform: capitalize;
}

.sidebar-widget .tagcloud a:hover {
    background-color: var(--rr-heading-primary);
    border-color: var(--rr-heading-primary);
    color: #fff;
}

/* Blgo Sidebar Post  */
.sidebar-widget .sidebar-post:not(:last-of-type) {
    margin-bottom: 20px;
}

.sidebar-widget .sidebar-post {
    display: flex;
    gap: 18px;
    align-items: center;
}

.sidebar-widget .sidebar-post img {
    min-width: 80px;
    height: 80px;
    object-fit: cover;
    width: 80px;
    border-radius: 10px !important;
}

.sidebar-widget .sidebar-post .post-content {
    padding: 0;
}

.sidebar-widget .sidebar-post .post-content .title {
    color: var(--rr-heading-primary);
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.4;
}

.sidebar-widget .sidebar-post .post-content .title:hover {
    color: var(--rr-heading-primary);
}

.sidebar-widget .sidebar-post .post-content .post-meta {
    display: flex;
    align-items: center;
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 5px;
    margin-top: 15px;
}

.sidebar-widget .sidebar-post .post-content .post-meta li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    line-height: 1;
    font-size: 15px;
}

.contact-section__form select#message {
    margin-bottom: 0 !important;
}

.award-section__item .rr-hover-reveal-bg {
    height: 304px !important;
}

.team-section__thumb img {
    height: 100% !important;
    border-radius: 500px !important;
}

.team-section__item:hover .team-section__thumb img {
    border-radius: 20px 20px 10px 20px !important;
}

/* Blog Details CSS  */
.tp-postbox-details-content ul.post-meta {
    padding-left: 0;
}

.tp-postbox-details-content ul.post-meta li a {
    text-decoration: none;
}

.tp-postbox-details-content ul.post-meta li a i {
    margin-right: 10px;
}

.blog-details-content h3 {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-sbold);
    font-size: 50px;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--rr-heading-primary);
    padding-bottom: 25px;
    resize: none;
}

/* Default Footer Copyright CSS  */
.fz-default-footer .footer__bottom-fz p {
    padding: 25px 0;
}

.fz-default-footer .footer__bottom-fz {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

/* Footer Monster Widget CSS  */
.fz-default-footer .footer-widget h3 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
}

.fz-default-footer .footer-widget ul li a {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease-in-out;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: capitalize;
}

.fz-default-footer .footer-widget ul li:not(:last-of-type) {
    margin-bottom: 14px;
}

/* Offcanvas Info CSS  */
.fz-side-menu.side-menu-list {
    margin-bottom: 30px;
}

.fz-side-menu.side-menu-list li {
    list-style: none;
    color: var(--rr-common-white);
    font-size: 16px;
    font-weight: 500;
}

.fz-side-menu.side-menu-list li a:hover {
    color: var(--rr-heading-primary);
}

.fz-side-menu.side-menu-list li i {
    margin-right: 5px;
}

.fz-side-menu.side-menu-list li:not(:last-child) {
    margin-bottom: 10px;
}

/* Hero Layout 01 CSS  */
.banner__line-shape {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    column-gap: 350px;
    width: 100%;
    height: 100%;
    top: 84px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.blog2__thumb img {
    border-radius: 12px;
    height: 340px;
    object-fit: cover;
}

.blogpost11__tag-wrapper .postbox-tag a:hover {
    background-color: var(--rr-heading-primary);
    border-color: var(--rr-heading-primary);
    color: #fff;
}

.tp-postbox-slider-item img {
    border-radius: 10px;
}

.tp-postbox-thumb img {
    border-radius: 10px;
}

.blogpost11__content-list-wrap .postbox__text ul {
    padding-left: 0 !important;
}

.blog-list__area .blog-list__content-tag li {
    list-style: none;
}

.footer__copyright-menu {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: 15px;
}

.blogpost11__content-list-wrap ul {
    padding-left: 0;
}

.testimonial2__author {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    gap: 80px;
    max-width: 80px;
    position: relative;
    left: 0;
    bottom: -30px;
}

.testimonial2__author-content {
    transform: rotate(-90deg);
    transform-origin: center;
    text-align: left;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.testimonial2__author-content .name {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-sbold);
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #000000;
}

.testimonial2__author-content p {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-medium);
    font-size: 16px;
    line-height: 38px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
}

.experience-thumb img {
    border-radius: 10px !important;
}

span.odometer-unit {
    margin-left: -27px;
}

@media only screen and (min-width: 320px) and (max-width: 425px) {
    .footer__copyright {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 425px) {
    .footer__copyright-menu {
        justify-content: center;
    }
}

@media only screen and (min-width: 320px) and (max-width: 425px) {
    .footer__copyright-menu {
        margin-right: 0;
    }
}


/* Home O1 Project Section Button CSS  */
.tp-portfolio-more.tp-hover-btn-wrapper.tp-btn-bounce-2 .tp-btn-circle-2:hover svg [stroke="white"] {
    stroke: rgb(21, 21, 21) !important;
}

/* Home 02 CSS  */
.the-brand__btn a i {
    transform: rotate(-45deg);
    font-weight: 700;
    font-size: 22px;
}

/* Header Layout 02  */
.rs-sticky.header-3 .header-3__main {
    padding: 18px 0 20px 0;
}

.header.header-3.rs-sticky .header__logo {
    padding: 0;
}

/* Home 02 Services  */
.services-section-2__wrapper:hover .services-section-2__icon span svg [fill=white] {
    fill: #000000 !important;
}

@media (max-width: 768px) {
    .header.header-3 .header__main.header-3__main .header__logo {
        padding: 0 !important;
    }
}


/* Footer Layout 02 Form CSS  */
.fz-footer-02-sub-form #mc4wp-form-1 .footer__subscribe input[type=email] {
    background: transparent;
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.fz-footer-02-sub-form #mc4wp-form-1 .footer__subscribe input::placeholder {
    color: #fff;
}

.fz-footer-02-sub-form #mc4wp-form-1 .footer__subscribe input:focus {
    box-shadow: none;
}


.fz-footer-02-sub-form #mc4wp-form-1 .footer__subscribe .submit {
    background: #9BEA9B;
    color: var(--rr-common-black);
    transition: all 0.3s;
}

.fz-footer-02-sub-form #mc4wp-form-1 .footer__subscribe .submit:hover {
    background-color: #fff;
    color: #000000;
}

/* Blog list CSS  */
@media (min-width: 768px) and (max-width: 991px) {
    .fz-blog-grid-ms .blog-list__thumb img {
        max-width: 350px !important;
        height: 300px !important;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .fz-blog-grid-ms .blog-list__thumb img {
        max-width: 100% !important;
        height: auto !important;
        object-fit: cover;
    }
}


/* blog details CSS  */
.tp-postbox-details-main-wrapper .blogpost11__content-item .blogpost11__content-list-wrap .list ul {
    padding-left: 0;
}

.blog-breadcrumb__area.blog-breadcrumb .blog-breadcrumb__wrapper {
    margin-top: 0 !important;
    padding-top: 85px !important;
}


.height-title .hero-title span {
    box-sizing: border-box;
    display: inline-block;
    transform-origin: bottom center;
}

.hero-arrow span {
    position: relative;
    height: 100%;
    width: 100%;
    opacity: 0;
    display: flex;
    box-sizing: border-box;
    background: transparent;
    justify-content: center;
    align-items: center;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    border-radius: 50px;
    border: 2px solid rgba(0, 0, 0, 0.4);
    cursor: pointer;
    -webkit-transition: border 0.2s ease-in-out 0s;
    transition: border 0.2s ease-in-out 0s;
}

@media (max-width: 768px) {
    .header__main.header-3__main {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .brand-section__area.brand-section {
        text-align: center;
    }

    .brand-section__logo {
        padding: 21px 10px !important;
    }

    .project-section__content .project-section__dec br {
        display: none !important;
    }

    .tp-postbox-wrapper.postbox__wrapper {
        margin-bottom: 80px;
    }

    .tp-postbox-area .tp-postbox-item .tp-postbox-title {
        font-size: 24px;
        line-height: 1.4;
    }

    .post-inner-2 .post-thumb .video-btn .ripple {
        height: 60px;
        width: 60px;
    }
}

.footer__subscribe .footer-form input:focus {
    box-shadow: none;
}


.brand-section__area.brand-section-2.swiper.sk-logo-slide__active {
    text-align: center;
}



/* Container Default CSS  */
/* elementor container width and padding  */
.e-con {
    --container-max-width: 1290px;
    --container-default-padding-top: 0px;
    --container-default-padding-right: 0px;
    --container-default-padding-bottom: 0px;
    --container-default-padding-left: 0px;
}