@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap);

@font-face {
    font-family: 'Manrope Alt';
    src: url(https://cdn.jsdelivr.net/gh/sharanda/manrope@master/fonts/ttf/Manrope-Regular.ttf) format('truetype');
    font-weight: 400
}

@font-face {
    font-family: 'Manrope Alt';
    src: url(https://cdn.jsdelivr.net/gh/sharanda/manrope@master/fonts/ttf/Manrope-Bold.ttf) format('truetype');
    font-weight: 700
}

:root {
    --primary-color: #d92620;
    --secondary-color: #201917;
    --third-color: #F5F5F5;
    --dark-divider-color: #FFFFFF1A;
    --head-dark: #171717;
    --text-dark: #111111;
    --black-dark: #111111;
    --white: #ffffff;
    --transition: all 0.4s ease-in-out;
    --stage-h: 950px
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    outline: none
}

*,
*:focus {
    outline: none;
    -webkit-tap-highlight-color: #fff0
}

html {
    scroll-behavior: smooth
}

body {
    display: block;
    position: relative;
    font: 400 14px/1.1 "Manrope", Arial, Helvetica, sans-serif;
    background: var(--white);
    margin: 0;
    padding: 0 0;
    -webkit-font-smoothing: antialiased;
    display: block;
    position: relative;
    letter-spacing: .3px
}

.title-font {
    font-family: 'Manrope Alt', sans-serif
}

::-webkit-input-placeholder {
    color: var(--black-dark);
    opacity: 1
}

:-moz-placeholder,
::-moz-placeholder {
    color: var(--black-dark);
    opacity: 1
}

:-ms-input-placeholder {
    color: var(--black-dark);
    opacity: 1
}

a {
    color: #464646;
    text-decoration: none
}

a:hover {
    color: #464646;
    outline: none;
    text-decoration: none
}

img {
    max-width: 100%;
    vertical-align: middle
}

svg {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor
}

h1,
.h1 {
    font-size: 30px
}

h2,
.h2 {
    font-size: 28px;
    line-height: 1
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 16px
}

h6,
.h6 {
    font-size: 15px
}

.h-100-v {
    min-height: 100vh
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0 0 15px;
    font-style: normal;
    font-size: 40px;
    margin-bottom: 20px;
    color: var(--head-dark);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.5;
    position: relative
}

p {
    margin: 0 0 10px;
    overflow: hidden;
    text-align: left;
    color: #4A5257 !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.58;
    margin-bottom: 15px;
    letter-spacing: .3px
}

input,
select,
textarea {
    background: var(--white);
    border: 1px solid rgb(70 70 70 / .3);
    width: 100%;
    display: block;
    color: var(--text-dark);
    padding: 11px 16px;
    border-radius: 5px;
    letter-spacing: 0;
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input::-webkit-input-placeholder {
    color: rgb(40 40 40 / 50%)
}

input::-moz-placeholder {
    color: rgb(40 40 40 / 50%)
}

input:-ms-input-placeholder {
    color: rgb(40 40 40 / 50%)
}

input:-moz-placeholder {
    color: rgb(40 40 40 / 50%)
}

textarea {
    min-height: 120px;
    padding: 14px
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

strong,
b {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

section {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    height: 100%
}

section::after {
    content: attr(data-content);
    font-size: 200px;
    font-weight: 700;
    color: #fff0;
    line-height: 1;
    -webkit-text-stroke: 2px #727272;
    text-transform: capitalize;
    position: absolute;
    z-index: -1;
    opacity: .1;
    right: 0;
    top: -2%
}

.inner-sections {
    padding: 60px 0
}

.culture-sections {
    margin-bottom: 60px
}

.client-description {
    text-align: left !important;
    font-size: 20px;
    color: #525355
}

.red-text {
    color: #ef171b;
    font-weight: 700;
    font-size: 60px
}

.cursor1 {
    position: fixed;
    width: 40px;
    height: 40px;
    margin-left: 0;
    margin-top: 0;
    border-radius: 50%;
    border: 3px solid var(--primary-color);
    transition: 0.3s;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1000
}

.cursor2 {
    position: fixed;
    width: 10px;
    height: 10px;
    margin-left: 0;
    margin-top: 0;
    border-radius: 50%;
    background-color: var(--secondary-color);
    transform: translate(-50%, -50%);
    transition: 0.1s;
    pointer-events: none;
    z-index: 1000
}

.grow,
.grow-small {
    transform: scale(4);
    background: var(--white);
    mix-blend-mode: difference;
    border: none;
    margin-left: -20px;
    margin-top: -20px
}

.grow-small {
    transform: scale(2)
}

/* Desktop hover dropdown */
@media(min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

ul.sub-dropdown {
    position: absolute;
    right: auto;
    left: 100%;
    width: 100%;
    top: 5%;
    background: #fff;
    border-radius: 5px;
    border: 1px solid grey;
    padding: 10px 0;
    display: none;
    transform: translateY(50px);
    transition: all 0.4s ease-in-out;
}



ul.sub-dropdown li a {
    color: var(--black-dark);
    padding: 11px 12px;
    text-transform: capitalize;
    display: block;
    font-weight: 600;
    font-size: 17px;
}

ul.sub-dropdown li a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.dropdown-menu li:hover ul.sub-dropdown {
    display: block;
    transform: translateY(0px);
    transition: all 0.4s ease-in-out;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    z-index: 9;
    transition: var(--transition);
    background-color: #fff;
}

.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--white);
    padding: 5px 20px;
    transition: var(--transition);
    z-index: 99;
    border-radius: 0
}

.white-logo {
    display: block !important
}

.normal-logo {
    display: none !important
}

.scrolled .white-logo {
    display: none !important
}

.scrolled .normal-logo {
    display: block !important
}

.arrow-icon.active path {
    fill: var(--black-dark) !important
}

.navbar.scrolled .navbar-nav .nav-link {
    color: var(--black-dark)
}

.navbar .navbar-nav.sm-icons .nav-link svg {
    fill: var(--black-dark)
}

.navbar.scrolled .navbar-nav.sm-icons .nav-link svg {
    fill: var(--black-dark)
}

.navbar .container-fluid {
    padding: 0 40px
}

.navbar.scrolled .container-fluid {
    padding: 6px 40px;
    transition: 0.4s
}

.navbar .navbar-nav .nav-link {
    font-size: 21px;
    font-weight: 600 !important;
    color: var(--text-dark);
    opacity: 1;
    margin: 0 16px;
    cursor: pointer;
    text-transform: capitalize
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--text-dark) !important;
    font-weight: 800
}

.navbar.scrolled .navbar-nav .nav-link:hover,
.navbar.scrolled .navbar-nav .nav-link.active {
    color: var(--black-dark) !important;
    font-weight: 800
}

body[data-page="index.php"] .navbar .navbar-nav .nav-link,
body[data-page="thankyou.php"] .navbar .navbar-nav .nav-link {
    color: var(--black-dark)
}

body[data-page="index.php"] .navbar.scrolled .navbar-nav .nav-link,
body[data-page="thankyou.php"] .navbar.scrolled .navbar-nav .nav-link {
    color: var(--black-dark)
}

body[data-page="index.php"] .navbar .navbar-nav .nav-link:hover,
body[data-page="index.php"] .navbar .navbar-nav .nav-link.active,
body[data-page="thankyou.php"] .navbar .navbar-nav .nav-link:hover,
body[data-page="thankyou.php"] .navbar .navbar-nav .nav-link.active {
    color: var(--black-dark) !important
}

body[data-page="index.php"] .navbar.scrolled .navbar-nav .nav-link:hover,
body[data-page="index.php"] .navbar.scrolled .navbar-nav .nav-link.active,
body[data-page="thankyou.php"] .navbar.scrolled .navbar-nav .nav-link:hover,
body[data-page="thankyou.php"] .navbar.scrolled .navbar-nav .nav-link.active {
    color: var(--black-dark) !important
}

.navbar-brand {
    width: 100%;
    max-width: 30%
}

@media (min-width:992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0
    }
}

.nav-link.active {
    color: var(--black-dark) !important;
    font-weight: 900 !important
}

.product-slider-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    padding-bottom: 3rem;
    background-color: #fff;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem
}

.product-slider-title {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: .4rem;
    text-align: center;
    color: #000
}

.product-slider-description {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: .845rem
}

.product-slider-container {
    width: 100%;
    height: 50vh;
    max-width: 80rem;
    position: relative;
    margin-bottom: 0
}

.product-swiper {
    height: 100%;
    width: 100%
}

.product-background-text {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    font-size: 2.4rem;
    font-weight: 800;
    color: rgb(229 231 235 / .8);
    text-align: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    opacity: 1;
    transition: all 0.8s ease-in-out
}

.product-slide-active .product-background-text {
    opacity: 1;
    transform: translateY(0)
}

.product-image-wrapper {
    position: relative;
    z-index: 10;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2rem;
    top: 6rem
}

.product-image {
    max-width: 800px;
    height: 490px;
    object-fit: contain;
    width: 100%
}

.cta-buttons {
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    justify-content: center
}

.view-all-products-btn {
    padding: .75rem 2rem;
    font-weight: 500;
    border: 1px solid #dc2621;
    background-color: #fff0;
    color: #dc2621;
    border-radius: .25rem;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: .875rem;
    background-color: #fff
}

.view-all-products-btn:hover {
    border-color: rgb(156 163 175 / .6);
    color: #fff;
    background-color: #dc2621
}

.product-slider-container .swiper-button-prev-custom,
.product-slider-container .swiper-button-next-custom {
    position: absolute;
    top: 50%;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 9999px;
    background-color: #dc2621;
    color: #fff;
    border: 1px solid rgb(229 231 235 / .8);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -1px rgb(0 0 0 / .06);
    cursor: pointer;
    transition: background-color 0.3s ease
}

.product-slider-container .swiper-button-prev-custom:hover,
.product-slider-container .swiper-button-next-custom:hover {
    background-color: #000
}

.product-slider-container .swiper-button-next-custom {
    right: 1rem
}

.product-slider-container .swiper-button-prev-custom {
    left: 1rem
}

.product-slider-container .swiper-button-next-custom i,
.product-slider-container .swiper-button-prev-custom i {
    font-size: 1.25rem
}

.product-box {
    position: relative
}

.product-box img {
    width: 100%;
    max-width: 73%;
    margin-top: 10%
}

.product-box h4 {
    position: absolute;
    top: 5%;
    left: auto;
    right: auto;
    width: 100%;
    font-size: 7vw;
    font-weight: 900;
    color: #ebe6e7;
    line-height: .9;
    margin: 0;
    z-index: -1
}

.product-box a {
    left: 0;
    position: absolute;
    bottom: 52px;
    top: auto;
    right: 0;
    max-width: 200px;
    margin: auto
}

@media (min-width:768px) {
    .product-slider-section {
        padding-bottom: 5rem
    }

    .product-slider-title {
        font-size: 2.65rem
    }

    .product-slider-description {
        margin-bottom: 2.5rem;
        font-size: 1rem
    }

    .product-slider-container {
        height: 76vh;
        margin-bottom: 1.5rem
    }

    .product-background-text {
        font-size: 3.75rem
    }

    .product-image-wrapper {
        padding-bottom: 2rem
    }

    .swiper-button-next-custom {
        right: 2rem
    }

    .swiper-button-prev-custom {
        left: 2rem
    }
}

@media (min-width:1024px) {
    .product-slider-section {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .product-background-text {
        font-size: 6rem
    }

    .swiper-button-next-custom {
        right: 3rem
    }

    .swiper-button-prev-custom {
        left: 3rem
    }
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.about-section {
    background: #fff
}

.about-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto
}

.about-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
    opacity: 1;
    transition: all 0.6s ease
}

.about-text {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.6;
    opacity: 1;
    transition: all 0.6s ease;
    text-align: center
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3rem
}

@media (min-width:768px) {
    .about-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:1024px) {
    .about-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

.about-card {
    display: flex;
    flex-direction: column;
    border-bottom: 4px solid #dc2626;
    border-radius: .5rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    opacity: 1;
    transition: all 0.6s ease
}

.about-card-image {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden
}

.about-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-card-content {
    padding: 1.5rem;
    text-align: center
}

.about-card-title {
    font-size: 1.45rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 5px
}

.about-card-description {
    margin-top: .5rem;
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: center
}

.visible {
    opacity: 1 !important;
    transform: translateY(0) !important
}

.stats-section {
    background: #fff
}

.stats-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem
}

.stat-card-counter {
    background: #fff;
    padding: 1.8rem 1rem;
    border-radius: .75rem;
    text-align: center;
    box-shadow: 0 0 8px rgb(0 0 0 / .08);
    opacity: 1;
    transition: all 0.6s ease;
    height: 100%
}

.stat-card-counter p {
    text-align: center;
    font-size: 16px;
    line-height: 1.48;
    color: grey;
    margin-bottom: 0
}

p.stat-value {
    font-size: 44px;
    font-weight: 800;
    color: #dc2621;
    text-align: center !important;
    margin-bottom: 5px;
    line-height: 1
}

.stat-title {
    margin-top: 1.15rem;
    font-size: 1.405rem;
    font-weight: 700;
    line-height: 1.3;
    color: #111827;
    margin-bottom: 13px
}

.stat-description {
    margin-top: .75rem;
    font-size: .875rem;
    color: #4b5563;
    line-height: 1.5
}

.cta-section {
    position: relative;
    background: #000;
    color: #fff;
    padding: 80px 20px;
    overflow: hidden;
    text-align: center
}

.cta-lines-pattern {
    position: absolute;
    top: 0;
    right: -40px;
    height: 100%;
    width: 50%;
    opacity: .1;
    pointer-events: none
}

.cta-line {
    position: absolute;
    right: 0;
    height: 4px;
    background: rgb(255 255 255 / .6);
    transform: rotate(-45deg)
}

.cta-content {
    position: relative;
    z-index: 10;
    margin: 0 auto
}

.cta-title {
    font-size: 2.7rem;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff
}

.cta-button {
    background: #dc2621;
    color: #fff;
    padding: 12px 32px;
    border: 2px solid #dc2621;
    border-radius: 6px;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease
}

.cta-button:hover {
    background: #fff0;
    border-color: #fff;
    color: #fff
}

.reveal-up {
    opacity: 1;
    transition: all 0.8s ease-out
}

.reveal-up.visible {
    opacity: 1;
    transform: translateY(0)
}

.delay-1 {
    transition-delay: 0.2s
}

.delay-2 {
    transition-delay: 0.4s
}

.site-footer {
    background: var(--white);
    color: var(--black-dark);
    font-family: Arial, sans-serif
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px
}

.contact-icon {
    background: #e5e5e5;
    padding: 12px;
    border-radius: 50%;
    font-size: 1.2rem
}

.contact-label {
    font-weight: 600;
    margin-bottom: 0
}

.contact-detail {
    color: #555
}

.about-hero-banner {
    height: 400px;
    background: url(assets/about-us.webp) center/cover no-repeat;
    background-color: rgb(0 0 0 / .8)
}

@media (min-width:768px) {
    .about-hero-banner {
        height: 650px
    }
}

.about-hero-content {
    padding: 0 0
}

@media (min-width:640px) {
    .about-hero-content {
        padding: 0 0 80px 0
    }
}

.about-hero-container {
    margin: 0 auto;
    padding: 0 24px
}

.about-hero-title {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: .1em
}

@media (min-width:768px) {
    .about-hero-title {
        font-size: 6rem
    }
}

.about-hero-columns {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 32px
}

@media (min-width:768px) {
    .about-hero-columns {
        flex-direction: row;
        gap: 32px;
        margin-top: 64px
    }
}

.about-col {
    flex: 1
}

.about-col-left {
    max-width: 30%
}

.about-col-center {
    max-width: 40%
}

.about-col-right {
    max-width: 30%
}

@media (max-width:767px) {

    .about-col-left,
    .about-col-center,
    .about-col-right {
        max-width: 100%
    }
}

.about-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 16px
}

