.fancybox__container {
        z-index: 9999999999 !important;
}

@keyframes header_sticky {
        0% {
                top: -15.625rem;
        }

        100% {
                top: 0;
        }
}

.before,
.after {
        position: relative;
        overflow: hidden;
}

.before:before,
.after:after {
        content: "";
        position: absolute;
        filter: blur(150px);
        width: 1200px;
        height: 1200px;
        border-radius: 100%;
        z-index: -1;
}

.before:before {
        top: 0;
        right: -600px;
        opacity: 0.15;
        background: #10619f;
}

.after:after {
        bottom: 0;
        left: -600px;
        opacity: 0.05;
        background: #ea130e;
}

.page404 {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-size: 0.875rem;
        width: 100%;
        height: 100%;
}

.page404 strong {
        font-size: 8.75rem;
        line-height: 8.75rem;
        font-weight: 900;
        color: #2c2c2c;
}

.page404 span {
        margin-bottom: 0.3125rem;
}

.page404 .btn-link {
        margin-top: 0.9375rem;
}


.languages {
        position: fixed;
        transform: scale(0);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding:0 50px;
        overflow: hidden;
        z-index: 10000;
}


.open-languages { overflow:hidden; }
.open-languages .languages,
.open-languages .languages::after {
        transform: scale(1);
}

.open-languages .languages .content,
.open-languages .languages .close {
        opacity: 1;
}


.languages::after {
        content:'';
        display: block;
        position: absolute;
        border-radius: 50%;
        background: #181818;
        width: 284vmax;
        height: 284vmax;
        top: -142vmax;
        right: -142vmax;
        transform: scale(0);
        transform-origin: 50% 50%;
        transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
        will-change: transform;
}

.languages::before {
        content:'';
        border-radius: 100%;
        opacity: 0.1;
        background: #e8112b;
        filter: blur(150px);
        width: 500px;
        height: 500px;
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        z-index: 4;
}
     
.languages .content, 
.languages .close {  
        position: relative;
        transition-behavior: normal;
        transition-duration: 0.6s;
        transition-timing-function: ease;
        transition-delay: 0.6s;
        transition-property: all;
        opacity: 0;
        z-index: 100000;
}
.languages .content {
        max-width: 500px;
}

.languages strong {
        display: block;
        line-height: 1.1;
        color: #0e1317;
        font-family: "DM Sans", sans-serif;
        letter-spacing: -1px;
        font-size: 3rem;
        margin-bottom: 1rem;
        color:#FFF;
}

.languages p {
        max-width: 500px;
        color:#FFF;
        margin-bottom:2rem;
}

.languages ul {
        display: flex;
        align-items: center;
        justify-content: space-around;
        gap: 30px;
}

.languages ul li a {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
        text-align: center;
        color:#EEE;
        gap: 5px;
}

.languages ul li a img {
        max-width: 150px;
        border-radius: 2px;
        transition: all 0.4s ease;
}

.languages ul li a:hover img {
        transform: scale(1.1);
}

.languages .close {
        position: fixed;
        top: 30px;
        right: 30px;
        font-size: 2rem;
        color:#FFF;
        z-index: 5;
}



.preloader {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
        flex-direction: column;
        position: fixed;
        background: #fff;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        z-index: 9999999;
        display: none !important;
}

.preloader img {
        margin-bottom: 40px;
        width: 50px;
}

.preloader span {
        font-family: "DM Sans", sans-serif;
        font-weight: 900;
        display: inline-block;
        position: relative;
        font-size: 3.5rem;
        color: #ea130e;
}

.preloader span:nth-child(2):before {
        animation-delay: 0.2s;
}

.preloader span:nth-child(3):before {
        animation-delay: 0.4s;
}

.preloader span:nth-child(4):before {
        animation-delay: 0.6s;
}

.preloader span:nth-child(5):before {
        animation-delay: 0.8s;
}

.preloader span:nth-child(6):before {
        animation-delay: 1s;
}

.preloader span:before {
        animation: letters-loading 4s infinite;
        content: attr(data-text-preloader);
        left: 0;
        opacity: 0;
        top: 0;
        position: absolute;
        color: #10619f;
}

.preloader .loaded {
        opacity: 0;
        transition: 0.3s ease-out;
}

@keyframes letters-loading {

        0%,
        75%,
        100% {
                opacity: 0;
                transform: rotateY(-90deg);
        }

        25%,
        50% {
                opacity: 1;
                transform: rotateY(0deg);
        }
}

.title {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 4.125rem;
}

.title .left {
        margin-right: auto;
}

.title h2 {
        font-size: 2.1875rem;
        font-weight: bold;
        color: #0e1317;
}

.title p {
        display: inline-block;
        max-width: 31.25rem;
        font-size: 1.0625rem;
}

.header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        z-index: 999;
}

.header .container {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 7.5rem;
}

.header .right {
        margin-left: auto;
}

.header .logo {
        display: block;
}

.header .logo img {
        width: 100%;
}

.header.fixed {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
        box-shadow: 0rem 0.4375rem 3.125rem rgba(0, 0, 0, 0.07);
        animation: header_sticky 1.1s;
        background: #fff;
        border-bottom: 0px;
        z-index: 99999;
}

