@charset "UTF-8";

.arrow-btn,
.section {
    user-select: none;
    cursor: pointer
}

.d_0,
.section {
    align-content: center;
}

.font_fm,
.section,
.slide-content p,
.testimonial-name,
.testimonial-text,
a.nav-link {
    font-family: 'Libertinus Sans'
}

.home-preview .lines-st2,
.home-st1 .lines-st2,
.home-st2 .lines-st2,
.tc-footer-st1 .lines-st2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    gap: 27vw;
    z-index: -1
}

.home-preview .lines-st2 span,
.home-st2 .lines-st2 span {
    width: 18%;
    height: 100%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    opacity: .06
}

.tc-navbar-preview,
.tc-navbar-st1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 4vw;
    color: #fff
}

.tc-navbar-preview .navbar-nav .nav-item .nav-link,
.tc-navbar-st1 .navbar-nav .nav-item .nav-link,
.tc-navbar-st2 .navbar-nav .nav-item .nav-link,
.tc-navbar-st3 .navbar-nav .nav-item .nav-link {
    position: relative;
    color: #fff;
    -webkit-margin-end: 30px;
    margin-inline-end: 22px;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase
}

.tc-navbar-preview .sidemenu-toggle,
.tc-navbar-st1 .sidemenu-toggle,
.tc-navbar-st3 .sidemenu-toggle {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.25rem;
    -webkit-margin-start: 100px;
    margin-inline-start: 100px
}

.tc-navbar-preview .sidemenu-toggle:hover,
.tc-navbar-st1 .sidemenu-toggle:hover,
.tc-navbar-st2 .sidemenu-toggle:hover,
.tc-navbar-st3 .sidemenu-toggle:hover {
    background-color: #fff;
    color: #181818
}

.tc-header-preview {
    position: relative;
    padding: 200px 0 100px;
    z-index: 20;
    overflow: hidden
}

.tc-header-preview::after,
.tc-header-st1::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 16, .7)), to(rgba(16, 16, 16, 0)));
    background: linear-gradient(180deg, rgba(16, 16, 16, .7) 0, rgba(16, 16, 16, 0) 100%);
    z-index: -1
}

.tc-header-preview .lines-st2 span,
.tc-innerheader-st6 .links a:last-of-type {
    opacity: .5
}

.tc-header-preview .title {
    position: relative;
    font-size: 9rem;
    line-height: 1.1;
    text-align: center;
    font-weight: 400;
    text-transform: capitalize
}

.tc-header-preview .info-card,
.tc-header-st1 .info-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 40px auto 0;
    background-color: #0008;
    border-radius: 100px;
    padding: 10px 30px 10px 10px
}

.tc-header-preview .rotate-box,
.tc-header-st1 .rotate-box {
    position: relative;
    width: 200px;
    height: 200px;
    display: block;
    margin-top: -30px
}

.tc-about-st3 .rotate-box .icon,
.tc-header-preview .rotate-box .icon,
.tc-header-st1 .rotate-box .icon,
.tc-header-st3 .rotate-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 5px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80px
}

.tc-about-st3 .rotate-box .rotate-text,
.tc-header-preview .rotate-box .rotate-text,
.tc-header-st1 .rotate-box .rotate-text,
.tc-header-st3 .rotate-box .rotate-text {
    -webkit-animation: 20s linear infinite rotateText;
    animation: 20s linear infinite rotateText;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 300
}

.tc-header-preview .rotate-box .rotate-circle svg,
.tc-header-st1 .rotate-box .rotate-circle svg,
.tc-header-st3 .rotate-box .rotate-circle svg {
    width: 200px;
    height: 200px;
    fill: #fff;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    outline: #fff3 solid 1px;
    outline-offset: -50px;
    border-radius: 50%
}

@-webkit-keyframes rotateText {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.tc-header-preview .lg-title,
.tc-header-st1 .lg-title {
    position: relative;
    font-size: 18rem;
    text-align: center;
    line-height: 1;
    opacity: .3
}

.tc-header-preview .float-social-links {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1vw;
    z-index: 20
}

.tc-header-preview .float-icons a,
.tc-header-preview .float-social-links a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #00000055;
    font-size: 16px;
    color: #fff;
    margin: 10px
}

.light-theme .tc-post-det-st18 .comments .item .btns a:hover,
.tc-awards-st2 .cards .item:hover,
.tc-blog-st2 .cards .item:hover .arrow,
.tc-header-preview .float-icons a:hover,
.tc-header-preview .float-social-links a:hover,
.tc-services-st4 .service-card:hover .info-card .icon-wrapper .icon {
    background-color: var(--cr-gold1)
}

.tc-header-preview .float-icons {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1vw;
    z-index: 20
}

.tc-header-preview .hover-imgs {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    margin-top: 80px
}

.tc-header-preview .hover-imgs .item {
    position: relative;
    height: 300px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    cursor: pointer;
    -webkit-filter: brightness(0.2);
    filter: brightness(.2);
    -webkit-transition: .6s;
    transition: .6s;
    width: 20%
}

.tc-header-preview .hover-imgs .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.tc-header-preview .hover-imgs .item:hover {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    -webkit-transform: translateZ(110px);
    transform: translateZ(110px)
}

.tc-header-preview .hover-imgs .item:hover+* {
    -webkit-filter: brightness(0.8);
    filter: brightness(.8);
    -webkit-transform: translateZ(80px) rotateY(20deg);
    transform: translateZ(80px) rotateY(20deg)
}

.tc-header-preview .hover-imgs .item:hover+*+* {
    -webkit-filter: brightness(0.6);
    filter: brightness(.6);
    -webkit-transform: translateZ(50px) rotateY(15deg);
    transform: translateZ(50px) rotateY(15deg)
}

.tc-header-preview .hover-imgs .item:hover+*+*+* {
    -webkit-filter: brightness(0.4);
    filter: brightness(.4);
    -webkit-transform: translateZ(20px) rotateY(8deg);
    transform: translateZ(20px) rotateY(8deg)
}

.tc-header-preview .hover-imgs .item:has(+ :hover) {
    -webkit-filter: brightness(0.8);
    filter: brightness(.8);
    -webkit-transform: translateZ(80px) rotateY(-20deg);
    transform: translateZ(80px) rotateY(-20deg)
}

.tc-header-preview .hover-imgs .item:has(+ * + :hover) {
    -webkit-filter: brightness(0.6);
    filter: brightness(.6);
    -webkit-transform: translateZ(50px) rotateY(-15deg);
    transform: translateZ(50px) rotateY(-15deg)
}

.tc-header-preview .hover-imgs .item:has(+ * + * + :hover) {
    -webkit-filter: brightness(0.4);
    filter: brightness(.4);
    -webkit-transform: translateZ(20px) rotateY(-8deg);
    transform: translateZ(20px) rotateY(-8deg)
}

.tc-demos {
    position: relative;
    padding: 150px 0;
    overflow: hidden
}

.tc-demos .demo-card {
    position: relative;
    border-radius: 0;
    background-color: #151515;
    border: 1px solid #fff1;
    overflow: hidden;
    margin-top: 30px;
    display: block
}

.tc-demos .demo-card .img {
    height: 500px
}

.tc-demos .demo-card .img img,
.tc-features .item .img img {
    -o-object-position: top;
    object-position: top
}

.tc-demos .demo-card .info {
    padding: 30px;
    border-top: 1px solid #fff1
}

.tc-demos .demo-card.comming-card {
    position: relative;
    height: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff1;
    background-color: #111
}

.home-st1,
.home-st5 .tc-showcase-st5,
.home-st5 .tc-showcase-st5 .slide-item,
.home-st5 .tc-showcase-st5 .slide-item .info .social-links,
.prev-next-wrapper .link-item,
.slide,
.slider,
.tc-about-st3 .info,
.tc-about-st4,
.tc-blog-st1 .post-card .img,
.tc-blog-st2,
.tc-clients-st4,
.tc-demos .marq-content,
.tc-elementor .img,
.tc-faq-st3,
.tc-features-cards .cards,
.tc-footer-st2 .newsletter,
.tc-footer-st2 .newsletter .form-group,
.tc-footer-st4 .links,
.tc-footer-st4 .newsletter,
.tc-footer-st4 .newsletter .form-group,
.tc-footer-st4 .social-links,
.tc-inner-pages,
.tc-instagram-st1,
.tc-layouts .img,
.tc-portfolio-st3,
.tc-post-det-st18 .tags,
.tc-purchase .foot-img,
.tc-skills-st6 .info,
.tc-team-st3 .team-card .img,
.tc-team-st4 .team-card .img,
.tc-testimonials-st1 .testi-card,
.tc-video-st3,
.tc-woocommerce .img,
.widgets,
.widgets .social-links .social-icons,
.widgets .social-links-st2 .social-icons,
.widgets .widget-card .widget-body {
    position: relative
}

.tc-demos .marq-content .marq-slider,
.tc-mobile .marq-content .marq-slider {
    position: relative;
    overflow: hidden;
    padding: 120px 0 0
}

.tc-demos .marq-content .marq-slider .swiper-wrapper,
.tc-mobile .marq-content .marq-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative
}

.tc-demos .marq-content .marq-slider .swiper-wrapper .swiper-slide,
.tc-header-st3 .marq-slider .swiper-wrapper .swiper-slide,
.tc-header-st4 .marq-slider .swiper-wrapper .swiper-slide,
.tc-mobile .marq-content .marq-slider .swiper-wrapper .swiper-slide {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important
}

.tc-demos .marq-content .marq-slider a,
.tc-mobile .marq-content .marq-slider a {
    font-size: 120px;
    line-height: 150px;
    font-weight: 500;
    -webkit-text-stroke: 1px #fff1;
    color: transparent
}

.accordion-item,
.light-theme .tc-faq-st4 .h1,
.light-theme .tc-faq-st4 .h2,
.light-theme .tc-faq-st4 .h3,
.light-theme .tc-faq-st4 .h4,
.light-theme .tc-faq-st4 .h5,
.light-theme .tc-faq-st4 .h6,
.light-theme .tc-faq-st4 .sub-font,
.light-theme .tc-faq-st4 h1,
.light-theme .tc-faq-st4 h2,
.light-theme .tc-faq-st4 h3,
.light-theme .tc-faq-st4 h4,
.light-theme .tc-faq-st4 h5,
.light-theme .tc-faq-st4 h6,
.light-theme .tc-features-st2 .h1,
.light-theme .tc-features-st2 .h2,
.light-theme .tc-features-st2 .h3,
.light-theme .tc-features-st2 .h4,
.light-theme .tc-features-st2 .h5,
.light-theme .tc-features-st2 .h6,
.light-theme .tc-features-st2 .sub-font,
.light-theme .tc-features-st2 h1,
.light-theme .tc-features-st2 h2,
.light-theme .tc-features-st2 h3,
.light-theme .tc-features-st2 h4,
.light-theme .tc-features-st2 h5,
.light-theme .tc-features-st2 h6,
.light-theme .tc-footer-st1 .h1,
.light-theme .tc-footer-st1 .h2,
.light-theme .tc-footer-st1 .h3,
.light-theme .tc-footer-st1 .h4,
.light-theme .tc-footer-st1 .h5,
.light-theme .tc-footer-st1 .h6,
.light-theme .tc-footer-st1 .sub-font,
.light-theme .tc-footer-st1 h1,
.light-theme .tc-footer-st1 h2,
.light-theme .tc-footer-st1 h3,
.light-theme .tc-footer-st1 h4,
.light-theme .tc-footer-st1 h5,
.light-theme .tc-footer-st1 h6,
.light-theme .tc-footer-st2 .h1,
.light-theme .tc-footer-st2 .h2,
.light-theme .tc-footer-st2 .h3,
.light-theme .tc-footer-st2 .h4,
.light-theme .tc-footer-st2 .h5,
.light-theme .tc-footer-st2 .h6,
.light-theme .tc-footer-st2 .sub-font,
.light-theme .tc-footer-st2 h1,
.light-theme .tc-footer-st2 h2,
.light-theme .tc-footer-st2 h3,
.light-theme .tc-footer-st2 h4,
.light-theme .tc-footer-st2 h5,
.light-theme .tc-footer-st2 h6,
.light-theme .tc-footer-st4 .h1,
.light-theme .tc-footer-st4 .h2,
.light-theme .tc-footer-st4 .h3,
.light-theme .tc-footer-st4 .h4,
.light-theme .tc-footer-st4 .h5,
.light-theme .tc-footer-st4 .h6,
.light-theme .tc-footer-st4 .sub-font,
.light-theme .tc-footer-st4 h1,
.light-theme .tc-footer-st4 h2,
.light-theme .tc-footer-st4 h3,
.light-theme .tc-footer-st4 h4,
.light-theme .tc-footer-st4 h5,
.light-theme .tc-footer-st4 h6,
.light-theme .tc-header-st1,
.light-theme .tc-header-st1 *,
.light-theme .tc-header-st2 .h1,
.light-theme .tc-header-st2 .h2,
.light-theme .tc-header-st2 .h3,
.light-theme .tc-header-st2 .h4,
.light-theme .tc-header-st2 .h5,
.light-theme .tc-header-st2 .h6,
.light-theme .tc-header-st2 .sub-font,
.light-theme .tc-header-st2 h1,
.light-theme .tc-header-st2 h2,
.light-theme .tc-header-st2 h3,
.light-theme .tc-header-st2 h4,
.light-theme .tc-header-st2 h5,
.light-theme .tc-header-st2 h6,
.light-theme .tc-innerheader-st6.innerheader-bg .h1,
.light-theme .tc-innerheader-st6.innerheader-bg .h2,
.light-theme .tc-innerheader-st6.innerheader-bg .h3,
.light-theme .tc-innerheader-st6.innerheader-bg .h4,
.light-theme .tc-innerheader-st6.innerheader-bg .h5,
.light-theme .tc-innerheader-st6.innerheader-bg .h6,
.light-theme .tc-innerheader-st6.innerheader-bg .links a,
.light-theme .tc-innerheader-st6.innerheader-bg .sub-font,
.light-theme .tc-innerheader-st6.innerheader-bg h1,
.light-theme .tc-innerheader-st6.innerheader-bg h2,
.light-theme .tc-innerheader-st6.innerheader-bg h3,
.light-theme .tc-innerheader-st6.innerheader-bg h4,
.light-theme .tc-innerheader-st6.innerheader-bg h5,
.light-theme .tc-innerheader-st6.innerheader-bg h6,
.light-theme .tc-navbar-st1,
.light-theme .tc-navbar-st1 *,
.light-theme .tc-portfolio-st1 *,
.light-theme .tc-portfolio-st11 .portfolio-card .info-card .title,
.light-theme .tc-post-det-st18 .author-card *,
.light-theme .tc-video-st2 .play-btn,
.tc-demos .marq-content .marq-slider a:hover,
.tc-features-st4 .lg-txt span:nth-of-type(6) {
    color: #fff
}

