@import url('https://fonts.googleapis.com/css2?family=Fahkwang:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css);

/* Global */
:root {
    --PrimaryColor: #f4c200;
    --SecondaryColor: #403b4b;
    --Popines: "Poppins", sans-serif;
}

::selection {
    background-color: var(--PrimaryColor);
    color: #000;
}

html {
    scroll-behavior: smooth;
    transition: 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 30px;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    font-family: var(--Popines)
}

ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

li {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-family: var(--Popines)
}

a {
    font-size: 14px;
    font-family: var(--Popines);
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    font-family: var(--Popines)
}

body {
    padding: 0px;
    margin: 0px;
    box-sizing: content-box;
    overflow-x: hidden;
}

span {
    padding: 0px;
    margin: 0px;
    font-family: var(--Popines)
}

input,
textarea,
button,
select {
    font-family: var(--Popines);
    font-size: 14px;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

button:focus {
    outline: none;
}

select:focus {
    outline: none;
}

/* body {-webkit-touch-callout: none; -webkit-user-select: none;   -moz-user-select: none; -ms-user-select: none;   user-select: none;} */
/* Start CSS */
.floating-whatsapp-container {
    position: fixed;
    bottom: 50px;
    left: 15px;
    z-index: 999;
}

.floating-whatsapp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    border-radius: 50%;
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    position: relative;
    animation: glow 3s infinite;
}

.floating-whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
    background: linear-gradient(135deg, #128C7E, #25D366);
}

.floating-whatsapp-button svg {
    width: 28px;
    height: 28px;
    z-index: 2;
}

/* Reduced Pulse Animation Rings */
.pulse-ring,
.pulse-ring-2 {
    position: absolute;
    border: 2px solid #25D366;
    border-radius: 50%;
    animation: pulse-animation-small 2s infinite;
    opacity: 0;
}

.pulse-ring {
    width: 60px;
    height: 60px;
}

.pulse-ring-2 {
    width: 60px;
    height: 60px;
    animation-delay: 1s;
}

.pulse-ring-2:hover {
    color: #fff;
}

@keyframes pulse-animation-small {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.phone_lefts-side a {
    position: fixed;
    bottom: 150px;
    color: white;
    animation: topBottom 4s infinite;
    z-index: 999;
    left: 20px;
    background: var(--SecondaryColor);
    color: white;
    padding: 10px 16px;
    border-radius: 50%;
    font-size: 20px;
    animation: bounce 4s infinite alternate;
}

/* Send Enquire */
.enquiry {
    position: fixed;
    z-index: 1000;
    bottom: 230px;
    left: 20px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.enquiry i {
    float: left;
    z-index: 999;
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: var(--PrimaryColor);
    transition: 0.5s;
}

.enquiry strong {
    background-color: #171b1e;
    line-height: 28px;
    color: #000;
    padding: 10px 20px;
    border-radius: 0 30px 30px 0;
    height: 45px;
    float: left;
    font-size: 15px;
    margin-top: 3px;
    margin-left: 35px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.modal-header {
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
}

.modal-body {
    background: #fff;
}

.modal-body input {
    height: 45px;
    background-color: transparent;
    border: none;
    color: #000;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    font-size: 14px;
}

.modal-body select {
    height: 45px;
    background-color: transparent;
    border: none;
    color: #000;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    font-size: 14px;
}

.modal-body select option {
    color: #000;
    font-size: 14px;
}

.modal-body select:focus {
    outline: none;
}

.modal-body textarea {
    height: 100px;
    background-color: transparent;
    border: none;
    color: #000;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
}

.modal-body input::placeholder {
    color: #000;
}

.modal-body textarea::placeholder {
    color: #000;
}

.modal-body input:focus {
    outline: none;
}

.modal-body textarea:focus {
    outline: none;
}

.modal-body button {
    width: 100%;
    border: none;
    padding: 10px 0;
    background: var(--SecondaryColor);
    border-radius: 5px;
    transition: 0.5s;
}

.modal-body button:hover {
    background-color: var(--SecondaryColor);
    color: #fff;
}

.modal-header span {
    font-size: 25px;
}

.modal-session {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.modal.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
    z-index: 2;
}

.floating-whatsapp-container a:hover {
    color: #fff;
}

/* Mobile Buttons */
.mobile-three-item {
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
}

.mobile-three-item li {
    display: inline-block;
    margin-right: 0;
    width: 32%;
}

.mobile-three-item li:nth-child(1) {
    background-color: var(--PrimaryColor);
}

.mobile-three-item li:nth-child(2) {
    background-color: #64b161;
}

.mobile-three-item li:last-child {
    background-color: var(--SecondaryColor);
}

.mobile-three-item li a {
    padding: 5px 0;
    color: #fff;
}

.mobile-btn-animation {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 30%;
    color: white;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 2.5%;
    z-index: 1000;
    background-color: #000;
}

.mobile-btn-animation a {
    color: white;
}

#mobile-call-container a {
    width: 100%;
    min-width: 100%;
}

/*Navbar*/
.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    position: relative;
}

.nav-menu a {
    display: flex;
    align-items: center;
    color: var(--SecondaryColor);
    text-decoration: none;
    padding: 7px 15px;
    transition: 0.3s;
    font-size: 16px;
}

/* SUBMENU WITH FLIP */
.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--PrimaryColor);
    list-style: none;
    min-width: 400px;
    opacity: 0;
    visibility: hidden;
    /* Flip animation */
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: transform 0.3s ease, opacity 0.2s ease, visibility 0.3s;
    backface-visibility: hidden;
    z-index: 9;
}

.dropdown:hover>.submenu {
    opacity: 1;
    visibility: visible;
    transform: perspective(400px) rotateX(0);
}

/* 3rd level */
.submenu .submenu {
    top: 0;
    left: 100%;
    transform-origin: left;
    transform: perspective(400px) rotateY(90deg);
}

.dropdown:hover>.submenu .submenu {
    transform: perspective(400px) rotateY(0);
}

/* MOBILE */
.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .nav-menu {
        position: fixed;
        right: -100%;
        z-index: 9999;
        top: 0;
        width: 100%;
        height: 100vh;
        background: var(--SecondaryColor);
        flex-direction: column;
        padding-top: 70px;
        transition: 0.4s;
        transform: none;
        /* Reset flip on mobile */
    }

    .nav-menu.active {
        right: 0;
    }

    .submenu {
        position: static;
        opacity: 1;
        visibility: visible;
        display: none;
        transform: none;
        /* Reset flip on mobile */
        transition: none;
    }

    .dropdown.active>.submenu {
        display: block;
    }
}

.menu-toggle {
    z-index: 99;
}

header {
    background-color: var(--SecondaryColor);
    box-shadow: rgba(64, 59, 75, 0.2) 0px 2px 10px 0px;
}

.for-social_media .fa-facebook-f {
    background-color: #395693;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.for-social_media .fa-linkedin-in {
    background-color: #0a66c2;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.for-social_media .fa-x-twitter {
    background-color: #000;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.for-social_media .fa-instagram {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    color: #fff;
}

