strong {
    background-image: linear-gradient(90deg, rgb(237, 24, 106) 0%, rgb(255, 103, 0) 100%, rgb(255, 203, 57) 200%, rgb(29, 29, 31) 300%);
}

/* Global declarations */
.section-content {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}

#globalnav *,
#globalnav *:before,
#globalnav *:after,
#ac-gn-segmentbar *,
#ac-gn-segmentbar *:before,
#ac-gn-segmentbar *:after {
    font-size: 1em;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit;
}

body {
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 17px;
    line-height: 1.4705882353;
    font-weight: 400;
    letter-spacing: -0.022em;
    color: #1d1d1f;
    font-style: normal;
    margin: 0;
}

a {
    color: #06c;
    letter-spacing: inherit;
}

.large-6 {
    flex-basis: 50%;
    max-width: 50%;
}

.large-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
}

.large-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
}

.large-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
}

.column {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    min-width: 0px;
}

.large-order-2 {
    order: 2;
}

.section-content {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}

/* Global Nav Menu */
#globalnav {
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    display: block;
    margin: 0;
    width: 100%;
    height: 48px;
    max-height: 44px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav-content {
    margin: 0 auto;
    max-width: 980px;
    padding: 0 22px;
    position: relative;
    z-index: 2;
}

#globalnav .nav-list {
    margin: 0 -8px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

#globalnav .nav-list li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    height: 44px;
    z-index: 1;
    vertical-align: top;
}

#globalnav .global-nav-link-logo {
    background-size: 100px 44px;
    background-repeat: no-repeat;
    background-image: url("../img/palletize-logo.svg");
    background-position: center center;
    width: 200px;
    opacity: .8;
}

.logo img {
    width: 80px;
}

#globalnav .global-nav-link-search {
    background-size: 13px 44px;
    background-repeat: no-repeat;
    background-image: url("../img/search.svg");
    background-position: center center;
    width: 13px;
    opacity: .8;
}

#globalnav .global-nav-link-cart {
    background-size: 13px 44px;
    background-repeat: no-repeat;
    background-image: url("../img/bag.svg");
    background-position: center center;
    width: 13px;
    opacity: .8;
}

#globalnav .global-nav-link span,
.logo img {
    font-size: 12px;
    line-height: 3.66667;
    font-weight: 400;
    letter-spacing: -.01em;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #f5f5f7;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 8px;
    height: 44px;
    opacity: .8;
    background: no-repeat;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline-offset: -7px;
}

#globalnav span.gn-link-text {
    /* position: absolute; */
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
}

#globalnav .nav-list li span:hover,
#globalnav .global-nav-link-logo:hover {
    opacity: 1;
}

#ac-localnav.sticky {
    position: -webkit-sticky;
    position: sticky;
    background-color: #fff;
    overflow: hidden;
}

.ac-ln-title {
    color: #000;
    transition: color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    font-size: 21px;
    line-height: 1.14286;
    font-weight: 600;
    letter-spacing: .011em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    cursor: default;
    display: block;
    float: left;
    margin: 14px 0 -14px;
    padding: 0;
    height: 52px;
    white-space: nowrap;
}

.ac-ln-menu {
    float: right;
    padding-top: 18px;
}

.ac-ln-menu li {
    margin-left: 24px;
    list-style: none;
    color: #000;
    opacity: .56;
    color: #000;
    display: inline-block;
    line-height: 22px;
    white-space: nowrap;
    opacity: .88;
    font-size: 12px;
    cursor: pointer;
}

.ac-ln-menu li .ac-ln-button {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background: #0071e3;
    color: #fff;
    border-radius: 980px;
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -.01em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    min-width: 23px;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.ac-ln-menu li:hover {
    opacity: 1;
}

/* Main Slider */
#bound-one {
    background-color: #f5f5f5;
    min-height: 670px;
    width: 93%;
    font-family: '"Source Sans Pro", sans-serif';
    border-radius: 30px;
    margin: 50px auto;
    position: relative;
}