.tc-dark-sections {
    position: relative;
    background-image: url(../img/dark_bg.png);
    background-size: cover;
    color: #fff
}

.tc-builder,
.tc-elementor,
.tc-faq,
.tc-features-cards,
.tc-library,
.tc-options,
.tc-testimonials {
    position: relative;
    padding: 80px 0
}

.tc-elementor .info ul li {
    font-size: 20px;
    margin: 15px 0
}

.tc-elementor .info ul li .icon {
    color: #4ca515;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px
}

.tc-elementor .img .sub-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: linear;
    transition: linear
}

.tc-builder .imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 520px
}

.tc-builder .imgs .img1 {
    -webkit-margin-end: 40px;
    margin-inline-end: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.tc-layouts .icon-cards,
.tc-options .info .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tc-options .info .items .item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tc-options .info .items .item .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.tc-faq .accordion .bg,
.tc-features-cards .cards .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tc-features-cards .cards .col-lg-3:last-of-type .item::after,
.tc-header-st4 .toggle-nav,
.tc-portfolio-st2 .check-nav .form-check .form-check-input,
.tc-portfolio-st3 .check-nav .form-check .form-check-input {
    display: none
}

.tc-features-cards .cards .item {
    position: relative;
    padding: 40px;
    z-index: 5;
    min-height: 450px
}

.tc-features-cards .cards .item::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ada195), color-stop(#ada19522), to(transparent));
    background-image: linear-gradient(to bottom, #ada195, #ada19522, transparent);
    top: 0;
    right: 0
}

.tc-features-cards .cards .item .top-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px
}

.tc-features-cards .cards .item .top-cont .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff4;
    color: var(--cr-gold1);
    font-size: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.tc-blog-st1 .blog-slider,
.tc-blog-st3 .blog-slider,
.tc-blog-st4 .blog-slider,
.tc-inner-pages .pages-slider,
.tc-mobile .marq-content,
.tc-portfolio-st1 .portfolio-slider,
.tc-services-st1,
.tc-testimonials .testimonials-content .testimonials-slider,
.tc-testimonials-st1 .testimonials-slider {
    position: relative;
    overflow: hidden
}

.tc-inner-pages .pages-slider .img img {
    height: 700px;
    width: 100%;
    border-radius: 15px;
    margin-bottom: -50px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.tc-layouts,
.tc-save-money {
    position: relative;
    padding: 150px 0 80px;
    background-color: #111
}

.tc-features {
    position: relative;
    padding: 50px 0 80px;
    background-color: #111
}

.tc-features .item {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    margin-top: 30px;
    color: #111
}

.tc-features .item .info {
    padding: 30px;
    min-height: 200px
}

.tc-features .item .img {
    position: relative;
    height: 360px;
    margin-top: 10px
}

.tc-layouts .circle {
    position: absolute;
    top: -100px;
    right: 20px;
    height: calc(100% + 200px);
    max-height: unset;
    width: 70%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    opacity: .4
}

.tc-layouts .icon-cards .item {
    -webkit-margin-end: 30px;
    margin-inline-end: 30px;
    margin-top: 40px;
    text-align: center
}

.tc-layouts .icon-cards .item .icon {
    height: 90px;
    margin-bottom: 15px
}

.tc-layouts .img .sub-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% + 100px);
    max-width: unset;
    -webkit-transition: linear;
    transition: linear
}

.tc-mobile,
.tc-more-features,
.tc-woocommerce {
    position: relative;
    padding: 80px 0;
    background-color: #111
}

.tc-woocommerce .line {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 70%
}

.tc-woocommerce .img .sub-img {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    max-width: unset;
    max-height: unset;
    height: unset;
    -webkit-transition: linear;
    transition: linear
}

.tc-woocommerce .info .tags {
    margin: 0 -3px
}

.tc-woocommerce .info .tags a {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    text-transform: capitalize;
    margin: 6px 3px;
    background-color: #e0dcd4;
    border-radius: 5px
}

.light-theme .pagination .page-item .page-link:hover,
.light-theme .tc-contact-st20 .form-wrapper .social-icons a:hover,
.light-theme .widgets .widget-card .social-links a:hover,
.light-theme .widgets .widget-card .social-links-st2 a:hover,
.prev-next-wrapper .link-item:hover .icon,
.tc-footer-st2 .foot .foot-social a:hover,
.tc-header-st4 .side-nav-st4 .social-icons a:hover,
.tc-portfolio-st2 .check-nav .form-check-input:checked~.form-check-label,
.tc-portfolio-st3 .check-nav .form-check-input:checked~.form-check-label,
.tc-post-det-st18 .comments .item .btns a:hover,
.tc-services-st3 .cards .item:hover .arrow,
.tc-team-st3 .team-card .img .social-icons a:hover,
.tc-team-st4 .team-card .img .social-icons a:hover,
.tc-woocommerce .info .tags a:hover {
    background-color: var(--cr-gold1);
    color: #fff
}

.tc-mobile .marq-content .marq-slider a:hover {
    color: #bfb6a8;
    -webkit-text-stroke: 1px #BFB6A8
}

.tc-mobile .patt {
    position: absolute;
    bottom: -100px;
    right: 0;
    height: calc(100% + 100px);
    max-height: unset;
    opacity: .2
}

.tc-more-features .feat-card {
    text-align: center;
    padding: 0 20px;
    margin-top: 80px
}

.tc-more-features .feat-card .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 35px;
    color: var(--cr-gold1)
}

.tc-dark-sections-st2 {
    position: relative;
    background-image: url(../../../home_preview/assets/img/dark_bg2.png);
    background-size: cover;
    color: #fff;
    padding-top: 50px
}

.tc-testimonials .rotate-box {
    position: relative;
    width: 220px;
    height: 220px;
    display: block;
    margin: 0 auto 30px
}

.tc-testimonials .rotate-box .num {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 70px;
    color: var(--cr-gold1)
}

.tc-testimonials .rotate-box .rotate-text {
    -webkit-animation: 20s linear infinite rotateText;
    animation: 20s linear infinite rotateText;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    border-radius: 50%;
    font-size: 20px
}

.tc-purchase .foot-img .rotate-box .rotate-circle svg,
.tc-testimonials .rotate-box .rotate-circle svg {
    width: 220px;
    height: 220px;
    fill: #fff;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.tc-header-st4 .side-nav-st4 .social-icons,
.tc-testimonials .testimonials-content {
    position: relative;
    margin-top: 50px
}

.tc-testimonials .testimonials-content .swiper-button-next,
.tc-testimonials .testimonials-content .swiper-button-prev {
    top: 40%
}

.tc-testimonials .testimonials-content .swiper-button-next::after,
.tc-testimonials .testimonials-content .swiper-button-prev::after {
    color: #fff;
    font-size: 25px
}

.light-theme .tc-portfolio-st1 .float-cursor,
.post-card:hover .more,
.tc-blog-st1 .post-card:hover .more,
.tc-blog-st3 .post-card:hover .more,
.tc-blog-st4 .post-card:hover .more,
.tc-footer-st4 .links a:hover,
.tc-navbar-st2 .navbar-nav .nav-item .nav-link:hover,
.tc-portfolio-st12 .portfolio-card:hover .more,
.tc-portfolio-st4 .portfolio-card:hover .more,
.tc-services-st4 .service-card:hover .info-card .icon-wrapper .arrow,
.tc-testimonials .testimonials-content .swiper-button-next:hover::after,
.tc-testimonials .testimonials-content .swiper-button-prev:hover::after,
.tc-testimonials-st2 .testi-card .rate-wrapper .stars .active {
    color: var(--cr-gold1)
}

.tc-testimonials .testimonials-content .swiper-button-next {
    right: 5vw
}

.tc-testimonials .testimonials-content .swiper-button-prev {
    left: 5vw
}

.tc-testimonials .testimonials-content .testimonials-slider .slide-card {
    text-align: center
}

.tc-testimonials .testimonials-content .testimonials-slider .slide-card .main-text {
    font-size: 60px;
    font-family: "Instrument Serif", serif;
    font-weight: 500
}

.tc-faq .accordion {
    position: relative;
    padding: 3vw 5vw 8vw
}

.tc-faq .accordion .accordion-item {
    position: relative;
    z-index: 5;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #666
}

.tc-about-st4 ul li:last-of-type,
.tc-faq .accordion .accordion-item:last-of-type,
.tc-header-st4 .side-nav-st4 .nav-list li:last-of-type .nav-link,
.tc-post-det-st18 .accordion-st18 .accordion-item:last-of-type,
.widgets .widget-card .widget-body .flex-list li:last-of-type .lnk {
    border: 0
}

.tc-faq .accordion .accordion-item .accordion-button {
    background-color: transparent !important;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding: 30px 0
}

.tc-faq .accordion .accordion-item .accordion-button::after {
    background-image: none;
    content: "";
    font-family: "Font Awesome 6 Pro";
    -webkit-transform: rotate(0);
    transform: rotate(0);
    font-size: 18px;
    font-weight: 400
}

.tc-faq .accordion .accordion-item .accordion-button:not(.collapsed) {
    color: var(--cr-gold1);
    border-radius: 0
}

.tc-faq .accordion .accordion-item .accordion-button:not(.collapsed)::after,
.tc-faq-st3 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after,
.tc-faq-st4 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after,
.tc-post-det-st18 .accordion-st18 .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: ""
}

.tc-faq .accordion .accordion-item .accordion-button .num {
    -webkit-margin-end: 40px;
    margin-inline-end: 40px;
    font-weight: 300
}

.tc-faq .accordion .accordion-item .accordion-body {
    padding-top: 0;
    padding-bottom: 30px;
    -webkit-padding-start: 60px;
    padding-inline-start: 60px
}

.tc-purchase {
    position: relative;
    padding-top: 80px
}

.tc-purchase .content {
    position: relative;
    text-align: center
}

.tc-purchase .content h2 {
    font-size: 72px;
    font-weight: 500
}

.tc-purchase .foot-img .rotate-box {
    position: relative;
    width: 220px;
    height: 220px;
    display: block;
    margin: -50px 0 -150px auto
}

.tc-purchase .foot-img .rotate-box .num {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 70px;
    font-family: "Instrument Serif", serif
}

.tc-purchase .foot-img .rotate-box .rotate-text {
    -webkit-animation: 20s linear infinite rotateText;
    animation: 20s linear infinite rotateText;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    border-radius: 50%
}

.tc-purchase .foot-img .rotate-box .rotate-circle {
    background-color: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(75px);
    backdrop-filter: blur(75px)
}

.tc-purchase .foot-img .img {
    width: 90%;
    margin-top: 50px;
    display: block;
    -webkit-margin-start: auto;
    margin-inline-start: auto
}

.home-st1 .lines {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
    z-index: 100
}

.home-st1 .lines span {
    width: 1px;
    height: 100%;
    background-color: #fff;
    opacity: .07
}

.home-st1 .lines span:first-of-type,
.home-st1 .lines span:last-of-type {
    opacity: 0
}

.home-st1 .lines-st2 span,
.home-st3 .lines-st2 span,
.home-st4 .lines-st2 span,
.home-st5 .lines-st2 span,
.tc-footer-st1 .lines-st2 span {
    width: 18%;
    height: 100%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    opacity: .05
}

.home-st1 .clippy-img,
.home-st2 .clippy-img,
.home-st3 .clippy-img,
.home-st4 .clippy-img {
    -webkit-clip-path: polygon(25% 0, 75% 0, 75% 100%, 25% 100%);
    clip-path: polygon(25% 0, 75% 0, 75% 100%, 25% 100%);
    opacity: 0;
    -webkit-transform: rotate(-7deg) scale(1.3);
    transform: rotate(-7deg) scale(1.3);
    -webkit-transition: 1s .2s;
    transition: 1s .2s
}

.home-st1 .clippy-img.animated,
.home-st2 .clippy-img.animated,
.home-st3 .clippy-img.animated,
.home-st4 .clippy-img.animated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
}

.home-st1.light-theme .lines span,
.light-theme .tc-brands-st1 .sm-title::after {
    background-color: #999
}

.tc-about-st1 {
    position: relative;
    padding: 0 4vw 40px;
    z-index: 30
}

.tc-about-st1 .line {
    position: absolute;
    right: 2vw;
    bottom: 0;
    z-index: 15;
    max-width: 20vw;
    pointer-events: none;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    -webkit-transition: 2s linear;
    transition: 2s linear
}

.tc-about-st1 .line.animated,
.tc-services-st3 .line.animated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.tc-about-st1 .about-card {
    position: relative;
    padding: 50px 80px 0;
    background-color: #151515;
    margin-top: -380px;
    z-index: 10
}

.tc-about-st1 .about-card .img {
    position: relative;
    height: 100%;
    min-height: 350px;
    border-radius: 300px 300px 0 0;
    overflow: hidden
}

.tc-about-st1 .about-card .img .float-img {
    position: absolute;
    left: 40px;
    top: 40px;
    width: calc(100% - 80px);
    border-radius: 50%;
    background-color: #151515;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 20
}

.tc-about-st1 .about-card .img .float-img img {
    height: 125px
}

.tc-about-st1 .about-card .info,
.tc-contact-st20,
.tc-post-det-st18,
.tc-services-st4,
.tc-skills-st6,
.tc-team-st4,
.tc-testimonials-st2 {
    position: relative;
    padding: 120px 0
}

.tc-about-st1 .about-card .progress-item {
    position: relative;
    margin-top: 30px
}

.tc-about-st1 .about-card .progress-item .progress,
.tc-about-st3 .progress-item .progress,
.tc-skills-st6 .progress-item .progress {
    height: 5px;
    border-radius: 5px;
    background-color: #fff2;
    margin-top: 15px
}

.tc-about-st1 .about-card .progress-item .progress .progress-bar,
.tc-about-st3 .progress-item .progress .progress-bar,
.tc-skills-st6 .progress-item .progress .progress-bar {
    background-color: var(--cr-gold1);
    border-radius: 5px
}

.light-theme .tc-about-st1 .about-card {
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 30px #0001;
    box-shadow: 10px 10px 30px #0001
}

