:root {
    --button-hover-color: #d00a06
}

.bg-primary {
    background-color: var(--primary-color) !important
}

.bg-title {
    background-color: var(--title-color) !important
}

.color-primary {
    color: var(--primary-color) !important
}

.color-title {
    color: var(--title-color) !important
}

.preloader-inner img {
    max-width: 200px
}

.th-menu-wrapper .mobile-logo {
    padding-left: 8px;
    padding-right: 8px
}

.th-mobile-menu {
    overflow-y: auto
}

.header-logo img {
    height: 56px;
    width: auto
}

.hero-12 .th-hero-bg {
    background-color: #000812
}

.hero-12 .th-hero-bg .video-bg {
    object-fit: contain;
    object-position: center;
    width: 100%
}

.hero-12 .th-hero-bg:after {
    background: #000c;
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: .5
}

.hero-12 .hero-style12 {
    max-width: none;
    padding-top: 200px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    min-height: 983px;
    gap: 24px
}

@media (max-width: 991px) {
    .hero-12 .hero-style12 .btn-group {
        margin: 0 auto
    }
}

@media (max-width: 767px) {
    .hero-12 .hero-style12 {
        min-height: 880px
    }
}

@media (max-width: 575px) {
    .hero-12 .hero-style12 {
        min-height: fit-content
    }
}

.hero-12 .hero-style12 .hero-desc {
    line-height: 1.6
}

.hero-12 .hero-style12 p, .hero-12 .hero-style12 span, .hero-12 .hero-style12 h1 {
    margin-bottom: 0
}

.brandSlider2 {
    padding: 32px
}

.brand-box img {
    height: 100%;
    width: auto;
    max-width: max-content
}

.testi-grid2.style2 {
    height: auto
}

.testi-grid2.style2 .box-text {
    font-size: 26px
}

.testi-grid2.style2 h4 {
    font-weight: 500
}

.story-box {
    transition: all .4s ease-in-out;
    border: 1px solid var(--th-border-color)
}

.story-box:hover {
    box-shadow: 0 20px 20px #cccccc40;
    border-color: var(--title-color)
}

.story-box:hover .story-box_icon img {
    transform: rotateY(180deg)
}

.story-box .box-title {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600
}

.story-box .story-box_text {
    margin-bottom: 0
}

.story-box .story-box_icon {
    width: 100px;
    height: 100px;
    margin-bottom: 25px
}

.story-box .story-box_icon img {
    transition: all .4s ease-in-out
}

.text-justify {
    text-align: justify
}

.work-area .work-description p {
    line-height: 1.6;
    margin-bottom: 0
}

.work-area .work-description p:has(+p) {
    margin-bottom: 12px
}

.work-area .work-nav .nav-item .nav-link {
    border-radius: 12px;
    padding: 1rem
}

.work-area .work-nav .nav-item .nav-link h2 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 0
}

.work-area .work-nav .nav-item .nav-link p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: justify
}

.work-area .work-nav .nav-item .nav-link .c-text {
    display: none
}

.work-area .work-nav .nav-item .nav-link.active {
    background-color: #e9eefa
}

.text-change {
    display: inline-block;
    position: relative;
    width: 380px;
    text-align: center;
    color: var(--primary-color)
}

.home .logo-section {
    padding: 200px 0 50px;
    overflow: hidden
}

.logo-row-wrapper {
    position: relative;
    overflow: hidden;
    padding: 20px 0
}

.logo-row {
    display: flex;
    gap: 40px;
    will-change: transform;
    transition: transform .3s ease-out
}

.logo-pill {
    width: 200px;
    min-width: 200px;
    height: 80px;
    background: #fff;
    border-radius: 9999px;
    box-shadow: 0 4px 8px #0000000d;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    overflow: hidden
}

.logo-pill img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: auto;
    height: auto;
    transition: transform .3s ease
}

.logo-pill:hover img {
    transform: scale(1.08)
}

.fade-left, .fade-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    pointer-events: none;
    z-index: 1
}

.fade-left {
    left: 0;
    background: linear-gradient(to right, var(--smoke-color) 0%, transparent 100%)
}

.fade-right {
    right: 0;
    background: linear-gradient(to left, var(--smoke-color) 0%, transparent 100%)
}

.contact-formbox .form-group .form-select {
    display: flex;
    align-items: center
}

.company-wrapp .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px
}

.about-card2 .box-text {
    max-width: none
}

.about-card2 .box-img {
    margin-left: 30px
}

.rounded-10 {
    border-radius: 10px !important
}

.rounded-30 {
    border-radius: 30px !important
}

.project-item2.style2 .project-content {
    padding-right: 30px;
}
.project-item2 .project-content .sub-title {
    text-transform: none;
    line-height: 1.4;
}

.input-validation-error {
    border-color: var(--red, red) !important;
}
.field-validation-error {
    color: var(--red, red) !important;
    font-size: 16px !important;
}

.th-pagination li.active span {
    color: var(--white-color);
    background-color: var(--theme-color);
}

.header-layout12 .header-button {
    gap: 20px;
}


.language-menu .dropdown-menu {
    min-width: auto;
    font-size: 14px;
    line-height: 30px;
    padding: 0;
}
.language-menu .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: #0d6efd;
}
.language-menu .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: capitalize;
}
.language-menu img {
    width: 16px;
    height: auto;
}
.language-menu .btn {
    border: 1px solid var(--light-color);
    border-radius: 100px;
    padding: 8px 15px;
    max-width: 140px;
    text-transform: capitalize;
    background: transparent;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.language-menu .btn span {
    margin-left: 4px;
}


.testi-card-quote {
    width: 100px;
    height: 100px;
    line-height: 90px;
    bottom: -50px;
}

.readall {
    position: relative;
    text-align: left;
    box-sizing: border-box;
}

.readall-wrapper {
    text-align: left;
}
.readall-button {
    display: inline-block;
    width: auto;
    border: 0;
    padding: 4px 0;
    text-align: center;
    cursor: pointer;
    background: transparent;
    color: var(--primary-color);
}

.readall-button:hover {
    color: white;
}


.hero-title {
    font-size: 74px;
}
@media (max-width: 1299px) {
    .hero-title {
        font-size: 68px;
    }
}
@media (max-width: 1199px) {
    .hero-title {
        font-size: 50px;
    }
}
@media (max-width: 767px) {
    .hero-title {
        font-size: 44px;
        line-height: 1.4;
    }
}
.hero-2 .th-hero-bg:before, .hero-2 .th-hero-bg {
    border-radius: 0;
}
.hero-style2 .hero-desc {
    font-size: 24px;
}

.service-style-1 .service-img img {
    width: 100%;
    -webkit-transition: 1.4s;
    transition: 1.4s;
    border-radius: 16px 16px 0 0;
}
.about-item.style-16 .about-text {
    margin: inherit
}