@media (min-width:768px) {
    .about-subtitle {
        font-size: 2rem
    }
}

.about-page-text {
    font-size: .9rem;
    margin-bottom: 16px;
    line-height: 1.6
}

@media (min-width:768px) {
    .about-page-text {
        font-size: 1rem
    }
}

.about-video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 2;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgb(0 0 0 / .2)
}

.about-video-wrapper.tall {
    aspect-ratio: auto;
    height: 100%
}

.about-video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-col-text {
    margin-top: 32px;
    padding: 0 4px
}

.ge-stats-section {
    background-color: #000;
    padding: 80px 24px
}

.ge-stats-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px
}

@media (min-width:768px) {
    .ge-stats-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:1024px) {
    .ge-stats-grid {
        grid-template-columns: repeat(4, 1fr)
    }
}

.ge-stat-item {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    text-align: left
}

.ge-stat-icon {
    font-size: 3rem;
    color: #fff;
    background-color: #dc2621;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 12px
}

.ge-stat-value {
    font-size: 2rem;
    font-weight: 700;
    color: #fff
}

@media (min-width:768px) {
    .ge-stat-value {
        font-size: 2.5rem
    }
}

.ge-stat-label {
    color: #fff;
    margin-top: 8px;
    font-size: .9rem;
    letter-spacing: .05em
}

.ge-content-section {
    background-color: #fff;
    padding: 64px 24px
}

@media (min-width:768px) {
    .ge-content-section {
        padding: 80px 32px
    }
}

.ge-container {
    max-width: 1200px;
    margin: 0 auto
}

.ge-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center
}

@media (min-width:1024px) {
    .ge-grid {
        grid-template-columns: 1fr 1fr;
        gap: 64px
    }
}

.ge-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 24px
}

@media (min-width:768px) {
    .ge-title {
        font-size: 2.5rem
    }
}

.ge-description {
    margin-bottom: 32px;
    color: #000;
    line-height: 1.6
}

.ge-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px
}

.ge-features-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 1rem;
    color: #333
}

.ge-features-list i {
    color: #dc2621;
    font-size: .9rem
}

.ge-button-wrapper {
    margin-top: 16px
}

.ge-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    border: 2px solid #dc2621;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    color: #dc2621;
    background-color: #fff0;
    text-decoration: none;
    transition: all 0.3s ease
}

.ge-button:hover {
    background-color: #dc2621;
    color: #fff
}

.ge-image-block img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover
}

.certificates-section {
    padding: 64px 24px;
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center
}

.certificates-header {
    margin-bottom: 40px
}

.certificates-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 16px
}

@media (min-width:768px) {
    .certificates-title {
        font-size: 2.5rem
    }
}

.certificates-subtitle {
    max-width: 900px;
    margin: 0 auto;
    font-size: .95rem;
    line-height: 1.6;
    color: #333
}

.certificates-featured {
    max-width: 500px;
    margin: 0 auto 48px;
    border: 1px solid rgb(0 0 0 / .1);
    border-bottom: 4px solid #dc2621;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 6px rgb(0 0 0 / .05);
    transition: box-shadow 0.3s ease
}

.certificates-featured:hover {
    box-shadow: 0 6px 14px rgb(0 0 0 / .15)
}

.certificates-image {
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
    border: 1px solid rgb(0 0 0 / .1)
}

.certificates-card-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 16px
}

.certificates-card-title i {
    color: #dc2621
}

.certificates-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px
}