.light-theme .tc-about-st1 .about-card .img .float-img,
.light-theme .tc-about-st3,
.light-theme .tc-brands-st1 .sm-title .txt,
.light-theme .tc-brands-st2 .sm-title .txt,
.light-theme .tc-contact-st20 .form-wrapper .social-icons a,
.light-theme .tc-faq-st4,
.light-theme .tc-faq-st4 .accordion .accordion-item,
.light-theme .tc-portfolio-st12 .portfolio-card {
    background-color: #fff
}

.light-theme .tc-about-st1 .about-card .progress-item .progress,
.light-theme .tc-blog-st3 .post-card .info .tags .tag {
    background-color: #0001
}

.tc-blog-st1,
.tc-blog-st3 {
    position: relative;
    padding: 120px 4vw
}

.tc-blog-st1 .blog-slider .swiper-wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.tc-blog-st1 .blog-slider .swiper-wrapper .swiper-slide,
.tc-blog-st3 .blog-slider .swiper-wrapper .swiper-slide,
.tc-blog-st4 .blog-slider .swiper-wrapper .swiper-slide {
    height: auto
}

.tc-blog-st1 .blog-slider .swiper-wrapper .swiper-slide-prev .post-card {
    -webkit-transform: scale(.75);
    transform: scale(.75);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

.tc-blog-st1 .blog-slider .swiper-wrapper .swiper-slide-next .post-card {
    -webkit-transform: scale(.75);
    transform: scale(.75);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right
}

.tc-blog-st1 .post-card {
    position: relative;
    display: block;
    text-transform: capitalize;
    -webkit-transition: 1s;
    transition: 1s;
    margin-bottom: 1px;
    border: 1px solid #fff2
}

.tc-blog-st1 .post-card .info,
.tc-blog-st3 .post-card .info,
.tc-blog-st4 .post-card .info {
    position: relative;
    padding: 20px 30px
}

.tc-blog-st1 .post-card .info .tags .tag,
.tc-blog-st3 .post-card .info .tags .tag,
.tc-blog-st4 .post-card .info .tags .tag {
    position: relative;
    font-size: 13px;
    padding: 4px 12px;
    text-transform: capitalize;
    background-color: #fff1;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    color: #999
}

.post-card:hover .title,
.tc-blog-st1 .post-card:hover .title,
.tc-blog-st2 .cards .item:hover .blog-title,
.tc-blog-st3 .post-card:hover .title,
.tc-blog-st4 .post-card:hover .title,
.tc-portfolio-st12 .portfolio-card:hover .title,
.tc-portfolio-st4 .portfolio-card:hover .title,
.tc-services-st4 .service-card:hover .info-card .title {
    text-decoration: underline
}

.tc-brands-st1 {
    position: relative;
    padding: 15px 4vw
}

.tc-brands-st1 .sm-title,
.tc-brands-st2 .sm-title {
    position: relative;
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px
}

.tc-brands-st1 .sm-title::after,
.tc-brands-st2 .sm-title::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background-color: #fff2
}

.tc-brands-st1 .sm-title .txt,
.tc-brands-st2 .sm-title .txt {
    position: relative;
    background-color: #111;
    z-index: 10;
    padding: 0 40px
}

.tc-brands-st1 .brands {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly
}

.tc-brands-st1 .brands .brand,
.tc-brands-st2 .brands .brand {
    position: relative;
    height: 70px;
    text-align: center;
    margin-bottom: 40px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.tc-brands-st1 .brands .brand img,
.tc-brands-st2 .brands .brand img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.tc-brands-st1 .brands .brand:hover,
.tc-brands-st2 .brands .brand:hover,
.tc-clients-st4 .cards .item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.tc-contact-st1 {
    position: relative;
    padding-top: 0;
    z-index: 20
}

.tc-contact-st1 .main-img {
    position: static;
    height: auto;
    margin-top: -450px;
    z-index: -1
}

.tc-footer-st1 .foot-links a {
    text-transform: uppercase;
    -webkit-margin-start: 50px;
    margin-inline-start: 50px
}

.tc-footer-st1 .foot-links a:hover {
    color: var(--cr-gold1);
    color: #fff !important;
    color: var(--cr-gold1)
}

.tc-footer-st1 .foot {
    margin-top: 10px
}

.tc-header-st1 {
    position: relative;
    padding: 300px 0;
    z-index: 20;
    overflow: hidden
}

.tc-header-st1 .title {
    position: relative;
    font-size: 7rem;
    line-height: 1.1;
    text-align: center;
    font-weight: 400;
    text-transform: capitalize
}

.tc-instagram-st1 .img {
    position: relative;
    height: 350px;
    display: block
}

.tc-instagram-st1 .float-cursor,
.tc-portfolio-st1 .float-cursor {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    color: var(--cr-gold1);
    text-transform: uppercase;
    font-size: 16px;
    z-index: 30;
    pointer-events: none;
    padding: 30px;
    text-align: center
}

.light-theme .widgets .widget-card .search-form .form-control,
.light-theme .widgets .widget-card .social-links a,
.light-theme .widgets .widget-card .social-links-st2 a,
.tc-navbar-st1.light-navbar {
    background-color: #fff;
    color: #111
}

.tc-navbar-st1.light-navbar * {
    color: #111 !important
}

.tc-navbar-st1.light-navbar .sidemenu-toggle {
    border-color: #9993 !important
}

.tc-navbar-st1.light-navbar .dropdown .dropdown-menu .dropdown-item {
    background-color: #f6f6f6;
    border-bottom: 1px solid #9993
}

.light-theme .tc-blog-st2 .cards .item .arrow:hover .arrow,
.tc-navbar-st1.light-navbar .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: var(--cr-gold1);
    color: #fff !important
}

.tc-portfolio-st1 {
    position: relative;
    padding: 120px 0;
    background-color: #151515
}

.tc-portfolio-st1 .portfolio-slider .swiper-wrapper .swiper-slide-active .portfolio-card {
    top: 0
}

.tc-portfolio-st1 .portfolio-slider .swiper-wrapper .swiper-slide-active .portfolio-card .info-card,
.tc-portfolio-st11 .portfolio-card:hover .info-card {
    bottom: 0;
    opacity: 1
}

.tc-portfolio-st1 .portfolio-slider .swiper-pagination-st1 {
    position: absolute;
    top: 140px;
    left: auto;
    right: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    z-index: 20
}

.tc-portfolio-st1 .portfolio-slider .swiper-pagination-st1 .swiper-pagination-bullet,
.tc-portfolio-st12 .portfolio-slider .swiper-pagination-st1 .swiper-pagination-bullet,
.tc-portfolio-st13 .portfolio-slider .swiper-pagination-st1 .swiper-pagination-bullet,
.tc-portfolio-st2 .portfolio-slider .swiper-pagination-st1 .swiper-pagination-bullet,
.tc-portfolio-st3 .portfolio-slider .swiper-pagination-st1 .swiper-pagination-bullet {
    background-color: var(--cr-gold1);
    width: 9px;
    height: 9px;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    -webkit-transition: .5s;
    transition: .5s
}

.tc-portfolio-st1 .portfolio-slider .swiper-pagination-st1 .swiper-pagination-bullet-active,
.tc-portfolio-st12 .portfolio-slider .swiper-pagination-st1 .swiper-pagination-bullet-active,
.tc-portfolio-st13 .portfolio-slider .swiper-pagination-st1 .swiper-pagination-bullet-active,
.tc-portfolio-st2 .portfolio-slider .swiper-pagination-st1 .swiper-pagination-bullet-active,
.tc-portfolio-st3 .portfolio-slider .swiper-pagination-st1 .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.tc-portfolio-st1 .portfolio-card {
    position: relative;
    top: 200px;
    overflow: hidden;
    -webkit-transition: 1s;
    transition: 1s
}

.tc-portfolio-st1 .portfolio-card .img,
.tc-portfolio-st11 .portfolio-card .img,
.tc-portfolio-st12 .portfolio-card .img,
.tc-portfolio-st4 .portfolio-card .img {
    position: relative;
    height: 550px
}

.tc-portfolio-st1 .portfolio-card .img::after,
.tc-portfolio-st11 .portfolio-card .img::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 16, 0)), to(rgba(16, 16, 16, .6)));
    background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0, rgba(16, 16, 16, .6) 100%)
}

.tc-portfolio-st1 .portfolio-card .info-card {
    position: absolute;
    left: 0;
    bottom: -200px;
    width: 100%;
    padding: 40px;
    z-index: 20;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s
}

.tag,
.tc-portfolio-st1 .portfolio-card .info-card .tag,
.tc-portfolio-st11 .portfolio-card .info-card .tag {
    font-size: 16px;
    padding: 5px 20px;
    background-color: #111;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.tc-portfolio-st1 .numbers-pagination,
.tc-portfolio-st12 .numbers-pagination,
.tc-portfolio-st13 .numbers-pagination,
.tc-portfolio-st2 .numbers-pagination {
    position: relative;
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: -2px;
    z-index: 30;
    color: #999
}

.tc-portfolio-st1 .numbers-pagination span,
.tc-portfolio-st12 .numbers-pagination span,
.tc-portfolio-st13 .numbers-pagination span,
.tc-portfolio-st2 .numbers-pagination span {
    opacity: .7
}

.home-st5 .tc-showcase-st5 .showcase-slider .swiper-wrapper .swiper-slide:nth-of-type(odd) .slide-item .title,
.tc-portfolio-st1 .numbers-pagination .slide-cont,
.tc-portfolio-st12 .numbers-pagination .slide-cont,
.tc-portfolio-st12 .portfolio-card:hover .img::after,
.tc-portfolio-st13 .numbers-pagination .slide-cont,
.tc-portfolio-st2 .numbers-pagination .slide-cont,
.tc-portfolio-st3 .item-card:hover::after,
.tc-portfolio-st4 .portfolio-card:hover .img::after,
.tc-team-st3 .team-card:hover .img::after,
.tc-team-st4 .team-card:hover .img::after {
    opacity: 1
}

.tc-portfolio-st1 .swiper-progress {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #fff2;
    margin-top: 40px
}

.tc-portfolio-st1 .swiper-progress .swiper-progress-bar,
.tc-portfolio-st12 .swiper-progress .swiper-progress-bar,
.tc-portfolio-st13 .swiper-progress .swiper-progress-bar,
.tc-portfolio-st2 .swiper-progress .swiper-progress-bar {
    position: absolute;
    height: 100%;
    width: 0%;
    background-color: var(--cr-gold1);
    -webkit-transition: width .5s;
    transition: width .5s
}

.tc-features-st4 .img,
.tc-services-st1 .img {
    height: 100%;
    min-height: 350px
}

.tc-features-st4 .lg-txt,
.tc-services-st1 .lg-txt {
    position: relative;
    font-size: 280px;
    line-height: .7;
    color: transparent;
    -webkit-text-stroke: 1px #fff1;
    white-space: nowrap
}

.tc-features-st4 .service-card,
.tc-services-st1 .service-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px
}

.tc-features-st4 .service-card .icon,
.tc-services-st1 .service-card .icon {
    width: 80px;
    height: 70px;
    -webkit-margin-end: 40px;
    margin-inline-end: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 10px
}

.light-theme .tc-services-st1 .lg-txt {
    -webkit-text-stroke: 1px #9992
}

.tc-testimonials-st1 {
    position: relative;
    padding-top: 100px
}

.tc-testimonials-st1 .testi-card .main-txt {
    position: relative;
    -webkit-padding-start: 200px;
    padding-inline-start: 200px
}

html[dir=rtl] body,
html[lang=ar] body {
    direction: rtl;
    font-family: "IBM Plex Sans Arabic", sans-serif
}

html[dir=rtl] body .h1,
html[dir=rtl] body .h2,
html[dir=rtl] body .h3,
html[dir=rtl] body .h4,
html[dir=rtl] body .h5,
html[dir=rtl] body .h6,
html[dir=rtl] body .sub-font,
html[dir=rtl] body h1,
html[dir=rtl] body h2,
html[dir=rtl] body h3,
html[dir=rtl] body h4,
html[dir=rtl] body h5,
html[dir=rtl] body h6,
html[lang=ar] body .h1,
html[lang=ar] body .h2,
html[lang=ar] body .h3,
html[lang=ar] body .h4,
html[lang=ar] body .h5,
html[lang=ar] body .h6,
html[lang=ar] body .sub-font,
html[lang=ar] body h1,
html[lang=ar] body h2,
html[lang=ar] body h3,
html[lang=ar] body h4,
html[lang=ar] body h5,
html[lang=ar] body h6 {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    line-height: 1.3
}

html[dir=rtl] body .tc-sidemenu-st1 .white-line,
html[lang=ar] body .tc-sidemenu-st1 .white-line {
    right: auto;
    left: 50px
}

html[dir=rtl] body .tc-sidemenu-st1 .clss,
html[lang=ar] body .tc-sidemenu-st1 .clss {
    right: auto;
    left: 5.5vw
}

html[dir=rtl] body .tc-sidemenu-st1 .social-links,
html[lang=ar] body .tc-sidemenu-st1 .social-links {
    right: auto;
    left: 230px
}

html[dir=rtl] body .tc-sidemenu-st1 .social-links ul,
html[lang=ar] body .tc-sidemenu-st1 .social-links ul {
    -webkit-transform: rotate(-90deg) translateX(-50%);
    transform: rotate(-90deg) translateX(-50%);
    -webkit-transform-origin: left;
    transform-origin: left
}

html[dir=rtl] body .tc-header-st1 .info-card,
html[lang=ar] body .tc-header-st1 .info-card {
    padding: 10px 10px 10px 30px
}

