/*!
Theme Name: Shopylyst
Theme URI: https://shopylyst.com/
Author: Codebeans Team
Author URI: https://shopylyst.com/
Description: We specialise in customised solutions across UX/UI Design,Ecommerce Store Development,CRM/CX Design,Business Process Automation,and Systems Integration.
Version: 1.2
Tested up to: 6.6
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shopylyst
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

shopylyst is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted black;

}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: var(--secondary-color);
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: var(--primary-color);
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    /*	margin: 1.5em 0 0;*/
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */


.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


/******* custom css style ***********/


@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body,
html {
    font-size: 16px;
    color: #1F1F1F;
    line-height: 22px;
    font-family: 'Proxima Nova Rg';
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    /*    scroll-behavior: smooth;*/
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

a {
    color: #3c6795;
}

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

a:focus {
    color: #000;
}

a:visited {
    color: #000;
}

a,
button,
input,
select,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
    outline: none;
}

p {
    margin-bottom: 15px;
}

h1 {
    font-size: 60px;
    line-height: 70px;
    color: #1F1F1F;
    margin: 0 0 10px;
    font-weight: 700;
    font-family: 'Proxima Nova Rg';
}

h2 {
    font-size: 45px;
    color: #1F1F1F;
    margin: 0 0 10px;
    line-height: 50px;
    font-weight: 600;
}

h3 {
    font-size: 34px;
    color: #1F1F1F;
    margin: 0 0 20px;
    font-weight: 600;
    line-height: 40px;
}

h4 {
    font-size: 24px;
    color: #1F1F1F;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: normal;
}

h5 {
    font-size: 20px;
    color: #1F1F1F;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: normal;
}

h6 {
    font-size: 18px;
    color: #1F1F1F;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: normal;
}

body.home header.entry-header {
    display: none;
}

/*header css start*/
section.header {
    position: relative;
    z-index: 999;
}

.header_content {
    position: fixed;
    width: 1170px;
    z-index: 9;
    top: 0;
    background: #fff;
}

.header_content .header_inner {
    background: #fff;
    border-bottom: 1px solid #D6D6D6;
    padding-block: 15px;
}

.header_content .header_inner .wpb_single_image.wpb_content_element,
.header_content .vc_wp_custommenu.wpb_content_element {
    margin: 0;
}

.header .container .row {
    display: block;
}

.header .header_content .margin-bottom_0,
.header .header_content .margin-bottom_0 .widget_nav_menu {
    margin-bottom: 0;
}

.header_content .menu {
    display: flex;
    justify-content: end;
    padding: 0;
    margin: 0;
}

.header_content .menu>li {
    list-style: none;
    margin: 0 10px;
    position: relative;
}

.header_content .menu li:focus-visible,
.header_content .menu li a:focus {
    outline: none;
}

.header_content .menu li a {
    color: #1F1F1F;
    font-size: 19.23px;
    line-height: 19.23px;
    font-weight: 600;
    padding: 15px 10px;
    position: relative;
}

.header_content .menu li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    background: #F96302;
    height: 5px;
    opacity: 0;
    transition: all ease-in-out 0.5s;
    z-index: -1;
}

.header_content .menu li a:hover:after {
    width: 100%;
    opacity: 1;
}

.header_content .menu li.menu-item-16 a:after {
    background: #F05F0B;
}

.header_content .menu li.menu-item-17 a:after {
    background: #EF2B2D;
}

.header_content .menu li.menu-item-18 a:after {
    background: #0054A0;
}

.header_content .menu li.menu-item-19 a:after {
    background: #51BFE2;
}

.header_content .menu li.menu-item-16 a {
    color: #F05F0B;
}

.header_content .menu li.menu-item-17 a {
    color: #EF2B2D;
}

.header_content .menu li.menu-item-18 a {
    color: #0054A0;
}

.header_content .menu li.menu-item-19 a {
    color: #51BFE2;
}

.header_content .menu>li.contact_btn {
    margin: 0 0 0 10px;
}

.header_content .menu>li.contact_btn a {
    background: linear-gradient(90deg, rgba(240, 95, 11, 1) 0%, rgba(242, 132, 17, 1) 100%);
    padding: 14px 19px;
    font-size: 18px;
    line-height: 14px;
    color: #fff;
    border-radius: 5px;
    transition: all ease-in-out 0.5s;
}

.header_content .menu>li.contact_btn a:hover {
    background: linear-gradient(90deg, rgba(242, 132, 17, 1) 30%, rgba(240, 95, 11, 1) 100%);
}

/*header css end*/

.seamlessly_section {
    /*    background: linear-gradient(90deg, rgba(239,43,45,0.09567577030812324) 0%, rgba(0,84,160,0.1) 100%);*/
    padding: 120px 0 280px;
    background: #F7F9FB;
}

.seamlessly_section:before {
    content: "";
    position: absolute;
    bottom: -28%;
    left: 0;
    width: 105%;
    height: 440px;
    background: #fff;
    transform: rotate(-11deg);
}

.seamlessly_section .wpb_wrapper p {
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    margin: 20px 0 0;
    max-width: 540px;
}

.seamlessly_section .wpb_wrapper h1 {
    position: relative;
}

.seamlessly_section .wpb_wrapper h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -12px;
    width: 0%;
    background: #F96302;
    height: 25px;
    opacity: 0;
    transition: all ease-in-out 0.5s;
    z-index: -1;
}

.seamlessly_section .wpb_wrapper h1:hover:after {
    width: 62%;
    opacity: 1;
}

.supply_chain {
    margin-top: -170px;
    padding-top: 100px;
}

.supply_chain h2.vc_custom_heading {
    max-width: 600px;
    margin: 0 auto 80px;
    position: relative;
    z-index: 0;
}

.supply_chain h2.vc_custom_heading label {
    position: relative;
}

.supply_chain h2.vc_custom_heading label:after {
    content: "";
    position: absolute;
    top: 34px;
    left: -2%;
    width: 0%;
    background: #EF2B2D;
    height: 16px;
    opacity: 0;
    transition: all ease-in-out 0.5s;
    z-index: -1;
}

.supply_chain h2.vc_custom_heading:hover label:after {
    width: 104%;
    opacity: 1;
}

.supply_chain .supply_box {
    border: 1px solid #D6D6D6;
    margin: 0 0 30px;
    min-height: 291px;
    padding: 0 0 0 39px;
}

.supply_chain .supply_box .wpb_text_column.wpb_content_element {
    margin: 0;
}