@media (min-width:768px) {
    .certificates-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:1024px) {
    .certificates-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

.certificates-card {
    border: 1px solid rgb(0 0 0 / .1);
    border-bottom: 4px solid #dc2621;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgb(0 0 0 / .05);
    transition: box-shadow 0.3s ease;
    padding: 16px
}

.certificates-card:hover {
    box-shadow: 0 6px 14px rgb(0 0 0 / .15)
}

.certificates-card-image {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid rgb(0 0 0 / .1)
}

.hero-contact-page {
    height: 400px;
    background: rgb(0 0 0 / .8) url(assets/contact-us.webp) center/cover no-repeat
}

@media (min-width:768px) {
    .hero-contact-page {
        height: 650px
    }
}

.hero-overlay-contact-page {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 11rem
}

.hero-content-contact-page {
    text-align: center
}

.hero-text-image-contact-page {
    max-width: 100%;
    height: auto
}

.contact-details-section-contact-page {
    padding: 3rem 1rem
}

.contact-details-container-contact-page {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem
}

@media (min-width:768px) {
    .contact-details-container-contact-page {
        grid-template-columns: repeat(2, 1fr)
    }
}

.inner-contact-item {
    margin-bottom: 22px;
    height: 100%
}

.contact-card-contact-page {
    background: #fff;
    padding: 2rem;
    border-radius: 1.25rem;
    box-shadow: 0 4px 12px rgb(0 0 0 / .08);
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    height: 100%
}

.contact-card-contact-page:hover {
    box-shadow: 0 6px 16px rgb(0 0 0 / .15)
}

.contact-card-header-contact-page {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem
}

.contact-icon-box-contact-page {
    background: #000;
    border-radius: 50%;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0
}

.contact-icon-box-contact-page svg path {
    fill: #fff
}

.contact-icon-box-contact-page svg circle {
    fill: #fff
}

.contact-title-contact-page {
    font-size: 30px;
    font-weight: 600;
    color: #111;
    margin: 0
}

.contact-divider-contact-page {
    position: relative;
    height: 2px;
    margin: .5rem 0 1rem
}

.contact-divider-bg-contact-page {
    position: absolute;
    width: 90%;
    height: 2px;
    background: #e5e7eb;
    top: 0;
    left: 0
}

.contact-divider-fill-contact-page {
    position: absolute;
    width: 0;
    height: 2px;
    background: #9ca3af;
    top: 0;
    left: 0;
    transition: width 0.4s ease
}

.contact-divider-dot-contact-page {
    position: absolute;
    right: 0;
    top: -3px;
    width: 10px;
    height: 10px;
    background: #e5e7eb;
    border-radius: 50%;
    transition: background 0.4s ease
}

.contact-card-contact-page:hover .contact-divider-fill-contact-page {
    width: 95%
}

.contact-card-contact-page:hover .contact-divider-dot-contact-page {
    background: #9ca3af
}

.contact-content-contact-page {
    color: #333;
    font-size: .95rem;
    line-height: 1.6
}

.contact-content-contact-page p {
    margin-bottom: 2px
}

.contact-content-contact-page a {
    color: #111;
    text-decoration: none;
    transition: color 0.3s
}

.contact-content-contact-page a:hover {
    color: #dc2621
}

.contact-action-btn-contact-page {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #444;
    box-shadow: 0 2px 6px rgb(0 0 0 / .15);
    cursor: pointer;
    transition: all 0.3s;
    transform: rotate(-45deg)
}

.contact-card-contact-page:hover .contact-action-btn-contact-page {
    background: #dc2621;
    color: #fff
}

.contact-page-form-section {
    display: flex;
    justify-content: center
}

.contact-page-form-container {
    max-width: 1740px;
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    margin: auto
}

.contact-page-form-container h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 10px
}

.contact-page-form-container p {
    text-align: center;
    color: #555;
    margin-bottom: 30px
}

.contact-page-form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.contact-inner-form {
    padding: 20px;
    border-radius: 20px;
    background-color: #00000008;
    box-shadow: 3px 2px 12px #f1f1f1
}

.contact-page-form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
    position: relative
}

.contact-page-form-group label {
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600
}

.contact-page-form-group input,
.contact-page-form-group textarea {
    padding: 13px;
    border: unset;
    border-radius: 6px;
    outline: none;
    font-size: 14px;
    border: 1px solid #e7e7e7
}

.contact-page-form-group input:focus,
.contact-page-form-group textarea:focus {
    border-color: #dc2621
}

.contact-page-form-error {
    color: red;
    font-size: 13px;
    margin-top: 4px;
    display: none
}

.contact-page-form-actions {
    text-align: center;
    margin-top: 20px
}

.contact-page-form-actions button {
    padding: 10px 25px;
    border: 2px solid #dc2621;
    background: #fff0;
    color: #dc2621;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
    text-transform: uppercase
}

.contact-page-form-actions button:hover {
    background: #dc2621;
    color: #fff
}

.infrastructure-hero-section {
    height: 400px;
    background: rgb(0 0 0 / .8) url(assets/infrastructure-bg.webp) center center/cover no-repeat
}

@media (min-width:768px) {
    .infrastructure-hero-section {
        height: 650px
    }
}

.infrastructure-section {
    background-color: #f8f9fa
}

.infrastructure-card {
    background-color: #fff;
    padding: 2rem;
    border-radius: .5rem;
    text-align: center;
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / .075);
    border-bottom: 4px solid #DC2621
}

.infrastructure-card:hover {
    transform: scale(1.03)
}

.infrastructure-card .maker-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #DC2621
}

.infrastructure-card .machine-name {
    margin-top: .75rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2
}

.infrastructure-card .machine-details {
    margin-top: .75rem;
    font-size: .9rem;
    color: #6c757d
}

.client-page-section {
    padding: 60px 20px;
    background: #fff
}

.client-page-header {
    text-align: center;
    margin-bottom: 50px
}

.client-page-header h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #111
}

.client-page-card {
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease-in-out;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    opacity: 1
}

.client-page-card:hover {
    box-shadow: 0 4px 15px rgb(0 0 0 / .1);
    border-color: #fff0
}

.client-page-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    min-height: 120px
}

.client-page-img-wrapper img {
    max-height: 120px;
    object-fit: contain
}

.client-page-info {
    padding: 0 20px 20px
}

.client-page-info p {
    font-size: .9rem;
    font-weight: 500;
    color: #6b7280;
    margin: 0;
    transition: color 0.3s
}

.client-page-card:hover .client-page-info p {
    color: #dc2621
}

.client-page-card.visible {
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s ease-in-out
}

.clients-hero-client-page {
    height: 400px;
    background: rgb(0 0 0 / .8) url(assets/clients-bg.png) center center/cover no-repeat;
    position: relative
}

@media (min-width:768px) {
    .clients-hero-client-page {
        height: 650px
    }
}

.clients-hero-content-client-page {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 11rem
}

@media (min-width:992px) {
    .clients-hero-content-client-page {
        justify-content: flex-end
    }
}

.clients-hero-content-client-page img {
    max-width: 100%;
    height: auto
}

.all-products-hero {
    height: 400px;
    background-size: cover;
    background-position: center;
    background-color: rgb(0 0 0 / .8);
    background-image: url(https://via.placeholder.com/1500x650/000000/FFFFFF?text=Contact+Us)
}

@media (min-width:768px) {
    .all-products-hero {
        height: 650px
    }
}

.all-products-hero-title {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    padding-top: 8rem;
    color: #fff0;
    background-clip: text;
    background-image: linear-gradient(to bottom, white, rgb(255 255 255 / .2))
}

@media (min-width:768px) {
    .all-products-hero-title {
        font-size: 5rem;
        padding-top: 18rem
    }
}

@media (min-width:992px) {
    .all-products-hero-title {
        font-size: 7rem
    }
}

.all-products-category-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #000
}

@media (min-width:768px) {
    .all-products-category-title {
        font-size: 4.375rem
    }
}

.all-products-category-description {
    font-size: .875rem;
    color: #6c757d;
    margin-top: 1rem;
    margin-bottom: 1rem;
    max-width: 65ch;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) {
    .all-products-category-description {
        font-size: 1.125rem;
        margin-bottom: 5rem
    }
}

.all-products-product-card {
    padding-bottom: 3rem
}

@media (min-width:768px) {
    .all-products-product-card {
        padding-bottom: 5rem
    }
}

.all-products-product-card-inner {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    background-color: rgb(243 244 246 / .4);
    padding: 1.5rem
}

@media (min-width:768px) {
    .all-products-product-card-inner {
        border-radius: 3.125rem;
        background-color: #fff0;
        padding: 0
    }
}

.all-products-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: rgb(243 244 246 / .8);
    border-radius: 3.125rem;
    z-index: 0;
    left: 0;
    right: 76%
}

@media (min-width:768px) {
    .all-products-overlay.even {
        left: 0;
        right: 24%
    }

    .all-products-overlay.odd {
        left: 30%;
        right: 0
    }
}

.all-products-overlay-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: rgb(229 231 235 / .8);
    border-radius: 3.125rem;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    z-index: 0;
    left: 0;
    right: 76%
}

.all-products-product-card-inner:hover .all-products-overlay-hover {
    opacity: 1
}

@media (min-width:768px) {
    .all-products-overlay-hover.even {
        left: 0;
        right: 24%
    }

    .all-products-overlay-hover.odd {
        left: 30%;
        right: 0
    }
}

.all-products-image-wrapper {
    display: flex;
    justify-content: center;
    padding-right: 0
}

.all-products-image-wrapper img {
    transition: transform 0.3s ease-in-out
}

.all-products-product-card-inner:hover .all-products-image-wrapper img {
    transform: scale(.9)
}

.all-products-content-wrapper {
    padding-left: 0
}

@media (min-width:768px) {
    .all-products-content-wrapper {
        padding-top: 3rem;
        padding-bottom: 3rem;
        padding-left: 3rem
    }
}

.all-products-product-title {
    font-size: 1.5rem;
    font-weight: 700
}

@media (min-width:768px) {
    .all-products-product-title {
        font-size: 1.875rem
    }
}

.all-products-product-description {
    margin-top: 1rem;
    font-size: 1rem;
    color: #6c757d
}

.all-products-features-title {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #495057
}