html[dir=rtl] body .fa-long-arrow-right,
html[lang=ar] body .fa-long-arrow-right {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.tc-portfolio-st2 .portfolio-slider .swiper-slide-next .portfolio-card,
.tc-portfolio-st3 .portfolio-slider .swiper-slide-next .portfolio-card,
html[dir=rtl] body .tc-blog-st1 .blog-slider .swiper-wrapper .swiper-slide-next .post-card,
html[lang=ar] body .tc-blog-st1 .blog-slider .swiper-wrapper .swiper-slide-next .post-card {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

.tc-portfolio-st2 .portfolio-slider .swiper-slide-prev .portfolio-card,
.tc-portfolio-st3 .portfolio-slider .swiper-slide-prev .portfolio-card,
html[dir=rtl] body .tc-blog-st1 .blog-slider .swiper-wrapper .swiper-slide-prev .post-card,
html[lang=ar] body .tc-blog-st1 .blog-slider .swiper-wrapper .swiper-slide-prev .post-card {
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right
}

.home-st2,
.home-st3,
.home-st4,
.home-st5 .tc-showcase-st5 .showcase-slider .swiper-wrapper .swiper-slide-active,
.tc-contact-st20 .form-wrapper {
    position: relative;
    z-index: 20
}

.home-st2 .container,
.home-st2 .container-fluid,
.home-st3 .container,
.home-st3 .container-fluid {
    position: relative;
    z-index: 25
}

.light-theme .tc-about-st2 .lg-txt {
    -webkit-text-stroke: 1px #9995
}

.tc-awards-st2 .cards .item,
.tc-awards-st2 .section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative
}

.tc-awards-st2 {
    position: relative;
    overflow: hidden;
    padding-bottom: 120px
}

.tc-awards-st2 .section-title {
    text-transform: capitalize;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px
}

.tc-awards-st2 .section-title .txt {
    font-size: 85px;
    color: transparent;
    -webkit-text-stroke: 1px var(--cr-gold1);
    opacity: .15
}

.tc-awards-st2 .section-title .star:nth-of-type(4),
.tc-awards-st2 .section-title .star:nth-of-type(6),
.tc-awards-st2 .section-title .txt:nth-of-type(5) {
    color: var(--cr-gold1);
    opacity: 1
}

.tc-awards-st2 .section-title .star {
    font-size: 45px;
    margin: 0 20px
}

.tc-awards-st2 .cards .item {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 50px;
    background-color: #151515;
    margin: 50px auto 0;
    width: 80%
}

.tc-awards-st2 .cards .item .icon {
    position: relative;
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain
}

.home-st5 .tc-showcase-st5 .showcase-slider .swiper-wrapper .swiper-slide:nth-of-type(odd) .slide-item .row,
.tc-awards-st2 .cards .item:nth-of-type(2n),
.tc-services-st4 .cards .row .col-lg-6:nth-of-type(3) .service-card .row,
.tc-services-st4 .cards .row .col-lg-6:nth-of-type(4) .service-card .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.tc-awards-st2 .cards .item:first-of-type,
.tc-awards-st2 .cards .item:nth-of-type(3),
.tc-awards-st2 .cards .item:nth-of-type(5) {
    left: 2vw
}

.tc-awards-st2 .cards .item:nth-of-type(2) {
    right: 3vw
}

.tc-awards-st2 .cards .item:nth-of-type(4) {
    left: 7vw
}

.light-theme .side-nav-st4,
.light-theme .tc-awards-st2 .cards .item,
.light-theme .tc-blog-st3 .post-card,
.light-theme .tc-blog-st4 .post-card,
.light-theme .tc-contact-st20 .form-wrapper .contact-info,
.light-theme .tc-numbers-st3 .num-card,
.light-theme .tc-portfolio-st12 .float-cursor,
.light-theme .tc-post-det-st18 .comment-form,
.light-theme .widgets .widget-card {
    background-color: #f6f6f6
}

.home-st5 .tc-showcase-st5 .slide-item .info,
.tc-header-st4 .side-nav-st4,
.tc-post-det-st18 .author-card .social-links,
.tc-services-st4 .service-card .info-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.tc-blog-st2 .cards .item {
    position: relative;
    display: block;
    border-bottom: 1px solid #fff2;
    padding-bottom: 20px;
    margin-top: 30px
}

.tc-blog-st2 .cards .item .tags .tag,
.tc-post-det-st18 .tags .tag {
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    border: 1px solid #fff2;
    border-radius: 30px;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    padding: 5px 15px;
    color: #999
}

.tc-blog-st2 .cards .item .arrow {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff1;
    font-size: 20px
}

.tc-blog-st2 .cards .item .float-img,
.tc-services-st3 .cards .item .float-img {
    position: absolute;
    right: 20%;
    top: 50%;
    opacity: 0;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    width: 280px;
    height: 280px;
    max-width: unset;
    max-height: unset;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    -webkit-transition: .5s;
    transition: .5s
}

.pause-btn:hover,
.tc-blog-st2 .cards .item:hover,
.tc-services-st3 .cards .item:hover {
    border-color: #fff
}

.tc-blog-st2 .cards .item:hover .float-img,
.tc-services-st3 .cards .item:hover .float-img {
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(-30deg);
    transform: translateY(-50%) rotate(-30deg)
}

.light-theme .tc-blog-st2 .cards .item .arrow {
    background-color: #f5f5f5;
    color: #111
}

.light-theme .prev-next-wrapper,
.light-theme .side-nav-st4 .nav-list .nav-link,
.light-theme .tc-blog-st2 .cards .item,
.light-theme .tc-contact-st20 .form-wrapper .contact-info .info-content .item,
.light-theme .tc-post-det-st18 .comments .item,
.light-theme .tc-post-det-st18 .tags .tag,
.light-theme .tc-post-det-st18 .title-wrapper .date,
.light-theme .tc-services-st3 .cards .item,
.light-theme .tc-services-st3 .cards .item .num,
.light-theme .tc-showcase-st5 .slide-item .info .info-card,
.light-theme .tc-showcase-st5 .slide-item .info .social-links a,
.light-theme .tc-testimonials-st2 .testi-card .btm-card,
.light-theme .widgets .widget-card .widget-body .flex-list li .lnk {
    border-color: #9993
}

.light-theme .tc-blog-st2 .cards .item .tags .tag,
.light-theme .tc-navbar-st3 .sidemenu-toggle,
.light-theme .tc-portfolio-st2 .check-nav {
    border-color: #9995
}

.tc-brands-st2 {
    padding: 120px 0
}

.tc-footer-st2 {
    position: relative;
    background-color: #151515;
    padding-top: 120px
}

.tc-footer-st2 .foot-shap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    max-width: 30%;
    -o-object-fit: cover;
    object-fit: cover
}

.tc-footer-st2 .links-list a {
    font-size: 16px;
    margin: 6px 0;
    color: #999
}

.tc-footer-st2 .newsletter .form {
    position: relative;
    display: block;
    padding: 30px;
    border-radius: 10px;
    background-color: #111
}

.tc-footer-st2 .newsletter .form-group .form-control,
.tc-footer-st4 .newsletter .form-group .form-control {
    position: relative;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff2;
    text-transform: capitalize;
    padding: 15px 0
}

.tc-footer-st2 .foot .foot-social a,
.tc-navbar-st2 .sidemenu-toggle {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox
}

.tc-footer-st2 .newsletter .form-group .form-control::-webkit-input-placeholder {
    color: #fff5
}

.tc-footer-st2 .newsletter .form-group .form-control::-moz-placeholder {
    color: #fff5
}

.tc-footer-st2 .newsletter .form-group .form-control:-ms-input-placeholder {
    color: #fff5
}

.tc-footer-st2 .newsletter .form-group .form-control::-ms-input-placeholder {
    color: #fff5
}

.tc-footer-st2 .newsletter .form-group .form-control::placeholder {
    color: #fff5
}

.tc-footer-st2 .newsletter .form-group .butn,
.tc-footer-st4 .newsletter .form-group .butn {
    position: absolute;
    right: 0;
    bottom: 15px
}

.tc-footer-st2 .newsletter .form-check,
.tc-footer-st4 .newsletter .form-check {
    position: relative;
    margin-top: 20px;
    color: #999
}

.tc-footer-st2 .newsletter .form-check .form-check-input,
.tc-footer-st4 .newsletter .form-check .form-check-input {
    background-color: #111;
    border-color: #fff3;
    border-radius: 0
}

.tc-footer-st2 .foot {
    position: relative;
    padding: 30px 0;
    background-color: #111;
    z-index: 10
}

.tc-footer-st2 .foot .foot-social {
    position: relative;
    text-align: end
}

.tc-footer-st2 .foot .foot-social a {
    width: 45px;
    height: 45px;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff1;
    -webkit-margin-start: 15px;
    margin-inline-start: 15px
}

.tc-header-st2 {
    position: relative;
    padding: 120px 0;
    background-image: url(../img/hero_bg1.jpg);
    background-size: cover;
    z-index: 20
}

.tc-header-st2 .lg-img {
    position: relative;
    height: 400px;
    -webkit-clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
    margin-top: 100px
}

.tc-header-st2 .lg-img2 {
    position: relative;
    height: 400px;
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
    margin-top: 100px
}

.tc-header-st2 h1 {
    position: relative;
    font-size: 80px;
    margin-top: -150px;
    margin-bottom: 40px
}

.tc-header-st2 h1 img {
    height: 75px;
    width: 180px;
    border-radius: 100px
}

.tc-header-st2 .exp .num {
    font-size: 80px;
    line-height: 1
}

.tc-header-st2 .exp .txt {
    font-size: 16px;
    color: #999;
    text-transform: capitalize
}

.tc-navbar-st2 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 4vw;
    background-color: #151515;
    color: #fff;
    z-index: 99
}

.tc-navbar-st2 .navbar-nav .nav-item .nav-link .num {
    display: block;
    margin-bottom: 5px;
    text-align: start;
    font-size: 13px;
    opacity: .5
}

.tc-navbar-st2 .sidemenu-toggle {
    position: relative;
    width: 50px;
    height: 50px;
    border: 1px solid #fff5;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.25rem;
    -webkit-margin-start: 30px;
    margin-inline-start: 30px
}

.prev-next-wrapper,
.tc-video-st2,
.tc-video-st2 .play-btn,
.widgets .search-form .form-group,
.widgets .social-links-st2 {
    display: -webkit-box;
    display: -ms-flexbox
}

.tc-portfolio-st2 {
    position: relative;
    padding: 20px 0
}

.tc-portfolio-st2 .check-nav,
.tc-portfolio-st3 .check-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 30px auto 0;
    border: 1px solid #fff2;
    border-radius: 10px;
    overflow: hidden
}

.tc-portfolio-st2 .check-nav .form-check {
    padding: 0;
    overflow: hidden
}

.tc-portfolio-st2 .check-nav .form-check .form-check-label,
.tc-portfolio-st3 .check-nav .form-check .form-check-label {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 30px;
    cursor: pointer
}

.tc-portfolio-st13 .portfolio-slider,
.tc-portfolio-st2 .portfolio-slider,
.tc-portfolio-st3 .portfolio-slider {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px
}

.tc-portfolio-st2 .portfolio-slider .swiper-slide .portfolio-card,
.tc-portfolio-st3 .portfolio-slider .swiper-slide .portfolio-card {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    bottom: 100px
}

.tc-portfolio-st2 .portfolio-slider .swiper-slide .portfolio-card .num,
.tc-portfolio-st3 .portfolio-slider .swiper-slide .portfolio-card .num {
    opacity: 1;
    visibility: visible
}

.tc-portfolio-st2 .portfolio-slider .swiper-slide .portfolio-card .card-title,
.tc-portfolio-st3 .portfolio-slider .swiper-slide .portfolio-card .card-title {
    opacity: 0;
    margin-top: 0
}

.tc-portfolio-st2 .portfolio-slider .swiper-slide-active .portfolio-card,
.tc-portfolio-st3 .portfolio-slider .swiper-slide-active .portfolio-card {
    -webkit-transform: scale(1);
    transform: scale(1);
    bottom: 0
}

.tc-portfolio-st2 .portfolio-slider .swiper-slide-active .portfolio-card .num,
.tc-portfolio-st3 .portfolio-slider .swiper-slide-active .portfolio-card .num {
    opacity: 0;
    visibility: hidden
}

.tc-portfolio-st2 .portfolio-slider .swiper-slide-active .portfolio-card .card-title,
.tc-portfolio-st3 .portfolio-slider .swiper-slide-active .portfolio-card .card-title {
    opacity: 1;
    margin-top: -20px
}

.tc-portfolio-st12 .portfolio-slider .swiper-pagination-st1,
.tc-portfolio-st13 .portfolio-slider .swiper-pagination-st1,
.tc-portfolio-st2 .portfolio-slider .swiper-pagination-st1,
.tc-portfolio-st3 .portfolio-slider .swiper-pagination-st1 {
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    z-index: 20
}

.tc-portfolio-st2 .portfolio-card {
    position: relative;
    display: block;
    text-align: center;
    -webkit-transition: 1s;
    transition: 1s
}

.tc-portfolio-st2 .portfolio-card .img {
    height: 450px;
    margin-bottom: 30px
}

.tc-portfolio-st13 .portfolio-card .num,
.tc-portfolio-st2 .portfolio-card .num {
    font-size: 20px;
    font-weight: 400
}

.tc-portfolio-st12 .float-cursor,
.tc-portfolio-st13 .float-cursor,
.tc-portfolio-st2 .float-cursor,
.tc-portfolio-st4 .float-cursor,
.tc-skills-st6 .float-cursor,
.tc-video-st3 .float-cursor {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    color: var(--cr-gold1);
    text-transform: uppercase;
    font-size: 16px;
    z-index: 30;
    pointer-events: none;
    padding: 30px;
    text-align: center;
    -webkit-transition: .1s linear !important;
    transition: .1s linear !important
}

.tc-portfolio-st12 .swiper-progress,
.tc-portfolio-st13 .swiper-progress,
.tc-portfolio-st2 .swiper-progress {
    position: relative;
    width: calc(100% - 100px);
    height: 1px;
    background-color: #fff2;
    margin-top: -10px
}

.tc-about-st3::after,
.tc-video-st2 .bg {
    top: 0;
    width: 100%;
    position: absolute;
    left: 0
}

.light-theme .tc-portfolio-st2 .swiper-progress {
    background-color: #9995
}

.light-theme .check-nav,
.light-theme .prev-next-wrapper .link-item .icon,
.light-theme .tc-services-st2 .feat-card {
    border: 1px solid #9993
}

.light-theme .tc-testimonials-st2 .testi-card {
    border: 1px solid #9992
}