.supply_chain .supply_box .wpb_text_column.wpb_content_element p {
    font-size: 18px;
    line-height: 32px;
}

.supply_chain .supply_box .vc_column-inner {
    padding: 0;
}

.supply_chain .supply_box .vc_column-inner .wpb_single_image.wpb_content_element.vc_align_left {
    text-align: center;
    margin: 0 15px 0 0;
}

.supply_box .wpb_single_image {}

.supply_box:hover .wpb_single_image {
    opacity: 0;
}

.supply_box .wpb_single_image.hover_img2 {
    position: absolute;
    top: 24px;
    right: 40px;
    opacity: 0;
}

.supply_box:hover .wpb_single_image.hover_img2 {
    opacity: 1;
}

.supply_box .wpb_single_image.hover_img2.one {
    top: 19px;
    right: 23px;
}

.supply_box .wpb_single_image.hover_img2.three {
    top: 48px;
    right: 0px;
}

.supply_box .wpb_single_image.hover_img2.four {
    top: 27px;
    right: 0px;
}






.supply_chain .supply_box.procurement .wpb_single_image.wpb_content_element.vc_align_left {
    margin-right: 0;
}

.supply_chain .supply_box.procurement .wpb_single_image.hover_img2.four {
    top: 0px;
    right: 6px;
}

.supply_chain .supply_box.procurement .wpb_wrapper {
    position: relative;
}

.supply_chain .supply_box.procurement .wpb_wrapper .wpb_text_column.wpb_content_element p {
    width: 115%;
}

.supply_chain .supply_box.procurement .wpb_column.vc_column_container.vc_col-sm-6:first-child {
    position: relative;
    z-index: 9;
}

.supply_chain .supply_box.procurement .wpb_column.vc_column_container.vc_col-sm-6:last-child {
    display: flex;
    align-items: flex-end;
    padding-bottom: 13px;
}

.empower_item .hover_img1 {
    position: absolute;
    top: 0;
    left: 42%;
    margin: 0;
}

.empower_item:hover .hover_img1 {
    top: 49px;
    left: 34%;
}

.empower_item .hover_img2 {
    position: absolute;
    top: 24px;
    left: 48%;
    transition: all ease-in-out 0.5s;
}

.empower_item:hover .hover_img2 {
    transform: rotatey(180deg);
}

.empower_item .hover_img3 {
    position: absolute;
    top: 0px;
    left: 25%;
    opacity: 0;
    /*    transition: all ease-in-out 0.5s;*/
}

.empower_item .wpb_single_image.hover_img3-1 {
    /*    transition: all ease-in-out 0.5s;*/
}

.empower_item:hover .wpb_single_image.hover_img3-1 {
    opacity: 0;
}

.empower_item:hover .wpb_single_image.hover_img3 {
    opacity: 1;
}

.diliver-hover .deliver-img-hover {
    position: relative;
    top: 38px;
    left: 22px;
    margin: 0;
    transition: all ease-in-out 0.5s;
}

.diliver-hover:hover .deliver-img-hover {
    top: -25px;
}

.empower_section h4.vc_custom_heading {
    background: #fff;
    border: 1px solid #D6D6D6;
    padding: 102px 30px 28px;
    margin: -114px 0 0;
    min-height: 256px;
    line-height: 30px;
    color: #000;
}

.simplify_section {
    background: #F7F9FB;
    padding: 160px 0 60px;
}

.simplify_section::before {
    position: absolute;
    top: -21%;
    left: 0;
    width: 105%;
    height: 474px;
    background: #fff;
    transform: rotate(13deg);
}

.simplify_section.empower_section {
    padding: 0 0 233px 0;
}

.simplify_section.empower_section::before {
    bottom: -29%;
    top: inherit;
    transform: rotate(-11deg);
}

.simplify_section h2.vc_custom_heading {
    max-width: 670px;
    margin: 0 auto 80px;
    position: relative;
    z-index: 1;
}

.simplify_section h2.vc_custom_heading:after {
    content: "";
    position: absolute;
    top: 35px;
    left: 0%;
    width: 0%;
    background: #51BFE2;
    height: 17px;
    opacity: 0;
    transition: all ease-in-out 0.5s;
    z-index: -1;
}

.simplify_section h2.vc_custom_heading:hover:after {
    width: 93%;
    opacity: 1;
}

.simplify_section h2.vc_custom_heading.empower {
    max-width: 685px;
    margin: 80px auto 80px;
}

.simplify_section h2.vc_custom_heading.empower label {
    position: relative;
    z-index: 1;
}

.simplify_section h2.vc_custom_heading.empower:after {
    display: none;
}

.simplify_section h2.vc_custom_heading.empower label:after {
    content: "";
    position: absolute;
    top: 35px;
    left: 0%;
    width: 0%;
    background: #F05F0B;
    height: 17px;
    opacity: 0;
    transition: all ease-in-out 0.5s;
    z-index: -1;
}

.simplify_section h2.vc_custom_heading.empower:hover label:after {
    width: 100%;
    opacity: 1;
}

.simplify_section .slider_wrapper {
    margin: 30px 0 0;
}

.simplify_section .slider_wrapper .fancy-slider-box {
    transform: scale(0.8);
    margin-inline: -56px;
    opacity: 0.5;
}

.simplify_section .slider_wrapper .fancy-slider-box.slick-center {
    transform: scale(1);
    z-index: 1;
    position: relative;
    opacity: 1;
}

.slick-slider button.slick-arrow:before {
    display: none;
}

.slick-slider button.slick-next.slick-arrow {
    width: 110px;
    height: 110px;
    right: 5%;
    z-index: 1;
    background: url(/wp-content/uploads/2024/02/right_arrow.png);
}

.slick-slider button.slick-prev.slick-arrow {
    width: 110px;
    height: 110px;
    left: 5%;
    z-index: 1;
    background: url(/wp-content/uploads/2024/02/left_arrow.png);
}

.trusted_section {
    padding: 100px 0 0;
    margin: -100px 0 0;
    background: none;
}

.trusted_gallery {
    padding: 0 0 150px;
}

.trusted_gallery .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}

.trusted_gallery .shopylyst_marquee_slider img {
    margin: 0 30px;
}

.trusted_gallery .shopylyst_marquee_slider .js-marquee {
    margin-right: 0 !important;
}

.simplify_section.trusted_section:before {
    display: none;
}

.trusted_section h2.vc_custom_heading:after {
    background: #EF2B2D;
}