.all-products-features-list {
    margin-top: 1rem;
    margin-bottom: 2rem;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.all-products-features-list li {
    display: flex;
    align-items: center;
    gap: 1rem
}

.all-products-features-list .fa-chevron-right {
    color: var(--red-primary-all-products)
}

.all-products-features-list span {
    color: #6c757d
}

.all-products-brochure-link {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: .5rem 2rem;
    border: 1px solid var(--red-primary-all-products);
    color: var(--red-primary-all-products);
    background-color: #fff0;
    border-radius: .25rem;
    transition: all 0.3s ease-in-out;
    text-decoration: none
}

.all-products-brochure-link:hover {
    border-color: rgb(209 213 219 / .6);
    color: #fff;
    background-color: var(--red-primary-all-products)
}

.all-products-brochure-link .fa-download {
    animation: bounce-all-products 1s infinite
}

@keyframes bounce-all-products {

    0%,
    100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

.all-products-table-container {
    padding: 0;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

@media (min-width:768px) {
    .all-products-table-container {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

.all-products-table-title {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    text-align: left
}

@media (min-width:768px) {
    .all-products-table-title {
        font-size: 1.5rem
    }
}

.all-products-table-wrapper {
    overflow-x: auto;
    border-radius: .25rem;
    border: 1px solid #dee2e6;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -1px rgb(0 0 0 / .06)
}

.all-products-table {
    min-width: 100%;
    width: max-content;
    text-align: left;
    font-size: .875rem;
    color: #495057;
    background-color: #fff
}

.all-products-table thead {
    background-color: #f8f9fa;
    font-size: .75rem;
    text-transform: uppercase;
    color: #6c757d
}

.all-products-table th,
.all-products-table td {
    padding: .75rem 1rem;
    border: 1px solid #dee2e6
}

.all-products-table tbody tr:hover {
    background-color: #f8f9fa
}

.all-products-table td.font-medium {
    font-weight: 500
}

.all-products-table td.text-right {
    text-align: right
}

.all-products-contact-form-section {
    background-color: #f8f9fa;
    padding-top: 3rem;
    padding-bottom: 3rem
}

.all-products-contact-form-card {
    background-color: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -2px rgb(0 0 0 / .05);
    padding: 2rem
}

@media (min-width:768px) {
    .all-products-contact-form-card {
        padding: 3rem
    }
}

.all-products-contact-form-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #000
}

@media (min-width:768px) {
    .all-products-contact-form-title {
        font-size: 3rem
    }
}

.all-products-contact-form-description {
    margin-top: 1rem;
    font-size: 1rem;
    color: #6c757d;
    max-width: 42ch;
    margin-left: auto;
    margin-right: auto
}

.all-products-contact-form-input {
    height: 3.5rem;
    border-radius: .75rem;
    border: 1px solid #ced4da;
    padding: .75rem 1.25rem;
    background-color: #f8f9fa;
    color: #000;
    width: 100%
}

.all-products-contact-form-input:focus {
    border-color: var(--red-primary-all-products);
    outline: none;
    box-shadow: 0 0 0 .25rem rgb(220 38 33 / .25)
}

.all-products-contact-form-textarea {
    height: 10rem;
    border-radius: .75rem;
    border: 1px solid #ced4da;
    padding: .75rem 1.25rem;
    background-color: #f8f9fa;
    color: #000;
    width: 100%;
    resize: vertical
}

.all-products-contact-form-textarea:focus {
    border-color: var(--red-primary-all-products);
    outline: none;
    box-shadow: 0 0 0 .25rem rgb(220 38 33 / .25)
}

.all-products-contact-form-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    border-radius: .75rem;
    background-color: var(--red-primary-all-products);
    color: #fff;
    border: 1px solid #fff0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.all-products-contact-form-button:hover {
    background-color: #b2201c;
    color: #fff
}

.container-all-products {
    max-width: 1200px;
    padding-right: 8px;
    padding-left: 8px;
    margin: auto
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: none
}

.navbar .dropdown-menu {
    min-width: 300px;
    max-width: 300px;
    white-space: normal
}

.navbar .dropdown-item {
    white-space: normal;
    padding: .5rem 1rem;
    word-break: break-word;
    text-transform: capitalize;
    font-size: 1.1rem;
    line-height: 1.4;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .dropdown-item:hover {
    background-color: var(--primary-color);
    color: #fff
}

.navbar .dropdown-item:hover svg path {
    fill: #fff;
}

.navbar .dropdown-item.active {
    background-color: var(--primary-color);
    color: #fff
}



.sustainability-section .sustainability {
    height: 100vh;
    overflow: hidden
}

.sustainability .content {
    height: 100%
}

.sustainability .form_delivery {
    background: #fff;
    position: relative;
    height: 100%
}

.sustainability .form_delivery:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000054;
    left: 0;
    z-index: 1
}

.sustainability .form_delivery .text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    top: 50px
}

.sustainability .form_delivery .text h3 {
    font-size: 54px;
    margin-bottom: 46px;
    line-height: 1.1111111111em;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin: 0 auto;
    letter-spacing: 5px
}

.sustainability .video-container {
    width: 100%;
    max-width: 600px;
    margin: auto;
    position: relative
}

.sustainability .video {
    width: 100%;
    height: auto;
    display: block
}

.sustainability .videos {
    height: 100vh;
    object-fit: cover;
    width: 100%
}

.fr_df {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    z-index: 4
}

.hero-banner-with-background-image {
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    display: flex;
    padding: 50px;
    min-height: 100%;
    justify-content: center;
    background-size: 100%;
    width: 40%;
    margin: 0 auto
}

.mx_auto {
    text-align: center
}

.mx_auto h2 {
    color: #fff;
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 400
}

.mx_auto h2 strong {
    display: block;
    color: #fff;
    font-weight: 400
}

.mx_auto p {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    max-width: 260px;
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
    letter-spacing: .7px
}

.mx_auto p a {
    color: #fff
}

.about-form {
    padding: 24px
}

.about-form {
    background: #00000091;
    border-radius: 20px;
    backdrop-filter: blur(11px);
    transition: var(--transition)
}

.about-form h3 {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--white)
}

.products-form-details h5 {
    line-height: 1.3;
    font-size: 35px;
    color: var(--white)
}

.products-form-details p {
    font-size: 16px;
    color: var(--white)
}

.products-details-forms {
    padding: 120px 0
}

.products-details-forms video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1
}

.products-details-forms .container {
    z-index: 3
}

.about-form .form-group label {
    color: var(--white);
    margin-bottom: 5px;
    font-size: 17px
}

.about-form .form-group {
    position: relative;
    margin-bottom: 22px
}

.about-form .form-group input.form-control,
.about-form .form-group textarea.form-control {
    background-color: #0001;
    border-radius: 0;
    border: none;
    color: var(--white);
    border-bottom: 1px solid #fff
}

.about-form .form-group input::-webkit-input-placeholder,
.about-form .form-group textarea::-webkit-input-placeholder {
    color: #ffffff36;
    font-size: 15px
}

.about-form .form-group input:-ms-input-placeholder,
.about-form .form-group textarea:-ms-input-placeholder {
    color: #ffffff36;
    font-size: 15px
}

.about-form .form-group input::placeholder,
.about-form .form-group textarea::placeholder {
    color: #ffffff36;
    font-size: 15px
}

.work-card {
    background-color: #f5f6f8
}

.work-card .card-item {
    margin-bottom: 30px;
    border: 1px solid rgb(255 255 255 / .05);
    border-radius: 10px;
    background: var(--white)
}

.work-card .card-item .cont {
    height: 100%;
    padding: 40px 80px 40px 40px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.work-card .card-item .cont h5 {
    line-height: 1.32;
    text-transform: capitalize;
    font-size: 40px
}

.work-card .card-item .cont h5 a {
    color: #000
}

.work-card .card-item .cont .tag {
    font-size: 16px !important;
    line-height: 1;
    padding: 10px 12px;
    margin-right: 2px;
    border: 1px solid rgb(255 255 255 / .1);
    border-radius: 30px
}

.clients-sa .item .cont span,
.work-card .card-item .cont p {
    font-size: 18px;
    line-height: 1.45
}

.work-card .card-item .img {
    padding: 20px
}

.work-card .card-item .img img {
    border-radius: 15px
}

.tc-header-preview {
    position: relative
}

.tc-header-preview .slider-card {
    position: relative
}

.tc-header-preview .slider-card .img {
    height: 650px;
    position: relative;
    min-height: 62vh
}

.tc-header-preview .slider-card .img::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #111111d6, #11111100);
}

.img-contain,
.img-cover {
    width: 100%;
    height: 100%;
    display: inherit
}

.img-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.tc-header-preview .slider-card .info {
    position: absolute;
    left: 0;
    bottom: 140px;
    width: 100%;
    z-index: 1;
    color: #fff
}

.tc-header-preview .slider-card .info h5 {
    translate: none;
    rotate: none;
    scale: none;
    opacity: 1 !important;
    transform: translate(0, 0) !important;
    line-height: 1.2;
}

.tc-header-preview .slider-card .info h5 {
    font-size: calc(3vw + 15px);
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 4px 4px rgb(0 0 0 / .25);
    text-transform: uppercase;
    color: var(--white);
}

.tc-header-preview::after {
    position: absolute;
    content: "";
    bottom: -3px;
    background-color: #fff;
    width: 100%;
    height: 60px;
    left: 0;
    z-index: 0;
    opacity: 1;
    padding: 20px;
    top: auto;
    border-radius: 50px 50px 0 0
}

.inner-about-title {
    margin-bottom: 20px
}

.inner-about-title h3 {
    font-size: 2.7vw;
    line-height: 1.2;
    margin: 0;
    text-transform: capitalize
}

.inner-about-des p {
    margin-bottom: 30px;
    font-size: 18px;
    color: #424242;
    line-height: 1.54;
    letter-spacing: .2px
}

.inner-about-video {
    margin-bottom: 30px;
    height: 620px;
    overflow: hidden;
    border-radius: 20px
}

.inner-counter-title span {
    border: 1px solid #d61c27;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: .2px;
    padding: 7px 15px;
    display: inline-block;
    margin-bottom: 15px;
    background: #d61c27;
    color: #fff;
    font-weight: 700
}

.inner-counter-title h4 {
    font-size: 38px;
    line-height: 1.2;
    width: 100%;
    max-width: 90%;
    margin: 0 0 5px 0
}

.inner-counter-box {
    margin-bottom: 20px;
    border-top: 1px solid #e7e7e7;
    height: 200px;
    border-right: 1px solid #e7e7e7;
    margin-top: 30px;
    padding-top: 8px
}

.inner-counter-box h4 {
    font-size: 70px;
    margin-bottom: 0
}

.inner-counter-box p {
    font-size: 22px
}

.reliability {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd
}

.inner-leading-details h3 {
    margin-bottom: 8px;
    font-size: 28px
}

.inner-leading-details p {
    font-size: 18px;
    text-align: justify
}

.leading-list ul {
    margin-bottom: 15px
}

.leading-list ul li {
    display: flex
}

.leading-list ul span {
    margin-right: 5px
}

.leading-list ul li p {
    margin: 0
}

.leading-img img {
    border-radius: 6px;
    overflow: hidden
}

.certificate-item {
    overflow: hidden;
    border-radius: 10px;
    padding: 8px;
    border: 1px solid #f7f7f7;
    border-bottom: 4px solid #d2102e;
    margin-bottom: 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
}

.certificate-item span {
    margin-right: 5px
}

.certificate-item img {
    margin-bottom: 10px
}

.certificate-item h4 {
    font-size: 22px;
    text-align: center;
    margin: 0;
    padding: 10px
}

.certificate-title .inner-counter-title h4 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 12px;
    line-height: 1.48
}

.products-items {
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    border-radius: 50px
}

.product-page-box {
    position: relative;
    height: 100%
}

.work-card-box {
    padding-left: 40px
}

.work-card-content {
    padding: 20px 40px 40px 10px;
    transition: 0.4s
}

.work-card-content h6 {
    font-size: 21px;
    margin-top: 16px;
    margin-bottom: 7px
}