.tc-video-st2 {
    position: relative;
    height: 600px;
    max-height: 100vw;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tc-video-st2 .bg {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1
}

.tc-video-st2 .play-btn {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tc-video-st2 .play-btn .icon {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #fff3;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #fff;
    border-left: 2px solid transparent;
    -webkit-margin-start: 30px;
    margin-inline-start: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 25px
}

.home-st3 .lines-st2,
.home-st4 .lines-st2,
.home-st5 .lines-st2 {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    gap: 27vw;
    z-index: -1
}

.tc-about-st3 {
    position: relative;
    z-index: 20;
    padding-top: 120px
}

.tc-about-st3::after {
    content: "";
    height: calc(100% - 100px);
    background: #151515;
    -webkit-box-shadow: 0 14px 44px 20px rgba(0, 0, 0, .05);
    box-shadow: 0 14px 44px 20px rgba(0, 0, 0, .05)
}

.tc-about-st3 .info .main-text {
    position: relative;
    font-size: 14px;
    color: #999;
    -webkit-padding-start: 100px;
    padding-inline-start: 0px
}

.tc-about-st3 .info .main-text::before,
.tc-skills-st6 .info .main-text::before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 85px;
    height: 1px;
    background-color: var(--cr-gold1);
    opacity: .2
}

.tc-about-st3 .info .butn,
.tc-skills-st6 .info .butn {
    top: -10px
}

.tc-about-st3 .progress-item,
.tc-skills-st6 .progress-item {
    position: relative;
    margin-bottom: 40px
}

.tc-about-st3 .rotate-box {
    position: relative;
    width: 200px;
    height: 200px;
    display: block;
    margin: 50px auto 0
}

.tc-about-st3 .rotate-box .rotate-circle svg {
    width: 200px;
    height: 200px;
    fill: #fff;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    outline-offset: -50px;
    border-radius: 50%
}

.light-theme .tc-about-st3::after {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.light-theme .tc-about-st3 .rotate-box .rotate-circle svg {
    fill: #111
}

.tc-blog-st3 .post-card,
.tc-blog-st4 .post-card,
.tc-portfolio-st12 .portfolio-card {
    position: relative;
    display: block;
    text-transform: capitalize;
    -webkit-transition: 1s;
    transition: 1s;
    margin-bottom: 1px;
    background-color: #151515;
    height: 100%
}

.tc-blog-st3 .post-card .img,
.tc-blog-st4 .post-card .img {
    position: relative;
    height: 250px
}

.tc-faq-st3 .accordion .accordion-item {
    position: relative;
    margin-bottom: 30px;
    border-radius: 0 !important;
    background-color: transparent;
    color: #fff;
    border: 0
}

.tc-faq-st3 .accordion .accordion-item .accordion-header .accordion-button,
.tc-faq-st4 .accordion .accordion-item .accordion-header .accordion-button {
    background-color: transparent;
    border: 0;
    margin: 0;
    border: 1px solid #fff2;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.tc-faq-st3 .accordion .accordion-item .accordion-header .accordion-button::after,
.tc-faq-st4 .accordion .accordion-item .accordion-header .accordion-button::after,
.tc-post-det-st18 .accordion-st18 .accordion-item .accordion-header .accordion-button::after {
    background-image: none;
    content: "";
    font-family: "Font Awesome 6 Pro";
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.light-theme .tc-faq-st3 .accordion .accordion-item {
    color: #111;
    background-color: #fff
}

.light-theme .tc-faq-st3 .accordion .accordion-item .accordion-header .accordion-button {
    color: #111;
    border-color: #9993
}

.tc-footer-st1 {
    position: relative;
    padding-top: 50px;
    background-color: #151515;
    z-index: 20;
    overflow: hidden
}

.tc-footer-st1 .social-links {
    position: relative;
    margin-top: 0;
    margin-bottom: 30px
}

.home-st5 .tc-showcase-st5 .slide-item .info .social-links a,
.tc-footer-st1 .social-links a,
.tc-footer-st4 .social-links a {
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid #fff2;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px
}

.pagination .page-item .page-link.active,
.pagination .page-item .page-link:hover,
.tc-contact-st20 .form-wrapper .social-icons a:hover,
.tc-footer-st1 .social-links a:hover,
.tc-footer-st4 .social-links a:hover {
    background-color: var(--cr-gold1);
    border-color: var(--cr-gold1)
}

.tc-footer-st1 .foot-links a {
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 15px;
    display: flex;
    margin-inline-start: 0
}

.tc-footer-st1 .foot-links a .num {
    display: block;
    margin-bottom: 5px;
    text-align: start
}

.tc-footer-st1 .foot,
.tc-footer-st4 .foot {
    position: relative;
    padding: 30px 0;
    background-color: #101010
}

.light-theme .tc-footer-st1 .text-white,
.light-theme .tc-footer-st4 .text-white {
    color: #fff !important
}

.tc-brands-st2,
.tc-header-st3 {
    position: relative;
    padding-bottom: 80px
}

.tc-header-st3 .container-fluid {
    padding: 0 3vw
}

.tc-header-st3 h1 {
    position: relative;
    font-size: 74px;
    line-height: 1.1;
    margin-top: -60px;
    text-wrap: balance;
    z-index: 20
}

.tc-header-st3 .shap {
    position: absolute;
    left: 10%;
    top: 10%;
    width: 80%;
    height: 80%;
    -o-object-fit: contain;
    object-fit: contain
}

.tc-header-st3 .rotate-box {
    position: relative;
    width: 200px;
    height: 200px;
    display: block;
    margin-top: -80px;
    margin-bottom: 50px
}

@keyframes rotateText {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.tc-header-st3 .marq-slider {
    position: relative;
    overflow: hidden;
    margin-top: 100px
}

.tc-header-st3 .marq-slider .swiper-wrapper,
.tc-header-st4 .marq-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
    pointer-events: none
}

.tc-header-st3 .marq-slider .swiper-wrapper .swiper-slide:nth-of-type(2n) {
    color: transparent;
    -webkit-text-stroke: 1px #fff
}

.tc-header-st3 .marq-slider h2 {
    font-size: 150px;
    line-height: 1
}

.tc-header-st3 .marq-slider .swiper-slide {
    opacity: .1
}

.light-theme .tc-header-st3 .rotate-box .rotate-circle svg {
    fill: #111;
    outline: #9993 solid 1px
}

.tc-navbar-st3 {
    position: relative;
    padding: 30px 4vw;
    color: #fff
}

.light-theme .tc-innerheader-st6 .info-card .text,
.light-theme .tc-innerheader-st6 .info-card h6,
.light-theme .tc-innerheader-st6 .links a,
.light-theme .tc-innerheader-st6.innerheader-bg .info-card h6,
.light-theme .tc-navbar-st3,
.light-theme .tc-navbar-st3 .navbar-nav .nav-item .nav-link,
.light-theme .tc-post-det-st18 .accordion-st18 .accordion-item .accordion-header .accordion-button {
    color: #111
}

.tc-blog-st4,
.tc-numbers-st3,
.tc-numbers-st4,
.tc-portfolio-st13 {
    position: relative;
    padding-bottom: 120px
}

.tc-numbers-st3 .num-card {
    position: relative;
    display: block;
    padding: 30px;
    text-align: center;
    background-color: #151515;
    border: 1px solid transparent
}

.tc-numbers-st3 .num-card:hover,
.tc-services-st2 .feat-card:hover {
    border-color: var(--cr-gold1)
}

.tc-portfolio-st3 .check-nav .form-check {
    padding: 0
}

.tc-portfolio-st3 .item-card {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 15px
}

.tc-portfolio-st3 .item-card::after,
.tc-team-st3 .team-card .img::after,
.tc-team-st4 .team-card .img::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000000b8), to(transparent));
    background-image: linear-gradient(to top, #000000b8, transparent);
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s;
    transition: .3s
}

.tc-portfolio-st3 .item-card .title {
    position: absolute;
    font-size: 30px;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    z-index: 20;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff
}

.tc-portfolio-st3 .item-card:hover .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.tc-services-st3 .cards .item:hover .arrow {
    background-color: var(--cr-gold1) !important
}

.light-theme .tc-services-st3 .cards .item {
    border-bottom: 1px solid #9993
}

.light-theme .tc-services-st3 .cards .item .arrow {
    background-color: #9991
}

.tc-features-st4,
.tc-portfolio-st12,
.tc-portfolio-st4,
.tc-services-st3 {
    position: relative;
    padding: 120px 0;
    overflow: hidden
}

.light-theme .tc-about-st2 .lg-txt,
.light-theme .tc-features-st4 .lg-txt {
    -webkit-text-stroke: 1px #9993
}

@media screen and (min-width:991px) {
    .tc-inner-pages .pages-slider {
        -webkit-margin-start: calc((100vw - 1320px)/ 2);
        margin-inline-start: calc((100vw - 1320px)/ 2)
    }

    .tc-features-st4,
    .tc-services-st1 {
        -webkit-padding-end: calc((100vw - 1320px)/ 2);
        padding-inline-end: calc((100vw - 1320px)/ 2)
    }
}

.tc-header-st4 .marq-slider .item .star,
.tc-header-st4 .side-nav-st4 .social-icons a {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px
}

.tc-footer-st4 {
    position: relative;
    padding-top: 120px;
    background-color: #151515;
    overflow: hidden
}

.tc-footer-st4 .newsletter-wrapper {
    position: relative;
    padding: 80px 0;
    margin-top: 80px;
    border-top: 1px solid #fff1
}

.tc-footer-st4 .links a {
    font-size: 16px;
    margin: 8px 0;
    color: #999;
    text-transform: capitalize
}

.tc-footer-st4 .newsletter .form {
    position: relative;
    display: block
}

.tc-footer-st4 .newsletter .form-group .form-control::-webkit-input-placeholder {
    color: #fff5
}

.tc-footer-st4 .newsletter .form-group .form-control::-moz-placeholder {
    color: #fff5
}

.tc-footer-st4 .newsletter .form-group .form-control:-ms-input-placeholder {
    color: #fff5
}

.tc-footer-st4 .newsletter .form-group .form-control::-ms-input-placeholder {
    color: #fff5
}

.tc-footer-st4 .newsletter .form-group .form-control::placeholder {
    color: #fff5
}

.tc-header-st4 {
    position: relative;
    min-height: 100vh;
    overflow: hidden
}

.tc-header-st4 .side-nav-st4 {
    position: relative;
    background-color: #151515;
    padding: 60px 50px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
    height: 100%
}

.tc-header-st4 .side-nav-st4 .navbar-brand {
    position: relative;
    margin-bottom: 50px
}

.tc-header-st4 .side-nav-st4 .nav-list,
.tc-team-st3 .team-card,
.tc-team-st4 .team-card {
    position: relative;
    margin-bottom: 30px
}

.tc-header-st4 .side-nav-st4 .nav-list .nav-link {
    position: relative;
    font-size: 14px;
    padding: 12px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #fff1
}

.tc-header-st4 .side-nav-st4 .nav-list .nav-link:hover {
    background-color: #fff1;
    color: var(--cr-gold1);
    -webkit-padding-start: 15px;
    padding-inline-start: 15px
}

.tc-header-st4 .side-nav-st4 .contact-item {
    position: relative;
    margin-top: 25px
}

.tc-header-st4 .side-nav-st4 .social-icons a {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff2
}

.tc-header-st4 .side-nav-st4 .toggle-nav {
    position: absolute;
    right: 30px;
    top: 30px
}

.tc-header-st4 .header-content {
    position: relative;
    height: 100%;
    -webkit-padding-end: 4vw;
    padding-inline-end: 4vw;
    padding-bottom: 80px
}

.tc-header-st4 .header-content h1 {
    position: relative;
    font-size: 72px;
    margin-top: -50px;
    z-index: 20;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 500
}

.tc-header-st4 .header-content .th-img {
    height: 85vh
}

.tc-header-st4 .header-content .shap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-60%, -70%);
    transform: translate(-60%, -70%);
    width: 65%
}

.tc-header-st4 .header-content .lg-title {
    position: absolute;
    right: 10px;
    bottom: 0;
    font-size: 190px;
    text-wrap: nowrap;
    color: transparent;
    -webkit-text-stroke: 1px #fff1;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    pointer-events: none;
    text-align: center
}

.tc-header-st4 .marq-slider {
    position: relative;
    background-color: var(--cr-gold1);
    padding: 20px 0
}

.tc-header-st4 .marq-slider .item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.tc-numbers-st4 .num-card {
    position: relative;
    display: block;
    padding: 30px;
    text-align: center
}

.tc-numbers-st4 .num-card::after {
    position: absolute;
    content: "";
    left: calc(50% - 90px);
    top: 0;
    width: 180px;
    height: 100%;
    background-image: radial-gradient(#fff1 20%, transparent 0), radial-gradient(#fff1 20%, transparent 0);
    background-size: 14px 14px;
    background-position: 0 0, 7px 7px
}

.light-theme .tc-numbers-st4 .num-card::after {
    background-image: radial-gradient(#9993 20%, transparent 0), radial-gradient(#9993 20%, transparent 0)
}

.tc-portfolio-st4 .portfolio-card {
    position: relative;
    display: block;
    text-transform: capitalize;
    -webkit-transition: 1s;
    transition: 1s;
    margin-bottom: 1px;
    height: 100%
}

.tc-portfolio-st12 .portfolio-card .img::after,
.tc-portfolio-st4 .portfolio-card .img::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0009), to(transparent));
    background-image: linear-gradient(to top, #0009, transparent);
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.tc-portfolio-st12 .portfolio-card .info,
.tc-portfolio-st4 .portfolio-card .info {
    position: relative;
    padding-top: 20px
}

.tc-portfolio-st12 .portfolio-card .info .tags .tag,
.tc-portfolio-st13 .portfolio-card .info .tags .tag,
.tc-portfolio-st4 .portfolio-card .info .tags .tag {
    position: relative;
    font-size: 13px;
    padding: 4px 12px;
    text-transform: capitalize;
    border: 1px solid #fff2;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    color: #999;
    border-radius: 30px
}

.light-theme .tc-brands-st2 .sm-title::after,
.light-theme .tc-portfolio-st12 .swiper-progress,
.light-theme .tc-post-det-st18 .comments .item .btns a,
.light-theme .tc-services-st4 .service-card .info-card .icon-wrapper .icon {
    background-color: #9993
}

.tc-team-st3 .team-card .img .social-icons,
.tc-team-st4 .team-card .img .social-icons {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 20
}

.tc-team-st3 .team-card .img .social-icons a,
.tc-team-st4 .team-card .img .social-icons a {
    position: relative;
    margin-top: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    color: #111;
    font-size: 16px
}

.tc-team-st3 .team-card .img .social-icons a:not(:last-of-type),
.tc-team-st4 .team-card .img .social-icons a:not(:last-of-type) {
    margin-bottom: -50px;
    opacity: 0;
    visibility: hidden
}

.tc-team-st3 .team-card .img .social-icons:hover a,
.tc-team-st4 .team-card .img .social-icons:hover a {
    margin-bottom: 0;
    opacity: 1;
    visibility: visible
}

.home-st5 .tc-showcase-st5 .showcase-slider {
    position: relative;
    height: 100vh;
    overflow: hidden
}

.home-st5 .tc-showcase-st5 .showcase-slider .swiper-wrapper .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%
}