.header.fixed .container {
        height: 5.5rem;
}

.header:not(.fixed) .logo {
        width: 16.0625rem;
        min-width: 16.0625rem;
        max-width: 16.0625rem;
}

.header:not(.fixed) .logo img:first-child {
        display: block;
}

.header:not(.fixed) .logo img:last-child {
        display: none;
}

.header.fixed .logo {
        width: 3.2625rem;
        min-width: 3.2625rem;
        max-width: 3.2625rem;
}

.header.fixed .logo img:first-child {
        display: none;
}

.header.fixed .logo img:last-child {
        display: block;
}

.header.fixed ul>li>a {
        color: #0e1317;
}

.header ul>li {
        display: inline-block;
        margin-right: 1.2rem;
}

.header ul>li>a {
        position: relative;
        display: block;
        font-size: 1.2rem;
        font-weight: 600;
        color: #ddd;
        letter-spacing: -1px;
        font-family: "DM Sans", sans-serif;
}

.header ul>li:hover>a:before {
        height: 0.2125rem;
}

.header ul>li>a:before {
        content: "";
        position: absolute;
        bottom: -0.375rem;
        left: 0;
        right: 0;
        display: inline-block;
        background: #fff;
        height: 0;
        transition: all 0.4s;
}

.header .actions {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
}

.header .actions a {
        position: relative;
        display: inline-block;
        min-width: 50px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        text-align: center;
        border-radius: 2px;
        font-size: 18px;
        overflow: hidden;
}

.header .actions a:before {
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        transition: all 0.5s ease;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        border-radius: 100%;
}

.header .actions a:hover:before {
        width: 100px;
        height: 100px;
        background: rgba(255, 255, 255, 0.2);
}

.header .actions .call {
        background: #ea130e;
        color: #fff;
        font-weight: bold;
}

.header .actions .globe {
        background: #10619f;
        color: #fff;
        width: auto;
        padding: 0 15px;
        font-weight: bold;
}

.header .actions .globe .fa {
        margin-right: 5px;
}

.main {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        min-height: 100vh;
        max-height: 100vh;
        padding-top: 7.5rem;
        color: #fff;
        overflow: hidden;
}

.main .container {
        position: relative;
        z-index: 5;
}

.main:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        z-index: 2;
}

.main::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 100%;
        height: 100%;
        z-index: 1;
        background: #0e1317;
        opacity: 0.5;
}

.shape {
        content: "";
        position: absolute;
        top: -600px;
        left: -600px;
        opacity: 0.2;
        background: #e8112b;
        filter: blur(150px);
        width: 1200px;
        height: 1200px;
        border-radius: 500px;
        z-index: 4;
}

.main h1 {
        position: relative;
        color: #ffff;
        font-weight: bold;
        font-size: 4.0625rem;
        margin-bottom: 1.375rem;
}

.main p {
        margin-bottom: 1.875rem;
        font-weight: 300;
        font-size: 1.3125rem;
        max-width: 600px;
        color:#EEE;
}

.main .btn-primary {
        background: #fff;
        border: 2px solid #fff;
        color: #0e1317;
}

.main .btn-danger {
        background: rgba(0, 0, 0, 0.2);
        border: 2px solid #fff;
}

.main [class*="btn-"]:hover {
        padding-right: 60px;
}

.main [class*="btn-"]:hover .far {
        display: block;
}

.main [class*="btn-"]:before {
        display: none;
}

.main [class*="btn-"] .far {
        display: none;
        position: absolute;
        right: 30px;
}

.hero {
        position: relative;
        padding: 11rem 0 3.5rem 0;
        text-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
        overflow: hidden;
        text-align: center;
}

.hero:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        z-index: 2;
}

.hero::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 100%;
        height: 100%;
        background: #0e1317;
        opacity: 0.7;
        z-index: 1;
}

.hero .container {
        position: relative;
        z-index: 5;
}

.hero h1 {
        position: relative;
        font-weight: bold;
        color: #ffffff;
        font-size: 2.5rem;
        line-height: 1.1;
}

.about-area {
        position: relative;
        background: #f8f9fc;
        padding-bottom: 9.375rem;
        padding-top: 9.375rem;
}

.about-area:after {
        content: "";
        position: absolute;
        top: 0;
        right: -600px;
        opacity: 0.15;
        background: #10619f;
        filter: blur(150px);
        width: 1200px;
        height: 1200px;
        border-radius: 100%;
        z-index: 0;
}

.about {
        position: relative;
        display: grid;
        align-items: center;
        justify-content: center;
        grid-gap: 30px;
        grid-template-columns: minmax(0, 37.5%) minmax(0, 25%) minmax(0, 37.5%);
        z-index: 5;
}

.about small {
        display: inline-block;
        position: relative;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.625rem;
        margin-bottom: 0.3125rem;
}

.about h2 {
        font-size: 1.7875rem;
        margin-bottom: 1.1375rem;
}

.about .left small {
        color: #10619f;
}

.about .right small {
        color: #ea130e;
}

.about p+p {
        margin-top: 0.9375rem;
}

.about img {
        border-radius: 2px;
}

.machines {
        position: relative;
        padding: 150px 0px;
        background: #fff;
}

