.synvo-footer-subscribe-1 .footer-subscribe-1 {
    display: block;
}

.synvo-footer-subscribe-1 .footer-subscribe-2,
.synvo-footer-subscribe-1 .footer-subscribe-3,
.synvo-footer-subscribe-1 .footer-subscribe-4,
.synvo-footer-subscribe-1 .footer-subscribe-5
{
    display: none;
}

.synvo-footer-subscribe-2 .footer-subscribe-2 {
    display: block;
}

.synvo-footer-subscribe-2 .footer-subscribe-1,
.synvo-footer-subscribe-2 .footer-subscribe-3,
.synvo-footer-subscribe-2 .footer-subscribe-4,
.synvo-footer-subscribe-2 .footer-subscribe-5
{
    display: none;
}

.synvo-footer-subscribe-3 .footer-subscribe-3 {
    display: block;
}

.synvo-footer-subscribe-3 .footer-subscribe-1,
.synvo-footer-subscribe-3 .footer-subscribe-2,
.synvo-footer-subscribe-3 .footer-subscribe-4,
.synvo-footer-subscribe-3 .footer-subscribe-5
{
    display: none;
}

.synvo-footer-subscribe-4 .footer-subscribe-4 {
    display: block;
}

.synvo-footer-subscribe-4 .footer-subscribe-1,
.synvo-footer-subscribe-4 .footer-subscribe-2,
.synvo-footer-subscribe-4 .footer-subscribe-3,
.synvo-footer-subscribe-4 .footer-subscribe-5
{
    display: none;
}
.synvo-footer-subscribe-5 .footer-subscribe-5 {
    display: block;
}

.synvo-footer-subscribe-5 .footer-subscribe-1,
.synvo-footer-subscribe-5 .footer-subscribe-2,
.synvo-footer-subscribe-5 .footer-subscribe-3,
.synvo-footer-subscribe-5 .footer-subscribe-4
{
    display: none;
}

/* =============copy right css============ */
.copyright-area-inner {
    display: grid;
    gap: 0;
    justify-content: center;
    align-items: center;
}

/* ============= offcanvas css ============ */
.header-3-area.default-header .header-3-main {
    background-color: #f3f6ff;
}

.header-3-logo .site-title-as-logo {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-family: 'inter';
}

/* ============= Breadcrumb css ============ */
.rr-breadcrumb span {
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: var(--white);
}
.rr-breadcrumb span.dvr {
    margin: 0 5px;
}
.breadcrumb-area {
    margin-top: 0;
    padding: 180px 40px 0;
}


/* ============= wp block search button css ============ */
.wp-block-search__inside-wrapper  .wp-block-search__button {
    width: 120px;
    height: 60px;
    background-color: var(--theme);
    color: var(--white);
    border-radius: 5px;
    right: -1px;
    top: -1px;
}
.wp-block-search__inside-wrapper  .wp-block-search__input {
    border: 1px solid var(--border);
    border-radius: 5px;
    padding: 15px 10px 15px 10px;
}

/* ============= wp block heading css ============ */
.wp-block-group__inner-container .wp-block-heading {
    font-family: var(--font_inter);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.21;
    margin-bottom: 10px;
}
.blog .date {
    padding-left: 0px; 
}
.blog .date:before {
    display: none;
}


/* ============= article css ============ */
.blog-4 .thumb {
    width: 100%;
    height: auto;
    border-radius: 0;
    overflow: hidden;
}

/* ============= Sidebar blog image ============ */
.sidebar-blog-wrapper .sidebar-blog .thumb img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

/* ============= Sidebar Category css============ */
.blog-sidebar-wrapper .widget_categories ul {
    margin-top: 40px;
}

.blog-sidebar-wrapper .widget_categories ul li {
    list-style: none;
}

.blog-sidebar-wrapper .widget_categories ul li:not(:first-child) {
    padding-top: 20px;
    border-top: 1px solid var(--border);
    margin-top: 20px;
}

.blog-sidebar-wrapper .widget_categories ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    gap: 5px;
    align-items: center;
}
.blog-sidebar-wrapper .widget_categories ul li a i {
    margin-left: auto;
    color: var(--theme);
}