.home-st5 .tc-showcase-st5 .slide-item .info {
    position: relative;
    height: 100vh;
    padding: 50px 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.home-st5 .tc-showcase-st5 .slide-item .info .title {
    font-size: 75px;
    text-transform: uppercase;
    font-weight: 500
}

.home-st5 .tc-showcase-st5 .slide-item .info .sub-title {
    position: relative;
    font-size: 25px;
    color: var(--cr-gold1);
    letter-spacing: 30px;
    text-transform: uppercase;
    margin-top: 20px
}

.home-st5 .tc-showcase-st5 .slide-item .info .info-card,
.tc-innerheader-st6 .info-card {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    -webkit-box-align: center;
    margin-top: 30px;
    padding: 10px 30px 10px 10px
}

.home-st5 .tc-showcase-st5 .slide-item .info .info-card {
    position: relative;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff1;
    border-radius: 100px
}

.home-st5 .tc-showcase-st5 .slide-item .info .social-links a:hover,
.widgets .social-links .social-icons a:hover,
.widgets .social-links-st2 .social-icons a:hover {
    background-color: var(--cr-gold1);
    border-color: var(--cr-gold1);
    color: #fff
}

.home-st5 .tc-showcase-st5 .slide-item .img {
    position: relative;
    height: 100vh
}

.tc-innerheader-st6 {
    position: relative;
    padding: 120px 4vw 50px;
    text-align: center;
    background-color: #151515;
    z-index: 20
}

.tc-innerheader-st6::after {
    position: absolute;
    content: "";
    right: 10%;
    top: 50px;
    width: 25px;
    height: 100px;
    background-color: var(--cr-gold1)
}

.tc-innerheader-st6 .title {
    position: relative;
    font-size: 90px;
    text-transform: capitalize
}

.tc-innerheader-st6 .info-card {
    position: relative;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff1;
    border-radius: 100px;
    text-align: start
}

.tc-innerheader-st6 .links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 100px
}

.tc-innerheader-st6.innerheader-bg {
    position: relative;
    padding-top: 180px;
    z-index: 20
}

.tc-innerheader-st6.innerheader-bg::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 16, .8)), to(rgba(16, 16, 16, .3)));
    background: linear-gradient(180deg, rgba(16, 16, 16, .8) 0, rgba(16, 16, 16, .3) 100%);
    opacity: .9;
    z-index: -1
}

.tc-innerheader-st6.innerheader-bg .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -2
}

.tc-innerheader-st6.innerheader-bg .info-card {
    background: #10101077
}

.light-theme .tc-innerheader-st6 {
    background-color: #f6f6f5
}

.light-theme .tc-innerheader-st6 .info-card {
    border-color: #9993;
    background-color: #fff
}

.tc-about-st4 ul {
    position: relative;
    padding-top: 10px
}

.tc-about-st4 ul li {
    position: relative;
    font-size: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #fff1
}

.tc-services-st3 .cards .item {
    position: relative;
    display: block;
    border-bottom: 1px solid #fff2;
    padding-bottom: 30px;
    margin-top: 30px
}

.tc-services-st3 .cards .item .num {
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    border: 1px solid #fff2;
    border-radius: 30px;
    color: #999;
    width: 30px;
    height: 30px;
    margin-bottom: 15px
}

.tc-services-st3 .cards .item .arrow {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff1;
    font-size: 20px
}

.tc-services-st3 .line {
    position: absolute;
    right: -10px;
    bottom: 20px;
    z-index: 15;
    max-width: 18vw;
    pointer-events: none;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    -webkit-transition: 2s linear;
    transition: 2s linear
}

.tc-features-st2 {
    position: relative;
    padding: 120px 0;
    background-image: url(../img/feat_bg.jpg);
    background-size: cover;
    z-index: 20
}

.tc-features-st2 .cards-box {
    position: relative;
    background-color: #111;
    padding: 50px
}

.tc-features-st2 .cards-box::before {
    position: absolute;
    content: "";
    left: 50%;
    top: calc(40% - 30px);
    height: 60px;
    width: 1px;
    background-color: var(--cr-gold1)
}

.tc-features-st2 .cards-box::after {
    position: absolute;
    content: "";
    top: 40%;
    left: calc(50% - 30px);
    width: 60px;
    height: 1px;
    background-color: var(--cr-gold1)
}

.tc-features-st2 .cards-box .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px
}

.tc-features-st2 .cards-box .item .icon {
    width: 40px;
    height: 40px;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    margin-top: 5px
}

.tc-features-st2 .float-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: calc(100% - 120px);
    -o-object-fit: cover;
    object-fit: cover
}

.tc-skills-st6 .info .main-text {
    position: relative;
    font-size: 14px;
    color: #999;
    -webkit-padding-start: 100px;
    padding-inline-start: 100px
}

.tc-team-st3 {
    position: relative;
    padding: 120px 0 90px
}

.tc-clients-st4 .cards .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff1;
    background-color: #111;
    margin-bottom: -1px;
    height: 300px
}

.post-card .img .date,
.tc-post-det-st18 .author-card .social-links a {
    -webkit-box-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox
}