.for-social_media .fa-youtube {
    background-color: red;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.btn-brochure a {
    color: #000;
    padding: 10px 20px;
    border-image: linear-gradient(45deg, #f4c200 44%, #fff 45%, #fff 55%, #000 56%) 1;
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: #FFFFFF;
}

.logo-side img {
    width: 80%;
}

.row-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-side {
    width: 16%;
}

.nav-side {
    width: 70%;
}

.call-to-action-side-bar {
    width: 20%;
}

/* ul.submenu li {    border: 1px solid #2c2933;} */

.calling-text span {
    font-size: 14px;
}

.call-to-action-side-bar i {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: #e8e4f1;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    color: var(--SecondaryColor);
    transition: 0.5s;
}

.call-to-action-side-bar i:hover {
    background: var(--PrimaryColor);
    color: #ffffff;
}

.calling-text a {
    font-size: 14px;
    line-height: 100%;
    color: #1E0700;
    margin-top: 8px;
    font-weight: 700;
}

/* Logo */
.logo-side .logo::before {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: -55px;
    z-index: 1;
    width: 233px;
    height: 103px;
    background: #fff;
}

.logo-side .logo::after {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    top: 46px;
    clip-path: polygon(0px 0px, 50% 100%, 100% 0px);
    bottom: auto;
    z-index: -1;
    height: 35px;
    background: #fff;
    width: 100%;
}

.logo a {
    display: block;
    text-align: center;
    position: relative;
    top: -10px;
}

.logo a:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 56px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: var(--PrimaryColor);
    bottom: auto;
    z-index: -1;
    height: 41px;
}

.logo img {
    position: relative;
    top: -10px;
    z-index: 9;
}

.logo-side {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-infomation {
    text-align: right;
    padding-left: 42px;
}

.for-social_media {
    margin-left: 25px;
}

.btn-brochure {
    margin-left: 30px;
}

/*Product css S*/
.product_sec {
    position: relative;
    display: block;
    z-index: 1;
}

.products_top {
    position: relative;
    display: block;
    margin-bottom: 49px;
}

.products_top_left {
    position: relative;
    display: block;
}

.products_bottom {
    margin-top: 70px;
}

.products_bottom .product_box {
    padding: 120px 20px 25px;
    background-color: #fff;
    text-align: center;
    position: relative;
    box-shadow: 0 8px 35px rgb(12 12 12 / 9%);
    border-radius: 10px;
    min-height: 450px;
}

.products_bottom .product_box .product_image {
    position: absolute;
    top: -40px;
    left: 85px;
    z-index: 99;
}

.products_bottom .product_box .product_image img {
    width: 145px;
    height: 145px;
    overflow: hidden;
    border-radius: 50%;
}

.product_box .product_content {
    z-index: 99;
}

.product_box:hover:before {
    transform: scaleY(1);
}

.products_bottom .product_box .product_title a {
    font-weight: 500;
    font-size: 17px;
    height: 50px;
    color: var(--SecondaryColor);
    overflow: hidden;
    transition: .3s cubic-bezier(.24, .74, .58, 1);
}

.products_bottom .product_box:hover .product_title {
    color: #383838;
}

.products_bottom .product_box .product_short_desc {
    margin: 20px 0px;
    font-weight: 400;
    border-top: 1px solid #e2e2e2;
    padding-top: 20px;
}

.products_read-more {
    margin: 15px 0;
}

.products_read-more i {
    margin-left: 5px;
    vertical-align: middle;
    font-size: 12px;
}

.abt_btn a {
    margin-top: 30px;
    text-align: center;
    color: #000;
    padding: 10px 20px;
    border-image: linear-gradient(45deg, #f4c200 44%, #fff 45%, #fff 55%, #000 56%) 1;
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: #FFFFFF;
    transition: 0.5s;
}

.abt_btn a:hover {
    background-color: var(--PrimaryColor);
}

.products_read-more a {
    color: var(--SecondaryColor);
    font-weight: 500;
}

.product_sec .title {
    position: relative;
}

.product_sec .title p {
    font-size: 30px;
    color: var(--SecondaryColor);
    font-weight: 500;
}

.product_sec .title span::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(255 255 255 / 81%) 35%, rgb(255 255 255 / 0%) 100%);
}

.product_sec .title span {
    font-size: 80px;
    position: absolute;
    font-weight: 900;
    letter-spacing: 0;
    left: 35%;
    z-index: -1;
    top: -52px;
    font-family: "Fahkwang", serif;
    min-width: max-content;
    color: #ffffff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--PrimaryColor);
    line-height: 1;
    opacity: 0.5;
}

#toTop {
    position: fixed;
    bottom: 40px;
    right: 25px;
    cursor: pointer;
    transition: 0.5s;
    z-index: 99;
    border-width: 4px 4px 4px 4px;
}

.our-clients .title {
    position: relative;
}

.our-clients .title p {
    font-size: 30px;
    color: var(--SecondaryColor);
    font-weight: 500;
}

.our-clients .title span::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(255 255 255 / 81%) 35%, rgb(255 255 255 / 0%) 100%);
}

.our-clients .title span {
    font-size: 80px;
    position: absolute;
    font-weight: 900;
    letter-spacing: 0;
    left: 32%;
    z-index: -1;
    top: -52px;
    font-family: "Fahkwang", serif;
    min-width: max-content;
    color: #ffffff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--PrimaryColor);
    line-height: 1;
    opacity: 0.5;
}

ul.submenu li a {
    font-size: 14px;
}

.clients-logo-2 {
    direction: rtl;
}

/* Under About Us */
.under-about-us:before {
    content: '';
    width: 35%;
    height: 330px;
    border: 10px solid var(--PrimaryColor);
    position: absolute;
    left: -40px;
    top: 30px;
    z-index: -1;
}

.about-count {
    position: relative;
    right: 0px;
    top: -30px;
    z-index: 1;
    float: right;
    display: flex;
    justify-content: end;
    align-items: center;
}

.about-count span {
    color: #888888;
    font-size: 60px;
    font-weight: 500;
    display: inline-block;
    line-height: 0px;
    position: relative;
    bottom: -16px;
    padding-right: 10px;
}

.about-count strong {
    color: #fff;
    font-size: 80px;
    font-weight: 500;
    display: inline-block;
    background-color: var(--SecondaryColor);
    line-height: 50px;
    padding: 20px 12px;
    font-family: var(--Popines);
}

.under-about-us img {
    border-radius: 30px;
}

/* About Us */
.about_content .title {
    position: relative;
}

.about_content .title p {
    font-size: 30px;
    color: var(--SecondaryColor);
    font-weight: 500;
}

.about_content .title span::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(255 255 255 / 81%) 35%, rgb(255 255 255 / 0%) 100%);
}

.about_content .title span {
    font-size: 90px;
    position: absolute;
    font-weight: 900;
    letter-spacing: 0;
    left: 60%;
    z-index: -1;
    top: -15px;
    font-family: "Fahkwang", serif;
    min-width: max-content;
    color: #ffffff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--PrimaryColor);
    line-height: 1;
    opacity: 0.5;
}

.main-content-design p {
    text-align: justify;
    margin-bottom: 20px;
    color: #555;
}

.about-btn a {
    margin-top: 30px;
    text-align: center;
    color: #000;
    padding: 10px 20px;
    border-image: linear-gradient(45deg, #f4c200 44%, #fff 45%, #fff 55%, #000 56%) 1;
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: #FFFFFF;
    transition: 0.5s;
}

.about-btn a:hover {
    background-color: var(--PrimaryColor);
}

.our-products {
    position: relative;
    display: block;
    padding: 0 0 0;
    z-index: 1;
    background: url(./img/testi-2-bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.product_set p {
    color: var(--SecondaryColor);
}

.section-title__title {
    margin: 0;
    color: #1c1b1f;
    font-size: 40px;
    line-height: 120%;
    font-weight: 600;
}

.product_set small {
    color: var(--PrimaryColor);
    display: block;
    margin: 0;
    font-family: var(--Popines);
    font-size: 40px;
    line-height: 120%;
    font-weight: 600;
}

.product_set p {
    text-align: justify;
    margin-bottom: 18px;
}

.product-btn a {
    margin-top: 30px;
    text-align: center;
    color: var(--SecondaryColor);
    padding: 10px 20px;
    border-image: linear-gradient(45deg, #f4c200 44%, #403b4b 45%, #403b4b 55%, #403b4b 56%) 1;
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: #FFFFFF;
    transition: 0.5s;
    padding: 10px 30px;
}

.product-btn a:hover {
    background-color: var(--PrimaryColor);
    color: var(--SecondaryColor);
}

/* services-one__single */
.services-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    box-shadow: 0px 10px 10px rgba(207, 207, 207, 0.051);
}

.services-one__single .services-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 1;
}

.services-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -ms-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 1;
}

.services-one__single:hover .services-one__img:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1);
    transform: perspective(400px) rotateX(0deg) scale(1);
}

.services-one__single .services-one__img img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.services-one__content {
    position: relative;
    display: block;
    background-color: #ffffff;
    /*background-color: #f7e3e3;*/
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    padding: 15px;
    font-size: 15px;
    z-index: 1;
    text-align: justify;
    font-family: var(--Popines);
    min-height: 200px;
}