.trusted_section h2.vc_custom_heading:hover:after {
    width: 32%;
}

.seamlessly_section.deliver_section {
    padding: 30px 0 325px;
}

.seamlessly_section.deliver_section:before {
    bottom: -29%;
    height: 540px;
}

.seamlessly_section.deliver_section:after {
    content: "";
    position: absolute;
    top: -27%;
    left: 0;
    width: 105%;
    height: 514px;
    background: #fff;
    transform: rotate(13deg);
}

.seamlessly_section.deliver_section .wpb_wrapper p {
    font-size: 19px;
    line-height: 34px;
    font-weight: 400;
    max-width: 93%;
}

.seamlessly_section.deliver_section .wpb_single_image.wpb_content_element.vc_align_center {
    /*    margin: 0;*/
}

.seamlessly_section.deliver_section h2.vc_custom_heading label {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.seamlessly_section.deliver_section h2.vc_custom_heading label:after {
    content: "";
    position: absolute;
    top: 35px;
    left: 0%;
    width: 0%;
    background: #51BFE2;
    height: 17px;
    opacity: 0;
    transition: all ease-in-out 0.5s;
    z-index: -1;
}

.seamlessly_section.deliver_section h2.vc_custom_heading:hover label:after {
    width: 100%;
    opacity: 1;
}

.select_member .vc_column_container>.vc_column-inner>.wpb_wrapper {
    background: #fff;
    border: 1px solid #D6D6D6;
    padding: 30px 16px 0px;
    min-height: 260px;
}

.select_member .vc_column_container>.vc_column-inner>.wpb_wrapper h4 {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    color: #1F1F1F;
    min-height: 140px;
}

.select_member .vc_column_container>.vc_column-inner>.wpb_wrapper .wpb_single_image {
    margin: 0;
}

/* slider center css */

.simplify_center_slider .slider-1 .slider-item.slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1.08);
}

.simplify_center_slider .slider-1 .slick-slide:not(.slick-active) {
    margin: 20px 0;
}

.simplify_center_slider .slider-1 .slick-active {
    padding: 20px 0;
}

.simplify_section.learn_about_section {
    margin-top: -220px;
}

.simplify_section.learn_about_section h2.vc_custom_heading {
    max-width: 962px;
    margin: 0 auto 40px;
}

.simplify_section.learn_about_section h2.vc_custom_heading label {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.simplify_section.learn_about_section h2.vc_custom_heading:after {
    left: 4%;
}

.simplify_section.learn_about_section h2.vc_custom_heading:hover:after {
    width: 70%;
}

.dynamic_tabs {
    margin: 0 0 100px;
}

.dynamic_tabs ul {
    justify-content: center;
    margin: 0 0 50px 0;
    border-bottom: 1px solid #D6D6D6;
}

.dynamic_tabs ul li a {
    font-size: 24px;
    line-height: 50px;
    font-weight: 300;
    color: #1F1F1F;
    padding: 17px 40px;
    position: relative;
    z-index: 1;
}

.dynamic_tabs ul li a.active {
    font-weight: 600;
}

.dynamic_tabs ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 0%;
    background: #EF2B2D;
    height: 3px;
    opacity: 0;
    transition: all ease-in-out 0.5s;
}

.dynamic_tabs ul li a.active:after,
.dynamic_tabs ul li a:hover {
    width: 100%;
    opacity: 1;
}

.videos_tab_slider button.slick-prev.slick-arrow,
.article_slider button.slick-prev.slick-arrow {
    left: -20%;
}

.videos_tab_slider button.slick-next.slick-arrow,
.article_slider button.slick-next.slick-arrow {
    right: -20%;
}

.videos_tab_slider .slick-list.draggable,
.article_slider .slick-list.draggable {
    margin: 0 -15px;
}

.videos_lists.slick-slide {
    margin: 0 15px;
}

.article_item.slick-slide {
    margin: 0 15px;
}

.vimeo_youtube_box,
.article_slider .article_item {
    border: 1px solid #D6D6D6;
    border-radius: 4px;
}

.video_item {
    position: relative;
}

.video_item a.vimeo_youtube_btn.fancy-video-box {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_item a.vimeo_youtube_btn.fancy-video-box:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 14%);
    z-index: 3;
}

.video_item button.vimeo_youtube_btn,
.video_item a.vimeo_youtube_btn img {
    position: absolute;
    padding: 0;
    border: none;
    z-index: 999;
}

.video_item button.vimeo_youtube_btn img {
    margin: auto;
}

.video_item iframe {
    height: 260px;
}

.vimeo_youtube_box .video_item video,
.vimeo_youtube_box .video_item iframe {
    height: 204px;
}

.video_content,
.artcle_content {
    padding: 40px;
}

.video_content h2.title,
.artcle_content h2.artcle_title {
    font-size: 24px;
    color: #1F1F1F;
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 31.2px;
    letter-spacing: -0.72px;
    max-width: 230px;
    min-height: 60px;
}

.video_content a,
.artcle_content a {
    background: linear-gradient(90deg, rgba(240, 95, 11, 1) 0%, rgba(242, 132, 17, 1) 100%);
    display: inline-block;
    padding: 16px 35px;
    margin: 30px 0 0;
    font-size: 18px;
    line-height: 14px;
    color: #fff;
    border-radius: 5px;
    transition: all ease-in-out 0.5s;
}

.video_content a:hover,
.artcle_content a:hover {
    background: linear-gradient(90deg, rgba(242, 132, 17, 1) 30%, rgba(240, 95, 11, 1) 100%);
}

.simplify_section.bookcall_section {
    padding: 120px 0 60px;
}

.simplify_section.bookcall_section:before {
    display: none;
}

.simplify_section.bookcall_section h2.vc_custom_heading {
    max-width: 500px;
    margin: 0 0 10px;
}

.simplify_section.bookcall_section h2.vc_custom_heading:after {
    background: #F05F0B;
    top: 34px;
}

.simplify_section.bookcall_section h2.vc_custom_heading:hover:after {
    width: 45%;
}

.bookcall_section .contact_left h4 {
    font-size: 30px;
    color: #0054A0;
    margin: 0 0 40px;
    font-weight: 400;
    line-height: 34px;
    max-width: 450px;
}

.bookcall_section .contact_left h5 {
    font-size: 24px;
    color: #1F1F1F;
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: -0.72px;
}