/* =============Sidebar Gallery css============ */
.blog-sidebar-box.widget_media_gallery .gallery img{
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}

.blog-sidebar-box.widget_media_gallery .gallery {
    margin-top: 24px;
}
.blog-sidebar-box {
    margin-bottom: 40px;
}


/* =============Tags Sidebar css============ */
.tagcloud {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 23px;
}
.tagcloud a {
    font-weight: 500;
    font-size: 14px !important;
    line-height: 17px;
    color: var(--black);
    border: 1px solid var(--border);
    padding: 8px 15px;
    display: inline-block;
    border-radius: 30px;
}
.tagcloud a:hover {
    background-color: var(--theme);
    border-color: transparent;
    color: var(--white);
}

.blog-details-wrapper .blog-details .thumb img {
    height: auto;
    object-fit: cover;
}

.post-navigation .thumb a img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =========== comment form css ============== */
.comment-formfield.span-2 {
    margin: 20px 0;
}
.comment-form-box {
    margin-top: 0;
}

.postbox__comment ul.children {
    margin-left: 80px;
}

.postbox__comment ul:not(:first-child) {
    border-top: 1px solid var(--border);
    padding-top: 0;
    margin-top: 20px;
}

.comments-wrapper-box {
    margin-top: 30px;
}
.comment-box .content {
    width: 100%;
}
.comment-form-wrapper-box .comment-respond {
    background-color: var(--white);
    border-radius: 10px;
    padding: 33px 40px 40px;
    margin-top: 60px;
}

.comment-form-wrapper-box .comment-respond .rr-btn {
    width: 100%;
    border-radius: 5px;
}

.blog-details-area-inner, .blog-sidebar-wrapper, .blog-list-area-inner {
    display: block;
}

.blog-details .text-wrapper {
    margin-top: 20px;
    display: block;
    gap: 26px;
}
.blog-details-area .row, .blog-list-area .row {
  --bs-gutter-x: 40px; /* horizontal gap */
  --bs-gutter-y: 40px; /* vertical gap (optional) */
}
.blog-details .tags-wrapper-box {
    clear: both;
}
.blog-4 .thumb img.img-fluid.wp-post-image {
    width: auto;
}
.p-space {
    padding: 120px 0;
}

.sticky {
  position: inherit !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 800;
  background-color: #FFFFFF;
  transform: translateY(0%);
}

.header-area .header-nav {
    margin: auto;
}
.header-2-area .header-2-logo {
    margin-right: inherit;
}
.header-2-area .header-2-nav {
    margin: auto;
}
.header-3-area .header-3-logo {
    margin-right: inherit;
}
.header-3-area .header-3-nav {
    margin: auto;
}

/* ====== Default header ====== */
.default-header .header-3-offfcanvas {
  display: none;
}
@media (max-width: 1300px) {
  .default-header .header-3-offfcanvas {
    display: block;
  }
}
/* ======= Elementor header ===== */
.elementor-widget-container .header-3-offfcanvas {
  display: block;
}
.about-thumb-wrappper {
    padding-left: 0;
}
.blog-wrapper-box {
    margin-top: 0;
}
.progress-wrapper-box {
    margin-top: 0;
}
.appointment-formfield .wpcf7-form-control-wrap .nice-select .list {
   min-width: 250px;
}
.testimonial-active .swiper-pagination-progressbar {
    height: 7px !important;
    width: 560px !important;
    margin-top: 50px;
    margin-bottom: 65px;
    background-color: var(--white);
}
.testimonial-active .swiper-pagination-progressbar-fill {
    background: var(--theme) !important;
    border-radius: 10px;
}
.services-2-wrapper-box {
    margin-top: 0;
}
.testimonial-2-wrapper-box {
    margin-top: 0;
}
.blog-2-wrapper-box {
    margin-top: 0;
}
.appointment-contact-wrap {
    margin-top: 0;
}
.appointment-2-contact-wrap form {
    position: relative;
    z-index: 1;
    border-radius: 0;
    overflow: hidden;
    padding: 0;
}
.synvo-footer-subscribe-1 p {
    text-align: center;
    font-size: 14px;
    color: #fff !important;
    padding: 7px;
    margin-bottom: 12px;
    border: 1px solid #dddddd;
    border-radius: 7px;
    /* display: none; */
}
.footer-subscribe-form .input-field input {
    background: transparent;
}
/* .anim_wrap {
    overflow: hidden;
} */
.anim_wrap .area-shape-1 {
    width: 100%;
}
.anim_wrap .area-shape-1 img {
    animation: t-SlideBottom 6s infinite;
}