.product-panels .products-items::before {
    content: "";
    background: #1f1a170d;
    border-radius: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    left: 27%;
    z-index: 0;
    opacity: .1;
    transform: var(--transition);
    display: none
}

.work-card-content h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--black-dark);
    margin-top: 20px;
    margin-bottom: 15px;
    position: relative;
    text-transform: capitalize;
    letter-spacing: .6px;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2
}

.work-card-content span {
    display: block;
    margin-bottom: 22px;
    font-size: 24px;
    font-weight: 500
}

.view-btn.btn {
    margin-top: 30px
}

.work-card-content p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    color: #000;
    margin-bottom: 15px;
    letter-spacing: .4px;
    text-align: justify;
}

h4.text-style-smalltitle.range {
    color: var(--primary-color);
    text-transform: capitalize
}

.products_list-item_wrapper p {
    margin-bottom: 0
}

.heading-wrapper.is-small {
    margin-bottom: .25rem;
    padding-top: 20px
}

.heading-wrapper {
    margin-bottom: 1.5rem;
    padding-bottom: .375rem;
    overflow: hidden
}

.text-style-smalltitle {
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0
}

.products-items .row {
    align-items: center
}

.product-panels .products-items:hover::before {
    opacity: 1
}

.product-panels .products-items:hover img {
    transform: scale(.9)
}

.product-panels .products-items:nth-child(even)::before {
    content: "";
    background: #1f1a170d;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    right: 24%;
    z-index: 0;
    opacity: .1
}

.w-embed:before,
.w-embed:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-embed:after {
    clear: both
}

.products_list-item_wrapper div.products_list-icon {
    margin-top: 4px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: .4px
}

.products_list-item_wrapper div.products_list-icon svg {
    font-size: 15px;
    width: 15px;
    margin-top: -3px
}

.products_features-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    padding-left: 0;
    list-style-type: none;
    display: flex
}

.products_list-item {
    margin-bottom: 0
}