.services-one__icon {
    margin-top: -50px;
    /*display: none;*/
}

.services-one__icon img {
    max-width: 60px;
    border-radius: 7px;
}

.services-one__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 0px 0 10px 0;
}

.services-one__title a {
    color: #242424;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-one__read-more {
    position: relative;
    display: flex;
    align-items: center;
    border-top: 2px solid #FE5A0E;
    padding-top: 10px;
    margin-top: 21px;
}

p.services-one__text {
    color: #555;
    text-align: justify;
}

.product-box-slide:before {
    position: absolute;
    left: 100px;
    top: -20px;
    width: 100%;
    height: 540px;
    z-index: -1;
    content: "";
    padding: 120px 0px;
    background: var(--PrimaryColor);
    background-image: url(img/industry_bg.png);
    background-repeat: repeat;
    position: absolute;
}

.why-choose-us .title {
    position: relative;
}

.why-choose-us .title p {
    font-size: 30px;
    color: var(--SecondaryColor);
    font-weight: 500;
}

.why-choose-us .title span::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(255 255 255 / 81%) 35%, rgb(255 255 255 / 0%) 100%);
}

.why-choose-us .title span {
    font-size: 88px;
    position: absolute;
    font-weight: 900;
    letter-spacing: 0;
    left: 20%;
    z-index: -1;
    top: -52px;
    font-family: "Fahkwang", serif;
    min-width: max-content;
    color: #ffffff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--PrimaryColor);
    line-height: 1;
    opacity: 0.5;
}

.work-process-wrapper {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 30px 5px;
    border-radius: 20px;
    background: #252525;
    transition: all .3s;
}

.work-process-wrapper:hover {
    background: #000;
}

.work-process {
    text-align: center;
    padding: 0 20px;
}

.work-process .icon {
    position: relative
}

.work-process .title {
    font-size: 25px;
    margin: 15px 0 10px;
    color: #fff;
}

.bg-setup {
    background-color: var(--SecondaryColor);
    min-height: 335px;
}

.set-btn a {
    margin-top: 30px;
    text-align: center;
    color: #000;
    padding: 10px 20px;
    border-image: linear-gradient(45deg, #f4c200 44%, #fff 45%, #fff 55%, #000 56%) 1;
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: #FFFFFF;
    transition: 0.5s;
}

.set-btn a:hover {
    background-color: var(--PrimaryColor);
}

p.description {
    text-align: justify;
    line-height: 24px;
}

.testimonial .title {
    position: relative;
}

.testimonial .title p {
    font-size: 30px;
    color: var(--SecondaryColor);
    font-weight: 500;
}

.testimonial .title span::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(255 255 255 / 81%) 35%, rgb(255 255 255 / 0%) 100%);
}

.testimonial .title span {
    font-size: 80px;
    position: absolute;
    font-weight: 900;
    letter-spacing: 0;
    left: 30%;
    z-index: -1;
    top: -52px;
    font-family: "Fahkwang", serif;
    min-width: max-content;
    color: #ffffff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--PrimaryColor);
    line-height: 1;
    opacity: 0.5;
}

.testimonial {
    background: url(img/testimonial_shape.png) no-repeat;
    background-position: center;
}

.client-item img {
    width: 7%;
}

.client-item>i {
    font-size: 60px;
    color: var(--SecondaryColor);
}

.client-item span {
    font-size: 18px;
    font-weight: 500;
}

.client-item p {
    display: block;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 15px;
    color: #555;
}

.star-midde i {
    color: #ffb930;
}

.content-client p {
    line-height: 25px;
    font-size: 15px;
}

/* main_testimonial */
.main_testimonial button.slick-prev.slick-arrow::before {
    content: "\f104";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--SecondaryColor);
    font-size: 20px;
}

.main_testimonial button.slick-next.slick-arrow::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--SecondaryColor);
    font-size: 20px;
}

.main_testimonial button.slick-prev.slick-arrow,
.main_testimonial button.slick-next.slick-arrow {
    background: var(--PrimaryColor);
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.choose__area-two {
    padding: 40px 0;
}

.choose__area-two::before {
    content: "";
    position: absolute;
    width: 464px;
    height: 464px;
    right: 28px;
    top: -50px;
    border-radius: 50%;
    opacity: 0.7;
    background: linear-gradient(180deg, #fff6e3 0%, #FFEFDD 100%);
    filter: blur(150px);
    z-index: -1;
}

.section__title .sub-title {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--PrimaryColor);
    margin-bottom: 8px;
}

.choose__list-item .content .title {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.choose__list-item {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
}

.choose__list-item .icon {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1.5px solid var(--PrimaryColor);
    color: var(--SecondaryColor);
    font-size: 50px;
    line-height: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.choose__list-item .content .title {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
}

.choose__list-item .content p {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.5;
    text-align: justify;
    color: #555;
}

.choose__list-item:hover .icon {
    background-color: var(--PrimaryColor);
    transform: rotateY(180deg);
}

.choose__list-item:hover .icon img {
    filter: grayscale(1) brightness(1000%) contrast(1000%);
}

.choose__shape img {
    position: absolute;
    z-index: -1;
    right: 0px;
    bottom: 17%;
    max-width: 248px;
}

.choose__content-two>p {
    margin-bottom: 25px;
}

.choose__shape img {
    position: absolute;
    z-index: -1;
    right: 0px;
    bottom: 17%;
    max-width: 248px;
}

p.title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.about__list-box .list-wrap li {
    background-color: var(--PrimaryColor);
    display: -webkit-box;
    justify-content: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 32%;
    padding: 10px 15px;
    gap: 8px;
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 0px;
    margin-right: 15px;
}

.img-custom-anim-left img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.two-address .title {
    position: relative;
    z-index: 9;
}

.two-address .title p {
    font-size: 30px;
    color: var(--SecondaryColor);
    font-weight: 500;
}

.two-address .title span::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(255 255 255 / 81%) 35%, rgb(255 255 255 / 0%) 100%);
}

.two-address .title span {
    font-size: 80px;
    position: absolute;
    font-weight: 900;
    letter-spacing: 0;
    left: 38%;
    z-index: -1;
    top: -52px;
    font-family: "Fahkwang", serif;
    min-width: max-content;
    color: #ffffff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--PrimaryColor);
    line-height: 1;
    opacity: 0.5;
}

.left-side-address a {
    position: absolute;
    z-index: 99;
    bottom: 0;
    width: 80%;
    left: 70px;
    background: #f4c200c7;
    padding: 15px;
    font-size: 18px;
    text-align: center;
}

.right-side-address a {
    position: absolute;
    z-index: 99;
    bottom: 0;
    width: 80%;
    left: 70px;
    background: #f4c200c7;
    padding: 15px;
    font-size: 18px;
    text-align: center;
}

/* Home Form Design */
.home-form_design {
    background-color: var(--SecondaryColor);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.home-form_design form {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.home-form_design form input {
    width: 48%;
    height: 45px;
    border: none;
    background-color: transparent;
    color: #fff;
    border-bottom: 1px solid #6b6871;
    margin-bottom: 25px;
}

.home-form_design form select {
    width: 48%;
    height: 45px;
    border: none;
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #6b6871;
}

/* .home-form_design form select::placeholder{color: red !important;} */
.home-form_design form textarea {
    width: 100%;
    height: 100px;
    border: none;
    color: #fff;
    background-color: transparent;
    resize: none;
    border-bottom: 1px solid #6b6871;
    padding-top: 15px;
}

.home-form_design form button {
    margin: 0px auto;
    margin-top: 30px;
    text-align: center;
    color: #000;
    padding: 10px 20px;
    border-image: linear-gradient(45deg, #f4c200 44%, #fff 45%, #fff 55%, #000 56%) 1;
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: #FFFFFF;
    transition: 0.5s;
}

.home-form_design form input:focus {
    outline: none;
}

.home-form_design form select:focus {
    outline: none;
}

.home-form_design form textarea:focus {
    outline: none;
}

.home-form_design form select option {
    color: var(--SecondaryColor);
}

.home-form_design form select::placeholder {
    color: red;
    opacity: 1
}

.home-form_design form select::-ms-input-placeholder {
    color: red;
}

.home-form .title {
    position: relative;
}

.home-form .title p {
    font-size: 30px;
    color: var(--SecondaryColor);
    font-weight: 500;
}

.home-form .title span::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(255 255 255 / 81%) 35%, rgb(255 255 255 / 0%) 100%);
}

.home-form .title span {
    font-size: 120px;
    position: absolute;
    font-weight: 900;
    letter-spacing: 0;
    left: 38%;
    z-index: -1;
    top: -52px;
    font-family: "Fahkwang", serif;
    min-width: max-content;
    color: #ffffff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--PrimaryColor);
    line-height: 1;
    opacity: 0.5;
}

.tabline span {
    font-size: 50px;
    font-weight: 700;
    color: var(--SecondaryColor);
}

.light-blink {
    animation: blink-animation 2s steps(5, start) infinite;
}

@keyframes blink-animation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* indutries-we-serve */
.indutries-we-serve .title {
    position: relative;
}

.indutries-we-serve .title p {
    font-size: 30px;
    color: var(--SecondaryColor);
    font-weight: 500;
}

.indutries-we-serve .title span::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(255 255 255 / 81%) 35%, rgb(255 255 255 / 0%) 100%);
}

