@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap);

*,
*: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
}

body {
    display: block;
    position: relative;
    font: 400 14px/1.1 "Roboto", sans-serif;
    background: #fff;
    color: #464646;
    margin: 0;
    padding: 0 0;
    -webkit-font-smoothing: antialiased;
    display: block;
    position: relative;
    letter-spacing: .3px
}

.bg-logo {
    position: fixed;
    z-index: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 80%;
    height: 100%;
    opacity: .02
}

#fader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    pointer-events: none;
    background: #FDFCFB;
    animation-duration: 1s;
    animation-timing-function: ease-in-out
}

#fader.fade-out {
    opacity: 0;
    animation-name: fade-out
}

#fader.fade-in {
    opacity: 1;
    animation-name: fade-in
}

@keyframes fade-out {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.shipping_banners:not(.slick-initialized) .slider-box:not(:first-child) {
    display: none
}

::-webkit-input-placeholder {
    color: #000;
    opacity: 1
}

:-moz-placeholder,
::-moz-placeholder {
    color: #000;
    opacity: 1
}

:-ms-input-placeholder {
    color: #000;
    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,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0 0 20px;
    font-style: normal;
    font-size: 40px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.5;
    position: relative
}

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
}

p {
    margin: 0 0 15px;
    overflow: hidden;
    text-align: left;
    color: #484848;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.58;
    letter-spacing: .3px
}

.pt-60 {
    padding-top: 60px
}

input,
select,
textarea {
    background: #fff;
    background: #fff;
    border: 1px solid rgb(70 70 70 / .3);
    font: 500 15px/1 'Montserrat', sans-serif;
    width: 100%;
    display: block;
    color: #282828;
    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
}

.w-left {
    width: 100%;
    float: left
}

.slide-area.renewal-main {
    overflow: hidden
}

.clearfix:after {
    content: '';
    display: table;
    clear: both
}

input[type="search"]::-webkit-search-cancel-button {
    display: none
}

section {
    padding: 80px 0
}

.grey-bg {
    background-color: #f8f8f8
}

header {
    position: relative
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: 0.4s
}

nav.navbar.navbar-expand-lg {
    margin-top: -11px
}

.scrolled {
    position: fixed;
    top: 0;
    background-color: #fff;
    padding: 0;
    box-shadow: 1px 9px 20px #525252a8;
    transition: 0.4s
}

.white-logo {
    display: block !important
}

.normal-logo {
    display: none !important
}

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

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

.navbar.scrolled .navbar-nav .nav-link {
    color: #000
}

.navbar .navbar-nav.sm-icons .nav-link svg {
    fill: #000
}

.navbar.scrolled .navbar-nav.sm-icons .nav-link svg {
    fill: #000
}

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

.navbar.scrolled .container-fluid {
    transition: 0.4s
}

.navbar .navbar-nav .nav-link {
    font-size: 22px;
    font-weight: 500 !important;
    color: #000;
    opacity: 1;
    margin: 0 12px;
    cursor: pointer
}

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

.sm-icons {
    flex-direction: row
}

.sm-icons .nav-link {
    padding-right: 1em
}

.creative-fullpage--slider {
    background-color: #fff;
    z-index: 2;
    width: 100%;
    position: relative;
    flex-direction: column;
    height: 100vh;
    font-size: 16px;
    display: flex;
    clip-path: none !important;
    padding: 0
}

.creative-fullpage--slider .slider-inner {
    background: #000;
    height: 100vh;
    position: relative
}

.creative-fullpage--slider .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: left;
    flex-direction: column;
    overflow: hidden
}

.creative-fullpage--slider .swiper-slide .slider-inner img {
    object-fit: cover;
    width: 100%;
    height: 100vh
}

.creative-fullpage--slider .swiper-slide .slider-inner video {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
    position: absolute;
    top: 32%;
    left: 90px;
    z-index: 1;
    display: none
}

.creative-fullpage--slider .swiper-slide .slider-inner::after {
    content: "";
    position: absolute;
    width: 101%;
    height: 100%;
    top: 0;
    left: -1px;
    background-color: #fff0;
    background-image: radial-gradient(at center right, #ffffff00 50%, #00000096 100%)
}

.swiper-slide .slider-inner .swiper-content .title-area .tag {
    color: #000;
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0
}

.swiper-slide .slider-inner .swiper-content .title-area .title {
    margin-top: 50px;
    color: #000;
    font-size: 4.5vw;
    font-family: "Inter", sans-serif;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-left: -12px;
    text-decoration: none
}

.swiper-slide .slider-inner .swiper-content p.disc {
    font-size: 20px;
    width: 100%;
    margin-top: 15px;
    margin: 20px 0 40px 0;
    font-weight: 400;
    line-height: 32px;
    color: #000000b0;
    width: 100%;
    max-width: 38%
}

.creative-btn--wrap .creative-slide--btn {
    color: #000;
    margin-left: 18px;
    font-size: 1.4em;
    transition: margin-left 300ms cubic-bezier(.49, 0, .01, 1);
    font-weight: 400;
    display: inline-flex;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    outline: none;
    outline-color: #fff0;
    box-shadow: none;
    will-change: transform;
    backface-visibility: hidden
}

.creative-btn--circle .circle {
    position: absolute;
    right: calc(100% - 10px);
    top: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    clip-path: circle(25% at 50% 50%);
    transition: clip-path 500ms cubic-bezier(.49, 0, .01, 1)
}

.creative-btn--circle .circle .circle-fill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    background-color: #fff;
    will-change: transform;
    transform: scale(0);
    z-index: 1;
    transition: transform 500ms cubic-bezier(.49, 0, .01, 1), background-color 500ms cubic-bezier(.49, 0, .01, 1)
}