.products_list-item_wrapper {
    grid-column-gap: .4rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.img-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.work-card-box img {
    transition: var(--transition);
    transform: scale(.9)
}

@media screen and (min-width:991px) {
    .product-panels .products-items:hover img {
        transform: scale(.8)
    }
}

@media screen and (min-width:991px) {
    .product-panels .products-items:nth-child(even):hover::before {
        opacity: 1
    }
}

.sustainability-circle-text {
    position: absolute;
    top: 50%;
    width: 100%;
    margin: auto;
    height: 800px;
    max-width: 700px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    bottom: 0;
    transform: translate(0, -20%)
}

.sustainability-wrapper {
    position: relative
}

.sustainability-circle-text img {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    bottom: 0;
    left: 0;
    right: 0
}

.sustainability-circle-text img:nth-child(1) {
    animation-name: spin;
    animation-duration: 58000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.sustainability-circle-text img:nth-child(2) {
    padding: 70px;
    top: -20px;
    animation-name: spin-second;
    animation-duration: 58000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.sustainability-circle-text img:nth-child(3) {
    top: -10px;
    padding: 140px;
    animation-name: spin;
    animation-duration: 67000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes spin-second {
    from {
        transform: rotate(360deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.sustainability-info {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.sustainability-text h4 {
    color: #fff;
    text-align: center;
    line-height: 1.2;
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0
}

.sustainability-text h4 strong {
    color: #fff;
    display: block;
    font-weight: 500
}

.sustainability-video {
    position: relative
}

.sustainability-video video {
    margin-bottom: -6px
}

.sustainability-video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #00000063
}

.products-details-item p {
    font-size: 17px;
    line-height: 1.56
}

.go-to-back {
    position: absolute;
    z-index: 1;
    margin-left: 37px;
    bottom: 0;
    display: none;
}

.go-to-back a {
    position: relative;
    z-index: 1;
    padding: 12px 20px 12px 30px;
    border-radius: 5px;
    color: var(--white);
    background-color: var(--primary-color);
    display: inline-block;
    font-size: 18px;
    font-weight: 700
}

.arrow,
.arrow:before {
    position: absolute;
    left: 50%
}

.arrow {
    width: 13px;
    height: 13px;
    top: 50%;
    margin: -7px 0 0 -53px;
    -webkit-transform: rotate(135deg);
    border-left: none;
    border-top: none;
    border-right: 2px #fff solid;
    border-bottom: 2px #fff solid
}

.arrow:before {
    content: "";
    width: 13px;
    height: 13px;
    top: 50%;
    margin: -10px 0 0 -10px;
    border-left: none;
    border-top: none;
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: arrow
}

@keyframes arrow {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate(-10px, -10px)
    }
}

.products-detail-table table tr td {
    padding: 10px
}

.products-details-item h6 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700
}

.form-group.has-feedback {
    margin-bottom: 18px;
    position: relative
}

.modal-logo img {
    width: 100%;
    max-width: 80%;
    margin: auto;
    margin-bottom: 0
}

.modal-call {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap
}

.modal-content {
    border-radius: 50px;
    overflow: hidden
}

.modal-call a,
.modal-call .prev-digit {
    color: #1d242b;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    align-items: start;
    margin-bottom: 12px
}

.modal-body .has-feedback {
    margin-bottom: 12px;
    position: relative
}

.modal-body .form-control {
    border: 0;
    background-color: #fff0;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 17px;
    color: var(--black-dark) !important;
    box-shadow: none;
    font-weight: 400
}

.modal-header {
    background-color: var(--primary-color);
    color: var(--white);
    text-align: center
}

.modal-header h5 {
    color: var(--white);
    font-size: 24px;
    width: 100%;
    letter-spacing: .4px;
    font-weight: 500
}

.modal-header .btn-close {
    margin: 0;
    filter: invert(1)
}

.modal-logo {
    padding: 10px 0 10px
}

.modal-body {
    padding: 0
}

label.error {
    position: absolute;
    bottom: -22px;
    color: red !important;
    font-weight: 400;
    font-size: 12px !important;
    text-transform: capitalize;
    margin: 0
}

.footer-whatsapp-left {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0 20px 130px 0px;
    z-index: 999999
}

.footer-whatsapp-left.mail {
    margin: 0 20px 170px 0px
}

.footer-whatsapp-left a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px
}

.footer-call-right {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0 20px 190px 0px;
    z-index: 999999
}

.footer-call-right a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px
}

.vibrate-3 {
    -webkit-animation: vibrate-3 1s linear infinite both;
    animation: vibrate-3 1s linear infinite both
}

@-webkit-keyframes vibrate-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }

    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes vibrate-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }

    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.mobile-footer-social-icon-main {
    display: none
}

@media screen and (max-width:991px) {
    .footer-whatsapp-call {
        display: none
    }

    .mobile-footer-social-icon-main {
        width: 100%;
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 999
    }

    .mobile-footer-social-icon {
        width: 33%;
        display: inline-block;
        text-align: center
    }

    .book-app {
        width: 100%;
        padding: 1%;
        float: left;
        line-height: 40px;
        text-align: center;
        max-height: 100px
    }

    .book-app a {
        font-size: 15px
    }

    .footer-box-two {
        display: flex !important;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #0f4da2;
        color: #fff;
        text-align: center;
        z-index: 9;
        display: grid;
        grid-template-columns: 1fr 1fr
    }
}

body .blur-div {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 100px;
    left: 0;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(#fff0), to(black)) add;
    -webkit-mask: -webkit-linear-gradient(top, #fff0 0%, black 100%) add;
    mask: -webkit-gradient(linear, left top, left bottom, from(#fff0), to(black)) add;
    mask: linear-gradient(180deg, #fff0 0%, black 100%) add;
    overflow: visible;
    position: fixed;
    right: 0;
    pointer-events: none;
    z-index: 999
}

.t-btn-circle {
    text-align: center;
    width: 44px;
    height: 44px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: var(--black);
    border-radius: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    border: 1px solid var(--primary-color)
}

.t-btn-group>*:nth-child(1) {
    transform: scale3d(.5, .5, 1);
    margin-right: -44px;
    transition: all 0.3s
}

.body-digital-agency .t-btn-circle {
    background-color: #F2F2F2
}

.t-btn-primary {
    padding: 13px 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: var(--primary-color);
    background-color: var(--white);
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    gap: 10px;
    white-space: nowrap
}

.t-btn-circle i {
    transform: rotate(-45deg);
    color: var(--primary-color)
}

.t-btn-group>*:nth-child(2) {
    transform: scale3d(1, 1, 1);
    transition: all 0.3s
}

.body-digital-agency .t-btn-primary {
    background-color: #F2F2F2
}

.t-btn-group>*:nth-child(3) {
    transform: scale3d(1, 1, 1);
    margin-left: 0;
    transition: all 0.3s
}

.body-digital-agency .t-btn-circle {
    background-color: #F2F2F2
}

.t-btn-group:hover>*:nth-child(1) {
    transform: scale3d(1, 1, 1);
    margin-right: 0;
    background-color: var(--primary-color)
}

.t-btn-group:hover>*:nth-child(1) i {
    color: var(--white)
}

.t-btn-group:hover>*:nth-child(2) {
    transform: scale3d(1, 1, 1);
    color: var(--white);
    background-color: var(--primary-color)
}

.t-btn-group:hover>*:nth-child(3) {
    transform: scale3d(.5, .5, 1);
    margin-left: -44px
}

.about-area .about-thumb {
    position: relative
}

.about-area .about-thumb .btn-wrapper {
    position: absolute;
    left: -80px;
    bottom: -65px;
    z-index: 1
}

.circle-text {
    width: 140px;
    height: 140px;
    position: relative;
    border-radius: 100px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px
}

.about-area .about-thumb .circle-text {
    background: #fff0;
    width: 180px;
    height: 180px;
    padding: 0
}

.circle-text:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 37px solid var(--white);
    border-radius: 50%
}

.about-area .about-thumb .circle-text:before {
    border-color: #fff0
}

.circle-text .text {
    animation: spinner 5s infinite linear;
    width: 100%
}

.circle-text .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@keyframes spinner {
    100% {
        transform: rotateZ(360deg)
    }
}

.button-container {
    position: relative;
    z-index: 2;
    line-height: 1;
    font-size: 0
}

.industrium-button {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    justify-content: stretch;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    text-align: center;
    padding: 0 30px 3px 0;
    line-height: 2.1429em;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    pointer-events: auto;
    background-color: #fff0;
    border: none;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s, background-size 0.2s linear 0.15s;
    transition: all 0.3s, background-size 0.2s linear 0.15s
}

.industrium-button {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0em;
    word-spacing: 0;
    font-style: normal;
    font-weight: 800
}

.content-wrapper a {
    color: var(--primary-color)
}

.industrium-button,
.content-wrapper .industrium-button {
    color: #121c22
}

.industrium-button,
.content-wrapper .industrium-button {
    background-image: linear-gradient(0deg, #f7c600 0%, #f7c600 100%)
}

.industrium-button {
    color: #121C22
}

.industrium-button svg,
.content-wrapper .industrium-button svg {
    stroke: #f7c600
}

.industrium-button svg {
    line-height: 1;
    width: 30px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1px;
    stroke-dasharray: 7.95 30;
    stroke-dashoffset: var(--stroke-dashoffset, 46);
    transition: stroke-dashoffset var(--stroke-duration, 0.15s) var(--stroke-easing, linear) var(--stroke-delay, 0s);
    margin-top: -1px
}

.industrium-button:hover,
.content-wrapper .industrium-button:hover {
    color: #121c22
}

.content-wrapper a:hover {
    color: #17262f
}

.industrium-button,
.content-wrapper .industrium-button {
    background-image: linear-gradient(0deg, var(--primary-color) 0%, var(--primary-color) 100%)
}

.industrium-button svg,
.content-wrapper .industrium-button svg {
    stroke: var(--primary-color)
}

.industrium-button:hover:after {
    opacity: 0;
    transition-delay: 0s
}

.industrium-button:hover {
    background-size: 0% 1px;
    transition-delay: 0s;
    --stroke-dashoffset: 26;
    --stroke-duration: .3s;
    --stroke-easing: cubic-bezier(0.3, 1.5, 0.5, 1);
    --stroke-delay: .195s
}

.industrium-button:active {
    outline: none
}

.content-wrapper a {
    color: var(--primary-color)
}

.industrium-button:after {
    content: "";
    font-size: 85.7%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-image: url(../images/down-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.banner-item {
    position: relative
}

.banner-text {
    position: absolute;
    bottom: 0%;
    left: 10%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    right: 10%
}

@media screen and (min-width:1440px) {
    .banner-text {
        width: 100%;
        max-width: 68%
    }
}

.banner-content span {
    font-size: 30px
}

.banner-content h4 {
    font-size: 10vw;
    margin: 0;
    line-height: 1;
    font-weight: 800;
    text-transform: capitalize
}

.banner-content p {
    font-size: 18px;
    margin-top: 22px;
    color: #000 !important;
    width: 100%;
    max-width: 70%
}

.counter-digite {
    text-transform: capitalize;
    font-size: 6.3vw;
    font-weight: 700;
    color: #fff0;
    line-height: 1;
    -webkit-text-stroke: 1px #fff
}

.counter-digites p {
    letter-spacing: .4px;
    line-height: 1.5;
    font-size: 24px;
    color: #ffffff !important
}

.counter-digites:hover .link-title1 {
    transform: rotate(20deg)
}

.counter-digites:hover .link-title2 {
    transform: rotate(0)
}

.counter-digites {
    transition: all 0.27s cubic-bezier(0, 0, .58, 1)
}

.about-counter-wrapper {
    background: var(--head-dark);
    padding: 25% 30px 30px
}

.about-arrow {
    margin-top: 70px;
    text-align: end
}

.about-arrow svg path {
    fill: #fff
}

.box-set {
    position: absolute;
    top: 11%;
    left: 0;
    width: 70px;
    height: 70px
}

.box-1 {
    background-color: #fff
}

.box-2 {
    left: -13%;
    background-color: var(--head-dark)
}

.about-us {
    background: url(../images/about-us-bg.svg) no-repeat;
    background-position: bottom left;
    background-size: auto
}

.about-image {
    position: relative;
    display: flex;
    justify-content: end;
    padding-top: 150px;
    margin-right: 40px
}

.about-img-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 300px
}

.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden
}

.about-img-2 figure,
.about-img-1 figure {
    display: block;
    border-radius: 40px
}

.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left
}

.about-img-1 figure img {
    border-radius: 40px
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgb(255 255 255 / .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: #fff0
}

.about-img-2 img {
    border: 10px solid var(--white);
    aspect-ratio: 1 / 1.22;
    object-fit: cover;
    border-radius: 40px
}

.company-experience {
    position: absolute;
    top: 50px;
    right: 0;
    display: flex;
    align-items: center;
    max-width: 250px
}

.company-experience-counter {
    width: 120px
}

.company-experience-counter h2 {
    font-size: 50px;
    color: var(--primary-color)
}

.company-experience-counter h2 {
    font-size: 50px;
    color: var(--primary-color)
}

.company-experience-content p {
    font-size: 18px;
    line-height: 1.4em;
    text-transform: capitalize;
    color: var(--black-dark);
    margin: 0
}

.section-title {
    margin-bottom: 40px
}

.section-title h3 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    color: var(--primary-color);
    margin-bottom: 15px
}

.section-title h2 {
    font-size: 45px;
    font-weight: 800;
    line-height: 1.2em;
    letter-spacing: -.01em;
    color: #1F2428;
    margin-bottom: 0;
    cursor: none;
    text-transform: none
}

.section-title p {
    margin-top: 20px;
    margin-bottom: 0
}

.section-title p b {
    color: #1F2428;
    margin-top: 15px;
    display: block;
    margin-bottom: 15px
}

.about-info-wrapper {
    padding-top: 145px
}

.about-content-list {
    margin-bottom: 40px
}

.about-content-list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.about-content-list ul li {
    position: relative;
    color: var(--black-dark);
    text-transform: capitalize;
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: 17px
}

.about-content-list ul li:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url(../images/icon-check.svg) no-repeat center left;
    background-size: cover
}

.about-content-list ul li a {
    transition: all 0.4s ease-in-out
}

.about-content-list ul li a:hover {
    color: var(--primary-color)
}

.btn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: #fff0;
    border: none;
    cursor: pointer;
    margin-top: 0;
    padding: 0
}

.btn span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    padding: 15px 20px;
    width: 100%;
    transition: 0.3s;
    border-radius: 6px
}

.btn-1::before {
    background-color: #1c1f1e;
    transition: 0.3s ease-out
}

.btn-1::after {
    background-color: var(--primary-color);
    transition: 0.3s ease-out
}

.btn:active,
.btn:hover,
.btn:focus {
    outline: 0 !important;
    outline-offset: 0
}

.btn::before,
.btn::after {
    position: absolute;
    content: ""
}

.btn-1 span {
    color: #fff;
    border: 1px solid #1c1f1e;
    transition: 0.2s 0.1s;
    z-index: 1
}

.btn-1 span:hover {
    color: #fff;
    transition: 0.2s 0.1s;
    border: 1px solid var(--primary-color)
}

.btn.hover-filled-slide-left::before {
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 5px
}

.btn.hover-filled-slide-left:hover::before {
    width: 0%
}

.btn.hover-filled-slide-left::after {
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 0%;
    border-radius: 5px
}

.btn.hover-filled-slide-left:hover::after {
    width: 100%
}

.our-services {
    position: relative;
    padding: 100px 0 0
}

.our-services-wrapper {
    z-index: 9;
    position: relative
}

.section-row {
    position: relative;
    margin-bottom: 80px;
    z-index: 1
}

.section-row .section-title {
    margin-bottom: 0
}

.section-title-content {
    margin-left: 90px
}

.section-title-content.dark-section p,
.section-title.dark-section p,
.section-title.dark-section h1,
.section-title.dark-section h2,
.section-title.dark-section h3 {
    color: var(--white)
}

.section-row .section-title {
    margin-bottom: 0
}

.what-we-do-section {
    padding-bottom: 130px
}

.what-we-do {
    background: url(../images/what-we-do-bg.svg), var(--black-dark);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto;
    padding-bottom: 170px;
    position: relative
}

.industry-section-new {
    position: relative
}

.industry-section-new::after {
    content: "";
    position: absolute;
    bottom: 70px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 85%;
    background: var(--black-dark);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto;
    padding-bottom: 0;
    opacity: 1
}

@media screen and (min-width:991px) {
    .what-we-do .container-fluid {
        padding: 0 7%
    }
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.what-we-do-content {
    padding: 100px 90px 100px 20px;
    height: 100%
}

.what-we-do-list-box-1,
.what-we-do-list-box-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.what-we-do-item {
    width: calc(50% - 15px);
    border: 1px solid var(--dark-divider-color);
    border-radius: 40px;
    padding: 30px
}

.what-we-do-item .icon-box {
    margin-bottom: 30px
}

.what-we-do-item .icon-box img {
    max-width: 50px
}

.what-we-item-content h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white);
    margin-bottom: 10px
}

.what-we-item-content p {
    color: var(--white);
    opacity: 80%;
    margin: 0
}

.what-we-do-list-box-1 .what-we-do-item:nth-child(even) {
    background: var(--dark-divider-color)
}

.what-we-do-list-box-2 .what-we-do-item:nth-child(odd) {
    background: var(--dark-divider-color)
}

.what-we-do-image {
    position: relative
}

@media screen and (min-width:991px) {
    .what-we-do-image {
        position: absolute;
        overflow: auto;
        top: -20%
    }

    .what-we-do-image figure img {
        width: 100%
    }
}

.image-anime {
    position: relative;
    overflow: hidden
}

.contact-now-circle {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.contact-now-circle img {
    width: 130px;
    height: 130px;
    animation: contactrotate 20s infinite linear
}

@keyframes contactrotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.what-we-do-footer {
    margin-top: 40px
}

.what-we-do-footer p {
    color: var(--white);
    margin: 0
}

.what-we-do-footer p span {
    color: var(--primary-color);
    text-decoration: underline
}

.section-title-content {
    margin-left: 90px
}

.section-title-content p {
    margin: 0;
    font-size: 16px;
    color: #81848A
}

.our-Project-nav {
    text-align: center;
    margin-bottom: 60px
}

.our-Project-nav ul {
    list-style: none;
    text-align: center;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 60px;
    padding: 0;
    margin: 0
}

.our-Project-nav ul li a {
    position: relative;
    display: inline-block;
    color: var(--black-dark);
    font-weight: 600;
    line-height: 1.2em;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    font-size: 19px
}

.our-Project-nav ul li a.active-btn,
.our-Project-nav ul li a:hover {
    color: var(--primary-color)
}

.our-Project-nav ul li a:before {
    content: '/';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -35px
}

.project-item {
    position: relative;
    height: calc(100% - 40px);
    margin-bottom: 40px;
    text-align: center;
    overflow: hidden
}

.project-image {
    position: relative;
    margin-bottom: 10px
}

.project-image figure {
    display: block;
    border-radius: 40px;
    overflow: hidden
}

.project-image img {
    width: 100%;
    aspect-ratio: 1 / .7;
    object-fit: cover;
    border-radius: 40px;
    transition: all 0.4s ease-in-out
}

.project-tag {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 2
}

.project-tag a {
    position: relative;
    display: block;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    color: var(--white);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1em;
    text-transform: capitalize;
    padding: 10px 12px;
    overflow: hidden
}

.project-tag a::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary-color);
    opacity: 10%;
    width: 100%;
    height: 100%;
    z-index: -1
}