.indutries-we-serve .title span {
    font-size: 80px;
    position: absolute;
    font-weight: 900;
    letter-spacing: 0;
    left: 15%;
    z-index: -1;
    top: -52px;
    font-family: "Fahkwang", serif;
    min-width: max-content;
    color: #ffffff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--PrimaryColor);
    line-height: 1;
    opacity: 0.5;
}

/* main-inudustries */
.main-inudustries button.slick-prev.slick-arrow::before {
    content: "\f104";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--SecondaryColor);
    font-size: 20px;
}

.main-inudustries button.slick-next.slick-arrow::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--SecondaryColor);
    font-size: 20px;
}

.main-inudustries button.slick-prev.slick-arrow,
.main-inudustries button.slick-next.slick-arrow {
    background: var(--PrimaryColor);
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

/* industries-item */
.overflow-set {
    overflow: hidden;
    margin-bottom: 10px;
    width: 250px;
    height: 300px;
}

.industries-item img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 5px solid var(--PrimaryColor);
    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.industries-item img:hover {
    transform: scale(1.1);
}

.industries-item span {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
}

.tagline-type {
    background: var(--SecondaryColor) url(img/dots.webp);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.tagline_hooks span {
    font-size: 22px;
    font-weight: 500;
}

.type-widget ul li a {
    line-height: 35px;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    color: #777;
    transition: 0.5s;
}

.type-widget ul li a:hover {
    color: var(--PrimaryColor);
}

.middle-content span {
    font-size: 28px;
    margin-bottom: 10px;
    display: block;
}

.tagline-start ul {
    display: flex;
    justify-content: center;
}

.widget ul li:last-child {
    border-bottom: none;
}

.tagline-start a {
    text-align: center;
    display: block;
    font-size: 16px;
    color: var(--SecondaryColor);
}

footer {
    background: url(img/dots.webp) repeat;
    background-position: 50% 50%;
}

.copy-right {
    background-color: var(--PrimaryColor);
}

.category .title {
    background-color: var(--PrimaryColor);
}

.category .title span {
    font-size: 22px;
    font-weight: 600;
}

.category_links span {
    font-size: 18px;
    display: block;
    margin-bottom: 25px;
}

.category_links ul li {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #e3e3e3;
}

.category_links ul li a {
    color: #555;
}

.category_links ul li:last-child {
    border-bottom: navajowhite;
}

.category_links ul li a {
    color: #777;
}

.category .row {
    box-shadow: rgba(205, 205, 205, 0.2) 0px 7px 10px 0px;
}

img.circle-plan {
    position: absolute;
    box-shadow: none;
    left: -72px;
    z-index: -1;
}

.img-custom-anim-left img {
    box-shadow: none;
    border: 10px solid #fff;
}

img.circle-cate {
    position: absolute;
    width: auto;
    right: 0;
    z-index: -1;
}

img.svg-mode {
    position: absolute;
    bottom: 0;
    z-index: -1;
}

img.svg-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10%;
}

.modal-body form input {
    width: 100%;
}

.modal-body textarea {
    border-bottom: 1px solid #ccc;
    width: 100%;
    resize: none;
    margin-bottom: 18px;
}

.menu-toggle {
    z-index: 99999;
}

@media (max-width: 768px) {
    .submenu {
        position: static;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        transform: none !important;
        transition: none !important;
        background: #4c4952;
    }

    .dropdown.active>.submenu {
        display: block;
    }
}

.menu-toggle .fa-xmark {
    color: #fff;
}

.mobile-nav li a {
    color: #fff;
}

.mobile-nav ul .submenu li {
    border: 1px solid #2c2933;
}

li.dropdown.mobile-nav ul li {
    border: 1px solid #2c2933;
}

.breadcumb {
    background: url(img/breadcumb.jpg);
    padding: 100px 0px;
}

.breadcumb_inner h1 {
    font-size: 30px;
}

ul.stlyed-exporter li a {
    background: var(--PrimaryColor);
    padding: 10px 30px;
    border-radius: 15px;
}

ul.stlyed-exporter li {
    width: 32%;
}

.full-width-type {
    background-color: #000;
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    border-radius: 15px;
}

.full-width-type h3 {
    color: #fff;
    margin: 0px;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
}

.inner-states a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    border-radius: 15px;
}

.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    background: var(--SecondaryColor);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.color-site {
    border-radius: 12px;
}

.color-site {
    background-color: var(--PrimaryColor);
}

.skin-color {
    background-color: var(--SecondaryColor);
}

.sitema-links-item h2 {
    text-align: center;
    font-size: 20px;
}

.sitema-links-item h3 {
    text-align: center;
    font-size: 20px;
}

.card-box span {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    margin-top: 12px;
}

.card-box {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 18px;
    min-height: 200px;
}

.img-side-details {
    width: 40%;
    float: left;
    margin-right: 25px;
}

.img-side-details img {
    width: 100%;
    float: left;
}

.datails-content h2 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.datails-content h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.datails-content h4 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.datails-content h5 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.datails-content h6 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.datails-content ul {
    padding-left: 15px;
}

.datails-content ul li {
    margin-bottom: 10px;
    list-style-type: disc;
}

.white-wrap .form {
    background-color: var(--SecondaryColor);
    padding: 1px 20px 1px 20px;
    position: relative;
}

.inputBox input {
    height: 45px;
    padding-left: 15px;
}

.inputBox input:focus {
    outline: none;
}

.inputBox textarea:focus {
    outline: none;
}

.white-wrap form textarea {
    padding-left: 15px;
    height: 80px;
}

.white-wrap button {
    background: var(--PrimaryColor);
    padding: 10px 30px;
    color: #000;
}

p.related-heading {
    background-color: var(--SecondaryColor);
    width: 100%;
    display: block;
    padding: 10px 15px;
    font-size: 22px;
    font-weight: 700;
}

.read-btn a {
    background: #000;
    padding: 7px 15px;
    color: #fff;
}

.white-wrap input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border: none;
    margin-bottom: 12px;
}

.white-wrap select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border: none;
    margin-bottom: 12px;
}

.white-wrap textarea {
    width: 100%;
    height: 100px;
    padding-left: 15px;
    border: none;
    margin-bottom: 12px;
}

.white-wrap textarea:focus {
    outline: none;
}

.white-wrap button {
    width: 100%;
    color: #000;
}

.related_img img {
    width: 100%;
    object-fit: contain;
    height: 250px;
    margin: 10px 0px;
    border: 1px solid #f1f1f1;
    padding: 2px;
}

/* .client-item img { width: 130px;} */
.product_content span {
    line-height: 20px;
}

.main_testimonial img {
    width: 6%;
}

.client-logo-item img {
    width: 85%;
    border: 1px solid #e6e6e6;
    padding: 5px;
}

.vm-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    z-index: 999999;
    /* important */
}

.vm-modal.active {
    opacity: 1;
    visibility: visible;
}