.creative-btn--circle .circle-icon {
    transform: translate(-100%, 0%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 2;
    transition: all 500ms cubic-bezier(.49, 0, .01, 1)
}

.creative-btn--circle .circle-icon .icon-arrow {
    width: 20px;
    height: 20px;
    stroke: none;
    fill: #000
}

.creative-btn--circle .circle-outline {
    fill: #fff0;
    width: 10px;
    stroke: #fff
}

.creative-btn--wrap .creative-slide--btn .creative-btn--label {
    margin-left: 4pt;
    transition: transform 500ms cubic-bezier(.49, 0, .01, 1)
}

.creative-btn--wrap .creative-slide--btn .creative-btn__border {
    position: absolute;
    left: 4pt;
    right: 0;
    bottom: 0;
    height: 1px;
    background: currentColor;
    transform-origin: right;
    transition: transform 500ms cubic-bezier(.49, 0, .01, 1)
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn--label {
    transform: translateX(18px)
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
    transform: scale(0, 1)
}

.creative-btn--wrap .creative-slide--btn:hover {
    margin-left: 38px !important
}

.creative-btn--wrap .creative-slide--btn:hover .circle {
    clip-path: circle(50% at 50% 50%)
}

.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
    transform: scale(1, 1)
}

.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
    transform: translate(0%, 0%);
    opacity: 1
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next,
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    bottom: 5%;
    top: unset;
    transform: scale(1);
    transition: all 0.4s;
    background-color: #fff0;
    backdrop-filter: blur(20px);
    height: 85px;
    width: 85px;
    line-height: 85px;
    border-radius: 50%;
    transition: all 0.4s;
    background-image: none
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next {
    right: 50px
}

.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    left: 50px
}

.swiper-container-h .slider-pagination-area {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: unset;
    right: unset;
    bottom: 80px;
    left: 50% !important;
    transform: translateX(-50%);
    width: 500px;
    z-index: 1
}

.swiper-container-h .slider-pagination-area .slide-range {
    font-size: 16px;
    font-weight: 500;
    margin: 0 15px;
    color: #000;
    line-height: 0;
    position: absolute;
    font-size: 20px
}

.swiper-container-h .slider-pagination-area .slide-range.one {
    left: -50px
}

.swiper-container-h .slider-pagination-area .slide-range.three {
    right: -50px
}

.swiper-container-h .slider-pagination-area .swiper-pagination {
    bottom: 0 !important;
    width: 500px !important
}

.swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-container-h .swiper-button-next svg,
.swiper-container-h .swiper-button-prev svg {
    width: 55%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-container-h .swiper-button-next::after {
    content: "";
    background: none;
    color: #fff;
    font-size: 60px
}

.swiper-container-h .swiper-button-prev::after {
    content: "";
    background: none;
    color: #fff;
    font-size: 60px
}

.swiper-container-h .swiper-button-next:hover,
.swiper-container-h .swiper-button-prev:hover {
    background: #ffffff0d
}

@media (max-width:1023px) {
    .navbar.scrolled .container-fluid {
        padding: 6px 12px
    }

    .navbar-collapse {
        margin-top: 10px
    }

    .tp-project-title {
        font-size: 14px
    }
}

@media (max-width:996px) {
    .tp-btn-border-lg.white-border {
        font-size: 14px
    }

    .tp-project-style-2 .tp-project-content {
        bottom: -32%;
        padding: 15px 15px 15px
    }
}

@media (max-width:991px) {
    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
        width: 100%
    }

    .creative-fullpage--slider .swiper-container-h .swiper-button-next,
    .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
        height: 50px;
        width: 50px;
        line-height: 50px
    }

    .swiper-container-h .slider-pagination-area {
        width: 200px !important
    }

    .swiper-container-h .swiper-button-next::after,
    .swiper-container-h .swiper-button-prev::after {
        font-size: 30px
    }

    .creative-fullpage--slider .swiper-container-h .swiper-button-next,
    .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
        background: #ffffff3b
    }

    .creative-fullpage--slider .swiper-container-h .slider-pagination-area .swiper-pagination {
        bottom: 0 !important;
        width: 200px !important
    }
}

@media screen and (max-width:768px) {
    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content .title-area .title {
        font-size: 37px
    }

    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content .title-area .tag {
        margin-bottom: 0
    }

    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content p.disc {
        font-size: 16px;
        width: 75%
    }

    .creative-fullpage--slider .swiper-container-h .slider-pagination-area {
        display: none
    }

    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content p.disc br {
        display: none
    }
}

.tp-section-subtitle {
    color: #8c8c8c;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 20px
}

.tp-section-title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 0
}

.tp-section-title span {
    color: #f7d723
}

.about-info p,
.ingredients-content p {
    color: #242424;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px
}

b {
    color: #000
}

.tp-about-big-text {
    position: absolute;
    content: "";
    top: 0;
    right: 23.6%
}

.d-none {
    display: none !important
}

@media (min-width:1200px) {
    .d-xl-block {
        display: block !important
    }

    #gallery .container-fluid {
        padding: 0 5%
    }
}

.tp-about-bg {
    position: relative;
    z-index: 2
}

.tp-about-big-text h6 {
    color: #a6a182;
    font-size: 148px;
    font-style: normal;
    font-weight: 700;
    opacity: .05
}

.tp-about-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35.5%;
    background-color: #fff;
    z-index: -1
}

.btn {
    border: 1px dashed #f0d928;
    padding: 11px 40px;
    border-radius: 50px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    background-color: #f7d723;
    display: inline-block;
    color: #000;
    transition: 0.4s
}

.btn:hover {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    transition: 0.4s;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    text-align: center
}

.btn:hover,
.btn:focus {
    -webkit-animation-name: wobble;
    animation-name: wobble;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes wobble {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

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

@keyframes wobble {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

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

.heading {
    text-align: center;
    margin-bottom: 50px;
    display: block
}

.heading p {
    font-weight: 700;
    font-size: 22px;
    color: #67798f;
    text-align: left;
    padding-right: 0;
    position: relative;
    line-height: 1;
    text-align: center
}

.heading h2 {
    font-weight: 700;
    font-size: 55px;
    color: #000;
    text-align: left;
    padding-right: 0;
    position: relative;
    text-transform: capitalize;
    line-height: 1.1;
    text-align: center
}

.heading h2 span {
    color: #f7d723
}

.manufacturer-info {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #f7d72357;
    border-radius: 20px 20px 0 0;
    padding: 20px;
    color: #fff;
    background: #F7D723;
    height: 100%;
    background: linear-gradient(0deg, #f7d723 0%, #fff0 40%);
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.manufacturer-info h2 {
    margin: 0;
    text-transform: capitalize;
    font-size: 38px;
    line-height: 1.4;
    margin-bottom: 0;
    color: #000;
    text-align: center;
    font-weight: bolder;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: initial;
    text-decoration-skip-ink: none
}

.manufacturer-item-box.position-relative {
    border-radius: 12px;
    overflow: hidden
}

.manufacturer-item-box.position-relative img {
    width: 100%;
    max-width: 100%;
    position: relative
}

.manufacturer {
    background-image: url(../images/layer-4.png);
    background-repeat: no-repeat
}

.why-contents {
    margin-bottom: 14px
}

.why-sub-content {
    margin-bottom: 20px
}

.why-contents h4 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #000
}

.why-contents p,
.why-sub-content p {
    color: #54595f;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px
}

.why-contents p {
    display: flex
}

.why-contents p svg {
    width: 40px
}

.we-manufacturer {
    background-image: url(../images/bg-img.webp)
}

.black-bg {
    background-color: #000
}

.assist-section {
    background: #000
}

.assist-info h3,
.tc-contact-form-style1 h3 {
    font-size: 42px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 1px 5px 6px #f0d9286b
}

.assist-info span,
.tc-contact-form-style1 p {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: block
}

.assist-section .btn:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #000
}

footer {
    background-color: #000;
    padding: 140px 0 80px
}

.footer-title,
.footer-address,
.footer-call,
.footer-email {
    display: flex;
    align-items: flex-start;
    justify-content: start;
    margin-bottom: 20px
}

.footer-title h2 {
    margin: 0;
    color: #fff;
    font-size: 32px;
    margin-left: 14px
}

.footer-address p,
.footer-call p,
.footer-email p {
    margin-left: 10px;
    margin-bottom: 0
}

.footer-address p a,
.footer-call p a,
.footer-email p a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0
}

.copy-right {
    display: flex;
    align-items: center;
    justify-content: center
}

.copy-right p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0
}

.copy-right p a {
    font-weight: 700;
    color: #f7d723;
    font-size: 16px
}

.ingredients-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 55px;
    margin-left: -78px;
    z-index: 1
}