.project-content {
    text-align: center
}

.project-content h3 {
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize
}

.project-content h3 a {
    color: inherit
}

.project-item:hover .project-image figure img {
    transform: scale(1.1)
}

.our-testimonial {
    background-color: #f5f5f5
}

.testimonial-company-slider {
    border-top: 1px solid var(--divider-color)
}

.testimonial-company-slider .company-logo {
    text-align: center;
    background: #fff;
    border-radius: 8px;
    height: 100%;
    overflow: hidden
}

.post-item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
    position: relative
}

.post-featured-image {
    margin-bottom: 30px
}

.post-featured-image figure,
.post-featured-image a {
    display: block;
    border-radius: 40px
}

.post-featured-image a {
    cursor: none
}

.post-featured-image img {
    width: 100%;
    aspect-ratio: 1 / .63;
    object-fit: cover;
    border-radius: 40px;
    transition: all 0.4s ease-in-out
}

.post-item-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    left: 25px;
    right: 25px
}

.post-item-content {
    width: 65%;
    background: #D92620;
    background: linear-gradient(90deg, #d92620 0%, rgb(17 17 17 / .52) 100%);
    padding: 13px;
    border-radius: 8px 0 0 8px
}

.post-item-content h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0
}

.post-item-content h2 a {
    color: var(--white)
}

.post-item-btn {
    text-align: right;
    margin-left: 20px
}

.post-item-btn a {
    background-color: var(--primary-color);
    border-radius: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out
}

.post-item-btn a img {
    max-width: 24px;
    transition: all 0.3s ease-in-out
}

.post-item-btn a:hover {
    background-color: var(--black-dark)
}

.post-item-btn a:hover img {
    transform: rotate(45deg)
}

.vision-wrapper {
    text-align: center;
    background: #ffffff05;
    padding: 20px;
    border-radius: 20px 20px 0 0;
    backdrop-filter: blur(10px)
}

.vision-wrapper h4 {
    color: var(--white);
    margin-bottom: 5px
}

.vision-wrapper p {
    color: var(--white) !important;
    text-align: center;
    font-size: 19px
}

.infa-wrapper table th,
.infa-wrapper table td {
    padding: 10px;
    font-size: 17px;
    line-height: 1.65
}

.services-items {
    margin-bottom: 30px
}

.services-info p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.services-icon img {
    width: 75px
}

.services-info h5 {
    font-size: 22px;
    margin-bottom: 14px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 14px;
    font-weight: 800
}

.service-info.row {
    padding: 20px
}

.services-info h5 a {
    color: #1F2428
}

.services-info h5 a:before {
    content: '';
    line-height: inherit;
    position: absolute;
    top: 0;
    right: 6px;
    -webkit-transition: transform 0.3s, color 0.3s;
    transition: transform 0.3s, color 0.3s;
    background-image: url(../images/down-arrow.svg);
    background-size: 30%;
    width: 30%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right
}

.services-info p {
    font-size: 18px
}

.clip-text {
    font-size: 18vw;
    font-weight: 900;
    text-transform: capitalize;
    background-image: url(../images/banner/banner.webp);
    background-size: cover;
    background-position: center;
    color: #fff0;
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    display: inline-block;
    line-height: 1.4;
    margin-top: -13%;
    z-index: 9
}

.clip-text::before {
    content: attr(data-text);
    content: "Energy";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff0;
    -webkit-text-stroke: 1px #ffffff26
}

.clip-text-more {
    text-transform: capitalize;
    font-size: 18vw;
    font-weight: 700;
    color: #fff0;
    line-height: 1;
    -webkit-text-stroke: 2px #bdbdbd;
    position: absolute;
    top: 7px;
    left: 25px;
    right: 0
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
    outline: none;
    border-color: #fff0;
    box-shadow: none;
    background-color: #fff0
}

.accordion-button::after {
    width: 0;
    height: 0;
    border-radius: 100%;
    background-color: var(--bs-danger);
    background-image: none !important
}

.accordion-button.collapsed::after {
    background-color: var(--bs-gray-300)
}

.accordion-header {
    border: none;
    border-radius: 0 !important;
    background: #111;
    color: #fff
}

.accordion-header button,
.accordion-header {
    background-color: #111;
    border: none;
    border-radius: 0 !important;
    color: #fff;
    padding-left: 0;
    font-size: 25px;
    font-weight: 600
}

.accordion-button:not(.collapsed) {
    color: #fff
}

.accordion-header button span {
    width: 50px;
    transition: all 0.4s ease-in-out;
    margin-right: 20px
}

.accordion-header button.collapsed span {
    transform: rotate(0deg)
}

.accordion-header button span {
    transform: rotate(45deg)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    background: #111;
    color: #fff;
    padding-left: 0
}

.accordion-body p {
    color: #B7BDC1 !important
}

.what-logo-item {
    text-align: center
}

.what-logo-item img {
    /* filter: grayscale(1); */
    /* opacity: .5; */
    border-radius: 63px;
}

.what-since span {
    color: #fff;
    font-weight: 800;
    text-align: end;
    display: block;
    font-size: 22px
}

.what-since h4 {
    text-transform: capitalize;
    font-size: 6vw;
    font-weight: 700;
    color: #fff0;
    line-height: 1;
    text-align: end;
    -webkit-text-stroke: 2px var(--primary-color)
}

.industrium-decoration div {
    position: absolute;
    bottom: 0;
    left: 18%;
    width: 110px;
    height: 110px;
    background-color: #fff
}

.industrium-decoration div:nth-child(2) {
    background-color: #000;
    bottom: -9%
}

.industry-section-new .industrium-decoration div {
    left: 4%;
    bottom: 15%;
    width: 70px;
    height: 70px
}

.industry-section-new .industrium-decoration div:nth-child(2) {
    background-color: #000;
    bottom: 9%
}

.industry-section-new .service-item {
    transition: all 0.4s ease-in-out
}

.industry-section-new .service-item:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

footer {
    background-color: #121c22
}

.footer.footer-decorated:before,
.footer.footer-decorated:after {
    content: '';
    display: none;
    position: absolute;
    width: 70px;
    height: 0;
    left: 40px;
    top: 0;
    z-index: 1;
    -webkit-transition: height 0.5s cubic-bezier(0, 0, .15, .96);
    transition: height 0.5s cubic-bezier(0, 0, .15, .96)
}

.footer.footer-decorated:before {
    bottom: 100%;
    top: initial
}

@media only screen and (min-width:1770px) {

    .footer.footer-decorated:before,
    .footer.footer-decorated:after {
        width: 114px;
        left: 89px
    }
}

.footer.footer-decorated:before {
    background-color: var(--primary-color)
}

footer {
    position: relative
}

.footer .footer-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.footer-section {
    padding: 24px 0;
    position: relative;
    z-index: 2
}

.footer-row {
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.footer-type-1 .footer-widgets,
.footer-type-3 .footer-widgets {
    padding: 0 0 56px
}

.footer-type-1 .footer-widgets,
.footer-type-2 .footer-widgets,
.footer-type-3 .footer-widgets {
    margin: 0 -15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start
}

@media only screen and (min-width:1200px) {
    .footer-type-3 .footer-widgets {
        margin: 0 -20px
    }
}

@media screen and (min-width:768px) {
    .footer-widgets>.widget {
        margin: 74px 0 0
    }
}

.wp-block-group-is-layout-flow h5,
.widget-wrapper h5 {
    font-size: 31px;
    color: var(--white);
    margin-bottom: 12px
}

.wp-block-group-is-layout-flow p,
.wp-widget-group__inner-blocks p,
.wp-block-group-is-layout-flow p a,
.menu-footer-menu-3-container ul li a {
    font-size: 19px;
    color: var(--white) !important;
    margin-bottom: 30px
}

.wp-block-group-is-layout-flow p a {
    color: var(--primary-color) !important;
    transition: var(--transition);
    font-weight: 900
}

.wp-block-group-is-layout-flow p a:hover {
    color: var(--white) !important
}

.menu-footer-menu-3-container ul li {
    margin-bottom: 15px
}

.menu-footer-menu-3-container ul li a {
    line-height: 1.45;
    position: relative
}

ul.wp-block-social-links {
    display: flex
}

ul.wp-block-social-links li {
    border: 1px solid var(--primary-color);
    padding: 7px
}

ul.wp-block-social-links li a svg {
    fill: #fff
}

ul.wp-block-social-links li a svg:hover {
    fill: var(--primary-color)
}

ul.wp-block-social-links li a span {
    display: none
}

.footer-type-3 .footer-section-copyright,
.footer-type-3 .footer-section-copyright:last-child {
    padding: 48px 0 60px
}

.footer-section {
    padding: 24px 0;
    position: relative;
    z-index: 2
}

.footer-section+.footer-section:before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    top: -2px;
    height: 2px;
    max-width: calc(100% - 40px);
    background-color: #fff
}

@media only screen and (min-width:768px) {
    .footer-section+.footer-section:before {
        left: 30px;
        right: 30px;
        max-width: calc(100% - 60px)
    }
}

@media only screen and (min-width:992px) {
    .footer-section+.footer-section:before {
        left: 40px;
        right: 40px;
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 80px)
    }
}

.footer-columns-row {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .875em;
    line-height: 1.875em
}

@media only screen and (min-width:768px) {
    .footer-columns-row {
        padding: 0 30px
    }
}

@media only screen and (min-width:992px) {
    .footer-columns-row {
        padding: 0 40px;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start
    }
}

.footer-type-3 .footer-section-copyright .footer-columns-row {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end
}

.footer-special-text {
    text-transform: capitalize;
    font-size: 3vw;
    font-weight: 700;
    color: #fff0;
    line-height: 1;
    text-align: end;
    -webkit-text-stroke: 2px var(--primary-color)
}