.vm-modal-box {
    background: #fff;
    padding: 20px;
    width: 400px;
    border-radius: 10px;
    transform: scale(0.7);
    transition: 0.4s ease;
    position: relative;
}

.vm-modal.active .vm-modal-box {
    transform: scale(1);
}

.vm-close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 25px;
    cursor: pointer;
}

.vm-modal-box p {
    font-size: 22px;
    text-align: center;
    display: block;
    margin-bottom: 12px;
}

.vm-modal-box input {
    width: 100%;
    margin-bottom: 15px;
    height: 40px;
    padding-left: 15px;
    border: 1px solid #ccc;
}

.vm-modal-box button {
    width: 40%;
    background-color: var(--SecondaryColor);
    border: none;
    padding: 10px 0;
    margin: 0px auto;
}

ul.list-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.indutries-we-serve .title ul {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.indutries-we-serve .title ul li {
    margin-left: 10px;
    background-color: var(--PrimaryColor);
    padding: 10px 30px;
}

.home-form_design form input::placeholder {
    color: #fff;
}

.home-form_design form textarea::placeholder {
    color: #fff;
}

.client-item img {
    border-radius: 50px;
}

.testimonial-btn img {
    width: 12%;
}

/* Client Item */
.client-logo-item {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.client-logo-item img {
    display: block;
    width: 100%;
}

.client-text {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--SecondaryColor);
    color: #fff;
    padding: 5px 12px;
    font-size: 12px;
    border-radius: 5px;
    opacity: 0;
    transition: 0.4s;
    width: 80%;
    text-align: center;
}

.client-logo-item:hover .client-text {
    bottom: 10px;
    opacity: 1;
}

.categies-new-type .title {
    position: relative;
}

.categies-new-type .title p {
    position: relative;
    z-index: 9;
    font-size: 30px;
    color: var(--SecondaryColor);
    font-weight: 500;
}

.categies-new-type .title span::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(255 255 255 / 81%) 35%, rgb(255 255 255 / 0%) 100%);
}

.categies-new-type .title span {
    font-size: 80px;
    position: absolute;
    font-weight: 900;
    letter-spacing: 0;
    left: 34%;
    z-index: -1;
    top: -52px;
    font-family: "Fahkwang", serif;
    min-width: max-content;
    color: #ffffff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--PrimaryColor);
    line-height: 1;
    opacity: 0.5;
    z-index: 9;
}



.hero-wrapper {
    width: 100%;
}

.hero,
.hero-wrapper {
    overflow: clip;
    position: relative;
}

.hero {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    color: #fff;
    padding-block: 25px;
    z-index: 0;
}

@media only screen and (min-width: 1040px) {
    .hero {
        min-height: 600px;
    }
}

@media only screen and (min-width: 1440px) {
    .hero {
        min-height: 700px;
        padding-block: 25px;
    }
}

@media only screen and (min-width: 1920px) {
    .hero {
        min-height: 750px;
        padding-block: 65px 35px;
    }
}

.hero *,
.hero:after,
.hero:before {
    box-sizing: inherit;
}

.hero:has(.circle--text-active) .hero__badge {
    opacity: 1;
    visibility: visible;
}

.hero__container {
    --container-gap: 35px;
    margin-inline: auto;
    width: min(100% - var(--container-gap), 1710px);
}

@media only screen and (min-width: 768px) {
    .hero__container {
        --container-gap: 68px;
    }
}

@media only screen and (min-width: 1040px) {
    .hero__container {
        --container-gap: 58px;
    }
}

@media only screen and (min-width: 1440px) {
    .hero__container {
        --container-gap: 125px;
    }
}

@media only screen and (min-width: 1040px) {
    .hero__text-content {
        margin-bottom: 75px;
        width: 50%;
    }
}

@media only screen and (min-width: 1440px) {
    .hero__text-content {
        margin-bottom: 92px;
    }
}

.hero__row {
    /* display: grid; */
    gap: 30px;
}

@media only screen and (min-width: 768px) {
    .hero__row {
        align-items: center;
    }
}