.machines .title h2 {
        color: #10619f;
        font-size: 2rem;
        margin-bottom: 1rem;
}

.machines .title p {
        color: #0e1317;
        font-size: 1.5rem;
}

.machines .title img {
        max-height: 150px;
        object-fit: cover;
        height: 150px;
}

.machines ul.tab {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
}

.machines ul.tab:before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: #eee;
}

.machines ul.tab li a {
        position: relative;
}

.machines ul.tab li.active a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: #10619f;
}

.machines ul.tab li a {
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 5px;
        position: relative;
        padding-bottom: 15px;
        color: #0e1317;
        z-index: 1;
}

.machines .tab-pane {
        display: none;
        align-items: center;
        gap: 30px;
        padding-top: 2rem;
        font-size: 1rem;
}

.machines .tab-pane.active {
        display: flex;
}

.machines .tab-pane p+p {
        margin-top: 5px;
}

.machines .tab-pane ul {
        padding-left: 15px;
        margin-top: 15px;
}

.machines .tab-pane ul li {
        list-style-type: disc;
}

.machines .tab-pane .left {
        max-width: 350px;
        min-width: 350px;
        width: 350px;
}

.machines .tab-pane .left img {
        max-width: 100%;
        border-radius: 2px;
}

.partners {
        position: relative;
        background: #fff;
        padding: 40px 0px;
        z-index: 5;
        border-top: 1px solid #eee;
}

.partners .item {
        padding: 0 30px;
}

.partners .item img {
        filter: grayscale(1);
        opacity: 0.9;
}

.features {
        position: relative;
        background: #081225;
}

.features>div>.inner {
        display: flex;
        flex-direction: row;
}

.features .left {
        width: 50%;
        position: relative;
        padding-right: 10%;
        background-color: #081225;
        padding-top: 150px;
        padding-bottom: 150px;
}

.features .center {
        width: 80px;
        min-width: 80px;
        position: relative;
        background-color: #10619f;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        padding-bottom: 30px;
        margin-left: -40px;
        z-index: 5;
}

.features h3 {
        font-size: 2.5rem;
        font-weight: bold;
        color: #fff;
        margin-bottom: 15px;
}
.features h3 a { display:block;color:#FFF; }
.features p {
        margin: 0 0 34px;
        color: #ccc;
}

.features .rating_holder {
        padding: 20px 0px;
        background-color: #ea130e;
        text-align: center;
        color: #fff;
        position: relative;
        margin-bottom: auto;
        width: 100%;
}

.features .rating_number {
        padding: 0;
        font-size: 24px;
        letter-spacing: -0.25px;
        font-weight: 500;
        color: #fff;
        position: relative;
        margin: -7px 0 5px;
}

.features .rating_text {
        margin: 0;
        padding: 0;
        font-size: 10px;
        line-height: 14px;
        text-transform: uppercase;
        letter-spacing: 0;
        font-weight: 400;
        color: #fff;
}

.features .r_header {
        position: absolute;
        left: 0;
        right: 0;
        height: 10px;
        background-color: #ea130e;
        bottom: 100%;
}

.features .r_header:after {
        border-top: 10px solid transparent;
        border-right: 5px solid #9b1111;
        content: "";
        position: absolute;
        right: 100%;
        top: 0;
}

.features .r_header:before {
        border-top: 10px solid transparent;
        border-left: 5px solid #9b1111;
        content: "";
        position: absolute;
        left: 100%;
        top: 0;
}

.features .r_footer:after {
        position: absolute;
        top: 100%;
        left: 0;
        content: "";
        border-top: 15px solid #ea130e;
        border-right: 40px solid transparent;
}

.features .r_footer:before {
        position: absolute;
        top: 100%;
        right: 0;
        content: "";
        border-top: 15px solid #ea130e;
        border-left: 40px solid transparent;
}

.features .center span {
        display: block;
        font-size: 16px;
        line-height: 1.525rem;
        color: #eee;
        position: relative;
        writing-mode: vertical-rl;
        text-orientation: mixed;
}

.features .center span+span {
        margin-top: 5px;
}

.features .fa-medal {
        margin-bottom: 15px;
}

.features .right {
        left: 50%;
        width: 50%;
        top: 0px;
        right: 0;
        bottom: 0;
        z-index: 5;
        position: absolute;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%;
        z-index: 1;
}

.features .owl-next {
        margin-left: 5px;
}

.features .owl-next,
.features .owl-prev {
        display: inline-block;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50px;
        padding: 8px 24px;
        color: #fff;
        transition: all 0.3s ease;
}

.features .owl-next:hover,
.features .owl-prev:hover {
        background: #10619f;
}

.history .heading {
        margin-bottom: 3rem;
}

.history .heading p:first-child {
        display: inline-block;
        font-size: 2.5rem;
        font-family: "DM Sans", sans-serif;
        letter-spacing: -1px;
        font-weight: bold;
        color: #0e1317;
        line-height: 1.1;
        margin-bottom: 2rem;
}

.history .heading p {
        display: inline-block;
}

.history {
        max-width: 1170px;
}

.history .item {
        display: flex;
        align-items: center;
        justify-content: center;
}

.history .item {
        flex: 1;
        flex-grow: 1;
}

.history .item .left {
        position: relative;
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        margin-right: 70px;
        padding-right: 30px;
}

.history .item .left img {
        width: 100%;
        border-radius: 2px;
}

.history .item h2 {
        position: relative;
        display: block;
        font-size: 72px;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #e2e2e2;
}

.history .item p {
        position: relative;
}

.history .item .left .fa {
        display: inline-block;
        position: absolute;
        top: 50px;
        right: 0px;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        font-size: 30px;
        background: #ea130e;
        border-radius: 2px;
        color: #fff;
}

.history .item+.item {
        margin-top: 100px;
}

.history .item.reverse {
        flex-direction: row-reverse;
}

.history .item.reverse .left {
        margin-right: 0px;
        padding-right: 0px;
        margin-left: 70px;
        padding-left: 30px;
}

.history .item.reverse .left .fa {
        right: auto;
        left: 0;
        transform: rotate(180deg);
}

.services {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 33.3333%));
        gap: 30px;
        z-index: 5;
}