.bookcall_section .contact_left p,
.bookcall_section .contact_left a {
    font-size: 20px;
    color: #1F1F1F;
    margin: 0 0 10px;
    line-height: 30px;
}

.bookcall_section .contact_left a:hover {
    color: #F05F0B;
}

.bookcall_section .contact_left p strong {
    color: #0054A0;
    font-weight: 400;
}

.bookcall_section .contact_right h4 {
    font-size: 24px;
    color: #1F1F1F;
    margin: 0 0 20px;
    font-weight: 700;
    line-height: 31.3px;
    letter-spacing: -0.72px;
}

footer.site-footer {
    text-align: center;
    padding: 60px 0 0;
}

.footer_description p {
    margin: 30px auto 40px;
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    line-height: 18px;
    max-width: 447px;
}

footer.site-footer .copy-right {
    background: #004A8D;
    padding: 25px 10px;
    margin-left: calc(50% - 49.6vw);
    margin-right: calc(50% - 49.6vw);
}

footer.site-footer .copy-right p {
    margin: 0px;
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    line-height: 25px;
}

.social_media_profiles {
    margin: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_media_profiles a {
    margin: 0 15px;
}

.social_media_profiles a i {
    color: #004A8D;
    font-size: 34px;
    transition: all ease-in-out 0.5s;
}

.social_media_profiles a i:hover {
    color: #F05F0B;
}

.social_media_profiles a i.fa.fa-youtube-play {
    font-size: 43px;
}

section.error-404.not-found {
    min-height: 320px;
    margin: 100px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.four_zero_four_bg {
    font-size: 100px;
    line-height: 68px;
    font-weight: bold;
    color: #004a8d;
}

.four_zero_four_bg span {
    display: block;
    font-size: 30px;
    color: #51BFE2;
    font-weight: normal;
}

a.go-home {
    background: linear-gradient(90deg, rgba(240, 95, 11, 1) 0%, rgba(242, 132, 17, 1) 100%);
    padding: 14px 19px;
    font-size: 18px;
    display: inline-block;
    margin: 20px 0 0;
    line-height: 14px;
    color: #fff;
    border-radius: 5px;
    transition: all ease-in-out 0.5s;
}

a.go-home:hover {
    background: linear-gradient(90deg, rgba(242, 132, 17, 1) 30%, rgba(240, 95, 11, 1) 100%);
}

.contact_form .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 14px;
}

.contact_form .gform_wrapper.gravity-theme .ginput_container input,
.contact_form .gform_wrapper.gravity-theme .ginput_container textarea {
    background: #fff;
    border: 1px solid #E5E7F2;
    height: 50px;
    padding: 14px 18px;
    font-size: 14px;
    line-height: 19.12px;
    color: #1F1F1F;
}

::placeholder {
    color: #1F1F1F;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #1F1F1F;
}

.contact_form .gform_wrapper.gravity-theme .ginput_container textarea {
    height: 126px !important;
}

.contact_form .gform_wrapper.gravity-theme .gform_footer.top_label {
    /*    padding: 0;*/
}

.contact_form input.gform_button {
    background: linear-gradient(90deg, rgba(240, 95, 11, 1) 0%, rgba(242, 132, 17, 1) 100%);
    padding: 18px 19px;
    font-size: 18px;
    line-height: 14px;
    color: #fff;
    border-radius: 5px;
    transition: all ease-in-out 0.5s;
    width: 100%;
    margin: 0;
    border: none;
    font-weight: 500;
}

.contact_form input.gform_button:hover {
    background: linear-gradient(90deg, rgba(242, 132, 17, 1) 30%, rgba(240, 95, 11, 1) 100%);
}

.contact_form .gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;
}

.contact_form .gform_wrapper.gravity-theme .gfield_validation_message,
.contact_form .gform_wrapper.gravity-theme .validation_message {
    background: none;
    border: none;
    font-size: 14px;
    margin-top: 0px !important;
    padding: 0 !important;
    color: #ff0000;
}

.contact_right iframe {
    overflow: auto;
    height: 831px;
    border: none;
}




.single_post_content .single_post_thumbnail img {
    width: 100%;
}

.single_post_content h1.entry-title.single_post_title {
    font-size: 30px;
    color: #1F1F1F;
    margin: 20px 0 10px;
    font-weight: 700;
}

nav.navigation.post-navigation .nav-links {
    display: none;
}

/******* slide main navigation css ***********/
.bs-canvas-overlay {
    opacity: 0;
    z-index: -1;
}

.bs-canvas-overlay.show {
    opacity: 0.85;
    z-index: 1100;
}

.bs-canvas-overlay,
.bs-canvas {
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
}

.bs-canvas {
    /*top: 0;*/
    z-index: 1110;
    overflow-x: hidden;
    overflow-y: auto;
    width: 330px;
}

.bs-canvas-left {
    top: 0;
    left: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%);
    visibility: hidden;
}

.site-header .pull-bs-canvas-left:hover {
    color: #000;
}

.bs-canvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(-100%);
    visibility: hidden;
}

.bs-canvas-bottom {
    right: 0;
    bottom: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(100%);
    visibility: hidden;

}

.bs-canvas-top.top-show,
.bs-canvas-left.left-show,
.bs-canvas-right.right-show,
.bs-canvas-bottom.bottom-show {
    transform: none;
    visibility: visible;
}

.bs-canvas-right {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(100%);
    visibility: hidden;
}

.bs-canvas .bs-canvas-header {
    background-color: #28a745;
}

.bs-canvas .bs-canvas-content {
    padding: 25px 30px !important;
}

.bs-canvas .bs-canvas-content #mobile-menu-nav {
    margin: 0px;
    padding: 0px;
    display: block;
}

.bs-canvas .bs-canvas-content #mobile-menu-nav li {
    position: relative;
}

.bs-canvas .bs-canvas-content #mobile-menu-nav li .mobile-toggle-icon {
    padding: 10px 15px;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    z-index: 3;
    cursor: pointer;
}

.bs-canvas .bs-canvas-content #mobile-menu-nav li a {
    color: #000;
    padding: 3px 8px 8px;
    display: inherit;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    transition: all .50s ease;
}

.bs-canvas .bs-canvas-content #mobile-menu-nav li a:hover {
    color: #fff;
    background: #28a745;
}

.bs-canvas .bs-canvas-content #mobile-menu-nav .current-menu-item a {
    color: #fff;
    background: #28a745;
}