@media only screen and (min-width: 1040px) {
    .hero__row {
        gap: 0;
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (min-width: 768px) {
    .hero__col:has(.circles-stage) {
        order: 1;
    }
}

@media only screen and (min-width: 1040px) {
    .hero__col:has(.circles-stage) {
        /* max-width: 620px;
        position: absolute; */
        right: 0;
        top: 0;
        width: 100%;
    }
}

@media only screen and (min-width: 1440px) {
    .hero__col:has(.circles-stage) {
        max-width: 700px;
    }
}

@media only screen and (min-width: 1920px) {
    .hero__col:has(.circles-stage) {
        max-width: none;
    }
}

.hero__title {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.16;
    margin: 0 5% 0 0;
}

@media only screen and (min-width: 768px) {
    .hero__title {
        font-size: 28px;
        line-height: 1.2;
        margin-right: 0;
    }
}

@media only screen and (min-width: 1040px) {
    .hero__title {
        font-size: 31px;
        line-height: 1.3;
        margin-right: 10%;
    }
}

@media only screen and (min-width: 1440px) {
    .hero__title {
        font-size: 35px;
        line-height: 1.3;
    }
}

@media only screen and (min-width: 1920px) {
    .hero__title {
        font-size: 47px;
        line-height: 1.35;
        margin-right: 15%;
    }
}

.hero__title span {
    color: #fd0;
    display: block;
    font-weight: 700;
}

.hero__subtitle {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 17px;
    line-height: 1.16;
    margin: 0 15% 0 0;
    position: relative;
    top: 35px;
}

@media only screen and (max-width: 1040px) {
    .hero__subtitle {
        display: none;
    }
}

@media only screen and (min-width: 1440px) {
    .hero__subtitle {
        font-size: 20px;
        line-height: 1.2;
    }
}

@media only screen and (min-width: 1920px) {
    .hero__subtitle {
        font-size: 24px;
        line-height: 1.3;
    }
}

.hero__btn {
    font-size: 19px;
    margin-top: 45px;
}

.hero__btn .btn-small {
    background-size: 35px;
    padding: 10px 20px 10px 55px;
}

@media only screen and (max-width: 1040px) {
    .hero__btn .btn-small {
        background-size: 25px;
        font-size: 14px;
        padding: 10px 20px 10px 45px;
    }
}

.hero__btn--mcp {
    transition: color 0.25s;
}

.hero__btn--mcp:hover {
    color: #fd0 !important;
}

.hero__slider-buttons {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .hero__slider-buttons {
        max-width: 374px;
    }
}

@media only screen and (min-width: 1040px) {
    .hero__slider-buttons {
        max-width: 660px;
    }
}

.hero__badge {
    left: 50%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease, visibility 0.3s ease;
    visibility: hidden;
    width: 100%;
    z-index: 2;
}

.hero__bg {
    background-color: #6f848d;
    inset: 0;
    position: absolute;
    z-index: -1;
}

.hero__bg:after {
    background-color: rgba(111, 132, 141, 0.65);
    content: "";
    inset: 0;
    position: absolute;
}

.hero__bg img {
    animation: breatheBackground 6s ease-in-out infinite;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hero__arrow-container {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 15px;
    position: relative;
    transform: rotate(-90deg);
}

@media only screen and (max-width: 1040px) {
    .hero__arrow-container {
        display: none;
    }
}

.hero__arrow {
    animation: move-chevron 3s ease-out infinite;
    height: 0.64rem;
    opacity: 0;
    position: absolute;
    transform: scale(0.5);
    width: 2.8rem;
}

@media screen and (max-width: 1439px) {
    .hero__arrow {
        height: 0.48rem;
        width: 2rem;
    }
}

.hero__arrow:first-child {
    animation: move-chevron 3s ease-out 1s infinite;
}

.hero__arrow:nth-child(2) {
    animation: move-chevron 3s ease-out 2s infinite;
}

.hero__arrow:after,
.hero__arrow:before {
    background: #fff;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
}

.hero__arrow:before {
    border-radius: 8px 0 5px 4px;
    left: 1px;
    transform: skewY(30deg);
}

.hero__arrow:after {
    border-radius: 0 10px 4px 5px;
    right: 1px;
    transform: skewY(-30deg);
    width: 50%;
}

.hero-slide__mcp .hero-left {
    float: left;
}

@media only screen and (max-width: 1039px) {
    .hero-slide__mcp .hero__title br {
        display: none;
    }
}

.hero .hero__logo {
    margin-bottom: 15px;
    margin-top: 15px;
    max-width: 340px;
}

@media only screen and (max-width: 1039px) {
    .hero .hero__logo {
        max-width: 270px;
    }
}

@media only screen and (max-width: 767px) {
    .hero .hero__logo {
        max-width: 250px;
    }
}

.hero-slide__circles .hero-right {
    margin-bottom: 75px;
}

.hero .mcp-intro {
    --header-height: unset;
    height: auto;
    max-height: unset;
    min-height: unset;
    position: static;
}

.hero__mcpplay {
    float: left;
    margin-left: auto;
    width: 100%;
}

.hero__mcpplay .hero-left {
    margin-bottom: 15px;
    width: 100%;
}

.hero__mcpplay .hero__col {
    margin: auto;
    max-width: 90%;
}

@media only screen and (min-width: 1040px) {
    .hero__mcpplay {
        float: right;
        position: relative;
        width: 50%;
    }

    .hero__mcpplay .hero-left {
        margin-bottom: 0;
        width: 50%;
    }

    .hero__mcpplay .hero__col {
        margin: auto;
        max-width: 100%;
    }
}

.hero__mcpplay .mcp-planet {
    margin-bottom: 45px;
    position: relative;
}

@media screen and (max-width: 1040px) {
    .hero__mcpplay .mcp-planet {
        margin-bottom: 110px;
    }
}

.hero__mcpplay .mcp-planet-conveyor {
    margin-left: 41px;
    margin-top: 64px;
    position: relative;
    width: 700px;
}

.hero__mcpplay .mcp-hotspot-tooltip strong {
    color: #fff;
}

.hero__mcpplay .mcp-hotspot-tooltip-link i {
    color: #fd0;
}

.hero__mcpplay .mcp-hotspot:before {
    display: none !important;
}

.hero__mcpplay .mcp-planet .mcp-hotspot-1 {
    --hotspot-size: 12%;
    left: 46%;
    top: -3%;
}

.hero__mcpplay .mcp-planet .mcp-hotspot-2 {
    --hotspot-size: 8%;
    left: 18%;
    top: 23%;
}

.hero__mcpplay .mcp-planet .mcp-hotspot-3 {
    --hotspot-size: 8%;
    left: 0;
    top: 69%;
}

.hero__mcpplay .mcp-planet .mcp-hotspot-4 {
    --hotspot-size: 9%;
    left: 80%;
    top: 2%;
}

.hero__mcpplay .mcp-planet .mcp-hotspot-5 {
    --hotspot-size: 11%;
    left: 84%;
    top: 56%;
}

.hero__mcpplay .mcp-planet .mcp-hotspot-6 {
    --hotspot-size: 10%;
    left: 65%;
    top: 93%;
}

.hero__slider-controls {
    bottom: 110px;
    position: absolute;
}

@media only screen and (max-width: 1040px) {
    .hero__slider-controls {
        bottom: 115px;
    }
}

@media only screen and (max-width: 768px) {
    .hero__slider-controls {
        bottom: 75px;
    }
}

.hero__slider-controls .slick-next:before,
.hero__slider-controls .slick-prev:before {
    filter: invert(100%);
    height: 18px;
    width: 18px;
}

.hero__slider-controls .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.hero__slider-controls .slick-dots li button:before {
    font-size: 16px;
}

.hero__slider-controls .slick-dots li.slick-active button:before {
    color: #fd0 !important;
}

.hero .slick-list {
    overflow: visible;
}

.hero .slick-slide {
    min-height: 600px;
}

@media only screen and (min-width: 500px) {
    .hero .slick-slide {
        min-height: 650px;
    }
}

@media only screen and (min-width: 1039px) {
    .hero .slick-slide {
        min-height: unset;
    }
}

.hero .slick-slide .hero-left {
    opacity: 0;
    transform: translateX(-50%);
    transition:
        transform 1s ease,
        opacity 0.3s ease;
}

.hero .slick-slide .hero-right .hero__col {
    opacity: 0;
    transform: translateX(50%);
    transition:
        transform 1s ease,
        opacity 0.3s ease;
}

.hero .slick-slide.slick-active .hero-left,
.hero .slick-slide.slick-active .hero-right .hero__col {
    opacity: 1;
    transform: translateX(0);
}

.hero .hero-slide__additional .hero-left {
    float: left;
    width: 100%;
}

@media only screen and (min-width: 1040px) {
    .hero .hero-slide__additional .hero-left {
        width: 50%;
    }
}

.hero .hero-slide__additional .hero-right {
    float: right;
    grid-template-columns: 1fr;
    width: 100%;
}

@media only screen and (min-width: 1040px) {
    .hero .hero-slide__additional .hero-right {
        width: 50%;
    }
}

.hero .hero-slide__additional .hero-right .hero__slide-image {
    max-height: 600px;
    overflow: hidden;
    text-align: center;
}

.hero .hero-slide__additional .hero-right .hero__slide-image img {
    display: inline-block;
}

.circles-stage {
    padding: 0 30% 16% 12%;
}

@media screen and (max-width: 1440px) {
    .circles-stage {
        padding-top: 5%;
    }
}

@media screen and (max-width: 1040px) {
    .circles-stage {
        padding-top: 10%;
    }
}

@media screen and (max-width: 480px) {
    .circles-stage {
        padding-top: 20%;
    }
}

.circles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 500px;
    margin: 0px auto;
    width: 100%;
}

.circles:has(.circle:hover) .circle:not(:hover) {
    opacity: 0.4;
    scale: 0.8;
}

.circles:has(.circle:hover) .circle__pointer {
    opacity: 0;
}

.circles:has(.circle--active) .circle {
    animation-play-state: paused;
}

.circles:has(.circle--active) .circle:not(.circle--active) {
    opacity: 0.4;
    pointer-events: none;
    scale: 0.8;
}

.circles:has(.circle--active) .circle__pointer {
    opacity: 0;
}

.circles:has(.circle--active) .circle__text {
    animation-play-state: paused;
}

.circle {
    aspect-ratio: 1/1;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    transition:
        scale 1s ease,
        opacity 1s ease;
    width: 100%;
}

.circle--active,
.circle:hover {
    scale: 1.3;
    z-index: 4;
}

.circle--active .circle__inner:before,
.circle:hover .circle__inner:before {
    opacity: 1;
}

.circle--active .circle__text img,
.circle:hover .circle__text img {
    animation: textRotate 1s ease-in-out forwards;
}

.circle--active .circle__curved-line button,
.circle:hover .circle__curved-line button {
    animation: pulse 2s ease-in-out infinite;
}

.circle--active .circle__chevron,
.circle:hover .circle__chevron {
    opacity: 1;
}

.circle--active .hero__badge,
.circle:hover .hero__badge {
    opacity: 1;
    visibility: visible;
}

.circle--active .circle__img,
.circle:hover .circle__img {
    filter: brightness(0.5);
}

.circle--active .circle__button,
.circle:hover .circle__button {
    opacity: 1;
    visibility: visible;
}

.circle--1 {
    animation: circleFloat 10s ease-in-out infinite;
    z-index: 3;
}

.circle--1.circle--active .circle__inner,
.circle--1:hover .circle__inner {
    translate: 38% 23%;
}

.circle--1 .circle__inner {
    translate: 50% 15%;
}

.circle--1 .circle__text {
    animation: textFloat 10s ease-in-out infinite alternate;
}

.circle--2 {
    animation: circleFloat 12s ease-in-out infinite reverse;
    z-index: 2;
}

.circle--2.circle--active .circle__inner,
.circle--2:hover .circle__inner {
    translate: 18% 40%;
}

.circle--2 .circle__inner {
    translate: 57% 47%;
}

.circle--2 .circle__white-device,
.circle--2 .circle__yellow-device {
    rotate: 90deg;
}

.circle--2 .circle__curved-line:before {
    clip-path: polygon(50% 0, 100% 0, 100% 50%, 0 50%);
}

.circle--2 .circle__text {
    animation: textFloat 12s ease-in-out infinite alternate;
    inset: -12%;
}

.circle--3 {
    animation: circleFloat 14s ease-in-out infinite alternate;
    z-index: 1;
}

.circle--3.circle--active .circle__inner,
.circle--3:hover .circle__inner {
    translate: 20% 0;
}

.circle--3 .circle__white-device,
.circle--3 .circle__yellow-device {
    rotate: -90deg;
}

.circle--3 .circle__curved-line:before {
    clip-path: polygon(0 50%, 50% 50%, 50% 100%, 0 100%);
}

.circle--3 .circle__curved-line button {
    left: 0;
    top: 50%;
}

.circle--3 .circle__text {
    animation: textFloat 14s ease-in-out infinite alternate;
    inset: -12%;
}

.circle--4 {
    animation: circleFloat 11s ease-in-out infinite alternate-reverse;
}

.circle--4.circle--active .circle__inner,
.circle--4:hover .circle__inner {
    translate: 4% 16%;
}

.circle--4 .circle__inner {
    translate: 10% 43%;
}

.circle--4 .circle__white-device,
.circle--4 .circle__yellow-device {
    rotate: 180deg;
}

.circle--4 .circle__curved-line:before {
    clip-path: polygon(50% 50%, 100% 50%, 100% 100%, 50% 100%);
}

.circle--4 .circle__curved-line button {
    left: auto;
    right: 0;
    top: 50%;
    translate: 50% -50%;
}

.circle--4 .circle__text {
    animation: textFloat 11s ease-in-out infinite alternate-reverse;
}

.circle--active {
    z-index: 5;
}

.circle--active .circle__curved-line button {
    background-color: #fd0;
}

.circle--active .circle__chevron {
    opacity: 0 !important;
}

.circle--text-active .circle__button {
    opacity: 0;
    visibility: hidden;
}

.circle__inner {
    inset: 0;
    position: absolute;
    transition: translate 1s ease;
}

.circle__inner:before {
    background-color: #fff;
    content: "";
    filter: blur(52px);
    inset: -20%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s ease;
}

.circle__img,
.circle__inner:before {
    border-radius: 50%;
    position: absolute;
}

.circle__img {
    height: 100%;
    left: 0;
    object-fit: cover;
    top: 0;
    width: 100%;
}

.circle__curved-line {
    inset: -20%;
    position: absolute;
}

.circle__curved-line:before {
    border: 1px solid #fff;
    border-radius: 50%;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 50%);
    content: "";
    inset: 0;
    position: absolute;
}

.circle__curved-line button {
    aspect-ratio: 1/1;
    background-color: #181716;
    border: 0;
    border-radius: 50%;
    box-shadow:
        0 0 0 4px hsla(0, 0%, 100%, 0.3),
        0 0 0 8px hsla(0, 0%, 100%, 0.2);
    cursor: pointer;
    left: 50%;
    padding: 0;
    position: absolute;
    top: 0;
    transition: width 1s ease;
    translate: -50% -50%;
    width: 13px;
}

.circle__curved-line button:after {
    content: "";
    inset: -50px;
    position: absolute;
}

.circle__curved-line button img {
    height: 50%;
    object-fit: contain;
    width: 50%;
}

.circle__white-device,
.circle__yellow-device {
    inset: -10%;
    position: absolute;
}

.circle__white-device img,
.circle__yellow-device img {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.circle__yellow-device {
    mix-blend-mode: multiply;
}

.circle__white-device {
    opacity: 0.75;
}

.circle__text {
    animation: textFloat 7s ease-in-out infinite alternate;
    inset: -14%;
    pointer-events: none;
    position: absolute;
}

.circle__text img {
    filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.4));
    height: 100%;
    transition: rotate 1s ease;
    width: 100%;
}