.ingredients-icon {
    width: 90px;
    height: 90px;
    flex: 0 0 90px;
    text-align: center;
    line-height: 90px;
    background: #fff;
    font-size: 44px;
    color: #0e76b3;
    margin-right: 30px;
    box-shadow: 0 16px 32px 0 rgb(0 0 0 / .06);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.ingredients-content .title {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 19px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    letter-spacing: -.3px
}

.ingredients-img {
    text-align: center;
    margin-left: -22px;
    margin-right: 0
}

.ingredients-img img {
    max-width: 100%
}

.ingredients-wrapper [class*=col-]:first-child .ingredients-item {
    flex-direction: row-reverse;
    text-align: right;
    margin-left: 0;
    margin-right: -78px
}

.ingredients-wrapper [class*=col-]:first-child .ingredients-item .ingredients-icon {
    margin-right: 0;
    margin-left: 30px
}

.tc-contact-form-style1 {
    position: relative;
    padding: 150px 0;
    overflow: hidden;
    background: url(../images/footer_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.tc-contact-form-style1 .form {
    display: block;
    background: rgb(255 255 255 / 70%);
    padding: 40px;
    border-radius: 50px;
    backdrop-filter: blur(3px)
}

.tc-contact-form-style1 .form label {
    display: block;
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: .3px
}

.sub-modal-popup.tc-contact-form-style1 .form label {
    color: #000;
    text-align: left;
    font-weight: 400;
    font-size: 16px
}

.tc-contact-form-style1 .form .form-control {
    border: 0;
    background-color: #fff0;
    border-radius: 0;
    border-bottom: 1px solid #000;
    padding: 10px 8px;
    font-size: 14px;
    color: #000000 !important
}

.sub-modal-popup.tc-contact-form-style1 .form .form-control {
    border: 0;
    background-color: #fff0;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 14px;
    color: #000000 !important
}

.tc-contact-form-style1 .form .form-control::placeholder {
    color: #8d8b8b52;
    text-transform: capitalize
}

.tc-contact-form-style1 .form .form-select option:first-child {
    color: #8d8b8b
}

.sub-modal-popup.tc-contact-form-style1 .form .form-select option:first-child {
    color: #8d8b8b
}

.tc-contact-form-style1 .form .form-select option {
    color: #030303
}

.intl-tel-input .selected-flag .iti-arrow {
    border-top: 4px solid #fff !important
}

.tc-contact-form-style1 .form .form-control:hover,
.tc-contact-form-style1 .form .form-control:focus {
    border-color: #000
}

.tc-contact-form-style1 .shap {
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 55%
}

@media screen and (max-width:991px) {
    .tc-map-style1 .map-card {
        height: 400px
    }
}

.form-group.has-feedback {
    margin-bottom: 25px
}

.form-control:focus {
    outline: 0;
    box-shadow: unset
}

.modal-logo img {
    width: 100%;
    max-width: 30%;
    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-content a {
    color: #1d242b;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    padding: 15px 0 0 10px;
    width: 100%;
    align-items: center
}

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

.modal-body .form-control {
    border: 0;
    background-color: #fff0;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 15px;
    color: #000000 !important;
    box-shadow: none;
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.modal-header {
    background-color: #fdd440;
    color: #002246;
    text-align: center
}

.modal-header h5 {
    color: #000;
    font-size: 24px;
    width: 100%;
    letter-spacing: .4px;
    font-weight: 600
}

.modal-header .btn-close {
    margin: 0
}

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

.modal-body {
    padding: 0
}

.sec-title__title {
    font-size: 55px;
    line-height: 1.2;
    margin-bottom: 22px;
    color: #fdd440
}

.about-two__content-text1 p {
    color: #2c2c2c;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
    width: 100%;
    max-width: 60%;
    margin: auto
}

.service-one {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0 0 40px
}

.service-one_pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 40px 40px;
    background-repeat: repeat;
    z-index: -1
}

.service-one_shadow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background-position: right bottom;
    background-repeat: no-repeat
}

.service-one .title p {
    margin-top: -20px !important;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 80px !important
}

.service-one .inner-container {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    z-index: 2
}

.service-one .inner-container>.row {
    position: relative;
    z-index: 2
}

.service-one_title {
    position: relative;
    margin-bottom: 10px
}

.service-one_title .service-one_arrow {
    position: absolute;
    right: 8px;
    top: 6px;
    padding: 20px;
    font-size: 20px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    transform: rotate(-45deg);
    background-color: #000
}

.service-one_title .service-one_arrow svg path {
    fill: #fff
}

.service-one_title:last-child {
    margin-bottom: 0
}

.service-one_heading {
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.service-one_heading {
    position: relative;
    display: block;
    border-radius: 50px;
    color: #fff;
    text-transform: capitalize;
    background-color: rgb(255 255 255 / 29%);
    padding: 17px 25px;
    backdrop-filter: blur(10px);
    font-size: 23px;
    text-align: center;
    font-weight: 300
}

.service-one_title.active .service-one_arrow,
.service-one_title:hover .service-one_arrow {
    color: #000;
    background-color: #fff;
    font-weight: 600
}

.service-one_title.active .service-one_heading,
.service-one_title:hover .service-one_heading {
    color: #fff;
    background-color: #f7d723;
    cursor: pointer
}

.service-one_title.active .service-one_arrow svg path {
    fill: #000
}

.service-one_image-column {
    position: relative;
    z-index: 10;
    min-height: 450px !important;
    height: 450px;
    overflow: hidden;
    border-radius: 20px
}

.service-one_image-outer {
    position: relative;
    height: 100%
}

.service-one_images_outer {
    position: relative;
    height: 100%
}

.service-one_title.active .service-one_subtitle,
.service-one_title:hover .service-one_subtitle {
    background-color: #f7d723
}

.service-one_image {
    position: absolute;
    right: 15px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 0, 0) rotate(-5deg);
    -webkit-transform: translate3d(0, 0, 0) rotate(-5deg);
    transition: opacity .5s ease, transform .5s ease, visibility 0s linear .5s;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease, visibility 0s linear .5s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform, opacity;
    overflow: hidden;
    border-radius: 30px
}

.service-one_image>img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
    object-fit: cover
}

.service-one_image.active {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0) rotate(0deg);
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transition: opacity .5s ease, transform .5s ease;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    height: 100%;
    width: 100%
}

.service-one_content-column {
    position: relative;
    z-index: 10;
    padding-right: 50px
}

.service-one_content-outer {
    position: relative
}

.service-one_content {
    position: relative;
    margin-top: -11%;
    padding: 20px 20px;
    background-color: #0000003e;
    backdrop-filter: blur(10px)
}

.service-one_sub-title {
    position: relative;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center
}

.service-one_text {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-top: 12px;
    color: #fff;
    text-transform: capitalize
}

.service-one_button {
    position: absolute;
    right: 5px;
    top: -90px;
    padding: 10px 10px 0;
    border-radius: 50px 0 50px 50px
}

.service-one_heading,
.service-one_content {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

img.mobile {
    display: none
}

.service-one_image {
    -webkit-transform: translate3d(0, 0, 0) rotate(-5deg);
    transform: translate3d(0, 0, 0) rotate(-5deg);
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease, visibility 0s linear .5s;
    transition: opacity .5s ease, transform .5s ease, visibility 0s linear .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.service-one_image.active {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease
}

.service-one_heading,
.service-one_content {
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.service-one_title,
.service-one_heading {
    -webkit-tap-highlight-color: #fff0
}

.advantage-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px 25px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #efefef;
    text-align: left;
    box-shadow: 1px 5px 16px #e9e9e9
}

.badge-custom {
    background-color: #f7d723;
    color: #fff;
    padding: 8px 18px;
    font-weight: 500;
    border-radius: 30px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    display: none
}

.advantage-six:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgb(0 0 0 / .15)
}

.advantage-card:hover {
    transform: translateY(-10px)
}

.advantage-icon {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    margin: 0 0 20px;
    color: #fff
}

.advantage-card h3 {
    font-weight: 600;
    margin-bottom: 12px;
    color: #000;
    font-size: 28px
}

.advantage-card p {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #2e2e2e
}

.advantage-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left
}

.advantage-list li {
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
    color: #000;
    font-weight: 400;
    line-height: 1.5
}

.advantage-list li i {
    color: #28a745;
    margin-right: 8px
}

.manufacturing-section .heading h2 span {
    color: #f7d723
}

.manufacturing-section .heading p {
    text-align: center;
    width: 100%;
    max-width: 900px;
    margin: auto
}

.bill-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0
}