#bound-one h2 {
    font-size: 72px;
    line-height: 1.0555555556;
    font-weight: 600;
    letter-spacing: -0.012em;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.has-gradient {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.intro-content {
    z-index: 1;
    /* background-image: linear-gradient(110deg, #ff6673, #ff6673, #cc25e4, #7c00ff); */
    background-image: rgba(0, 0, 0, 0.8);
    text-align: center;
    padding-top: 6%;
}

#bound-one img {
    width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding-bottom: 50px;
}

.scroll-bound {
    height: 500vh;
}

.scroll-bound .content {
    height: 100vh;
    width: 100%;
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    overflow: hidden;
}

.scroll-bound video {
    width: 100%;
}

/* Scroll video play end */

.large-offset-1 {
    margin-left: 8.3333333333%;
}

#main{overflow: hidden;width: 100%;}
/* Features text gradients */
#main-features {
    min-width: 93%;
    will-change: width;
    margin: 0 auto;
    background: #f5f5f7;
    margin-top: 50px;
    border-radius: 30px;
    padding: 220px 0;
}

.features-content {
    padding-left: 8.5%;
}

.features-content .feature-heading,
.typography-section-text strong,
strong {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.large-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
}

.features-content h2 {
    line-height: 1.1;
    padding-bottom: 3px;
    font-size: 80px;
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.015em;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.1;
    padding-bottom: 3px;
    margin-bottom: 77px;
}