.services .item {
        position: relative;
        padding: 40px 30px;
        transition: all 0.3s ease;
        background: #ffffff;
        border-radius: 2px;
        overflow: hidden;
}


.services .item h2 {
        position: relative;
        font-size: 1.6rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        padding-bottom: 1rem;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        z-index: 2;
}

.services .item p {
        position: relative;
        margin-bottom: 1rem;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        z-index: 2;
}

.services .item .figure { display:block;position:relative;overflow:hidden; }


.services .item img {
        transition: all .4s ease;
}
.services .item:hover img{
        transform: scale(1.1);
}

.we .container {
        max-width: 1320px;
}

.we .summary {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 30px;
}

.we .summary .left {
        width: 320px;
        min-width: 320px;
        max-width: 320px;
}

.we .numbers .right {
        width: 320px;
        min-width: 320px;
        max-width: 320px;
}

.we .summary .left img {
        border-radius: 2px;
}

.we .summary .right span {
        position: relative;
        display: block;
        text-transform: uppercase;
        letter-spacing: 4px;
        margin-bottom: 0.5rem;
        color: #ea130e;
}

.we .summary .right h2 {
        margin-bottom: 15px;
        font-size: 3.5rem;
}

.we .summary p {
        max-width: calc(100% - 360px);
        margin-bottom: 30px;
}

.we .numbers {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        margin-top: 30px;
        gap: 30px;
}

.we .numbers .left {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 2px;
        color: #ccc;
        overflow: hidden;
        width: 100%;
}

.we .numbers .left .item {
        flex: 1;
        flex-grow: 1;
        padding: 40px 50px;
}

.we .numbers .left .item strong {
        display: block;
        font-family: "DM Sans", sans-serif;
        letter-spacing: -1px;
        font-weight: 900;
        margin-bottom: 5px;
        font-size: 1.5625rem;
        color: #0e1317;
}

.we .numbers .left .item span {
        font-size: 0.8rem;
        color: #626262;
}

.we .numbers .right {
        margin-top: -220px;
}

.we .numbers .right img {
        border-radius: 2px;
}

.we .values {
        display: flex;
        margin-top: 30px;
        gap: 30px;
}

.we .values h2 {
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 15px;
        font-size: 1.5rem;
}

.we .values .item h2:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        background: #10619f;
        height: 3px;
}

.we .values p {
        font-size: 0.9rem;
}

.we .values .item {
        padding: 40px 50px;
        background: #fff;
}

.we .certificates {
        padding: 40px 50px;
        background: #fff;
        margin-top: 30px;
}

.we .certificates .content {
        position: relative;
        column-count: 6;
        column-gap: 30px;
        row-gap: 30px;
        gap: 30px;
}

.we .certificates h2 {
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 15px;
        font-size: 1.5rem;
}

.we .certificates h2:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        background: #10619f;
        height: 3px;
}

.we .certificates .item {
        position: relative;
        display: block;
        break-inside: avoid;
        z-index: 5;
}

.we .certificates .item img {
        border-radius: 2px;
        width: 100%;
}

.working-area {
        background-image: url(../uploads/shape.svg);
        background-position: top left;
        background-repeat: no-repeat;
        padding: 150px 0px;
        background-size: 500px;
}

.working-area h2,
.working-area h3 {
        text-align: center;
}

.working-area h2 {
        color: #ea130e;
        font-family: "Be Vietnam Pro", sans-serif;
        font-size: 20px;
        margin-bottom: 0.3125rem;
        line-height: 1.625rem;
}

.working-area h3 {
        color: #0e1317;
        margin-bottom: 50px;
        font-size: 1.7875rem;
}

.working {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 33.3333%));
        gap: 30px;
}

.working .item {
        background: #fff;
        padding: 72px 30px 30px 30px;
        position: relative;
        border-radius: 2px;
        z-index: 1;
}

.working .item .tag {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
        background: #e8112b;
        padding: 12px 16px 12px 20px;
        position: absolute;
        right: 0;
        top: 30px;
        z-index: 1;
        border-radius: 40px 0 0 40px;
        transition: all 0.3s ease 0s;
}

.working .item h4 {
        margin-bottom: 5px;
}