.bs-canvas .bs-canvas-content #mobile-menu-nav li .sub-menu {
    margin: 0px;
    padding: 0 0 0 10px;
    display: none;
}

.bs-canvas .bs-canvas-content #mobile-menu-nav li .sub-menu li {
    list-style: none;
}

.bs-canvas .bs-canvas-content #mobile-menu-nav li .sub-menu li a {
    padding: 7px 5px;
    display: block;
    text-decoration: none;
}

.toggle_bar {
    display: none;
}

/******* slide main navigation css end ***********/














textarea,
input[type='text'],
input[type='button'],
input[type='submit'],
input[type='date'] {
    -webkit-appearance: none;
}

.link {
    color: #1980D8;
    cursor: pointer;
}

.cP {
    cursor: pointer;
}

.flex-center-v {
    display: flex;
    align-items: center;
}

/* COMMON STYLES */
.wf-form-component {
    padding: 30px;
}

.wf-parent {
    overflow: auto;
}

.wf-wrapper {
    width: 100%;
    max-width: 700px;
    border-radius: 10px;
    margin: auto;
    border: none;
    background-color: #fff;
    color: #222;
    box-shadow: 0px 0px 2px 0 #00000033;
}

.iframe-container {
    height: 100%;
    width: 100%;
    border: none;
    min-height: 365px;
}

.wf-header {
    font-size: 22px;
    padding-bottom: 25px;
    font-weight: bold;
    word-break: break-word;
}

.wf-row {
    margin-bottom: 25px;
}

.wf-row:last-child {
    margin-bottom: 0;
}

.wf-label {
    padding: 7px 0;
    word-break: break-word;
}

.wf-field {
    text-align: left;
    word-break: break-word;
    border: 0;
    position: relative;
}

.wf-field-inner {
    position: relative;
    display: flex;
    flex: 1;
}

.wf-field-input:focus {
    border: 1px solid #30c384;
}

.wf-input-focus.wf-field::after {
    opacity: 1;
}

.wf-field-error-active {
    margin-bottom: -10px;
}

.wf-input-focus.wf-field::after,
.wf-field-error-active.wf-field .wf-field-error {
    display: block;
}

.wf-field-error-active.wf-field .wf-field-input {
    border: 1px solid #FD6B6D;
    box-shadow: 0 0 1px 1px #F4A2A2;
}

.wf-field-mandatory .wf-field-inner::before {
    content: '';
    position: absolute;
    left: 0px;
    background-color: #ff6a6a;
    width: 3px;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 2;
    top: 0;
    bottom: 0;
}

.wf-field-input,
.wf-field-dropdown {
    width: 100%;
    border: 1px solid #BDC8D3;
    border-radius: 4px;
    padding: 10px 15px;
    min-height: 38px;
    font-size: 15px;
    font-family: inherit;
}

select:not([data-wform-field='select-multiple']) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D'black'%20height%3D'34'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M7%2010l5%205%205-5z'/%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-color: #fff;
    min-width: 70px;
}

input,
select {
    background-color: #fff;
}

.wf-time-field-wrapper {
    display: flex;
    flex: 1;
}

.wf-time-field-wrapper select {
    margin-left: 10px;
}

.wf-form-component .wf-field-error,
.wf-form-component .wf-field-help-text {
    text-align: left;
}