.footer-copyrights-container {
    color: var(--white);
    font-size: 15px
}

.footer-copyrights-container a {
    color: var(--primary-color);
    font-weight: 800;
    font-size: 18px;
}

footer .container-fluid {
    padding: 0 7%
}

.industry-sections {
    padding-bottom: 30px
}

.client-item img {
    opacity: 1
}

.client-item img:hover {
    filter: none;
    opacity: 1s
}

.client-slider {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.client-slider .client-item {
    width: 50%;
    border: 1px solid #e3e3e3;
    min-height: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    flex-direction: column;
}

.client-slider .client-item .logo-titles {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 15px;
}

.client-slider .client-item:hover {
    border: 1px solid var(--primary-color)
}

@media screen and (min-width:768px) {
    .client-slider .client-item {
        width: 20%
    }
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--primary-color, var(--primary-color))
}

@keyframes decoration_animation_1 {
    0% {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0)
    }

    100% {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.industrium-decoration>div {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    animation-name: decoration_animation_1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0, 0, .15, .96)
}

.industrium-decoration>div:first-child {
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.widget_nav_menu ul li>a:before,
.widget_industrium_nav_menu_widget ul li>a:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    opacity: 0
}

.widget_industrium_nav_menu_widget ul li a:before {
    background-color: var(--primary-color)
}

.footer-widgets .widget_industrium_nav_menu_widget ul li a:before {
    background-color: var(--primary-color)
}

.widget_nav_menu ul li>a:hover:before,
.widget_industrium_nav_menu_widget ul li>a:hover:before {
    width: 100%;
    opacity: 1
}

.menu-footer-menu-3-container ul li a:hover {
    color: var(--primary-color) !important
}

.footer-widgets .widget_industrium_nav_menu_widget ul li a:hover {
    color: var(--primary-color)
}

.industry-wrapper-slider .slider {
    margin: 0 auto
}

.industry-wrapper-slider .swiper-container {
    padding-bottom: 20px
}

.industry-wrapper-slider .swiper-scrollbar {
    background: #d6d6d6
}

.industry-wrapper-slider .swiper-container-horizontal>.swiper-scrollbar {
    border-radius: 2px;
    height: 5px;
    width: 200px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.industry-wrapper-slider .swiper-wrapper img {
    width: 100%
}

.industry-wrapper-slider .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgb(0 0 0 / .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.industry-wrapper-slider .swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    border-radius: 2px;
    height: 5px;
    width: 200px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%)
}

.industry-wrapper-slider {
    padding: 4% 0 0
}

.service-item-wrapper {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.service-item-wrapper .service-item {
    position: relative;
    cursor: default
}

.service-item-wrapper .service-slider-item-link {
    position: relative;
    display: block
}

.service-item-wrapper .service-item-number {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 30px;
    font-size: 100px;
    letter-spacing: -.03em;
    font-weight: 700;
    margin-top: -.5em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    color: var(--white)
}

.service-item-wrapper .service-item-content {
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
    padding: 30px 35px 30px 35px;
    -webkit-transition: background-color 0.3s, bottom 0.3s;
    transition: background-color 0.3s, bottom 0.3s;
    color: #fff;
    background-color: #121c22;
    text-align: center
}

.service-item-wrapper .service-post-title {
    position: relative;
    margin: 0;
    padding: 0 35px 0 0;
    color: inherit;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.service-item-wrapper .service-item-content .service-post-title {
    font-weight: 500;
    line-height: 1.25em;
    padding: 0 30px 0 0;
    position: relative;
    font-size: 22px;
    line-height: 1.4
}

.service-item-wrapper .service-item-content .service-post-title:before {
    content: '';
    font-size: 17px;
    height: 40px;
    width: 40px;
    line-height: 1em;
    position: absolute;
    right: -15px;
    background-image: url(../images/down-arrow.svg);
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: transform 0.3s, color 0.3s;
    transition: transform 0.3s, color 0.3s;
    color: #fff;
    z-index: 999;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    transform: rotate(-90deg);
    display: none
}

.service-item-wrapper .service-item:hover .service-item-content .service-post-title:before {
    transform: rotate(0deg);
    filter: invert(1)
}

.service-item-wrapper .service-item .service-item-excerpt {
    font-size: 18px;
    line-height: 1.7777em;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.service-item-wrapper .service-item-excerpt {
    height: 0;
    overflow: hidden;
    -webkit-transition: color 0.3s, height 0.3s, margin 0.3s;
    transition: color 0.3s, height 0.3s, margin 0.3s
}

.service-item-wrapper .service-item-media img {
    display: block;
    width: 100%;
    -webkit-transition: filter 0.3s;
    transition: filter 0.3s
}

.service-item-wrapper .service-item-excerpt:not(:first-child) {
    margin: 0
}

.service-item-wrapper .service-item:hover .service-item-content {
    background-color: var(--primary-color)
}

.service-item-wrapper .service-item:hover .service-item-content {
    bottom: 0
}

.service-item-wrapper .service-item:hover .service-item-excerpt:not(:first-child) {
    margin: 15px 0 0;
    height: 64px
}

.service-item-wrapper .service-item:hover .service-item-media img {
    filter: saturate(100%)
}

.img-arrows {
    position: absolute;
    bottom: 0;
    right: 0
}

.sub-send-inquiry-form {
    position: fixed;
    left: -96px;
    top: 32%;
    height: 37%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 4
}

.sub-send-inquiry-form a {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 10px
}

.sub-send-btn {
    background-color: var(--primary-color);
    border-radius: 0 0 30px 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
    transform: rotate(-90deg);
    animation: blink 3s linear infinite
}

@keyframes blink {

    0%,
    100% {
        background-color: var(--primary-color)
    }

    50% {
        background-color: var(--black-dark)
    }
}

.icon {
    display: flex;
    justify-content: space-between;
    align-items: center
}

input[type="submit"] {
    background: var(--primary-color);
    color: var(--white);
    padding: 10px 28px;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
    border: 2px solid var(--primary-color)
}

input[type="submit"]:hover {
    background: var(--white);
    color: var(--primary-color);
    border: 2px solid var(--white)
}

.snip *,
.snip *:before,
.snip *:after {
    box-sizing: border-box;
    transition: all 0.45s ease
}

.snip {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #fff;
    font-size: 16px;
    margin: 10px;
    text-align: left;
    transform: translateZ(0);
    border-radius: 8px
}

.snip:hover .snip__title,
.snip:hover .snip__text {
    transform: translateY(0);
    opacity: .9;
    transition-delay: 0.2s
}

.snip::before,
.snip::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary-color);
    opacity: .5;
    transition: all 0.45s ease
}

.snip::before {
    transform: skew(30deg) translateX(-80%)
}

.snip::after {
    transform: skew(-30deg) translateX(-70%)
}

.snip:hover::before {
    transform: skew(30deg) translateX(-20%);
    transition-delay: 0.05s
}

.snip:hover::after {
    transform: skew(-30deg) translateX(-10%)
}

.snip:hover .snip__figcaption::before {
    transform: skew(30deg) translateX(-40%);
    transition-delay: 0.15s
}

.snip:hover .snip__figcaption::after {
    transform: skew(-30deg) translateX(-30%);
    transition-delay: 0.1s
}

.snip__image {
    backface-visibility: hidden;
    max-width: 100%;
    vertical-align: top
}

.snip__figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    padding: 25px 15% 25px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.snip__figcaption::before,
.snip__figcaption::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #b81212;
    box-shadow: 0 0 20px rgb(0 0 0 / .7);
    content: "";
    opacity: .5;
    z-index: -1
}

.snip__figcaption::before {
    transform: skew(30deg) translateX(-100%)
}

.snip__figcaption::after {
    transform: skew(-30deg) translateX(-90%)
}

.snip__title,
.snip__text {
    margin: 0;
    opacity: 0;
    letter-spacing: 1px
}

.snip__title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 15px;
    text-align: left;
    display: block
}

.snip__text {
    font-size: .9em;
    color: var(--white) !important
}

.snip__link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.wp-block-group__inner-container h2 {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 7px;
}


@media screen and (min-width:1440px) {
    .all-products-inner .container-fluid {
        padding: 0 5%;
    }
}

.inner-products-item {
    padding: 10px;
    border-radius: 23px;
    background: linear-gradient(to right, #2019170f, #d9262014);
    box-shadow: 2px 3px 3px #dfdfdf;
    height: 100%;
}

.inner-products-item img {
    transition: var(--transition);
}

.inner-products-item:hover img {
    transform: scale(1.04);
}

.inner-products-info-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
}

.inner-products-info-details h4 {
    margin: 0;
    font-size: 28px;
    margin-bottom: 0px;
}

.inner-products-info-details p {
    margin: 0;
    font-size: 13px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    display: none;
}

.clinets-text h5 {
    font-size: 30px;
}

.products-range {
    text-transform: uppercase;
    color: var(--black-dark);
    font-size: 22px;
    display: block;
    text-align: center;
    margin-top: -15px;
}

.products-range {
    position: relative;
    margin-bottom: 80px;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: -25px;
}

.products-range:before,
.products-range:after {
    content: "";
    position: absolute;
}

.products-range {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    background: var(--primary-color);
    padding: 15px;
    color: #fff;
    box-shadow: 2px 12px 10px #b7b7b7;
}

.products-range:before {
    height: 0;
    width: 0;
    border-top: 10px solid var(--primary-color);
    border-left: 10px solid transparent;
    bottom: -10px;
    left: 0;
}

.products-range:after {
    height: 0;
    width: 0;
    border-top: 10px solid var(--primary-color);
    border-right: 10px solid transparent;
    right: 0;
    bottom: -10px;
}

@keyframes floating {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(0, 15px);
    }

    to {
        transform: translate(0, -0px);
    }
}


/* Arrow Buttons with Background */
.swiper-button-next,
.swiper-button-prev {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.9);
    /* background color */
    border-radius: 50%;
    /* circle */
    color: #000;
    /* arrow color */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}

/* Icon size */
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
}

/* Hover Effect */
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #d92620;
    /* your brand color if needed */
    color: #fff;
}



/* Center logo sizing */
/* .center-logo {
  height: 77px;
} */

/* Desktop spacing */
@media (min-width: 1200px) {
    .navbar {
        height: 120px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0;
    }
}

.banner-slider {
    position: relative;
}

.arrows-sliders {
    position: absolute;
    bottom: 20px;
    right: 34px;
    left: auto;
    width: 135px;
    height: 100px;
}