.working .item .fal {
        margin-bottom: 20px;
        font-size: 30px;
}

.sidebar-title {
        background: #ffffff;
        font-size: 1.5rem;
        padding: 30px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.sidebar-title .far {
        margin-right: 10px;
}

.blog-item {
        display: grid;
        grid-template-columns: minmax(0, 30%) minmax(0, 70%);
        align-items: center;
        justify-content: center;
        gap: 30px;
        position: relative;
        padding: 30px;
        background: #ffffff;
        border-radius: 2px;
}

.blog-item+.blog-item {
        border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.blog-item h3 {
        position: relative;
        font-size: 1.3rem;
        margin-bottom: 0.5rem;
}

.blog-item h3 a {
        color: #0e1317;
}

.blog-item p {
        position: relative;
        margin-bottom: 1rem;
        z-index: 2;
}

.blog-item img {
        position: relative;
        z-index: 2;
}

.blog-item ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 13px;
        gap: 15px;
        line-height: 1.1;
        color: #999;
}

.blog-item ul li+li {
        border-left: 1px solid #eee;
        padding-left: 15px;
}

.blog-item ul li .fa {
        margin-right: 5px;
}

.sidebar-widget {
        background: #fff;
}

.sidebar-widget+.sidebar-widget {
        margin-top: 30px;
}

.sidebar-content {
        display: grid;
        list-style-type: disc !important;
        padding: 30px;
}

.sidebar-content .item+.item {
        margin-top: 30px;
}

.sidebar-content .item h3 {
        position: relative;
        font-size: 1rem;
        font-family: "Be Vietnam Pro", sans-serif !important;
        font-weight: 400;
        letter-spacing: 0;
}

.sidebar-content .item h3 a {
        color: #5a5a5a;
}



.post {
        padding: 30px;
        background: #ffffff;
        border-radius: 2px;
}

.post .image {
        margin-bottom: 1.875rem;
        max-height: 300px;
}

.post .image img { max-height:300px;object-fit:cover;width:100%; }

.post ul.meta {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 0.8rem;
        gap: 15px;
        line-height: 1.1;
        color: #666;
        margin-bottom: 30px;
}

.post ul.meta li+li {
        border-left: 1px solid #eee;
        padding-left: 15px;
}

.post ul.meta li .fa {
        margin-right: 5px;
}

.post ul.meta li .fab {
        font-size: 1rem;
}

.post ul.meta li.seperator {
        display: flex;gap: 15px;
        margin-left: auto;
}

.post p,
.article p {
        font-size: 1.05rem;
}

.post p+p,
.article p+p {
        margin-top: 0.9375rem;
}

.post ul:not(.meta),
.article ul,
.post ol:not(.meta),
.article ol {
        padding-left: 1.875rem;
        margin: 0.9375rem 0rem;
}

.post ul:not(.meta) li,
.article ul li {
        list-style-type: disc;
}

.post ol:not(.meta) li,
.article ol li {
        list-style-type: decimal;
}

.post h2,
.article h2,
.post h3,
.article h3,
.post h4,
.article h4,
.post h5,
.article h5,
.post h6,
.article h6 {
        font-size: 1.625rem;
        margin-bottom: 0.9375rem;
        margin-top: 1.875rem;
}

.contact {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 58.33333333%) minmax(0, 41.66666667%);
        gap: 30px;
        z-index: 5;
}

.contact .left,
.contact .right {
        border-radius: 2px;
        padding: 50px;
        background: #fff;
}

.contact .small-title {
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 0.5rem;
        letter-spacing: 4px;
        color: #ea130e;
}

.contact h2 {
        font-size: 3.125rem;
        margin-bottom: 0.9375rem;
}

.contact p {
        margin-bottom: 3.125rem;
}

.map iframe {
        width: 100%;
        max-height: 21.875rem;
        height: 21.875rem;
        margin-bottom: 0rem;
        vertical-align: middle;
}

.contact ul li+li {
        margin-top: 0.9375rem;
}

.contact ul li {
        display: flex;
        align-items: center;
        font-size: 1.125rem;
}

.contact li i {
        height: 80px;
        min-height: 80px;
        max-height: 80px;
        width: 80px;
        min-width: 80px;
        max-width: 80px;
        background-color: rgba(24, 24, 24, 0.05);
        color: rgba(24, 24, 24);
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        font-size: 1.563rem;
        border-radius: 2px;
        margin-right: 1.875rem;
        transition: 0.5s;
}

.contact li strong {
        display: block;
        font-family: "DM Sans", sans-serif;
        letter-spacing: -1px;
        color: #0e1317;
        font-size: 1.25rem;
        margin-bottom: 5px;
}

.projects {
        position: relative;
        padding-bottom: 150px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 50%));
        row-gap: 0px;
}

.projects .item {
        position: relative;
        padding: 75px;
}

.projects .item:first-child {
        padding-top: 50px;
}

.projects .item:last-child:after {
        display: none;
}

.projects .item:after {
        height: 1px;
        width: 2000px;
        content: "";
        position: absolute;
        bottom: 0px;
        background: rgba(0, 0, 0, 0.05);
        z-index: 1;
}

.projects .item:nth-child(odd) {
        text-align: right;
}