.wf-field-error {
    color: #FF5050;
    font-size: 12px;
    margin-top: 4px;
    display: none;
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.wf-field-help-text {
    color: #515159;
    font-size: 12px;
    margin-top: 5px;
}

.wf-field-help-text-link {
    text-decoration: none;
}

.wf-field-checkbox {
    cursor: pointer;
    border-radius: 3px;
    min-width: 14px;
    min-height: 20px;
    box-sizing: initial;
    accent-color: #31C486;
    margin-right: 10px;
    margin-bottom: auto;
}

.wf-field-dropdown-date {
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
}

.wf-field-dropdown-date {
    border: 1px solid #BDC8D3;
}

.wf-field-dropdown-date:hover {
    border: 1px solid #65C199;
}

.wform-field-item-upload-input {
    min-height: 5rem;
    background-color: #FBFCFD;
    border: 1px dashed #bdc8d3;
    line-height: 2.1;
    cursor: pointer;
}

.wform-field-item-upload-input:focus {
    border: 1px dashed #bdc8d3;
}

.wform-file-upload-input-label {
    background-color: #fff;
    background-image: linear-gradient(to top, #F5F8FA, #ffffff);
    color: #212129;
    border-color: #d3dbe3;
    border: 1px solid #d3dbe3;
    border-radius: 4px;
    padding: 0.7rem 2rem;
    font-size: 1.4rem;
    right: 1rem;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}

input[type='file']::file-selector-button,
input[type='file']::-webkit-file-upload-button {
    opacity: 0;
    width: 0;
    height: 28px;
}

.wf-row[data-ux-field-appearance='captcha'] .wf-field {
    display: flex;
    align-items: center;
}

.wform-field-item-captcha-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.wf-field-captcha-img-wrap {
    border: 1px solid #BDC8D3;
    border-radius: 4px;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: initial;
    overflow: hidden;
    min-width: 120px;
}

.wf-field-captcha-img {
    height: 38px;
    width: 100%;
}

.reload-img {
    font-size: 23px;
    color: #4B5569;
    margin-right: 5px;
}

.reload-captcha {
    margin-left: 10px;
    user-select: none
}

.wf-btn {
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    font-family: inherit;
}

.wform-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}

.wform-poweredby-container {
    position: absolute;
    left: 0;
    bottom: 0;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #23384F;
    font-size: 13px;
    padding: 6px 8px;
    font-family: sans-serif;
    display: flex;
    align-items: center;
}

/* ==================== *** Form Alignment *** ==================== */
.wf-form-component:not([data-ux-form-alignment='top']) .wf-row {
    display: flex;
}

.wf-form-component:not([data-ux-form-alignment='top']) .wf-label {
    word-break: break-word;
    width: 30%;
    padding: 1.2rem 2rem 0;
}

.wf-form-component[data-ux-form-alignment='left'] .wf-label {
    text-align: left;
    padding-left: 0;
}

.wf-form-component[data-ux-form-alignment='right'] .wf-label {
    text-align: right;
}

.wf-form-component[data-ux-form-alignment='center'] .wf-label {
    text-align: center;
}

.wf-form-component:not([data-ux-form-alignment='top']) .wf-field {
    width: 70%;
}

.wf-form-component[data-ux-form-alignment='top'] .wform-btn-wrap {
    justify-content: flex-start;
}

.wf-form-component[data-ux-form-alignment='top'] .wf-label[data-ux-empty-label='true'] {
    padding: 0;
}

.wf-form-component[data-ux-form-alignment='top'] .reload-captcha {
    text-align: right;
}

.wf-row[data-ux-field-appearance='captcha'] .wf-field-inner {
    height: 38px;
}

.wf-row[data-ux-field-appearance='captcha'] .wf-field.wf-field-error-active {
    flex-wrap: wrap;
}

.wf-row[data-ux-field-appearance='captcha'] .wf-field-error {
    flex-basis: 100%;
    width: 100%;
}

/* ==================== *** Form Alignment ends *** ==================== */

/* ==================== *** css animations *** ==================== */
@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

/* ==================== *** css animations ends *** ==================== */

/* ==================== *** Mediaquery *** ==================== */
@media screen and (max-width: 1024px) {
    .wf-wrapper {
        /*
	max-width: 700px;
	width: calc(100% - 40px);
	border: 0;
*/
    }

    .wf-field input[type=text],
    .wf-field select,
    .wf-field textarea {
        width: 100% !important;
    }

    .wf-label:empty {
        display: none;
    }

    .wf-field-checkbox {
        min-width: 18px;
        min-height: 18px;
    }
}

@media screen and (max-width: 768px) {
    .wf-wrapper {
        max-width: 700px;
        width: calc(100% - 40px);
        border: 0;
    }

    .wf-field input[type=text],
    .wf-field select,
    .wf-field textarea {
        width: 100% !important;
    }

    .wf-label:empty {
        display: none;
    }
}

@media screen and (max-width: 590px) {
    .wf-parent {
        padding: 20px 0;
    }

    .wf-wrapper {
        width: calc(100% - 40px) !Important;
        border: 0;
    }

    .wf-form-component {
        padding: 20px;
        padding-bottom: 60px;
    }

    .wf-field input[type=text],
    .wf-field select,
    .wf-field textarea {
        width: 100% !important;
    }

    .wf-label:empty {
        display: none;
    }

    .wf-row[data-ux-field-appearance='date-time'] .wf-field-inner {
        flex-direction: column;
    }

    .wf-row[data-ux-field-appearance='date-time'] .wf-time-field-wrapper {
        margin-top: 10px;
    }

    .wf-row[data-ux-field-appearance='date-time'] .wf-field-item:first-child {
        margin-left: 0;
    }

    .wf-row[data-ux-field-appearance='date-time'] .wf-field-item {
        flex: 1;
    }

    .wf-row[data-ux-field-appearance='captcha'] .wf-field {
        flex-direction: column;
    }

    .wf-row[data-ux-field-appearance='captcha'] .reload-captcha {
        margin-left: auto;
    }

    .wf-row[data-ux-field-appearance='captcha'] .wf-field-inner {
        width: 100%;
    }
}

/* ==================== *** Mediaquery ends *** ==================== */




























/******** media responisve css *****/
@media(max-width:1600px) {

    .videos_tab_slider button.slick-prev.slick-arrow,
    .article_slider button.slick-prev.slick-arrow {
        left: -13%;
    }

    .videos_tab_slider button.slick-next.slick-arrow,
    .article_slider button.slick-next.slick-arrow {
        right: -13%;
    }
}

@media(max-width:1600px) {

    .videos_tab_slider button.slick-prev.slick-arrow,
    .article_slider button.slick-prev.slick-arrow {
        background-repeat: no-repeat;
        background-size: contain;
        left: -4%;
        width: 70px;
        height: 70px;
    }

    .videos_tab_slider button.slick-next.slick-arrow,
    .article_slider button.slick-next.slick-arrow {
        background-repeat: no-repeat;
        background-size: contain;
        right: -4%;
        width: 70px;
        height: 70px;
    }
}



@media(max-width:1299px) {
    h1 {
        font-size: 50px;
        line-height: 60px;
    }

    h2 {
        font-size: 36px;
        line-height: 40px;
    }

    h3 {
        font-size: 25px;
        line-height: 30px;
    }

    h4 {
        font-size: 20px;
    }

    .simplify_section .slider_wrapper button.slick-prev.slick-arrow,
    .simplify_section .slider_wrapper button.slick-next.slick-arrow {
        width: 70px;
        height: 70px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .seamlessly_section.deliver_section {
        padding: 100px 0 235px;
    }

    .simplify_section h2.vc_custom_heading:after,
    #supply_chain h2.vc_custom_heading:after,
    .simplify_section h2.vc_custom_heading.empower label:after,
    .seamlessly_section.deliver_section h2.vc_custom_heading label:after {
        top: 25px;
    }

    .simplify_section h2.vc_custom_heading {
        max-width: 543px;
    }

    .simplify_section::before {
        top: -24%;
        width: 120%;
    }

    .seamlessly_section .wpb_wrapper h1:hover:after {
        width: 55%;
    }

    .video_item button.vimeo_youtube_btn,
    .video_item a.vimeo_youtube_btn img {
        width: 80px;
    }

    #supply_chain .supply_box.procurement .wpb_single_image.hover_img2.four {
        right: 5px;
    }
}

@media(max-width:1199px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 98%;
    }

    .header_content .header_inner .wpb_single_image.wpb_content_element figure img {
        width: 90px;
    }

    .header_content .menu li a,
    .header_content .menu>li.contact_btn a {
        font-size: 15px;
    }

    .header_inner .vc_col-sm-9>.vc_column-inner {
        padding-left: 0;
    }

    .seamlessly_section {
        padding: 191px 0 265px;
    }

    #supply_chain .supply_box {
        padding: 0 0 0 25px;
    }

    .simplify_section {
        padding: 50px 0 60px;
    }

    .simplify_section h2.vc_custom_heading {
        margin: 0 auto 50px;
    }

    .simplify_section.empower_section {
        padding: 0 0 100px 0;
    }

    .simplify_section.empower_section::before {
        bottom: -45%;
        width: 115%;
    }

    .simplify_section .slider_wrapper .fancy-slider-box {
        width: 2%;
    }

    #supply_chain .supply_box .wpb_text_column.wpb_content_element p {
        font-size: 17px;

    }

    .trusted_gallery {
        padding-bottom: 0px
    }

    .seamlessly_section:before {
        bottom: -30%;
    }

    .simplify_section::before {
        top: -56%;
    }

    .seamlessly_section .wpb_wrapper h1:hover:after {
        width: 310px;
    }

    .video_content,
    .artcle_content {
        padding: 30px;
    }

    .video_item button.vimeo_youtube_btn {
        height: 97%;
    }

    .vimeo_youtube_box .video_item video,
    .vimeo_youtube_box .video_item iframe {
        height: 188px;
    }


}