.circle__pointer {
    align-items: center;
    animation: pulse 2s ease-in-out infinite;
    display: flex;
    inset: 0;
    justify-content: center;
    pointer-events: none;
    position: absolute;
    transition: opacity 1s ease;
}

.circle__pointer img {
    width: 15%;
}

.circle__chevron {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: opacity 0.3s ease;
    translate: -50% -50%;
}

.circle__button {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid #fff;
    border-radius: 9999px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 8px;
    font-weight: 700;
    gap: 7px;
    line-height: 1.5;
    margin-top: 5px;
    opacity: 0;
    padding: 3px 5px;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        scale 0.3s ease;
    vertical-align: middle;
    visibility: hidden;
    white-space: nowrap;
}

@media (hover: hover) {
    .circle__button:hover {
        scale: 1.3;
    }
}

.circle__button:after {
    aspect-ratio: 1/1;
    border-color: #fd0;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    rotate: 45deg;
    width: 4px;
}

@media only screen and (min-width: 1040px) {
    .circle__button:after {
        width: 8px;
    }
}

@media only screen and (min-width: 768px) {
    .circle__button {
        font-size: 9px;
        margin-top: 20px;
        padding: 4px 6px;
    }
}

@media only screen and (min-width: 1040px) {
    .circle__button {
        font-size: 10px;
    }
}

@media only screen and (min-width: 1440px) {
    .circle__button {
        font-size: 12px;
        padding: 4px 10px;
    }
}

.badge {
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.8);
    border-radius: 9999px;
    display: inline-flex;
    gap: 10px;
    padding: 2px;
    text-decoration: none;
    vertical-align: middle;
}

@media (hover: hover) {
    .badge:hover .badge__learn-more {
        opacity: 0.75;
    }
}

@media only screen and (min-width: 1440px) {
    .badge {
        gap: 20px;
    }
}

.badge__label {
    background-color: #3a3b40;
    border-radius: 9999px;
    color: #fd0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    padding: 6px 19px;
    text-transform: capitalize;
}

@media only screen and (min-width: 1040px) {
    .badge__label {
        font-size: 34px;
        padding: 7px 23px;
    }
}

@media only screen and (min-width: 1440px) {
    .badge__label {
        font-size: 41px;
        padding: 9px 26px;
    }
}

@media only screen and (min-width: 1920px) {
    .badge__label {
        font-size: 47px;
    }
}

.badge__learn-more {
    align-items: center;
    color: #000;
    display: inline-flex;
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    margin-right: 17px;
    transition: opacity 0.3s ease;
    vertical-align: middle;
}

.badge__learn-more:after {
    aspect-ratio: 1/1;
    border-color: currentcolor;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    rotate: 45deg;
    width: 8px;
}

@media only screen and (min-width: 1040px) {
    .badge__learn-more {
        font-size: 11px;
        gap: 8px;
    }
}

@media only screen and (min-width: 1440px) {
    .badge__learn-more {
        font-size: 11px;
    }
}

.badge__note {
    color: #fff;
    font-size: 9px;
    line-height: 1.22222;
    margin: 14px 0 0;
    padding: 0 5%;
    text-align: center !important;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .badge__note {
        font-size: 11px;
    }
}

@media only screen and (min-width: 1040px) {
    .badge__note {
        font-size: 11px;
        padding: 0 10%;
    }
}

@media only screen and (min-width: 1440px) {
    .badge__note {
        font-size: 11px;
    }
}

@media only screen and (min-width: 1920px) {
    .badge__note {
        font-size: 11px;
    }
}

.slider-buttons {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 1039px) {
    .slider-buttons:has(.slider-buttons__item:hover) .slider-buttons__link:not(:hover) .slider-buttons__chevron {
        opacity: 0;
    }
}

.slider-buttons__item {
    flex-grow: 1;
    transition: flex-grow 0.3s ease;
}

.slider-buttons__item-1 .slider-buttons__link {
    background-color: #fd0;
}

.slider-buttons__item-1 .slider-buttons__link .slider-buttons__text {
    color: #000;
}

.slider-buttons__item-1 .slider-buttons__chevron:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTYuNDUiIGN5PSIxNi40NSIgcj0iMTUuOTgiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIuOTQiLz48cGF0aCBkPSJtMTMuNTc5IDI0LjMxMi0xLjA3Ny0xLjIyMSA1LjcyOC02LjQxMS01LjcyOC02LjQxMSAxLjA3Ny0xLjIyMiA2LjgxOSA3LjYzMy02LjgyIDcuNjMyWiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==);
}