.projects .item:nth-child(even) {
        top: 100px;
}

.projects .item:nth-child(odd):after {
        right: 0px;
}

.projects .item:nth-child(even):after {
        left: 0px;
}

.projects .item time {
        display: block;
        margin-bottom: 10px;
        position: relative;
        display: block;
        font-size: 1rem;
        font-weight: bold;
        color: #ea130e;
}

.projects .item h2 {
        font-size: 1.5rem;
        margin-bottom: 10px;
}

.projects ul {
        position: relative;
        column-count: 4;
        column-gap: 15px;
        row-gap: 15px;
        gap: 15px;
        margin-top: 20px;
}

.projects ul li {
        position: relative;
        display: block;
        break-inside: avoid;
        z-index: 5;
}


.projects ul li:nth-child(n+5) {
        display: none; 
}

.projects ul li a {
        position: relative;
        display: block;
        border-radius: 4px;
        overflow: hidden;
}
.projects ul li:nth-child(4) a:before {
        content:attr(data-count);
        position: absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background:rgba(0,0,0,.6);
        color:#FFF;
        text-align: center;
        font-weight:bold;
        font-size:20px;

}
.projects ul li img {
        border-radius: 4px;
        width: 100%;
        height: 150px;
        object-fit: cover;
}

.page {
        padding: 50px 0px;
}

.references {
        position: relative;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 25%));
        column-gap: 30px;
        row-gap: 30px;
        gap: 30px;
}

.references .item {
        display: block;
        break-inside: avoid;
        padding: 50px 15px;
        background: #fff;
        text-align: center;
        z-index: 5;
}

.references .item img {
        max-width: 90%;
}

.footer-area {
        position: relative;
        padding: 8.25rem 0rem;
        background: #181818;
}

.footer-area .container {
        position: relative;
        z-index: 5;
}

.footer-area::before {
        border-radius: 100%;
        opacity: 0.1;
        background: #e8112b;
        filter: blur(150px);
        width: 500px;
        height: 500px;
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        content: "";
        z-index: 4;
}

.footer-area .logo {
        display: block;
        margin-bottom: 65px;
        text-align: center;
}

.footer-area .logo img {
        max-width: 250px;
}

.footer p {
        display: inline-block;
        color: #9b9b9b;
}

.footer {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 25%));
        gap: 35px;
}

.footer p {
        color: #ccc;
}

.footer .widget {
        border-top: 3px solid #ea130e;
        padding-top: 55px;
}

.footer .widget-title {
        font-family: "DM Sans", sans-serif;
        letter-spacing: -1px;
        font-weight: bold;
        margin-bottom: 1.25rem;
        font-size: 1.5625rem;
        color: #fff;
}

.footer .widget ul li {
        color: #ccc;
        font-size: 1rem;
}

.footer .widget ul li+li {
        margin-top: 0.625rem;
}

.footer .widget ul li a {
        position: relative;
        display: block;
        color: #ccc;
        font-size: 1rem;
}

.footer .widget ul>li>i {
        width: 1.875rem;
        color: #ea130e;
        font-size: 1.25rem;
}

.footer .widget .socials { margin-top:1rem; } 
.footer .widget .socials a {
        display: inline-block;
        font-size: 1rem;
        padding-right: 0.4125rem;
        color: #ccc;
}

.footer .widget .socials a .fab {
        color: #ccc;
}