@media(max-width:1024px) {
    .header_content .menu>li {
        margin: 0 8px;
    }



    @media (max-width: 991px) {
        .bookcall_section .contact_left h4 {
            font-size: 25px;
        }

        .supply_chain .supply_box.procurement .wpb_wrapper .wpb_text_column.wpb_content_element p {
            width: 100%;
        }

        .toggle_bar {
            position: fixed;
            right: 30px;
            display: flex;
            z-index: 9;
            top: 18px;
            border: solid 2px #F05F0B;
            border-radius: 25px;
            height: 35px;
            width: 34px;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            padding: 7px;
        }

        .toggle_bar span {
            width: 30px;
            height: 2px;
            background: #F05F0B;
            display: table-caption;
            transition: all 0.5s;
        }

        .header_content .nfya_menu_bar .menu {
            display: none;
        }

        .bs-canvas-right {
            width: 300px;
        }

        .offcanvas_logo {
            width: 85px;
        }

        .bs-canvas .bs-canvas-header .bs-canvas-close {
            opacity: 1;
            border: solid 2px #F05F0B;
            border-radius: 25px;
            height: 35px;
            width: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 0;
        }

        .bs-canvas .bs-canvas-header .bs-canvas-close span {
            color: #F05F0B !important;
            font-weight: bold;
            margin: -5px 0 0 0;
        }

        .mobile-menu {
            display: flex;
            justify-content: end;
            padding: 0;
            margin: 0;
        }

        .mobile-menu>li {
            list-style: none;
            margin: 0;
            position: relative;
            display: block;
            width: 100%;
            margin-bottom: 13px;
        }

        .mobile-menu li:focus-visible,
        .mobile-menu li a:focus {
            outline: none;
        }

        .mobile-menu li a {
            color: #1F1F1F;
            font-size: 19.23px;
            line-height: 19.23px;
            font-weight: 600;
            padding: 15px 0px;
            position: relative;
            display: inline-block;
            /* padding-top: 0; */
        }

        .mobile-menu li a:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0%;
            background: #F96302;
            height: 5px;
            opacity: 0;
            transition: all ease-in-out 0.5s;
            z-index: -1;
        }

        .mobile-menu li a:hover:after {
            width: 100%;
            opacity: 1;
        }

        .mobile-menu li.menu-item-16 a:after {
            background: #F05F0B;
        }

        .mobile-menu li.menu-item-17 a:after {
            background: #EF2B2D;
        }

        .mobile-menu li.menu-item-18 a:after {
            background: #0054A0;
        }

        .mobile-menu li.menu-item-19 a:after {
            background: #51BFE2;
        }

        .mobile-menu li.menu-item-16 a {
            color: #F05F0B;
        }

        .mobile-menu li.menu-item-17 a {
            color: #EF2B2D;
        }

        .mobile-menu li.menu-item-18 a {
            color: #0054A0;
        }

        .mobile-menu li.menu-item-19 a {
            color: #51BFE2;
        }

        .mobile-menu>li.contact_btn {
            margin: 15px 0 0 0px;
        }

        .mobile-menu>li.contact_btn a {
            background: linear-gradient(90deg, rgba(240, 95, 11, 1) 0%, rgba(242, 132, 17, 1) 100%);
            padding: 14px 19px;
            font-size: 18px;
            line-height: 14px;
            color: #fff;
            border-radius: 5px;
            transition: all ease-in-out 0.5s;
        }

        .mobile-menu>li.contact_btn a:hover {
            background: linear-gradient(90deg, rgba(242, 132, 17, 1) 30%, rgba(240, 95, 11, 1) 100%);
        }

        h1 {
            font-size: 45px;
            line-height: 55px;
        }

        h2 {
            font-size: 30px;
            line-height: 40px;
        }

        h4 {
            font-size: 17px;
        }

        .seamlessly_section:before {
            bottom: -28%;
            width: 110%;
        }

        .supply_chain>.vc_row>.vc_col-sm-6 {
            width: 100%;
        }

        .empower_section h4.vc_custom_heading {
            padding: 95px 20px 20px;
            min-height: 223px;
            line-height: 26px;
        }

        .simplify_section.empower_section:before {
            bottom: -48%;
        }

        .simplify_section.empower_section {
            padding: 0 0 100px 0;
        }

        .simplify_section {
            padding: 70px 0 40px;
        }

        .select_member .vc_column_container>.vc_column-inner>.wpb_wrapper {
            min-height: 240px;
        }

        .select_member .vc_column_container>.vc_column-inner>.wpb_wrapper h4 {
            font-size: 17px;
            line-height: 24px;
            min-height: 129px;
        }

        .seamlessly_section.deliver_section {
            padding: 65px 0 200px;
        }

        .seamlessly_section .wpb_wrapper h1:after,
        #supply_chain h2.vc_custom_heading:after,
        .simplify_section h2.vc_custom_heading:after,
        .supply_chain h2.vc_custom_heading label::after,
        .simplify_section h2.vc_custom_heading.empower label:after,
        .trusted_section h2.vc_custom_heading:after,
        .seamlessly_section.deliver_section h2.vc_custom_heading label:after {
            display: none;
        }

        .seamlessly_section.deliver_section:after {
            top: -25%;
            width: 120%;
        }

        .video_item button.vimeo_youtube_btn img {
            width: 60px;
        }

        .video_content h2.title,
        .artcle_content h2.title {
            font-size: 20px;
            min-height: 50px;
            line-height: 24px;
        }

        .video_content,
        .artcle_content {
            padding: 20px;
        }

        .video_content a,
        .artcle_content a {
            padding: 15px 20px;
        }

        .video_item button.vimeo_youtube_btn,
        .video_item a.vimeo_youtube_btn img {
            width: 60px;
        }

        .vimeo_youtube_box video,
        .vimeo_youtube_box iframe {
            height: 155px;
        }

        .supply_box:hover .wpb_single_image {
            opacity: 1;
        }

        .supply_box:hover .wpb_single_image.hover_img2 {
            display: none;
        }

        .empower_item:hover .hover_img1 {
            top: 0;
            left: 42%;
        }

        .empower_item:hover .hover_img2 {
            transform: rotatey(0deg);
        }

        .empower_item:hover .wpb_single_image.hover_img3 {
            opacity: 0;
        }

        .empower_item:hover .wpb_single_image.hover_img3-1 {
            opacity: 1;
        }

        .diliver-hover .deliver-img-hover,
        .diliver-hover:hover .deliver-img-hover {
            top: 32px;
            position: relative;
            left: 15px;
        }

        .diliver-hover .deliver-img-hover .vc_single_image-img.attachment-full {
            width: 75%;
        }
    }

    @media(max-width:767px) {
        .bookcall_section .contact_left h4 {
            font-size: 20px;
            line-height: 26px;
        }

        .trusted_gallery .shopylyst_marquee_slider img {
            margin: 0 15px;
        }

        .trusted_section {
            margin: 0;
        }

        .diliver-hover .deliver-img-hover,
        .diliver-hover:hover .deliver-img-hover {
            top: 26px;
            left: 14px;
        }

        .diliver-hover .vc_single_image-img.attachment-full {
            width: 75%;
        }

        h1 {
            font-size: 35px;
            line-height: 42px;
        }

        h2 {
            font-size: 25px;
            line-height: 30px;
        }

        .seamlessly_section .wpb_wrapper p {
            max-width: 100%;
        }

        .seamlessly_section {
            padding: 140px 0 180px;
        }

        .seamlessly_section:before {
            bottom: -29%;
        }

        .simplify_section::before {
            width: 125%;
        }

        #supply_chain .supply_box {
            padding: 25px;
        }

        .supply_box .vc_col-sm-6 {
            width: 50%;
        }

        #supply_chain h2.vc_custom_heading {
            margin-bottom: 30px;
        }

        .empower_section h4.vc_custom_heading {
            min-width: auto;
        }

        .simplify_section h2.vc_custom_heading.empower {
            margin: 30px auto 40px;
        }

        .seamlessly_section.deliver_section .wpb_wrapper p {
            max-width: 100%;
        }

        .seamlessly_section.deliver_section:after {
            width: 125%;
            top: -17%;
        }

        .seamlessly_section.deliver_section h2.vc_custom_heading label {
            display: inline;
        }

        .select_member .vc_column_container>.vc_column-inner>.wpb_wrapper {
            margin-top: 20px;
        }

        .seamlessly_section.deliver_section {
            padding: 65px 0 70px;
        }

        .seamlessly_section.deliver_section:befor {
            bottom: -26%;
            width: 124%;
        }

        .simplify_section h2.vc_custom_heading,
        .simplify_section h4.vc_custom_heading {
            padding-inline: 15px;
        }

        .empower_section .vc_col-sm-12 .vc_row.wpb_row .vc_col-sm-4 {
            margin-bottom: 20px;
        }

        .simplify_section.empower_section:before {
            bottom: -27%;
        }

        .simplify_section.trusted_section {
            padding-top: 10px;
            margin-top: 0;
        }

        .seamlessly_section .vc_col-sm-12 .vc_row .vc_col-sm-6 .wpb_wrapper,
        .seamlessly_section .vc_col-sm-12 .vc_row .vc_col-sm-6 .wpb_wrapper h1,
        .deliver_section .vc_col-sm-12 .vc_row .vc_column-inner .wpb_wrapper,
        .deliver_section .vc_col-sm-12 .vc_row .vc_column-inner .wpb_wrapper h2 {
            text-align: center !important;
        }

        .seamlessly_section .vc_col-sm-12 .vc_row .vc_col-sm-6 figure img {
            max-width: 90%;
        }

        .simplify_section.bookcall_section h2.vc_custom_heading,
        .simplify_section.bookcall_section h4.vc_custom_heading {
            padding-left: 0;
            padding-right: 0;
        }

        .simplify_section.bookcall_section {
            padding: 70px 0 30px;
        }

        .seamlessly_section.deliver_section:before {
            bottom: -21%;
        }

        .simplify_section.learn_about_section h2.vc_custom_heading label {
            display: inline;
        }

        .dynamic_tabs {
            margin: 0 0 30px;
        }

        .fancybox-stage .fancybox-slide iframe {
            width: 100%;
            height: auto;
        }

        .footer_logo img {
            max-width: 90%;
        }

        .select_member .vc_column_container>.vc_column-inner>.wpb_wrapper h4,
        .select_member .vc_column_container>.vc_column-inner>.wpb_wrapper {
            min-height: inherit;
        }

        .select_member .vc_column_container>.vc_column-inner>.wpb_wrapper {
            padding-bottom: 25px;
        }

        .select_member .vc_column_container>.vc_column-inner>.wpb_wrapper h4 {
            margin-bottom: 15px;
        }

    }

    @media(max-width:600px) {
        .simplify_section .slider_wrapper .fancy-slider-box {
            width: 1.3%;
        }

        .vimeo_youtube_box .video_item video,
        .vimeo_youtube_box .video_item iframe {
            height: 48vw;
        }

        .article_slider .article_item .featured_image img {
            width: 100%;
        }


    }

    @media(max-width:500px) {
        .supply_chain .supply_box .wpb_text_column.wpb_content_element p {
            margin: 0 0 30px;
            font-size: 16px;
        }

        .supply_chain .supply_box {
            padding: 20px;
        }

        .supply_box .vc_col-sm-6 {
            width: 100%;
        }

        #supply_chain .supply_box .vc_column-inner .wpb_single_image.wpb_content_element.vc_align_left {
            margin: 20px 0 0 0;
        }

        .simplify_section.empower_section {
            padding: 0 0 50px 0;
        }

        .simplify_section::before {
            top: -74%;
        }

        .seamlessly_section:before {
            width: 123%;
        }

        .seamlessly_section {
            padding: 90px 0 180px;
        }

        .videos_tab_slider button.slick-prev.slick-arrow,
        .article_slider button.slick-prev.slick-arrow {
            left: -9%;
        }

        .videos_tab_slider button.slick-next.slick-arrow,
        .article_slider button.slick-next.slick-arrow {
            right: -9%;
        }

        .contact_form input.gform_button {
            padding: 8px 19px;
        }



    }

    @media(max-width:425px) {
        .simplify_section .slider_wrapper .fancy-slider-box {
            width: 1.3%;
        }

    }

    @media(max-width:360px) {
        .supply_chain .supply_box .wpb_text_column.wpb_content_element p {
            font-size: 14px;
        }
    }
}