/*begin::Global css*/
:root {
    --primary-color: #eaaa3f;
    --secondary-color: #3f88c5;
    --bg-color: #121212;
    --text-color: #e0e0e0;
    --black-color: #000000;
    --white-color: #ffffff;
    --primary-gradient: linear-gradient(60deg, #eaaa3f, #3f88c5);
}

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    overflow-x: hidden !important;
    font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    font-optical-sizing: auto;
    font-style: normal;
    color: var(--text-color);
    /*background-color: var(--bg-color);*/
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

.site_list > ul {
    list-style: none;
}

.site_list > ul > li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.site_list > ul > li::before {
    background-image: none;
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-weight: 700;
    content: "\f356";
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.click_disabled {
    pointer-events: none;
    cursor: default;
}
/*end::Global css*/

/*begin::Prelaoder css*/
.loading {
    transform: translate(-50%, -40%);
}

.preloader_video {
    display: block;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -40%);
}

.preloader_video video {
    width: auto;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    object-fit: fill;
}
/*end::Prelaoder css*/

/*begin::General css*/
.header .primary-header-inner .header-menu-wrap ul li.right_menu ul {
    left: auto;
    right: 0;
}

.page-header .page-header-content {
    padding: 150px 0 80px;
}

.runok-slider-2 .hero-content .title {
    text-transform: uppercase;
}

.hero-content .title:before {
    top: -50px;
    height: 100%;
}

.runok-slider-2 .slider-item .overlay {
    background: transparent;
    mix-blend-mode: unset;
}

.hero-content .sub-title {
    font-size: 40px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.hero-content .title {
    font-size: 100px;
}

.runok-slider-2 .slider-arrow .slider-nav {
    top: auto;
    bottom: 5%;
    width: 65px;
    height: 65px;
    font-size: 25px;
}

.runok-slider-2 .slider-arrow .slider-nav.slider-prev {
    left: auto;
    right: 125px;
}

.equipments_section .service-item-5 {
    height: 100%;
    border: 1px solid var(--rr-color-border-1);
    border-top: 0;
    display: flex;
    flex-direction: column;
}

.equipments_section .service-item-5 .service-thumb {
    height: 200px;
}

.equipments_section .service-item-5 .service-content {
    border: none;
    padding: 30px;
}

.equipments_section .service-item-5 .service-content > p {
    font-size: 14px;
    text-align: justify;
    flex-grow: 1;
}

.equipments_section .service-item-5 .service-content .read-more {
    width: fit-content;
    height: 100%;
    align-items: flex-end;
}

.footer-4 .footer-wrap {
    padding: 80px 0;
}

.copyright-area {
    padding: 20px 0;
}

.post-content ul:not(.post-meta) {
    list-style: none;
}

.post-content ul:not(.post-meta) li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.post-content ul:not(.post-meta) li::before {
    background-image: none;
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-weight: 700;
    content: "\f356";
    position: absolute;
    top: 2px;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.map-wrapper iframe {
    width: 100%;
    -webkit-filter: invert(1);
    filter: grayscale(1);
}

.blog-contact-form.form-2 {
    height: 100%;
}

.footer-4 .logo-widget p,
.footer-widget .address-list li {
    font-size: 14px;
}

.copyright-content p {
    font-size: 13px;
}

.footer-widget .footer-list li:not(:last-of-type) {
    margin-bottom: 15px;
}

.footer-widget .footer-list li a {
    font-size: 14px;
}

.about-tab .tab-content .title {
    line-height: 1.5;
}

.service-card {
    height: 100%;
}

.testi-slide-14 .swiper-slide {
    height: auto;
}

.solution_desc {
    text-align: justify;
    hyphens: auto;
}

.about-content-6 .section-heading {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
/*end::General css*/