.tc-clients-st4 .cards .item img {
    height: 65px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.post-card .img {
    position: relative;
    height: 270px
}

.post-card .img .date {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: #111;
    color: #fff;
    text-align: center;
    width: 60px;
    height: 60px;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    font-size: 13px;
    font-weight: 300
}

.tc-brands-st2 .brands {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tc-post-det-st18 .title-wrapper {
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff1
}

.tc-post-det-st18 .title-wrapper .date {
    height: 100%;
    -webkit-border-end: 1px solid #fff1;
    border-inline-end: 1px solid #fff1;
    -webkit-margin-end: 30px;
    margin-inline-end: 30px
}

.tc-post-det-st18 .author-letter {
    position: relative;
    padding: 50px;
    border: 1px solid var(--cr-gold1);
    margin: 50px 0
}

.tc-post-det-st18 .author-letter .title {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-padding-end: 130px;
    padding-inline-end: 130px;
    font-size: 24px;
    margin-bottom: 20px
}

.tc-post-det-st18 .author-letter .title::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 100px;
    height: 1px;
    background-color: var(--cr-gold1)
}

.tc-post-det-st18 .author-letter .qt {
    position: absolute;
    top: 40px;
    right: 50px;
    width: 30px;
    height: 30px
}

.tc-post-det-st18 .accordion-st18 .accordion-item {
    position: relative;
    border-radius: 0 !important;
    color: #fff;
    border: 0;
    background-color: #111;
    border-bottom: 1px solid #fff2
}

.tc-post-det-st18 .accordion-st18 .accordion-item .accordion-header .accordion-button {
    background-color: transparent;
    border: 0;
    margin: 0;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-size: 24px;
    padding: 25px 0
}

.tc-post-det-st18 .accordion-st18 .accordion-item .accordion-body {
    padding: 0 0 25px
}

.tc-post-det-st18 .author-card {
    position: relative;
    padding: 40px;
    background-color: var(--cr-gold1);
    margin-top: 60px
}

.tc-post-det-st18 .author-card .social-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.tc-post-det-st18 .author-card .social-links a {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #a77e4c
}

.tc-post-det-st18 .comments .item {
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #fff1
}

.tc-post-det-st18 .comments .item .avatar {
    width: 85px;
    height: 85px
}

.tc-post-det-st18 .comments .item .btns a {
    position: relative;
    padding: 5px 15px;
    background-color: #fff1;
    border-radius: 6px;
    text-transform: capitalize;
    color: #999
}

.tc-post-det-st18 .comments .item.reply-item {
    -webkit-margin-start: 4vw;
    margin-inline-start: 4vw
}

.tc-post-det-st18 .comment-form {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background-color: #151515;
    margin-top: 120px
}

.tc-contact-st20 .form-wrapper .contact-info .title,
.tc-post-det-st18 .comment-form .form-title,
.widgets .widget-card .widget-title {
    position: relative;
    font-size: 24px;
    font-weight: 300;
    background-color: var(--cr-gold1);
    color: #fff;
    text-transform: uppercase;
    padding: 30px 40px
}

.tc-post-det-st18 .comment-form .form-group,
.widgets .widget-card .widget-body .form .form-group {
    margin-bottom: 10px
}

.tc-post-det-st18 .comment-form .form-control,
.widgets .widget-card .widget-body .form .form-control {
    background-color: #151515;
    border-radius: 0;
    border: 1px solid #fff1;
    min-height: 50px;
    color: #fff
}

.tc-post-det-st18 .comment-form .form-control::-webkit-input-placeholder {
    color: #999;
    opacity: .6
}

.tc-post-det-st18 .comment-form .form-control::-moz-placeholder {
    color: #999;
    opacity: .6
}

.tc-post-det-st18 .comment-form .form-control:-ms-input-placeholder {
    color: #999;
    opacity: .6
}

.tc-post-det-st18 .comment-form .form-control::-ms-input-placeholder {
    color: #999;
    opacity: .6
}

.tc-post-det-st18 .comment-form .form-control::placeholder {
    color: #999;
    opacity: .6
}

.tc-contact-st20 .map {
    position: relative;
    height: 700px
}

.tc-contact-st20 .map iframe {
    margin-bottom: -6px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.tc-contact-st20 .form-wrapper .form {
    position: relative;
    display: block;
    padding-top: 0px
}

.tc-contact-st20 .form-wrapper .contact-info {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background-color: #151515;
    margin-top: 0px
}

.tc-contact-st20 .form-wrapper .contact-info .info-content,
.widgets .widget-card .widget-body .flex-list {
    position: relative;
    padding: 10px 40px
}

.tc-contact-st20 .form-wrapper .contact-info .info-content .item {
    padding: 40px 0;
    border-bottom: 1px solid #fff1
}

.tc-contact-st20 .form-wrapper .social-icons {
    position: relative;
    margin-top: 10px;
    padding: 40px 0
}

.tc-contact-st20 .form-wrapper .social-icons a,
.widgets .social-links-st2 .social-icons a {
    position: relative;
    width: 50px;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #111;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px
}

.tc-faq-st4 {
    position: relative;
    padding: 120px 0;
    background-color: #151515;
    z-index: 20
}

.tc-faq-st4 .accordion .accordion-item {
    position: relative;
    margin-bottom: 30px;
    border-radius: 0 !important;
    color: #fff;
    border: 0;
    background-color: #111
}

.tc-portfolio-st11 {
    position: relative;
    padding: 120px 0 20px
}

.tc-portfolio-st11 .portfolio-card {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 100px
}

.tc-portfolio-st11 .portfolio-card .info-card {
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 100%;
    padding: 40px;
    z-index: 20;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.tc-portfolio-st11 .portfolio-card .info-card .title {
    font-size: 50px
}

.tc-portfolio-st11 .portfolio-card.sm-card .img {
    height: 400px
}

.tc-portfolio-st11 .portfolio-card.sm-card .info-card {
    padding: 40px 20px
}

.tc-portfolio-st11 .portfolio-card.sm-card .info-card .tag {
    font-size: 12px;
    padding: 5px 15px;
    margin-bottom: 10px
}

.tc-portfolio-st11 .portfolio-card.sm-card .info-card .title {
    font-size: 20px
}

.tc-portfolio-st12 .portfolio-slider {
    position: relative;
    padding-bottom: 50px
}

.tc-portfolio-st13 .portfolio-card {
    position: relative;
    display: block;
    -webkit-transition: 1s;
    transition: 1s
}

.tc-portfolio-st13 .portfolio-card .img {
    height: 350px
}

.pagination,
.tc-portfolio-st13 .portfolio-card .info {
    position: relative;
    padding-top: 30px
}

.tc-services-st4 .service-card {
    position: relative;
    display: block;
    border: 1px solid #fff1;
    background-color: #111
}

.tc-services-st4 .service-card .img {
    position: relative;
    height: 300px
}

.tc-services-st4 .service-card .info-card {
    position: relative;
    height: 100%;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tc-services-st4 .service-card .info-card .icon-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tc-services-st4 .service-card .info-card .icon-wrapper .icon {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff1;
    -webkit-transition: .3s;
    transition: .3s
}

.tc-services-st4 .service-card .info-card .icon-wrapper .arrow,
.widgets .widget-card .widget-body .flex-list li .lnk .arrow {
    -webkit-transition: .3s;
    transition: .3s
}

.tc-services-st4 .service-card:hover .info-card .icon-wrapper .icon img {
    -webkit-filter: brightness(10000%);
    filter: brightness(10000%)
}

.tc-about-st2 {
    position: relative;
    padding-bottom: 120px;
    z-index: 20
}

.tc-about-st2 .numbers {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 80px
}

.tc-about-st2 .numbers::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #fff1
}

.tc-about-st2 .numbers .item {
    width: 35%
}

.tc-about-st2 .lg-txt {
    position: relative;
    left: 0;
    bottom: 120px;
    font-size: 180px;
    line-height: .7;
    color: transparent;
    -webkit-text-stroke: 1px #fff1;
    white-space: nowrap
}

.tc-about-st2 .lg-txt span:nth-of-type(7) {
    color: #fff4
}

.tc-testimonials-st2 .title-lg {
    font-size: calc(12vw + 30px);
    color: #fff;
    opacity: .07;
    text-transform: capitalize;
    line-height: .7;
    white-space: nowrap;
    margin-bottom: 80px
}

.tc-testimonials-st2 .testimonials-slider {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px
}

.tc-services-st2 .feat-card,
.widgets .instagram-wrapper,
.widgets .search-form,
.widgets .widget-card .widget-body .form {
    padding: 40px;
    position: relative
}

.tc-services-st2 {
    position: relative;
    padding: 0px 0;
    z-index: 20
}

.tc-services-st2 .feat-card {
    border: 1px solid #fff1;
    background-color: #111;
    margin-top: 24px
}

.tc-testimonials-st2 .testi-card {
    position: relative;
    padding: 40px;
    border: 1px solid #fff1;
    background-color: #111
}

.tc-testimonials-st2 .testi-card .rate-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tc-testimonials-st2 .testi-card .rate-wrapper .numb {
    font-size: 50px;
    color: #fff;
    opacity: .3;
    -webkit-margin-end: 30px;
    margin-inline-end: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.tc-testimonials-st2 .testi-card .rate-wrapper .stars {
    color: #fff2
}

.tc-testimonials-st2 .testi-card .btm-card {
    position: relative;
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #fff2
}

.widgets .widget-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background-color: #151515
}

.widgets .widget-card .widget-body .flex-list li .lnk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #fff1;
    color: #999
}

.widgets .widget-card .widget-body .flex-list li .lnk:hover {
    border-color: var(--cr-gold1);
    color: var(--cr-gold1)
}

.prev-next-wrapper,
.widgets .widget-card .widget-body .flex-list.border-lnk li .lnk {
    border-bottom: 1px solid #fff1
}

.widgets .widget-card .widget-body .form .form-control::-webkit-input-placeholder {
    color: #999;
    opacity: .6
}

.widgets .widget-card .widget-body .form .form-control::-moz-placeholder {
    color: #999;
    opacity: .6
}

.widgets .widget-card .widget-body .form .form-control:-ms-input-placeholder {
    color: #999;
    opacity: .6
}

.widgets .widget-card .widget-body .form .form-control::-ms-input-placeholder {
    color: #999;
    opacity: .6
}

.widgets .widget-card .widget-body .form .form-control::placeholder {
    color: #999;
    opacity: .6
}

.widgets .social-links {
    position: relative;
    padding: 10px 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.widgets .social-links .social-icons a {
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff1;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px
}

.widgets .social-links-st2 {
    position: relative;
    padding: 40px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.container.flex.justify-center.items-start.md\:flex-row.flex-col,
.d_0,
.dots-1,
.slide-1,
.widgets .search-form .form-group {
    display: flex
}

.widgets .search-form .form-control {
    border: 0;
    border-radius: 0;
    background-color: #111;
    min-height: 60px;
    color: #fff
}

.widgets .search-form .form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: .3
}

.widgets .search-form .form-control::-moz-placeholder {
    color: #fff;
    opacity: .3
}

.widgets .search-form .form-control:-ms-input-placeholder {
    color: #fff;
    opacity: .3
}

.widgets .search-form .form-control::-ms-input-placeholder {
    color: #fff;
    opacity: .3
}

.widgets .search-form .form-control::placeholder {
    color: #fff;
    opacity: .3
}

.widgets .search-form .search-btn {
    position: relative;
    width: 60px;
    height: 60px;
    border: 0;
    background-color: var(--cr-gold1);
    color: #fff;
    font-size: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.widgets .instagram-wrapper .instagram-imgs .img {
    position: relative;
    display: block;
    height: 90px;
    margin-bottom: 24px
}

.widgets .instagram-wrapper .instagram-imgs .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.pagination .page-item .page-link {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 5px;
    font-size: 16px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff1
}

.prev-next-wrapper {
    position: relative;
    padding: 40px 0;
    border-top: 1px solid #fff1;
    font-size: 20px;
    margin-top: 70px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.prev-next-wrapper .link-item .icon {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #fff2;
    -webkit-transition: .2s;
    transition: .2s
}

@media screen and (max-width:991px) {

    .tc-navbar-preview,
    .tc-navbar-st3 {
        background-color: #181818
    }

    .tc-header-preview .title,
    .tc-header-st1 .title {
        font-size: 3rem
    }

    .tc-header-preview .fsz-24,
    .tc-header-st1 .fsz-24 {
        font-size: 18px !important
    }

    .tc-header-preview .fsz-16,
    .tc-header-st1 .fsz-16 {
        font-size: 13px !important
    }

    .tc-header-preview .rotate-box,
    .tc-header-st1 .rotate-box {
        margin-top: 30px
    }

    .tc-header-preview .icon-200,
    .tc-header-st1 .icon-200 {
        width: 100px;
        height: 100px
    }

    .tc-header-preview .lg-title,
    .tc-header-st1 .lg-title {
        font-size: 5rem;
        margin-bottom: 50px
    }

    .home-preview .tc-builder,
    .home-preview .tc-demos,
    .home-preview .tc-layouts,
    .home-preview .tc-purchase,
    .home-preview .tc-save-money,
    .home-st2 section,
    .tc-header-st4 .marq-slider,
    .tc-post-det-st18 {
        overflow: hidden
    }

    .home-preview .tc-header-preview .hover-imgs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 50px
    }

    .home-preview .tc-header-preview .hover-imgs .item {
        height: 120px;
        width: 45%
    }

    .home-st1 .fsz-90 {
        font-size: 45px !important
    }

    .home-st1 .fsz-100,
    .home-st3 .fsz-90 {
        font-size: 50px !important
    }

    .tc-about-st1 .about-card,
    .tc-post-det-st18 .author-card,
    .tc-post-det-st18 .author-letter {
        padding: 30px
    }

    .tc-about-st1 .about-card .img .float-img img {
        height: 50px
    }

    .tc-blog-st1 .post-card .info,
    .tc-blog-st3 .post-card .info,
    .tc-blog-st4 .post-card .info {
        padding: 30px 0
    }

    .tc-brands-st1 .brands,
    .tc-brands-st2 .brands {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .tc-brands-st1 .brands .brand,
    .tc-brands-st2 .brands .brand {
        height: 50px;
        margin: 10px
    }

    .tc-contact-st1 .main-img {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        margin: 0
    }

    .tc-instagram-st1 .img {
        height: 200px;
        margin-top: 15px
    }

    .tc-navbar-st1 {
        background-color: #18181800
    }

    .tc-about-st2 .lg-txt,
    .tc-features-st2 .float-img,
    .tc-navbar-st2 .navbar-nav .nav-item .nav-link .num,
    .tc-portfolio-st1 .float-cursor,
    .tc-post-det-st18 .author-letter .title::after {
        display: none
    }

    .tc-portfolio-st1 .portfolio-slider {
        padding-bottom: 50px
    }

    .tc-portfolio-st1 .portfolio-slider .swiper-pagination-st1 {
        top: auto;
        width: 100%
    }

    .tc-features-st4 .lg-txt,
    .tc-services-st1 .lg-txt {
        font-size: 100px;
        line-height: 1.5;
        text-align: center
    }

    .fsz-90,
    .home-st4 .fsz-90 {
        font-size: 40px !important
    }

    .tc-features-st4 .service-cards,
    .tc-services-st1 .service-cards,
    .tc-team-st3 .team-card,
    .tc-team-st4 .team-card {
        padding: 15px
    }

    .tc-features-st4 .service-cards .service-card .icon,
    .tc-services-st1 .service-cards .service-card .icon {
        height: 60px;
        -webkit-margin-end: 20px;
        margin-inline-end: 20px;
        margin-top: 0
    }

    .tc-header-st4 .header-content,
    .tc-testimonials-st1 .testi-card .main-txt {
        padding: 0
    }

    .fsz-90 {
        text-wrap: balance
    }

    .home-st1 .th-450,
    .home-st1 .th-600,
    .home-st3 .th-600,
    .tc-portfolio-st11 .portfolio-card .img,
    .th-600 {
        height: 300px !important
    }

    .tc-awards-st2 .section-title .txt {
        font-size: 30px
    }

    .tc-awards-st2 .section-title .star,
    .tc-portfolio-st11 .portfolio-card .info-card .title {
        font-size: 20px
    }

    .tc-awards-st2 .cards .item {
        width: 100%;
        left: 0 !important;
        right: 0 !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px
    }

    .tc-awards-st2 .cards .item .title {
        width: 100%;
        margin: 20px 0
    }

    .tc-awards-st2 .cards .item:nth-of-type(2n),
    .tc-services-st4 .cards .row .col-lg-6:nth-of-type(3) .service-card .row,
    .tc-services-st4 .cards .row .col-lg-6:nth-of-type(4) .service-card .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .tc-blog-st2 .cards .item .arrow {
        display: none !important
    }

    .tc-header-st2 {
        padding-top: 0
    }

    .tc-header-st2 .lg-img,
    .tc-header-st2 .lg-img2 {
        margin-top: 0 !important
    }

    .tc-header-st2 .sm-img {
        padding: 0 !important;
        margin: 15px 0;
        height: -webkit-max-content !important;
        height: -moz-max-content !important;
        height: max-content !important
    }

    .tc-header-st2 h1 {
        font-size: 45px;
        margin-top: 30px;
        margin-bottom: 0
    }

    .tc-navbar-st2 .navbar-nav {
        margin-top: 20px
    }

    .tc-portfolio-st2 .check-nav .form-check .form-check-label,
    .tc-portfolio-st3 .check-nav .form-check .form-check-label {
        font-size: 11px;
        padding: 10px 15px
    }

    .tc-about-st3 .info .butn {
        top: -5px
    }

    .tc-footer-st1 .foot-links a {
        -webkit-margin-start: 0;
        margin-inline-start: 0;
        -webkit-margin-end: 20px;
        margin-inline-end: 20px
    }

    .tc-header-st3 .btm-info {
        margin-top: 100px
    }

    .tc-header-st3 .marq-slider {
        margin-top: 50px
    }

    .tc-header-st3 .marq-slider h2 {
        font-size: 80px
    }

    .tc-header-st4 {
        padding: 0 15px
    }

    .tc-header-st4 .side-nav-st4 {
        min-height: -webkit-max-content;
        min-height: -moz-max-content;
        min-height: max-content;
        padding: 20px
    }

    .tc-header-st4 .side-nav-st4 .toggle-nav {
        display: inline-block
    }

    .tc-header-st4 .side-nav-st4 .navbar-brand {
        margin-bottom: 0
    }

    .tc-header-st4 .side-nav-st4 .toggle-content {
        padding-top: 30px
    }

    .tc-header-st4 .header-content .th-img {
        margin-top: 50px;
        height: 300px
    }

    .tc-header-st4 .info {
        padding-top: 0 !important
    }

    .tc-numbers-st4 .num-card {
        padding: 30px 10px;
        min-height: 180px;
        margin-bottom: 15px
    }

    .tc-portfolio-st12 .portfolio-card .img,
    .tc-portfolio-st4 .portfolio-card .img {
        height: 300px
    }

    .tc-team-st3 .team-card .img .social-icons a,
    .tc-team-st4 .team-card .img .social-icons a {
        margin-bottom: 0 !important;
        opacity: 1 !important;
        visibility: visible !important
    }

    .home-st5 .tc-showcase-st5 .slide-item .info {
        height: 65vh;
        padding: 20px
    }

    .home-st5 .tc-showcase-st5 .slide-item .info .title {
        font-size: 40px
    }

    .home-st5 .tc-showcase-st5 .slide-item .info .sub-title {
        font-size: 14px;
        letter-spacing: 10px
    }

    .home-st5 .tc-showcase-st5 .slide-item .info .icon-80 {
        width: 50px;
        height: 50px
    }

    .home-st5 .tc-showcase-st5 .slide-item .info .fsz-20,
    .tc-innerheader-st6 .fsz-20 {
        font-size: 14px !important
    }

    .home-st5 .tc-showcase-st5 .slide-item .img {
        height: 35vh
    }

    .tc-innerheader-st6 .title {
        font-size: 50px
    }

    .tc-innerheader-st6 .fsz-14 {
        font-size: 12px !important
    }

    .tc-innerheader-st6 .cont {
        text-align: start
    }

    .tc-innerheader-st6 .links {
        font-size: 14px
    }

    .tc-about-st4 .th-575,
    .tc-about-st4 .th-600 {
        height: 200px !important;
        margin: 10px 0
    }

    .tc-services-st3 .cards .item {
        padding: 15px 15px 30px
    }

    .tc-clients-st4 .cards .item {
        height: 180px
    }

    .tc-clients-st4 .cards .item img {
        height: 50%;
        width: 70%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .tc-post-det-st18 .accordion-st18 .accordion-item .accordion-header .accordion-button {
        font-size: 18px
    }

    .tc-faq-st4 .th-600 {
        height: 200px !important
    }

    .tc-portfolio-st11 .portfolio-card {
        margin-bottom: 20px
    }

    .tc-portfolio-st11 .portfolio-card .info-card {
        padding: 20px;
        opacity: 1;
        bottom: 0
    }

    .tc-portfolio-st11 .portfolio-card .info-card .tag {
        font-size: 12px;
        padding: 5px 15px;
        margin-bottom: 10px
    }
}

.light-theme .pagination .page-item .page-link {
    background-color: #fff;
    color: #111;
    border: 1px solid #9993
}

.light-theme .widgets .widget-card .search-form .form-control::-webkit-input-placeholder {
    color: #999
}

.light-theme .widgets .widget-card .search-form .form-control::-moz-placeholder {
    color: #999
}

.light-theme .widgets .widget-card .search-form .form-control:-ms-input-placeholder {
    color: #999
}

.light-theme .widgets .widget-card .search-form .form-control::-ms-input-placeholder {
    color: #999
}

.light-theme .widgets .widget-card .search-form .form-control::placeholder {
    color: #999
}

.light-theme .tc-clients-st4 .cards .item,
.light-theme .tc-services-st2 .feat-card,
.light-theme .tc-services-st4 .service-card,
.light-theme .tc-testimonials-st2 .testi-card {
    background-color: #fff;
    border-color: #9993
}

.light-theme .tc-post-det-st18 .accordion-st18 .accordion-item {
    background-color: #fff;
    color: #111;
    border-color: #9993
}

.light-theme .tc-post-det-st18 .comment-form .form-control {
    background-color: #f6f6f6;
    border: 1px solid #9993;
    color: #111
}

.light-theme .tc-contact-st20 .form-wrapper .form-group .form-control {
    background-color: #fff;
    border: 1px solid #9993;
    color: #111
}

.light-theme .tc-contact-st20 .form-wrapper .form-group .form-control::-webkit-input-placeholder {
    color: #111
}

.light-theme .tc-contact-st20 .form-wrapper .form-group .form-control::-moz-placeholder {
    color: #111
}

.light-theme .tc-contact-st20 .form-wrapper .form-group .form-control:-ms-input-placeholder {
    color: #111
}

.light-theme .tc-contact-st20 .form-wrapper .form-group .form-control::-ms-input-placeholder {
    color: #111
}

.light-theme .tc-contact-st20 .form-wrapper .form-group .form-control::placeholder {
    color: #111
}

.light-theme .tc-faq-st4 .accordion .accordion-item .accordion-header .accordion-button {
    border-color: #9993;
    color: #111
}

.light-theme .hover-bg-gold1:hover {
    background: var(--cr-gold1) !important;
    border-color: var(--cr-gold1) !important;
    color: #fff !important
}

.light-theme .tc-testimonials-st2 .testi-card .rate-wrapper .numb,
.light-theme .tc-testimonials-st2 .title-lg {
    color: #111
}

.testimonial-carousel {
    max-width: 100%;
    margin: 3rem auto;
    padding: 0 1rem;
    overflow: hidden;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.testimonial-track {
    display: flex;
    transition: transform .5s;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center
}

.testimonial-card {
    flex: 0 0 22%;
    box-sizing: border-box;
    min-width: 280px;
    box-shadow: 0 1px 5px rgb(0 0 0 / .03)
}

.testimonial-card.inactive {
    color: #c5b9b4;
    border-color: #c5b9b4
}

.testimonial-carousel::-webkit-scrollbar {
    display: none
}

.arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #faf7f5;
    border: 1px solid #a38c86;
    color: #5a4a46;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.4rem;
    z-index: 10
}

.arrow-btn:hover {
    background: #d8b524;
    color: #fff;
    border-color: #d8b524
}

#btn-left {
    left: .5rem
}

#btn-right {
    right: .5rem
}

@media (max-width:1280px) {
    .testimonial-card {
        flex: 0 0 28%;
        min-width: 260px
    }
}

@media (max-width:1024px) {
    .testimonial-card {
        flex: 0 0 40%;
        min-width: 240px
    }
}

@media (max-width:640px) {
    .testimonial-card {
        flex: 0 0 80%;
        min-width: 300px
    }
}

@media screen and (max-width:1100px) {
    .img-contain_1 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100% !important;
        height: 100% !important;
        -o-object-fit: cover;
        object-fit: contain !important;
        z-index: -1
    }
}

.center-text h2 {
    color: #fff !important;
    font-size: 1.8rem;
    margin: 0 0 .5rem
}

.containers {
    display: flex;
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    flex-direction: row
}

.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    transition: background-image .7s;
    z-index: 0;
    filter: brightness(.5)
}

.section {
    flex: 1;
    position: relative;
    display: flex;
    padding-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    z-index: 1;
    border-left: 1px solid rgba(255, 255, 255, .15);
    border-right: 1px solid rgba(255, 255, 255, .15);
    transition: background .3s;
    text-align: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: column
}

.section:first-child {
    border-left: none;
    justify-content: flex-start;
    padding-left: 3rem
}

.section:last-child {
    border-right: none;
    justify-content: flex-end;
    padding-right: 3rem
}

.center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0);
    backdrop-filter: blur(6px);
    color: #fff;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    max-width: 32vw;
    z-index: 2;
    transition: .3s;
    display: none
}