.feature-text-1 {
    background-image: linear-gradient(150deg, #702bfc, #b730ff);
}

.feature-text-2 {
    background-image: linear-gradient(150deg, #7d2cfe, #ea38ff);
}

.feature-text-3 {
    background-image: linear-gradient(150deg, #e436ff, #ff5bae);
}

.feature-text-4 {
    background-image: linear-gradient(150deg, #fb42f0, #ff6b82);
}

.feature-text-5 {
    background-image: linear-gradient(150deg, #ff629d, #ff7076);
}

.mask {
    background: -webkit-linear-gradient(top, rgba(256, 256, 256, 0) 0%, rgba(256, 256, 256, 1) 100%);
    position: fixed;
    bottom: 0;
    height: 150px;
    width: 100%;
}

.features-content ul {
    margin: 0;
    padding: 0;
}

.features-content ul li a {
    font-size: 24px;
    line-height: 1.15;
    font-weight: 500;
}

.features-content ul li {
    list-style: none;
    margin-bottom: .4em;
}

.section-design {
    background: #fff;
    position: relative;
}

.section-design h2 {
    margin-bottom: 57px;
    line-height: 1.3;
}

.section-design h2 img,
.section-gradient h2 img,
.section-space-114 h2 img {
    display: inline-block;
    position: relative;

}

.section-design h2 img {
    bottom: -50px;
}

.section-gradient h2 img {
    bottom: -35px;
}

.typography-section-text {
    font-size: 24px;
    line-height: 1.3334133333;
    font-weight: 500;
    letter-spacing: .009em;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
}

figure {
    width: 1130px;
    position: relative;
    height: 390px;
}

.figure img {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background-size: cover;
    pointer-events: none;
    /* background-image: url(../img/hand.jpg); */
    margin-top: -52px;
}

.grids-container {
    display: grid;
    grid-template-columns: repeat(2, 45%);
    grid-template-rows: auto;
    grid-template-areas: "liquid ." "retina-1 retina-2" ". badges";
    padding-bottom: 42px;
    padding-top: 0px;
}

.grid-item-1 {
    grid-area: liquid;
}

.grid-item-2 {
    grid-area: retina-1;
    margin-top: 45px;
    position: relative;
    display: block;
}

.grid-item-3 {
    grid-area: retina-2;
    margin-top: -70px;
    position: relative;
    display: block;
}

.grid-item-4 {
    grid-area: badges;
    align-self: start;
    margin-left: var(--right-col-left-margin);
    margin-top: -179px;
    transform: translateZ(0);
}

.pr-65 {
    padding-right: 65px;
}

.grid-item-4 {
    grid-area: badges;
    align-self: start;
    margin-top: -179px;
}

.badge-content {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-template-rows: auto;
    grid-template-areas: "badge value" "badge caption";
    grid-column-gap: 17px;
    column-gap: 17px;
}

.badge-icon {
    width: 100%;
    grid-area: badge;
    margin-top: 6px;
    justify-self: center;
}

.badge-value {
    grid-area: value;
}

.badge-value {
    font-size: 24px;
    line-height: 1.3334133333;
    font-weight: 500;
    letter-spacing: .009em;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.badge-caption {
    grid-area: caption;
}

.badge-caption {
    font-size: 17px;
    line-height: 1.2353641176;
    font-weight: 500;
    letter-spacing: -0.022em;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.flex-container {
    display: flex;
    justify-content: space-between;

}

.flex-container div {
    align-self: center;
}

.inline-video-container .end-frame {
    opacity: 0;
    pointer-events: all;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    pointer-events: none;
}

.v-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.h-400 {
    height: 400px;
}

.h-700 {
    height: 700px;
}

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

.pb-100 {
    padding-bottom: 100px;
}

.section-gradient {
    background: #f5f5f7;
}


.section-gradient .super-headline {
    margin-bottom: 37px;
}

.feature-mid-pic {
    padding-top: 60px;
    display: flex;
}

.feature-mid-pic img {
    width: 100%;
    text-align: center;
}

.section-space {
    padding-top: 52px;
}

.section-space-114 {
    padding-top: 114px;
    position: relative;
}

.mt-5 {
    margin-top: 50px;
}

.row-top {
    display: flex;
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

/* marquee section */
.marquee-section {
    --space: 2rem;
    display: grid;
    align-content: center;
    overflow: hidden;
    gap: var(--space);
    width: 100%;
    padding-bottom: 10em;
}

.marquee {
    --duration: 60s;
    --gap: var(--space);

    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: var(--gap);
}

.marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    -webkit-animation: scroll var(--duration) linear infinite;
    animation: scroll var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .marquee__group {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }
}

.marquee__group img {
    /* max-width: clamp(10rem, 1rem + 28vmin, 20rem); */
    /* aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1rem; */
}


.marquee--reverse .marquee__group {
    animation-direction: reverse;
    -webkit-animation-delay: calc(var(--duration) / -2);
    animation-delay: calc(var(--duration) / -2);
}

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.section-round {
    background-color: #f5f5f7;
}

.section-round .content-container {
    justify-content: center;
    display: flex;
    width: 100%;
    flex-direction: column;
    border-radius: 30px;
    width: 93%;
    font-family: '"Source Sans Pro", sans-serif';
    margin: 0 auto;
}

.title-div {
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.tile-content {
    display: flex;
    justify-content: space-evenly;
    padding-top: 0;
    padding-bottom: 0;
}

.title-left-grid {
    max-width: 717px;
    padding-left: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.typography-title-headline {
    max-width: 540px;
    text-align: center;
    font-size: 56px;
    line-height: 1.0714285714;
    font-weight: 600;
    letter-spacing: -0.005em;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.typography-title-desc {
    font-size: 21px;
    line-height: 1.381002381;
    font-weight: 400;
    letter-spacing: .011em;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    max-width: 380px;
    text-align: center;
}

.title-right-grid {
    position: relative;
    bottom: -42px;
    padding-right: 91px;
    padding-left: 20px;
}

.section-certified h2 {
    font-size: 56px;
    line-height: 1.0714285714;
    font-weight: 600;
    letter-spacing: -0.005em;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0;
}

.section-certified .section-content {
    padding-bottom: 52px;
}

.head-1 {
    background-image: linear-gradient(57deg,#5ed1af,#19b3bd);
}

.head-2 {
    background-image: linear-gradient(57deg,#1cafb3,#2390c5);
}

.head-3 {
    background-image: linear-gradient(57deg,#5ed1af,#19b3bd);
    /*background-image: linear-gradient(57deg,#3765c1,#4731cc);*/
}

.section-certified img {
    width: 100%;
}

/* supported by section */
.customers-section {
    display: flex;
    align-items: center;
    align-content: space-between;
    border-bottom: solid 1px #c2c2c2;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

h3 {
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.003em;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0;
}

.mr-5 {
    margin-right: 5px !important;
}

.customers-container-list {
    text-align: center;
    display: flex;
    gap: 1.5em;
    padding: 0;
}

.customers-container-list li {
    flex: 1;
    list-style: none;
}

.customers-container-list img {
    /* height: 50px; */
    width: 100%;
    margin-bottom: 20px;
}

/* Innerpage css */
.nan-innerpage-content {
    position: relative;
    background-color: #f5f5f5;
    font-size: 36px;
    line-height: 1.0555555556;
    font-weight: 600;
    letter-spacing: -0.012em;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 4% 0;
    text-align: center;
    width: 100%;
}

.info h4 {
    margin: 30px 0 0 0;
    padding: 0;
}

.info p {
    margin: 0;
    padding: 0;
    font-size: 16px;
}



.contact button.btn {
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    background: #ff9100;
    color: #ffffff;
}

.col-md-7 {
    width: 58.33333333%;
}

.mt-60 {
    margin-top: 60px;
}

/* 
.col-sm-12 {
    width: 100%;
}
.col-md-5 {
    width: 41.66666667%;
}
.col-sm-6 {
    width: 50%;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    }
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
    float: left;
} */


/* .row {
    margin-right: -15px;
    margin-left: -15px;
    }.row:before {
        display: table;
        content: " ";
        } */
.contact .form-control {
    padding: 15px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border: 0;
    border-radius: 10px;
}

.form-group {
    margin-bottom: 15px;
}


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

/* About Page */
.head-desc {
    font-size: 18px;
    line-height: 1.4211;
    font-weight: 400;
    letter-spacing: .012em;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3%;
    margin: 5% 0;
}

.card {
    overflow: hidden;
    padding: 20px;
    background: #f3f3f3;
    border-radius: 30px;
    text-align: center;
}

.card_img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.card_body {
    padding: 26px 10px 36px 10px;
}

.card_title {
    text-transform: capitalize;
    color: #25262C;
    font-size: 24px;
    padding-bottom: 5px;
    letter-spacing: 0.012em;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0;
}

.designation {
    font-weight: 400;
    font-size: 16px;
    color: #959EAF;
    font-style: italic;
    letter-spacing: 0.012em;
    margin: 10px 0;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.call_btn {
    margin: 50px 0 0;
    position: relative;
    display: inline-block;
    z-index: 99;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.team-section {
    width: 100%;
}

/* Footer Section css */
footer {
    background-color: #f2f2f2;
    font-family: calibri;
    padding: 0 22px;
    padding-bottom: 21px;
    overflow: hidden;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    margin-top: 80px;
}

.footer-content {
    max-width: 980px;
    margin: 0 auto;
}

.footer-menu .footer-col {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    width: 80%;
}

.row.footer-menu {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.social-icons a {
    font-size: 16px;
    color: #181818;
    margin-right: 3px;
}

.social-icons {
    text-align: right;
}

.footer-col {
    width: 20%;
    float: left;
    padding: 0;
}

.footer-col li {
    list-style: none;
}

input[type="checkbox"] {
    display: none;
}

footer a {
    color: #333;
    font-size: 15px;
    position: relative;
    z-index: 1;
    background: #f2f2f2;
    margin-bottom: 6px;
    margin-top: 0;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0;
}

.product-list {
    padding: 0;
    list-style: none;
    margin: 0;
}

.product-list li {
    margin-bottom: 5px;
    line-height: 1;
}

.product-list a {
    color: #555;
    display: inline-block;
    font-size: 12px;
}

.product-list a:hover {
    color: #333;
}

input[type="checkbox"]:checked+.col-section .product-list {
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    visibility: visible;
    position: static;
    transform: none;
}

input[type="checkbox"]:checked+.col-section h3::after {
    transform: rotate(45deg) scale(1.08);
}

.footer-base {
    /* padding-top: 34px; */
    padding-bottom: 21px;
    color: #888;
    font-size: 12px;
}

.footer-more-ways {
    margin-bottom: 7px;
    padding-bottom: 6px;
    border-bottom: 1px solid #d6d6d6;
    letter-spacing: 0;
}

.nowrap {
    white-space: nowrap;
}

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

    footer {
        padding: 0 16px;
        padding-bottom: 21px;
    }

    .footer-col {
        width: 100%;
    }

    .item {
        border-bottom: 1px solid #d6d6d6;
    }

    footer a {
        margin: 0;
        cursor: pointer;
    }

    /* footer a::after {
        content: '+';
        float: right;
        font-size: 14px;
        font-weight: bold;
        margin-top: -2px;
        margin-right: 8px;
        transition: transform .3s ease;
    } */

    .product-list {
        visibility: hidden;
        position: absolute;
        transform: translateY(-100px);
        z-index: 1;
        padding: 5px 0 16px 0;
    }

    .product-list li {
        margin: 0;
    }

    .product-list a {
        display: block;
        padding: 6px 14px;
    }

    .footer-col {
        overflow: hidden;
    }

    .need-help-section {
        justify-content: inherit;
        margin-top: 30px;
    }

    .customers-section {
        display: inline-block;
    }

    .box {
        display: none;
    }
}

@media only screen and (min-width: 767px) {
    .item-padding-top {
        padding-top: 24px;
    }
}

.footer-legal-copyright {
    margin-right: 30px;
    float: left;
    margin-top: 3px;
    letter-spacing: 0;
}

.footer-legal-links {
    float: right;
}

.footer-legal-links a {
    border-right: 1px solid #d6d6d6;
    margin-right: 10px;
    padding-right: 12px;
    display: inline-block;
    margin-top: 3px;
    white-space: nowrap;
    color: #555;
    font-size: 12px;
    letter-spacing: 0;
}

.footer-legal-links a:last-child {
    padding-right: 0;
    margin-right: 0;
}

.footer-legal-links a:last-child {
    border-right: none;
}

.footer-legal-links a:hover {
    color: #333;
}

.pdf-floater.whastapp-floater {
    background: #b30b00;
    left: 30px;
    width: fit-content;
}


.whastapp-floater {
    background: #23D366;
    border-radius: 12px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    padding: 10px 15px;
    z-index: 99;
}

.whastapp-floater p {
    font-size: 1.1rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0;
    margin: 0;
}

.whastapp-floater img {
    width: 25px;
}

.algn-cntr {
    align-items: center;
}

.gp-10 {
    gap: 10px;
}

.flex {
    display: flex;
}

.section-content.industries-support {
    display: flex;
    align-content: space-between;
    justify-content: space-evenly;
    margin: 0 auto;
    padding: 0;
}

.section-content.industries-support li {
    display: inline-block;
    text-align: center;
}

.industries-support li img {
    height: 65px;
    /* min-width: 100%; */
    margin: 0;
}

.industries-support li h3 {
    font-size: 24px;
}

.bio-text p {
    font-size: 42px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0;
}

.features-content .spec-li li {
    list-style: decimal;
    line-height: 1.5;
}

.features-content .spec-li li::marker {
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/* Responsive Code Start here */
@media only screen and (max-width: 380px) {
    #globalnav .nav-list{
        padding: 0;
    }
    #bound-one h2{
        font-size:42px;
        padding: 40px 20px 0px 20px;
    }
    #bound-one{
        min-height:inherit;
        min-height: auto;
        margin: 30px auto;
    }
    .section-content{
        width: 100%;
        flex-direction:column;
    }
    .section-design .features-content,.suppored-by,.about-content,.features-content{
        padding: 5% 6%;
    }
    .marquee-section{padding: 0;}
    .large-6{
        max-width: 100%;
    }
    .typography-section-text{
        font-size: 18px;
    }   
    .features-content .spec-li li{
        line-height: 1.5;
    }
    .grids-container{display: block;padding-bottom: 0;}
    .grid-item-3{display: none;}
    .grid-item-2 img{width: 100%;}
    .grid-item-2{margin: 0;}
    .section-design h2{
        font-size: 42px;
        margin: 0;
        padding: 0;
    }
    figure{
        max-width: 100%;
        min-height: 100%;
    }
    .figure img{
        width: 100%;
        margin: 0;
    }
    .large-5,.large-7{
        max-width: 100%;flex-basis:100%;
    }
    .h-700{
        height: auto;
    }

    .order-2{
        order: 2;
        display: none;
    }
    .section-certified .large-6{
        width: 100%;
        float: left;
    }
    .section-certified .large-6 img{
        width:50%;
    }
    .section-certified .section-content {
        margin: 30px 0;
        overflow: hidden;
      }
      .subsection-grids,.section-design,.subsection,.suppored-by{
        overflow: hidden;word-wrap: break-word;
      }
      .features-content ul,.section-content.industries-support{display: table;}
      .features-content ul li,.section-content.industries-support li{display: table-cell;}
      .industries-support li img{height: 40px;}
      .industries-support li h3{font-size: 12px;}   
      .footer-menu .large-8{max-width: 30%;flex-basis:30%;}   
      .footer-menu .large-4{max-width: 70%;flex-basis:70%;}  
      .footer-col li{margin-right: 15px;} 
      .footer-base{text-align: center;}
      .nan-innerpage-content{
        font-size: 30px;
      }
      .team-section .grid{display: block;}
      .team-section .grid .card{max-width: 100%;margin-bottom: 30px;}
      .card_body{padding: 0;}
      .card_title,.designation,.call_btn{padding: 0;margin: 0;}
      .pdf-floater.whastapp-floater{
        left: 20%;
        bottom: 10%;
      }
      .whastapp-floater{right: 25%;}
      .whastapp-floater p{font-size: 14px;}
      .col-md-7 {width: 100%;}
        .section-certified h2{font-size:42px;}
} 
@media only screen and (min-width: 380px) and (max-width: 480px) {
    #globalnav .nav-list{
        padding: 0;
    }
    #bound-one h2{
        font-size:48px;
        padding: 60px 20px 0px 20px;
    }
    #bound-one{
        min-height:inherit;
        min-height: auto;
    }
    .section-content{
        width: 96%;
        flex-direction:column;
    }
    .section-design .features-content,.suppored-by,.about-content{
        padding: 5% 6%;
    }
    .marquee-section{padding: 0;}
    .large-6{
        max-width: 100%;
    }
    .typography-section-text{
        font-size: 20px;
    }
    .features-content .spec-li li{
        line-height: 1.8;
    }
    .section-design h2{
        font-size: 48px;
        margin: 0;
        padding: 0;
    }
    figure{
        max-width: 100%;
        min-height: 100%;
    }
    .figure img{
        width: 100%;
        margin: 0;
    }
    .large-5,.large-7{
        max-width: 100%;flex-basis:100%;
    }
    .h-700{
        height: auto;
    }

    .order-2{
        order: 2;
    }
    .section-certified .large-6{
        width: 100%;
        float: left;
    }
    .section-certified .large-6 img{
        width:50%;
    }
    .section-certified .section-content {
        margin: 30px 0;
        overflow: hidden;
      }
      .subsection-grids,.section-design,.subsection,.suppored-by{
        overflow: hidden;
      }
      .features-content ul,.section-content.industries-support{display: table;}
      .features-content ul li,.section-content.industries-support li{display: table-cell;}
      .industries-support li img{height: 40px;}
      .industries-support li h3{font-size: 12px;}   
      .footer-menu .large-8{max-width: 30%;flex-basis:30%;}   
      .footer-menu .large-4{max-width: 70%;flex-basis:70%;}  
      .footer-col li{margin-right: 15px;} 
      .footer-base{text-align: center;}
      .nan-innerpage-content{
        font-size: 30px;
      }
      .team-section .grid{display: block;}
      .team-section .grid .card{max-width: 100%;margin-bottom: 30px;}
      .card_body{padding: 0;}
      .card_title,.designation,.call_btn{padding: 0;margin: 0;}
      .whastapp-floater{right: 2%;}
      .whastapp-floater p{font-size: 14px;}
      .col-md-7 {width: 100%;}
      .section-certified h2{font-size:42px;}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 768px) {}

@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) {}

@media only screen and (min-device-width: 1025px) and (max-device-width: 1200px) {}