.manufacturing-section .container-fluid {
    z-index: 2
}

.manufacturing-section .container {
    z-index: 2
}

.wptb-testimonial-one.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.wptb-testimonial1 .wptb-item--inner {
    position: relative;
    padding: 18px 25px;
    width: 100%;
    background-color: #fff
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--image {
    position: relative;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border: 4px solid rgba(var(--color-white-fixed-rgb), .25)
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    transition: all 0.5s ease-in-out
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--icon {
    font-size: 24px;
    color: #000;
    margin-top: -17px
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--icon svg path {
    fill: #000
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--holder {
    position: relative;
    transition: all 0.5s ease-in-out
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--meta {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 18px;
    margin-bottom: 20px
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--meta-right {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    padding: 5px 15px;
    border-radius: 6px;
    background-color: var(--color-one);
    flex-shrink: 0
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--title {
    color: #000;
    margin-bottom: 5px;
    font-size: 20px;
    font-style: normal;
    line-height: 30px
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--designation {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 0;
    color: #000;
    display: none
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--description {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--meta-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-one);
    font-size: 18px
}

.wptb-swiper-navigation.style1 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
    right: 65px;
    bottom: 5px
}

.wptb-swiper-navigation.style1 .wptb-swiper-arrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 54px;
    height: 54px;
    color: #000;
    background-color: #fff0;
    border-radius: 100%;
    margin-top: 0;
    transition: all 0.5s ease-in-out
}

.wptb-swiper-navigation.style1 .wptb-swiper-arrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px dashed #000;
    border-radius: 100%;
    transition: all 0.5s ease-in-out;
    z-index: -1
}

.wptb-swiper-navigation.style1 .wptb-swiper-arrow:hover::before {
    border-color: #000;
    background-color: rgba(#000000, .5);
    -webkit-animation: wptb_spin 12s ease-out infinite;
    animation: wptb_spin 12s ease-out infinite
}

.wptb-swiper-navigation.style1 .wptb-swiper-arrow:after {
    font-family: 'bootstrap-icons';
    font-size: 17px
}

.wptb-swiper-navigation.style1 .swiper-button-prev:after {
    content: "\f12f";
    display: none
}

.wptb-swiper-navigation.style1 .swiper-button-next:after {
    display: none
}

.wptb-swiper-navigation.style1 .swiper-button-next svg,
.wptb-swiper-navigation.style1 .swiper-button-prev svg {
    width: 20px;
    height: 20px;
    object-fit: contain;
    transform-origin: center
}

.swiper-testimonial .swiper-button-prev,
.swiper-testimonial .swiper-container-rtl .swiper-button-next {
    background-image: unset
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: none !important
}

.wptb-swiper-navigation.style1 .swiper-button-prev svg {
    transform: rotate(180deg)
}

@media screen and (min-width:1340px) {
    .wptb-testimonial-one .container-fluid {
        padding: 0 4%
    }
}

@keyframes wptb_spin {
    0% {
        transform: rotate(0)
    }

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

.review_container .left-part {
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.review_container .left-part .name-img-cont {
    display: flex;
    gap: 10px;
    align-items: center
}

.review_container .number-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.review_container .rating {
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    line-height: 1.4;
    margin-left: 15px;
    text-transform: capitalize
}

.review_container .number {
    font-size: 24px;
    font-weight: 700;
    color: #EA7D28;
    margin-top: 9px
}

.review_container .number svg {
    width: 20px
}

.review_container .text h4 {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    margin-top: 24px
}

.swiper-testimonial .swiper-wrapper {
    margin-bottom: 68px
}

.swiper-testimonial .swiper-slide {
    height: 100%
}

.ke-float-hover {
    position: fixed;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 999999;
    left: 0;
}

.ke-float-hover__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ke-float-hover__link {
    height: 52px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 0 14px;
    border-radius: 14px;
    color: #fff !important;
    text-decoration: none;
    overflow: hidden;
    transition: width .22s ease, transform .22s ease;
    will-change: width;
    flex-direction: row-reverse;
}

.email {
    background-color: #f7d723
}

.call {
    background-color: #176ec8
}

.whatsapp {
    background-color: #25D366
}

.ke-float-hover__icon {
    width: 24px;
    min-width: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff
}

.ke-float-hover__text {
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
    opacity: 1;
    transform: translateX(-7px);
    transition: opacity .18s ease, transform .18s ease;
}

.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 200px;
    overflow-x: hidden;
    color: #fff0;
    font-size: 144px;
    text-transform: uppercase;
    font-weight: 100;
    -webkit-text-stroke: 1px #00000047;
    font-family: math;
    display: flex;
    align-items: center
}

.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite
}

@keyframes marquee {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@media (hover:hover) and (pointer:fine) {
    .ke-float-hover__link:hover {
        width: 190px;
        transform: translateX(-6px)
    }

    .ke-float-hover__link:hover .ke-float-hover__text {
        opacity: 1;
        transform: translateX(0)
    }
}

.counter-wrapper {
    padding: 50px 40px;
    margin-top: -110px;
    position: relative;
    overflow: hidden;
    z-index: 9
}

.bg-color-ffaa01 {
    background-color: #f7d723;
    background: #FFF;
    background: radial-gradient(circle, #ffffff 0%, #f7d723 100%)
}

.single-content {
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.single-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    width: 100%;
    height: 100%;
    border-right: 1px solid rgb(255 255 255 / .5)
}

span.timer {
    margin-top: -27px;
    display: block;
    margin-right: 10px
}

.single-content h2 {
    font-weight: 700;
    font-size: 5vw;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 10px
}

.single-content .postion-relative {
    position: relative;
    top: -6px
}

.single-content .symbol {
    font-size: 50px;
    font-weight: 700;
    color: #000514;
    line-height: 1;
    margin-bottom: 8px
}

.single-content .title {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    width: 100%;
    max-width: 85%;
    line-height: 1.4
}

.counter-wrapper .counter-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%
}

@media screen and (min-width:1360px) {
    .counter-section .container-fluid {
        padding: 0 7%
    }
}

.gridywrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 350px;
    grid-column-gap: 24px;
    grid-row-gap: 24px
}

.gridy-1 {
    grid-column: span 1
}

.gridy-2 {
    grid-column: span 2
}

.gridyhe-1 {
    grid-row: span 1
}

.gridyhe-2 {
    grid-row: span 2
}

.gridywrap .grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background-color: #f1f1f1;
    box-shadow: 0 16px 40px rgb(0 0 0 / .08);
    isolation: isolate
}

.gridywrap .gridimg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    transition: transform 0.6s ease
}

.gridywrap .grey-card .gridimg {
    background: #d4d4d4
}

.gridywrap .gridinfo {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
    background: linear-gradient(to bottom, rgb(0 0 0 / .4), rgb(0 0 0 / .7));
    color: #fff;
    transition: background 0.35s ease;
    display: none
}

.gridywrap .gridinfo-inner {
    max-width: 100%
}

.gridywrap .gridinfo h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.35s ease;
    width: 90%
}

.gridywrap .grid-desc {
    font-size: 20px;
    line-height: 1.6;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.35s ease, transform 0.35s ease;
    color: #fff;
    text-align: center;
    width: 100%
}

.gridywrap .grid-item:hover .gridimg {
    transform: scale(1.06)
}

.gridywrap .grid-item:hover .gridinfo {
    background: #f0d92882
}

.gridywrap .grid-item:hover .grid-desc {
    opacity: 1;
    transform: translateY(65px)
}

@media (max-width:991.98px) {
    .gridywrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 220px
    }

    .gridywrap .grid-item:hover .grid-desc {
        opacity: 1;
        transform: translateY(25px)
    }

    .gridy-1,
    .gridy-2 {
        grid-column: span 2
    }

    .gridywrap .gridinfo h3 {
        top: 30%
    }

    .gridyhe-2 {
        grid-row: span 1
    }

    .certificate-section {
        margin: 50px 0
    }
}

@media (max-width:575.98px) {
    .gridywrap {
        grid-template-columns: 1fr;
        grid-auto-rows: 220px
    }

    .gridy-1,
    .gridy-2 {
        grid-column: span 1
    }

    .gridyhe-1,
    .gridyhe-2 {
        grid-row: span 1
    }

    .gridywrap .gridinfo h3 {
        font-size: 16px
    }

    .gridywrap .grid-desc {
        font-size: 13px
    }
}

section.application-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.application-section .swiper {
    width: 100%;
    padding-top: 0;
    padding-bottom: 70px
}

.application-section .swiper-slide {
    width: 450px;
    height: 550px;
    box-shadow: 0 15px 50px rgb(0 0 0 / .2);
    filter: blur(1px);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: self-start
}

.application-section .swiper-slide-active {
    filter: blur(0)
}

.application-section .swiper-pagination-bullet,
.application-section .swiper-pagination-bullet-active {
    background: #070707
}

.application-section .swiper-slide span {
    text-transform: uppercase;
    color: #fff;
    background: #1b7402;
    padding: 7px 18px 7px 25px;
    display: inline-block;
    border-radius: 0 20px 20px 0;
    letter-spacing: 2px;
    font-size: .9rem;
    font-family: "Open Sans", sans-serif
}

.application-section .swiper-slide span {
    background: #f7d723;
    color: #000;
    font-weight: 800
}

.application-section .swiper-slide h2 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 15px;
    padding: 25px 45px 0 25px
}

.application-section .swiper-slide p {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    display: flex;
    align-items: center;
    padding: 0 25px 35px 25px;
    font-size: 17px
}

.application-section .swiper-slide svg {
    color: #fff;
    width: 22px;
    height: 22px;
    margin-right: 7px
}

.application-section .swiper-slide--one {
    background: linear-gradient(to top, #000000, #00000052, #00000069), url(../images/application/mining_industry.webp) no-repeat 50% 50% / cover
}

.application-section .swiper-slide--two {
    background: linear-gradient(to top, #000000, #00000052, #00000069), url(../images/application/cement_industryv.webp) no-repeat 50% 50% / cover
}

.application-section .swiper-slide--three {
    background: linear-gradient(to top, #000000, #00000052, #00000069), url(../images/application/food-processing-industry.webp) no-repeat 50% 50% / cover
}

.application-section .swiper-slide--four {
    background: linear-gradient(to top, #000000, #00000052, #00000069), url(../images/application/packaging-industry.webp) no-repeat 50% 50% / cover
}

.application-section .swiper-slide--five {
    background: linear-gradient(to top, #000000, #00000052, #00000069), url(../images/application/pharmaceutical-industry.webp) no-repeat 50% 50% / cover
}

.application-section .swiper-slide--six {
    background: linear-gradient(to top, #000000, #00000052, #00000069), url(../images/application/agriculture-industry.webp) no-repeat 50% 50% / cover
}

.application-section .swiper-slide--seven {
    background: linear-gradient(to top, #000000, #00000052, #00000069), url(../images/application/automotive-industry.webp) no-repeat 50% 50% / cover
}

.application-section .swiper-slide--eight {
    background: linear-gradient(to top, #000000, #00000052, #00000069), url(../images/application/chemical-industry.webp) no-repeat 50% 50% / cover
}

.application-section .swiper-slide--nine {
    background: linear-gradient(to top, #000000, #00000052, #00000069), url(../images/application/recycling-industry.webp) no-repeat 50% 50% / cover
}

.application-section .swiper-slide--ten {
    background: linear-gradient(to top, #000000, #00000052, #00000069), url(../images/application/textile-industry.webp) no-repeat 50% 50% / cover
}

.application-section .swiper-3d .swiper-slide-shadow-left,
.application-section .swiper-3d .swiper-slide-shadow-right {
    background-image: none
}

.wptb-testimonial1 {
    margin-bottom: 22px
}

.tc-contact-form-style1.form-step-section .form {
    background-color: #e3e3e32b;
}

.form-step-section {
    padding: 60px 0;
    background-image: url(../images/logo/logo-white-bg.png);
    background-position-x: center;
    background-size: 20%;
}

.tc-contact-form-style1.form-step-section ul {
    margin-top: 40px;
}

.tc-contact-form-style1.form-step-section ul li {
    display: flex;
    margin-bottom: 15px;
}

.tc-contact-form-style1.form-step-section ul li img {
    margin-right: 10px;
}

.tc-contact-form-style1.form-step-section p {
    color: #000000;
    margin: 0;
    text-transform: capitalize;
}

.form-step-title h5 {
    font-size: 45px;
    text-transform: capitalize;
    line-height: 1.3;
    letter-spacing: 0.2px;
}

@media screen and (min-width:1440px) {
    .about-us-sections .container-fluid {
        padding: 0 5%
    }
}

@media screen and (max-width:1386px) {
    .tp-about-bg:after {
        content: "";
        position: absolute;
        top: -56px;
        width: 100%;
        background-color: #fff0
    }

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

    .manufacturer-items.py-5 .row.pt-5.mt-5 {
        margin-top: 0px !important
    }

    .tp-about-bg {
        margin-top: 0px !important
    }

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

    .navbar .navbar-nav .nav-link {
        font-size: 15px
    }

    .navbar .navbar-nav .nav-link {
        font-size: 15px;
        margin: 0 13px
    }
}

@media screen and (max-width:1205px) {
    .tp-about-big-text h6 {
        display: none
    }

    section {
        padding: 50px 0
    }

    .tp-about-bg {
        padding-bottom: 10px
    }

    .tp-section-title {
        font-size: 26px;
        margin-bottom: 10px
    }

    .about-info p,
    .ingredients-content p {
        font-size: 15px
    }

    .about-items .row.align-items-end.mb-5 {
        align-items: flex-start !important
    }

    .manufacturer-items.py-5 {
        padding-top: 0px !important;
        padding-bottom: 10px !important
    }

    .manufacturer-info h2 {
        font-size: 18px
    }

    .tc-contact-form-style1 {
        padding: 98px 0
    }

    .industrial-items.py-5 {
        padding-top: 0px !important
    }

    .heading h2 {
        font-size: 50px
    }

    footer {
        padding: 80px 0 80px
    }

    .tp-project-style-2 .tp-project-title {
        margin-bottom: 10px
    }

    .tp-project-title {
        font-size: 17px
    }

    .tp-project-style-2 .tp-project-content {
        padding: 20px 15px 22px;
        bottom: 21%
    }

    .footer-title h2 {
        font-size: 26px
    }
}

@media screen and (max-width:1065px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
        margin: 0 2px
    }
}

@media screen and (max-width:991px) {
    .ingredients-item {
        margin-bottom: 0;
        margin-left: 0;
        flex-wrap: wrap;
        text-align: center
    }

    .footer-items .my-5.text-center {
        margin-top: 10px !important
    }

    .footer-items {
        padding: 0 10px
    }

    .heading h2 {
        font-size: 44px
    }

    .why-items.mb-4 .row.pt-5.mb-5 {
        padding-top: 0px !important
    }

    span.tp-section-subtitle {
        margin-top: 20px;
        font-size: 20px
    }

    .tp-section-title {
        font-size: 31px;
        margin-bottom: 8px;
        text-transform: capitalize
    }

    .ingredients-icon {
        margin: 0 auto 10px !important
    }

    .ingredients-content {
        text-align: center
    }

    .industrial-items.py-5 {
        padding-bottom: 0px !important
    }

    .industrial-items.py-5 .row.pt-5 {
        padding-top: 0px !important
    }

    .products-items.mb-5 .row.pt-5 {
        padding-top: 0px !important
    }

    .ingredients-wrapper [class*=col-]:first-child .ingredients-item {
        margin-right: 0
    }

    .navbar.scrolled .container-fluid {
        padding-top: 0
    }

    a.navbar-brand.fw-bold {
        padding: 0
    }

    .navbar .container-fluid {
        padding-top: 0
    }

    nav.navbar.navbar-expand-lg {
        margin-top: -11px;
        background-color: #fff !important
    }

    .navbar-brand {
        max-width: 13%
    }

    .manufacturer-items.py-5 .row.pt-5.mt-5 {
        padding-top: 0px !important;
        margin-top: 0px !important
    }

    .navbar .navbar-nav .nav-link {
        font-size: 18px;
        margin: 0 13px;
        padding: 15px 0
    }

    .nav-item {
        padding-bottom: 0;
        border-bottom: 1px solid #8c8c8c3d
    }

    .enquiry-btn {
        padding-bottom: 10px
    }

    .heading {
        margin-top: 20px
    }

    .swiper-slide .slider-inner .swiper-content .title-area .title {
        margin-left: 0;
        font-size: 3.7vw
    }

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

    .ke-float-hover {
        transform: translateY(0);
        bottom: 0 !important;
        left: 0;
        right: 0;
        position: fixed !important
    }

    .ke-float-hover__list {
        flex-direction: row;
        gap: 0
    }

    .ke-float-hover__link {
        width: 100%;
        gap: 0;
        justify-content: center
    }

    .ke-float-hover__text {
        opacity: 1
    }

    .ke-float-hover__item {
        flex-basis: 50%;
    }

    .tc-contact-form-style1 .form label {
        font-size: 16px;
    }

    .tc-contact-form-style1 .form {
        padding: 30px 20px;
        border-radius: 0;
    }

    .advantage-icon {
        width: 50px;
        height: 50px;
    }

    .advantage-icon i {
        font-size: 25px;
    }

    .advantage-card h3 {
        font-size: 23px;
    }

    .advantage-list li {
        font-size: 15px;
    }

    .marquee {
        height: 140px;
        font-size: 90px;
    }

    section.application-section {
        min-height: 100%;
    }
}

@media screen and (max-width:914px) {
    .heading h2 {
        font-size: 48px
    }

    .products-items.mb-5 .row.pt-5 {
        padding-top: 0px !important
    }

    .footer-item {
        margin-bottom: 35px
    }

    .footer-address svg {
        width: 30px
    }

    .footer-title h2 {
        font-size: 24px
    }

    .assist-info h3,
    .tc-contact-form-style1 h3 {
        font-size: 35px
    }

    .tc-contact-form-style1 {
        padding: 70px 0
    }

    section {
        padding: 60px 0
    }
}

@media screen and (max-width:812px) {
    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
        top: 23%
    }

    .heading h2 {
        font-size: 47px
    }

    section {
        padding: 70px 0
    }

    .footer-title h2 {
        font-size: 29px
    }
}

@media screen and (max-width:768px) {
    .tp-section-subtitle {
        color: #a6a182;
        font-size: 22px;
        padding-top: 15px
    }

    img.desktop {
        display: none
    }

    img.mobile {
        display: block
    }

    .creative-btn--wrap .creative-slide--btn .creative-btn__border {
        background: none
    }

    section {
        padding: 40px 0
    }

    button.navbar-toggler.collapsed {
        margin-bottom: 40px !important
    }

    .ingredients-content {
        margin-top: 13px
    }

    .manufacturer-items.py-5 .row.pt-5.mt-5 {
        padding-top: 10px !important;
        margin-top: 10px !important
    }

    .heading p {
        font-size: 18px;
        margin-top: 20px
    }

    .why-items.mb-4 .row.pt-5.mb-5 {
        padding-top: 0px !important
    }

    .products-items.mb-5 .row.pt-5 {
        padding-top: 0px !important
    }

    .heading h2 {
        font-size: 35px;
        margin-bottom: 20px
    }

    .products-items.mb-5 {
        margin-bottom: 10px !important
    }

    .manufacturer-info h2 {
        font-size: 22px
    }

    .navbar-brand {
        max-width: 14%
    }

    .tp-section-title {
        font-size: 35px !important
    }

    .assist-info h3,
    .tc-contact-form-style1 h3 {
        font-size: 28px;
        text-transform: capitalize
    }

    .footer-title h2 {
        font-size: 25px
    }

    .footer-item {
        margin-bottom: 45px
    }

    .footer-address p a,
    .footer-call p a,
    .footer-email p a {
        font-size: 15px;
        line-height: 1.5
    }

    .footer-title,
    .footer-address,
    .footer-call,
    .footer-email {
        margin-bottom: 15px
    }

    .footer-address svg {
        width: 30px
    }

    .footer-title img {
        width: 30px
    }

    .footer-address p,
    .footer-call p,
    .footer-email p {
        margin-left: 15px
    }

    .tp-project-style-2 .tp-project-title {
        margin-bottom: 25px
    }

    .tp-project-title {
        font-size: 23px
    }

    .assits-btn .d-block.text-end {
        text-align: center !important
    }

    footer {
        padding: 100px 0 80px
    }

    .ingredients-item {
        margin-bottom: 44px
    }

    .heading {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
        text-align: center
    }

    .title-area {
        width: 80%
    }

    a.creative-slide--btn {
        border-radius: 11px;
        background-color: #ffffff70;
        backdrop-filter: blur(6px);
        padding: 12px
    }

    .creative-btn--wrap {
        width: 80%
    }

    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
        top: 22%;
        left: 65px
    }

    .swiper-slide .slider-inner .swiper-content p.disc {
        max-width: 80%
    }
}

@media screen and (max-width:699px) {
    .heading h2 {
        font-size: 42px
    }

    .footer-title h2 {
        font-size: 24px
    }

    .tc-contact-form-style1 {
        padding: 40px 0
    }

    .footer-title h2 {
        font-size: 26px
    }

    section {
        padding: 40px 0
    }

    .navbar-brand {
        max-width: 14%
    }

    .form-step-title h5 {
        font-size: 30px;
        font-weight: 500;
    }
}

@media screen and (max-width:642px) {

    .about-info p,
    .ingredients-content p {
        font-size: 16px;
        line-height: 25px;
        text-align: justify;
    }

    .single-content .title {
        font-size: 13px;
        width: 100%;
        max-width: auto;
    }

    .single-content::before {
        display: none;
    }

    .single-content h2 {
        font-size: 58px;
    }

    .single-content {
        text-align: left;
        align-items: baseline;
        justify-content: flex-start;
    }

    .wptb-swiper-navigation.style1 .wptb-swiper-arrow {
        width: 40px;
        height: 40px;
    }

    .counter-wrapper {
        margin-top: -40px;
    }

    .wptb-swiper-navigation.style1 {
        right: 0;
    }

    .wptb-testimonial1 {
        margin-bottom: 0px;
    }

    .wptb-testimonial1 .wptb-item--inner .wptb-item--description {
        margin: 0;
    }

    .wptb-testimonial1 .wptb-item--inner {
        padding: 8px 5px;
    }

    .navbar-brand {
        max-width: 15% !important
    }

    .creative-btn--wrap {
        width: 75%
    }

    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content .title-area .title {
        font-size: 34px
    }

    .heading h2 {
        font-size: 38px
    }

    .tp-section-title {
        font-size: 32px !important
    }
}

@media screen and (max-width:551px) {
    .navbar-brand {
        max-width: 17%
    }

    .ke-float-hover__text {
        font-size: 15px;
    }

    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content .title-area .title {
        font-size: 30px
    }

    .single-content .symbol {
        font-size: 36px;
    }

    .ke-float-hover__icon i {
        font-size: 16px;
    }

    .tp-section-title {
        font-size: 30px
    }

    .tp-section-title {
        font-size: 30px
    }

    .industrial-items.py-5 {
        padding-top: 0px !important
    }

    .tp-project-title {
        font-size: 20px
    }

    .heading p {
        font-size: 18px;
        line-height: 1.2
    }

    .assist-info h3,
    .tc-contact-form-style1 h3 {
        font-size: 27px
    }

    .tc-contact-form-style1 {
        padding: 30px 0
    }

    .btn {
        font-size: 14px
    }

    .assist-info span,
    .tc-contact-form-style1 p {
        font-size: 18px
    }

    .footer-title h2 {
        font-size: 23px
    }
.creative-fullpage--slider {
    padding: 150px 0 0 0;
height:100%;
}
.creative-fullpage--slider .swiper-slide .slider-inner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.creative-fullpage--slider .slider-inner {
    background: #000;
    height: 100%;
    position: relative;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-next, .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    height: 25px;
    width: 25px;
    line-height: 50px;
}
}

@media screen and (max-width:499px) {
    .tp-section-title {
        font-size: 36px !important
    }

    .tp-project-title {
        font-size: 19px
    }

    .tp-project-style-2 .tp-project-content {
        bottom: 10%
    }

    .navbar-brand {
        max-width: 25%
    }

    .heading h2 {
        font-size: 35px
    }

    .heading p {
        font-size: 18px
    }

    .ingredients-content .title {
        font-size: 18px
    }

    .ingredients-icon {
        width: 80px;
        height: 80px;
        flex: 0 0 80px;
        line-height: 80px;
        font-size: 35px
    }

    .industrial-items.py-5 {
        padding-top: 0px !important
    }

    .assist-info h3,
    .tc-contact-form-style1 h3 {
        font-size: 25px
    }

    .tc-contact-form-style1 {
        padding: 28px 0
    }

    .footer-title h2 {
        font-size: 27px
    }

    footer {
        padding: 70px 0 80px
    }

    .navbar-brand {
        max-width: 18%
    }

    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
        left: 63px
    }

    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
        top: 24%
    }
.counter-wrapper {
    padding: 50px 20px;
}
.single-content h2 {
    font-size: 42px;
}
.swiper-testimonial .swiper-wrapper {
    margin-bottom: 40px;
}
}

@media screen and (max-width:442px) {
    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
        left: 43px
    }

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

    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content p.disc {
        width: 78%
    }

    .swiper-slide .slider-inner .swiper-content .title-area .title {
        line-height: 1.3
    }

    .tp-project-style-2 .tp-project-content {
        bottom: 10%
    }

    .tp-section-title {
        font-size: 38px !important;
        line-height: 1.4;
    }

    .heading p {
        font-size: 14px
    }

    .ingredients-content {
        margin-top: 26px
    }

    .footer-address svg {
        width: 38px
    }

    .heading {
        margin-bottom: 0
    }

    .heading h2.text-white {
        font-size: 22px
    }

    .industrial-items.py-5 .row.pt-5 {
        padding-top: 0px !important
    }

    .industrial-items.py-5 {
        padding-bottom: 0px !important
    }

    .heading p.text-white {
        line-height: 1.3
    }

    .products-items {
        margin-bottom: 10px !important
    }

    .assist-info h3,
    .tc-contact-form-style1 h3 {
        font-size: 24px
    }

    footer {
        padding: 80px 0 80px
    }

    .tc-contact-form-style1 {
        padding: 28px 0
    }

    .footer-title h2 {
        font-size: 21px
    }

    .navbar-nav.mx-auto.mb-2.mb-lg-0 {
        margin-top: 17px
    }

    .navbar .navbar-nav .nav-link {
        font-size: 18px;
        margin: 0 13px
    }

    .nav-item {
        padding-bottom: 10px;
        border-bottom: 1px solid
    }

    .application-section .swiper-slide {
        width: 350px;
        height: 550px;
    }
}

@media screen and (max-width:360px) {
    .navbar-brand {
        max-width: 38% !important
    }

    .tp-project-style-2 .tp-project-content {
        bottom: -27%;
        left: 0
    }

    .footer-address svg {
        width: 57px
    }

    .manufacturer-info h2 {
        font-size: 20px
    }

    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content .title-area .title {
        font-size: 26px
    }

    .tp-section-title {
        font-size: 22px !important
    }

    .about-info p,
    .ingredients-content p {
        font-size: 14px;
        line-height: 25px
    }

    .heading p {
        font-size: 14px
    }

    .industrial-items.py-5 {
        padding-top: 0px !important;
        padding-bottom: 10px !important
    }

    .ingredients-content .title {
        font-size: 17px
    }

    .ingredients-icon {
        width: 70px;
        height: 70px;
        flex: 0 0 70px;
        line-height: 70px;
        font-size: 34px
    }

    .heading h2 {
        margin-bottom: 24px
    }

    .heading h2.text-white {
        font-size: 24px
    }

    .products-items p {
        font-size: 18px
    }

    .assist-info span,
    .tc-contact-form-style1 p {
        font-size: 16px
    }

    .assist-info h3,
    .tc-contact-form-style1 h3 {
        font-size: 20px
    }

    section {
        padding: 25px 0
    }

    .footer-title h2 {
        font-size: 20px
    }

    .footer-address p a,
    .footer-call p a,
    .footer-email p a {
        font-size: 15px
    }

    .copy-right p {
        font-size: 14px
    }

    footer {
        padding: 80px 0 50px
    }

    .manufacturer-info h2 {
        font-size: 20px
    }
}

@media screen and (max-width:320px) {
    .tp-project-style-2 .tp-project-content {
        padding: 11px 11px 11px;
        bottom: -26%;
        left: 0
    }

    .tp-project-title {
        font-size: 18px
    }

    .tp-btn-border-lg {
        font-size: 12px
    }

    .footer-address svg {
        width: 57px
    }
}