.center-text p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0
}

@media (max-width:1024px) {
    .center-text {
        max-width: 60vw;
        padding: 1.5rem
    }

    .center-text h2 {
        font-size: 1.5rem
    }

    .center-text p {
        font-size: .95rem
    }

    .section {
        font-size: 1.4rem
    }
}

.slider-1,
.slides-1 {
    position: relative;
    width: 100%
}

img.img-cover.wow.clippy-img.animated.animated {
    border-radius: 20px
}

.section span {
    font-size: 18px
}

.slider-1 {
    height: 640px;
    border-radius: 8px;
    overflow: hidden;
    background: #000
}

.slide-1,
.slides-1 {
    height: 100%
}

.dots-1,
.slide-1 {
    position: absolute
}

.slide-1 {
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity .8s ease-in-out;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 20px 24px 40px;
    text-shadow: 0 0 15px rgba(0, 0, 0, .8)
}

.btn-mute,
.btn-watch,
.dot-1 {
    transition: background-color .3s;
    cursor: pointer
}

.slide-1.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1
}

.slide-1 h2 {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 8px;
    letter-spacing: .02em;
    color: #fff
}

.slide-1 p {
    font-size: .9rem;
    margin: 0;
    line-height: 1.4;
    opacity: .9;
    max-width: 90%
}

.dots-1 {
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    gap: 12px;
    z-index: 10
}

.dot-1 {
    width: 10px;
    height: 10px;
    background-color: rgba(255 255 255 / .6);
    border-radius: 50%
}

.dot-1.active {
    background-color: #fff;
    box-shadow: 0 0 8px #fff
}

@media (max-width:400px) {
    .slider-1 {
        width: 100vw;
        height: calc(100vw * (16 / 9));
        border-radius: 0
    }
}

.font_0 {
    font-size: 20px !important;
    color: #fff !important
}

a.color_0 {
    margin-bottom: 15px
}

.text-justify {
    text-align: justify
}

.fsz-24.text-uppercase.cr-gold1.ltspc-2.mb-10,
title {
    font-family: 'Libertinus Sans' !important
}

.fsz-50 {
    font-size: 50px !important
}

.d_0 {
    align-items: center
}

.display_flex {
    display: flex;
    align-items: center
}

.slider-section,
.video-section {
    flex-direction: column;
    display: flex;
    overflow: hidden
}

.m {
    margin: 20px
}

.video-section {
    position: relative;
    border-radius: 1rem;
    height: 480px;
    width: 100%;
    background-color: #000;
    box-shadow: 0 4px 16px rgb(0 0 0 / .2);
    justify-content: flex-end;
    padding: 1.5rem 2rem 2rem
}

.btn-mute,
.btn-watch {
    background: rgba(255 255 255 / .3);
    backdrop-filter: blur(8px);
    color: #fff;
    user-select: none
}

.video-section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: brightness(.6)
}

.video-content {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.4;
    max-width: 85%;
    text-shadow: 0 0 10px rgba(0, 0, 0, .7);
    user-select: none
}

.btn-watch {
    margin-top: 12px;
    padding: .3rem .9rem;
    font-size: .9rem;
    border-radius: 20px;
    border: 1px solid rgba(255 255 255 / .5)
}

.btn-mute:hover,
.btn-watch:hover {
    background: rgba(255 255 255 / .6);
    color: #5a4339
}

.btn-mute {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    border-radius: 50%;
    border: none;
    width: 38px;
    height: 38px;
    font-weight: 700;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10
}

.btn-mute svg {
    pointer-events: none;
    stroke-width: 1.7
}

.slider-section {
    margin-left: 2rem;
    gap: 1.3rem;
    height: 480px;
    position: relative;
    width: 320px
}

.slider-wrapper {
    height: 100%;
    overflow: hidden;
    border-radius: 0;
    position: relative;
    background: #fff
}

.slider-images {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: .9rem;
    will-change: transform;
    user-select: none
}

.slider-images img {
    border-radius: .7rem;
    width: 100%;
    height: 150px;
    object-fit: cover;
    cursor: pointer;
    display: block;
    filter: drop-shadow(0 2px 4px rgb(0 0 0 / .12));
    transition: transform .5s
}

.slider-images img:hover {
    transform: scale(1.03);
    box-shadow: 0 0 14px rgba(90, 67, 57, .5);
    z-index: 20;
    position: relative
}

.slider-section::-webkit-scrollbar {
    width: 6px
}

.slider-section::-webkit-scrollbar-track {
    background: 0 0
}

.slider-section::-webkit-scrollbar-thumb {
    background-color: #b08b75;
    border-radius: 4px
}

@media (max-width:960px) {
    .container {
        flex-direction: column;
        padding: 2rem 1rem
    }

    .video-section {
        height: 320px;
        border-radius: .8rem
    }

    .slider-section {
        height: 320px;
        margin-left: 0;
        margin-top: 1.8rem;
        width: 100%
    }

    .slider-wrapper {
        height: 320px;
        max-width: 600px;
        margin: 0
    }

    .slider-images img {
        height: 130px
    }
}

.fade-down,
.fade-up {
    position: absolute;
    left: 0;
    height: 100px;
    z-index: 10;
    pointer-events: none;
    right: 0
}

.fade-down {
    top: 0;
    background: linear-gradient(to bottom, #fff 20%, transparent 100%)
}

.fade-up {
    bottom: 0;
    background: linear-gradient(to top, #fff 20%, transparent 100%)
}

.tc-portfolio-st3 {
    padding: 40px 0 !important
}

.slider {
    width: 100vw;
    height: 90vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none
}

.slides-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
    transition: transform .7s ease-in-out
}

.slide {
    flex: 1 0 100%;
    display: flex !important;
    align-items: center;
    overflow: hidden;
    color: #fff
}

.slide-content {
    max-width: 450px;
    padding-left: 5vw;
    z-index: 5
}

.slide-content h6 {
    font-weight: 400;
    opacity: .75;
    font-size: .85rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: .25em;
    color: #fff
}

.slide-content h1 {
    font-weight: 600;
    font-size: 2.9rem;
    margin-bottom: .25em;
    line-height: 1.1;
    color: #fff
}

.slide-content p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 1.5em;
    max-width: 400px
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    background: rgba(59, 130, 246, .85);
    color: #fff;
    padding: .5em 1.3em;
    border-radius: 9999px;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 0 5px 15px rgb(59 130 246 / .4);
    transition: background .3s;
    user-select: none
}

.btn-primary:hover {
    background: #3b82f6;
    box-shadow: 0 8px 20px rgb(59 130 246 / .7)
}

.btn-primary svg {
    margin-right: .5em;
    stroke-width: 2
}

.slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    filter: brightness(.75);
    transition: transform 1s;
    will-change: transform;
    z-index: 1
}

.controls {
    position: absolute;
    bottom: 3vh;
    left: 5vw;
    display: flex;
    align-items: center;
    gap: 1.5em;
    z-index: 10
}

.dots {
    display: flex;
    gap: .7em
}

.dot {
    width: 12px;
    height: 12px;
    background: rgba(255 255 255 / .4);
    border-radius: 50%;
    cursor: pointer;
    transition: .3s;
    border: 2px solid transparent
}

.pause-btn,
.testimonial-card {
    display: flex;
    transition: border-color .3s
}

.dot.active {
    background: #fff;
    width: 16px;
    border-color: #fff;
    border-radius: 9999px
}

.pause-btn {
    width: 40px;
    height: 40px;
    border: 2px solid rgba(255 255 255 / .6);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    background: 0 0;
    user-select: none
}

.pause-icon,
.play-icon {
    stroke: currentColor;
    stroke-width: 2;
    fill: none
}

@media (max-width:768px) {

    .center-text h2,
    .section {
        font-size: 1.2rem
    }

    .containers {
        flex-direction: column;
        height: auto
    }

    .section {
        flex: none;
        height: 33.33vh;
        justify-content: center !important;
        align-items: center;
        padding: 0;
        border: none;
        border-top: 1px solid rgba(255, 255, 255, .15);
        border-bottom: 1px solid rgba(255, 255, 255, .15)
    }

    .section:first-child {
        border-top: none
    }

    .section:last-child {
        border-bottom: none
    }

    .center-text {
        position: static;
        transform: none;
        margin: 1.5rem auto;
        max-width: 90%;
        font-size: .9rem
    }

    .center-text p {
        font-size: .85rem
    }

    .slide-content {
        max-width: 80vw;
        padding-left: 3vw
    }

    .slide-content h1 {
        font-size: 2rem
    }

    .btn-primary {
        font-size: .9rem;
        padding: .45em 1.1em
    }
}

.stars,
.testimonial-name {
    font-size: 1rem;
    font-weight: 700
}

.testimonial-section {
    max-width: 100%;
    margin: 3rem auto;
    padding: 0 1rem;
    text-align: center
}

.testimonial-scroll-wrapper {
    position: relative;
    overflow: hidden;
    user-select: none;
    padding: 0 2rem
}

.fade-left,
.fade-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    pointer-events: none;
    z-index: 10
}

.fade-left {
    left: 0;
    background: linear-gradient(to right, #ffffffff 50%, transparent 100%)
}

.fade-right {
    right: 0;
    background: linear-gradient(to left, #ffffffff 50%, transparent 100%)
}

.testimonials-container {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 1.5rem;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.testimonials-container::-webkit-scrollbar {
    display: none
}

.testimonial-card {
    background: #faf6f3;
    border: 1.2px solid #7e6363;
    border-radius: 10px;
    flex-shrink: 0;
    width: 320px;
    padding: 1.8rem 1.6rem 1.4rem;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .02);
    color: var(--text-color);
    user-select: text;
    flex-direction: column;
    justify-content: flex-start
}

.testimonial-card:hover {
    border-color: #c49c7d;
    box-shadow: 1px 1px 10px rgba(196, 156, 125, .2)
}

.testimonial-name {
    color: var(--text-color);
    margin-bottom: .25rem;
    white-space: nowrap
}

.stars {
    letter-spacing: .2em;
    margin-bottom: 1rem;
    color: #f6c90e;
    user-select: none;
    letter-spacing: 1.5px;
    line-height: 1
}

.testimonial-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    color: #6d5a5a;
    user-select: text;
    flex-grow: 1;
    white-space: normal
}

@media (max-width:750px) {
    .testimonial-card {
        width: 280px
    }

    .testimonial-heading {
        font-size: 2.3rem
    }
}

@media (max-width:460px) {
    .testimonial-card {
        width: 250px
    }
    .testimonial-heading {
        font-size: 1.8rem
    }
}

img.logo {
    width: 130px
}

.icon img {
    width: 65% !important
}

a.nav-link {
    font-size: 20px !important;
}

@media (max-width:992px) {
    .navbar-collapse {
        background-color: #202021 !important;
        padding: 20px !important
    }

    .display_n {
        display: none !important
    }

    .tc-header-st1 {
        padding: 115px 0 130px !important
    }

    .mobile {
        display: none
    }

    .tc-services-st2 {
        padding: 30px 0 !important
    }
}

@media (min-width:993px) {
    .desktop {
        display: none
    }
}

.radius_0 {
    border-radius: 20px !important
}

span.txt {
    color: #b9b9b9
}

.color_0 {
    color: #b9b9b9 !important
}
.text.lh-3 {
    color: #b9b9b9 !important;
}


 .tc-navbar-preview .sidemenu-toggle, .tc-navbar-st1 .sidemenu-toggle, .tc-navbar-st3 .sidemenu-toggle {
    margin-inline-start: 40px !important;
}
.m_l{
      margin-inline-start: 40px !important;
}
.tc-navbar-st1 .sidemenu-toggle fas:hover{
    color: #000 !important;
}
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        border-radius: 10px;
    }
    .c-#00{
        background: #c4932d !important;
    }
    .fsz-20 {
    font-size: 1.2vw !important;
}
@media (min-width: 992px) {
    .me-lg-5 {
        margin-right: 0rem !important;
    }
}
@media (min-width: 992px) {
    .ms-lg-5 {
        margin-left: auto !important;
    }
}
@media (max-width: 1210px) {
.tc-navbar-st1 .navbar-nav .nav-item .nav-link{
        margin-inline-end: 5px !important;
}
}
@media (min-width: 992px) {
    .ps-lg-5 {
        padding-left: 1rem !important;
    }
}
.cards .row .col-lg-4 {
    display: grid !important;
}


.loader-wrap {
        width: 100% !important;
        height: 100% !important;
}
.slide-content span {
    font-size: 2rem;
    color: #fff;
    font-family: "Libertinus Sans", sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 1.3;
}

span.fsz-50 {
font-family: "Libertinus Sans", sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 1.3;
    color: #111;
}
span.fsz-40 {
    font-family: "Libertinus Sans", sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 1.3;
    color: #111;
}
h6.fsz-24.mb-10 {
    font-family: "Libertinus Sans", sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 1.3;
    color: #111;
}
span.fsz-30 {
        font-family: "Libertinus Sans", sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 1.3;
    color: #111;
}
span.title {
    color: #fff;
}