.slider-buttons__item-2 .slider-buttons__link {
    background-color: #3a3b40;
}

.slider-buttons__item-2 .slider-buttons__link .slider-buttons__chevron,
.slider-buttons__item-2 .slider-buttons__link .slider-buttons__text {
    color: #fff;
}

.slider-buttons__item-3 .slider-buttons__link {
    background-color: #777f92;
}

.slider-buttons__item-3 .slider-buttons__link .slider-buttons__chevron,
.slider-buttons__item-3 .slider-buttons__link .slider-buttons__text {
    color: #fff;
}

@media (hover: hover) and (max-width: 1039px) {
    .slider-buttons__item:hover {
        flex-grow: 4;
    }

    .slider-buttons__item:hover .slider-buttons__text {
        opacity: 1;
        position: static;
        transition: opacity 0.3s ease 0.3s, width 0.3s ease;
        width: 220px;
    }

    .slider-buttons__item:hover .slider-buttons__chevron {
        border-color: currentColor;
    }
}

.slider-buttons__link {
    display: block;
    height: 62px;
    position: relative;
    text-decoration: none;
    width: 100%;
}

@media only screen and (min-width: 1040px) {
    .slider-buttons__link {
        height: 68px;
    }
}

.slider-buttons__link-inner {
    align-items: center;
    display: flex;
    inset: 0;
    overflow: hidden;
    padding: 13px 30px 13px 20px;
    position: absolute;
}

@media only screen and (min-width: 1440px) {
    .slider-buttons__link-inner {
        padding: 13px 15px;
    }
}

.slider-buttons__logo {
    aspect-ratio: 1/1;
    height: 100%;
    margin-right: 10px;
    object-fit: contain;
    width: auto;
}

.slider-buttons__text {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    line-height: 1.2;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
}

@media only screen and (min-width: 1040px) {
    .slider-buttons__text {
        font-size: 15px;
        opacity: 1;
        position: static;
        width: 220px;
    }
}

@media only screen and (min-width: 1440px) {
    .slider-buttons__text {
        font-size: 16px;
    }
}

.slider-buttons__chevron {
    align-items: center;
    color: currentColor;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-left: auto;
    width: 21px;
}

@media only screen and (min-width: 1040px) {
    .slider-buttons__chevron {
        margin-right: -5px;
    }
}

@media only screen and (min-width: 1920px) {
    .slider-buttons__chevron {
        width: 35px;
    }
}

.slider-buttons__chevron:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHJ4PSIxNyIgc3Ryb2tlPSIjZmZmIi8+PHBhdGggZD0iTTE0LjE0NiAyNS42MiAxMyAyNC4zMmw2LjA5My02LjgyTDEzIDEwLjY4bDEuMTQ2LTEuM0wyMS40IDE3LjVsLTcuMjU0IDguMTJaIiBmaWxsPSIjZmZmIi8+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 20px;
    width: 20px;
}

@keyframes circleFloat {
    0% {
        transform: translate(0) rotate(0deg);
    }

    25% {
        transform: translate(5px, -10px) rotate(1deg);
    }

    50% {
        transform: translate(-10px, 5px) rotate(-1deg);
    }

    75% {
        transform: translate(10px, 10px) rotate(0.5deg);
    }

    to {
        transform: translate(0) rotate(0deg);
    }
}

@keyframes textFloat {
    0% {
        rotate: 20deg;
    }

    to {
        rotate: -20deg;
    }
}

@keyframes textRotate {
    to {
        rotate: -1turn;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    to {
        transform: scale(1);
    }
}

@keyframes breatheBackground {
    0% {
        filter: blur(0) brightness(1);
        opacity: 1;
        transform: scaleX(1);
    }

    50% {
        filter: blur(20px) brightness(5);
        opacity: 0.5;
        transform: scaleX(1.5);
    }

    to {
        filter: blur(0) brightness(1);
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes move-chevron {
    25% {
        opacity: 1;
    }

    33.3% {
        opacity: 1;
        transform: translateY(3.04rem);
    }

    66.6% {
        opacity: 1;
        transform: translateY(4.16rem);
    }

    to {
        opacity: 0;
        transform: translateY(6.4rem) scale(0.5);
    }
}

img.set-position-1 {
    width: 87%;
    height: auto;
    position: relative;
    left: -62px;
    top: 36px;
    transform: rotate(-57deg);
}

img.set-position-2 {
    width: 100%;
    height: auto;
    position: relative;
    left: -76px;
    top: 43px;
    transform: rotate(-56deg);
}

img.set-position-3 {
    width: 100%;
    height: auto;
    position: relative;
    left: -92px;
    top: 42px;
    transform: rotate(116deg);
}

img.set-position-4 {
    width: 100%;
    height: auto;
    position: relative;
    left: -92px;
    top: 50px;
    transform: rotate(-63deg);
}

.main-content-design h2 {
    font-size: 20px;
    margin-bottom: 12px;
}

.main-content-design h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.main-content-design h4 {
    font-size: 20px;
    margin-bottom: 12px;
}

.main-content-design h5 {
    font-size: 20px;
    margin-bottom: 12px;
}

.main-content-design h6 {
    font-size: 20px;
    margin-bottom: 12px;
}

.under-about-us img {
    width: 40%;
    float: left;
    padding-right: 45px;
}

.career-form .title span {
    font-size: 25px;
    display: block;
    margin-bottom: 10px;
}

.content-setup span {
    display: block;
    margin-bottom: 10px;
}

.content-setup li {
    list-style-type: disc;
    line-height: 29px;
    font-size: 16px;
}

.content-setup p {
    margin-bottom: 10px;
    font-size: 16px;
}

.content-setup a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.content-setup ul {
    padding-left: 15px;
}

.career-img img {
    width: 100%;
    border-radius: 15px;
}

.datails-content p {
    margin-bottom: 20px;
}

.g-recaptcha {
    overflow-y: scroll;
}

p.text-theme-colored {
    font-size: 30px;
}

.related_content p {
    margin-bottom: 12px;
}

ul.mega-drodown {
    width: 1100px;
    left: -385px;
    position: absolute;
}


.mega-menu-design ul li {
    list-style-type: disc;
}

.mega-menu-design ul {
    padding-left: 15px;
}

.mega-menu-design a {
    padding-left: 0;
}

.mega-menu-design {
    padding-left: 20px;
}

.mega-menu-design ul li {
    line-height: 18px;
}

.mega-menu-design span a {
    font-size: 14px;
    font-weight: 600;
}

ul.mega-drodown {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
}

ul.mega-drodown {
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* width */
ul.mega-drodown::-webkit-scrollbar {
    width: 3px;
}

/* Track */
ul.mega-drodown::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
ul.mega-drodown::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
ul.mega-drodown::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.box {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.box:before,
.box:after {
    content: "";
    opacity: 0;
    position: absolute;
    transition: all 0.4s ease-in-out;
}

.box:before {
    border: 0px solid rgba(0, 0, 0, 0.7);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.box:hover:before {
    opacity: 1;
    border: 50px solid rgba(64, 59, 75, 0.7);
}

.box:after {
    background: rgba(64, 59, 75, 0.7);
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    transition-delay: 0.1s;
}

.box:hover:after {
    opacity: 1;
}

.box img {
    width: 100%;
    height: auto;
}

.box .box-content {
    color: #fff;
    background: (0, 0, 0, 0.7);
    opacity: 0;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    padding: 15px 0 20px;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

.box:hover .box-content {
    opacity: 1;
}

.box .title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 2px;
}

.box .post {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 10px;
    display: block;
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    transition: all 0.4s ease-out;
}

.box .icon li {
    margin: 0 3px;
    display: inline-block;
}

.box .icon li a {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
    display: block;
    transition: all 0.3s;
}

.box .icon li a:hover {
    border-radius: 0 10px 0 10px;
    box-shadow: 0 0 5px #fff;
}

.box .icon li a i {
    line-height: inherit;
}

@media only screen and (max-width:990px) {
    .box {
        margin: 0 0 30px;
    }
}

ul.icon li i {
    background: #f4c200;
    padding: 15px;
}