/* // Slide  */
@keyframes t-SlideBottom {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0);
  }
}
.story-thumb-wrapper {
    margin-top: 0;
}
.project-2-wrapper-box {
    margin-top: 0;
}
.appointment-3-contact-wrap form {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}
.appointment-3-contact-wrap {
    position: inherit;
    background-color: transparent;
    border-radius: 10px;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
}
.text-slider-2 {
    padding-top: 0;
    padding-bottom: 0;
}
.team-3-wrapper-box {
    margin-top: 0;
}
.testimonial-3-wrapper-box {
    margin-top: 0;
}
.testimonial-3-nav-thumb img {
    border-radius: 10px !important;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: top left;
}
@media only screen and (max-width: 1199px) {
    .breadcrumb-area {
        margin-top: 125px;
        padding: 10px 10px 0;
    }
}
@media (max-width: 575px) {
    .breadcrumb-area {
        margin-top: 80px;
    }
}
.synvo-footer-subscribe-2 p {
    color: red !important;
    margin-bottom: 10px;
}
.main-contact-wrap .contact-formwrap .nice-select .list {
    min-width: 200px;
}
.admin-bar header, .admin-bar .body-wrapper {
    margin-top: 0;
}
.progress-wrap.active-progress {
    mix-blend-mode: inherit;
}
.progress-wrap svg.progress-circle path {
    fill: #6421ff;
}
.progress-wrap::after {
    color: #fff;
}
.progress-wrap.active-progress {
    background-color: var(--theme);
}
.blog-wrapper-box {
    align-items: stretch !important;
}
.hero-slide-bg img {
    max-width: 100% !important;
    height: 100% !important;
}

@media only screen and (max-width: 991px) {
    .blog-wrapper-box {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 850px) {
    .blog-wrapper-box {
        grid-template-columns: 1fr;
    }
}

@media (max-width:750px) and (min-width:576px) {
    .blog-wrapper-box {
        grid-template-columns: 1fr;
    }
}
.blog-2-area .blog-2 .content {
    border: none;
}
.blog-2-area .blog-2 {
    box-shadow: 0px 18px 66px 3px rgba(17, 21, 29, 0.06);
    border-radius: 15px;
    border: 1px solid var(--border);
}
@media only screen and (max-width: 1199px) {
    .breadcrumb-area {
        margin-top: 0;
        padding: 135px 10px 0;
    }
}
.breadcrumb-area {
    margin-top: 0;
}
.blog-2-wrapper {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 444px;
    align-items: stretch;
}

@media (max-width:991px) {
    .blog-sidebar-wrapper-box {
        max-width: 100%;
    }
}
.rr-breadcrumb {
    display: inline-block;
}
.blog-details .tags-wrapper .tag .tag a {
    padding-bottom: 10px;
    display: inline-block;
}

@media (max-width:575px) {
    .blog-details .tags-wrapper {
        display: flex;
        gap: 6px;
        align-items: start;
        flex-direction: column;
    }
}
.author-blockquote .quote-icon::before {
    content: '\f10e';
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
}
.blog-details .author-blockquote .name {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 575px) {
    .blog-wrapper-box {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 575px) {
    .blog-2-wrapper{
        grid-template-columns: 1fr;
    }
}
.project-wrapper-box {
    margin-top: 0;
}
.section-heading.wid_heading {
    padding: 0;
    margin: 0;
}
.cta-wrap .cta-btn-wrap.widget_btn{
    display: inherit;
}
.testimonial-section {
    border-top: 0;
    border-bottom: 0;
}

.project-wrap {
    background-color: transparent;
    padding: 0;
    border-left: 0;
    border-right: 0;
    position: relative;
    z-index: 1;
    border-radius: 0;
    overflow: inherit;
}
.running-text.running-1 {
    padding: 0 0;
    border-bottom: 0;
}

@media (max-width: 1600px) {
    .slider-item .slider-content-wrap {
        padding-left: 90px;
    }
}
@media (max-width: 1024px) {
    .slider-item .slider-content-wrap {
        padding-left: 0px;
    }
}
.hero-img .play2-btn i {
    line-height: 1;
    margin-top: 0;
    margin-left: 2px;
}

.story-thumb-wrapper img{
    border-radius: 30px !important;
    object-fit: cover;
}
.process-item .content .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}
.hero-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px !important;
}