.copyright {
        background: #181818;
        text-align: center;
        color: #ccc;
        padding: 2.5rem 0rem;
        font-size: 0.875rem;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.copyright .container {
        display: flex;
        align-items: center;
        justify-content: center;
}

.copyright .left {
        margin-right: auto;
}

.copyright a {
        color: #ea130e;
}

@media (max-width: 767px) {
        .mobimenu {
                position: fixed;
                transform: scale(0);
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                display: flex;
                justify-content: center;
                flex-direction: column;
                overflow: hidden;
                z-index: 10000;
        }

        .mobimenu.show,
        .mobimenu.show::after {
                transform: scale(1);
        }

        .mobimenu.show .middle {
                opacity: 1;
        }

        .mobimenu ul {
                position: relative;
                transition-behavior: normal;
                transition-duration: 0.6s;
                transition-timing-function: ease;
                transition-delay: 0.6s;
                transition-property: all;
                opacity: 0;
                z-index: 100000;
        }

        .mobimenu ul>li+li>a {
                padding-top: 15px;
        }

        .mobimenu ul>li>a {
                display: block;
                line-height: 1.1;
                color: #0e1317;
                font-family: "DM Sans", sans-serif;
                letter-spacing: -1px;
                font-size: 1.5rem;
                color: #FFF;
                font-weight: bold;
                text-align: center;
        }

        .mobimenu ul>li>a:hover,
        .mobimenu ul>li.active>a {
                background: rgba(255, 255, 255, 0.05);
        }

      

        .mobimenu::after {
                content: "";
                display: block;
                position: absolute;
                border-radius: 50%;
                background-color: #181818;
                width: 284vmax;
                height: 284vmax;
                top: -142vmax;
                left: -142vmax;
                transform: scale(0);
                transform-origin: 50% 50%;
                transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
                will-change: transform;
        }

        .mobimenu::before {
                border-radius: 100%;
                opacity: 0.1;
                background: #e8112b;
                filter: blur(150px);
                width: 500px;
                height: 500px;
                position: absolute;
                top: 50%;
                right: 50%;
                transform: translate(50%, -50%);
                content: "";
                z-index: 4;
        }
     
        .languages .selector li a img { max-width: 75px;}
        .languages strong { font-size:1.7rem;color:#FFF; }
        .languages p { font-size:.9rem; color:#FFF;}
        .languages .close { color:#FFF; }
        .shape {
                top: -300px;
                left: -300px;
                width: 600px;
                height: 600px;
        }

        .header .container {
                padding-left: 0px;
                height: 5.5rem;
        }

        .header .logo,
        .header.fixed .logo,
        .header:not(.fixed) .logo {
                width: 40px;
                min-width: 40px;
                max-width: 40px;
        }

        .header:not(.fixed) .logo img:first-child {
                display: none;
        }

        .header:not(.fixed) .logo img:last-child {
                display: block;
        }

        .header .right {
                display: none;
        }

        .header .toggle {
                padding: 15px 15px 15px 15px;
                font-size: 1.7rem;
                color:#0E1317;
        }

        .header:not(.fixed) .toggle {
                color:#FFF;
        }
        .header.mobile .toggle { 
                color: #FFF; 
        }

        .header .actions {
                margin-left: auto;
        }

        .header .actions a {
                font-size: 0.95rem;
        }

        .header.fixed.mobile { 
                background: none !important;
                box-shadow: none !important;
        }

        .main{
                padding-top:5.5rem;
        }

        .main h1 {
                font-size: 2rem;
        }

        .main p {
                font-size: 1rem;
        }

        .main .buttons a {
                padding: 6px 15px;
                font-size: 0.9rem;
        }

        .main .shape {
                display: none;
        }

        .about-area {
                overflow-x: hidden;
                padding: 50px 0px;
        }

        .about-area p {
                font-size: 0.9rem;
        }

        .about-area .center {
                margin: 30px 0px;
        }

        .about {
                position: relative;
                z-index: 5;
        }

        .about h2 {
                font-size: 1.5rem;
        }

        .about,
        .machines ul.tab,
        .machines .tab-pane.active,
        .working,
        .footer,
        .copyright .container {
                display: block;
        }

        .features {
                padding: 50px 0px;
                text-align: center;
                overflow-x: hidden;
        }

        .features>div>.inner {
                flex-direction: column-reverse;
        }

        .features h3 {
                font-size: 1.5rem;
                margin-bottom: 10px;
        }

        .features p {
                font-size: 0.9rem;
        }

        .features .left:after {
                display: none;
        }

        .features .left {
                width: 100%;
                padding: 0px;
        }

        .features .center {
                width: 100%;
                display: none;
        }

        .features .right {
                position: static;
                width: 100%;
                height: 200px;
                margin-bottom: 50px;
        }

        .features .owl-nav {
                text-align: center;
        }

        .machines {
                padding: 50px 0px;
                overflow-x: hidden;
        }

        .machines .title {
                text-align: center;
                margin-bottom: 30px;
        }

        .machines .title h2 {
                font-size: 1.5rem;
                margin-bottom: 10px;
        }

        .machines .title p {
                font-size: 0.9rem;
        }

        .machines ul.tab {
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 50%));
                gap: 0px;
        }

        .machines ul.tab:before {
                display: none;
        }

        .machines ul.tab li {
                display: inline-block;
        }

        .machines ul.tab li:nth-child(even) a {
                justify-content: flex-start;
                flex-direction: row-reverse;
        }

        .machines ul.tab li a {
                border-bottom: 2px solid #eee;
                padding: 15px 0px;
        }

        .machines ul.tab li.active a {
                border-color: #10619f;
        }

        .machines ul.tab li.active a:before {
                display: none;
        }

        .machines .tab-pane {
                font-size: 0.9rem;
        }

        .machines .tab-pane .left {
                width: 100%;
                min-width: 100%;
                max-width: 100%;
                margin-bottom: 30px;
        }

        .working-area {
                padding: 50px 0px;
                overflow-x: hidden;
        }

        .working-area h3 {
                font-size: 1.5rem;
        }

        .working .item {
                font-size: 0.9rem;
        }

        .working .item+.item {
                margin-top: 30px;
        }

        .references {
                grid-template-columns: repeat(2, minmax(0, 50%));
                gap: 15px;
                grid-gap: 15px;
                row-gap: 15px;
        }

        .blog-item {
                display: flex;
                flex-direction: column;
        }

        .blog-item p {
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
                overflow: hidden;
                font-size: 0.9rem;
        }

        .services {
                display: flex;
                flex-direction: column;
                gap: 15px;
        }

        .we .summary {
                flex-direction: column;
        }

        .we .summary .left {
                display: none;
        }

        .we .summary .right {
                background: #fff;
                padding: 30px;
        }

        .we .summary .right h2 {
                font-size: 1.5rem;
        }

        .we .summary p {
                width: 100% !important;
                max-width: 100% !important;
        }

        .we .numbers {
                flex-direction: column;
        }

        .we .numbers .left {
                display: none;
        }

        .we .numbers .right {
                margin-top: 0px;
                width: 100% !important;
                max-width: 100% !important;
                min-width: 100% !important;
        }

        .we .numbers .right img {
                width: 100%;
        }

        .we .values {
                flex-direction: column;
        }

        .we .values .item {
                padding: 30px;
        }

        .we .certificates {
                padding: 30px;
        }

        .we .certificates h2 {
                margin-bottom: 25px;
                padding-bottom: 25px;
        }

        .we .certificates .content {
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 50%));
        }

        .history .heading {
                margin-bottom: 2rem;
        }

        .history .heading p:first-child {
                font-size: 1.5rem;
                margin-bottom: 1rem;
        }

        .history .item,
        .history .item.reverse {
                flex-direction: column;
        }

        .history .item+.item {
                margin-top: 2rem;
        }

        .history .item .left {
                width: 100%;
                min-width: 100%;
                max-width: 100%;
                margin: 0px !important;
                padding: 0px !important;
        }

        .history .item .left .fa {
                top: auto !important;
                bottom: 0px !important;
                left: 30px !important;
                width: 50px;
                height: 50px;
                line-height: 50px;
                font-size: 1.5rem;
                transform: rotate(90deg) !important;
        }

        .history .item .right {
                padding: 30px;
                background: #fff;
        }

        .history .item h2 {
                font-size: 3rem;
                margin-bottom: 0px;
                border-bottom: 0px;
                padding-bottom: 1rem;
                line-height: 3rem;
        }

        .projects {
                display: block;
                padding-bottom: 0px;
        }

        .projects .item {
                padding: 0px;
                text-align: center !important;
        }

        .projects .item:nth-child(even) {
                top: 0px;
        }

        .projects .item:first-child {
                padding-top: 0px;
        }

        .projects .item+.item {
                padding-top: 50px;
        }

        .projects ul li img {
                height: 100px;
        }

        .projects .item h2 {
                font-size: 1.2rem;
        }

        .projects .item p {
                font-size: 0.9rem;
        }

        .post ul.meta {
                display: block;
                text-align: center;
        }

        .post ul.meta li {
                display: inline-block;
        }

        .post ul.meta li.seperator {
                border-left: 0px;
                padding-left: 0px;
                margin-left: 0px;
                padding-top: 15px;
        }

        .post ul.meta li.seperator a+a {
                display: inline-block;
                margin-left: 15px;
        }

        .post-title {
                display: none;
        }

        .sidebar {
                margin-top: 30px;
        }

        .sidebar-title {
                font-size: 1.3rem;
        }

        .sidebar-content .item h3 {
                font-size: 0.9rem;
        }

        .sidebar-content .item+.item {
                margin-top: 15px;
        }

        .contact {
                display: flex;
                flex-direction: column;
                overflow-x: hidden;
        }

        .contact .left,
        .contact .right {
                padding: 30px;
        }

        .contact h2 {
                font-size: 1.7rem;
                margin-bottom: 10px;
                text-align: center;
        }

        .contact p {
                font-size: 0.9rem;
                margin-bottom: 1.5rem;
                text-align: center;
        }

        .contact .small-title {
                display: block;
                font-size: 0.8rem;
                text-align: center;
        }

        .contact ul li {
                font-size: 0.9rem;
        }

        .contact ul li strong {
                font-size: 1rem;
                line-height: 1.1;
                margin-bottom: 0px;
        }

        .contact ul li i {
                width: 60px;
                height: 60px;
                line-height: 60px;
                max-width: 60px;
                min-width: 60px;
                max-height: 60px;
                min-height: 60px;
                margin-right: 1rem;
        }

        .contact textarea.form-control {
                max-height: 150px;
        }

        .footer-area {
                padding: 3.125rem 0px;
                overflow: hidden;
        }

        .footer-area .logo {
                display: none;
                margin-bottom: 30px;
                border-bottom: 1px solid rgba(255, 255, 255, 0.05);
                margin-left: -30px;
                margin-right: -30px;
                padding-bottom: 30px;
                padding-top: 30px;
        }

        .footer-area .logo img {
                max-width: 200px;
        }

        .footer .widget:first-child {
                border-top: 0px;
                margin-top: 0px;
                padding-top: 0px;
        }

        .footer .widget+.widget {
                margin-top: 23px;
                padding-top: 20px;
        }

        .footer .widget-title {
                display: flex;
                font-size: 1.3rem;
                margin-bottom: 0px;
        }

        .footer .widget-title .far {
                margin-left: auto;
        }

        .footer .widget-content {
                display: none;
        }

        .footer .open .widget-content {
                display: block;
                padding-top: 15px;
        }

        .footer .open .widget-title .far {
                transform: rotate(180deg);
        }

        .copyright {
                padding: 30px 0px;
        }
}

@media (min-width: 768px) {
        .header .toggle {
                display: none;
        }

        .mobimenu {
                display: none;
        }

        .projects:after {
                content: "";
                position: absolute;
                width: 1px;
                background: rgba(0, 0, 0, 0.05);
                top: -50px;
                bottom: -50px;
                left: 50%;
                transform: translateX(-50%);
        }

        .footer .widget-title .far {
                display: none;
        }
}