.slider-item .slider-content-wrap .slider-content .tekbit-caption.heading .tekbit-cap .slid2_title{
    font-size: 66px;
    font-weight: 700;
    color: var(--tb-color-common-heading);
    line-height: 1;
    text-transform: uppercase;
}
.hero-wrap {
    margin: 0;
    padding: 0;
    border-radius: 0;
}
.hero-wrap .hero-content-2 {
    padding: 0;
}

.feature-item {
    background-color: var(--tb-color-grey-2);
    padding: 50px;
    border: 1px solid #EAE3F5;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.promo-cta .title {
    color: var(--tb-color-common-white);
    margin-bottom: 0;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
}
.case-carousel {
    padding-bottom: 90px !important;
}
.testimonial-6__thumb img {
    border-radius: 15px !important;
    max-width: inherit !important;
}

.testi-wrapper .testi-item-7 .testi-author-box {
    padding-top: 20px;
    border-bottom: 0;
    padding-bottom: 0;
}
.testi-wrapper .testi-item-7 .testi-author-box span {
    font-family: "Inter";
}
.testi-item-7 .author-img img {
    width: 47px;
    height: 47px;
    object-fit: cover;
    border-radius: 50%;
}
.blog-section-7 .post-content .author h5 {
    font-family: "Inter";
    margin-top: 0;
}

@media (max-width: 767px) {
    .slider-7 .tekbit-slider-2 .slider-item .slider-content-wrap {
        padding: 80px 0 80px 0;
    }
    .post-card-2 .post-content {
        padding: 30px 20px !important;
    }
}

.header-8 {
    padding: 25px 0;
}

@media (max-width: 850px) {
    .header-8 {
        padding: 0;
    }
}

.service-8-item-wrap .content p {
    font-family: "Inter";
}
.testimonial-8-desgn .name {
    font-family: "Inter";
}

.testimonial-8-item p {
    font-family: "Inter";
    font-weight: 600;
}
.testimonial-8-thumb img {
    border-radius: 50% !important;
    max-width: 50px !important;
    object-fit: cover;
}
.testimonial-8-desgn span {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 3;
    display: flex;
    align-items: center;
    color: #636166;
}
.testimonial-8-author {
    background: transparent;
}

.hero-section-9__bg__shape-1 {
    position: absolute;
    left: 0;
    top: 0;
}
.hero-section-9__bg__shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    top: inherit;
    left: inherit;
}
.project-section-9 .project-9-active {
    margin-top: 0;
}
.project-section-9__thumb img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px !important;
}
.faq-section-9 .accordion-item {
    overflow: hidden;
}
.faq-section-9 .accordion-button:not(.collapsed) {
    background-color: #6421ff;
}
@media (max-width: 767px) {
    .hero-section-9__title
    {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .hero-area {
        margin-top: 85px;
    }
}
.container {
    max-width: 1410px;
}
.testimonial-3-nav-thumb img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: top left;
}
@media only screen and (max-width: 767px) {
    .project-item-wrap-3 {
        grid-template-columns: 1fr 1fr;
    }
}
.about-img-wrap {
    max-width: 100%;
    height: 435px;
    position: relative;
}
.about-img-wrap .about-img-1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
}
.case-carousel-wrap .swiper-pagination {
    display: none;
}
@media (max-width: 1250px) {
    .hero-section-9 {
        margin: 0 16px;
    }
}
.blog-section-7 .post-content .author img {
    border-radius: 50%;
    width: 38px;
    height: 38px;
    object-fit: cover;
}