/**
 * Theme Name:     Kadence Child
 * Author:         Kadence WP
 * Template:       kadence
 * Text Domain:	   kadence-child
 * Description:    Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
 */


/* FONTS */

@font-face {
    font-family: 'Filson Pro Book';
    src: url('./assets/fonts/FilsonPro-Book.woff2') format('woff2'),
        url('./assets/fonts/FilsonPro-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Pro Regular';
    src: url('./assets/fonts/FilsonPro-Regular.woff2') format('woff2'),
        url('./assets/fonts/FilsonPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Pro Light';
    src: url('./assets/fonts/FilsonPro-Light.woff2') format('woff2'),
        url('./assets/fonts/FilsonPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* GLOBAL */

.filson-pro-light {
    font-family: 'Filson Pro Light';
}
.filson-pro-regular {
    font-family: 'Filson Pro Regular';
}
.filson-pro-book {
    font-family: 'Filson Pro Book';
}

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

.h1 {
    font-size: 70px;
}
.h2 {
    font-size: 70px;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 35px;
}

body .theme-btn-light,
body .theme-btn-light:visited {
    background-color: #e7deb3;
    color: #0c0744;
}
body .theme-btn-light:hover,
body .theme-btn-light:visited:hover {
    background-color: var(--global-palette-btn-bg-hover);
    color: white;
}


/* CSS */

.top-header {
    display: flex;
    gap: 30px;
}
.top-header p {
    font-size: 14px;
    font-weight: 400;
}
.top-header .call_ico,
.top-header .email_ico {
    background-size: 16px;
    background-position: left center;
    padding-left: 22px;
    background-repeat: no-repeat;
}
.top-header .call_ico {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-telephone' viewBox='0 0 16 16'%3E%3Cpath d='M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.6 17.6 0 0 0 4.168 6.608 17.6 17.6 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.68.68 0 0 0-.58-.122l-2.19.547a1.75 1.75 0 0 1-1.657-.459L5.482 8.062a1.75 1.75 0 0 1-.46-1.657l.548-2.19a.68.68 0 0 0-.122-.58zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877z'/%3E%3C/svg%3E");
}
.top-header .email_ico {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-envelope' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1zm13 2.383-4.708 2.825L15 11.105zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741M1 11.105l4.708-2.897L1 5.383z'/%3E%3C/svg%3E");
}
.footer-contact p {
    margin-top: 0;
    margin-bottom: 4px;
}
.footer-contact p svg {
    position: relative;
    top: 4px;
}
.site-bottom-footer-wrap > div > .site-container {
    padding-left: 0;
    padding-right: 0;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: transparent;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: white;
}


/* HOME */


.home .site-main-header-wrap .site-header-row-container-inner>.site-container {
    padding-bottom: 0;
}
.home .homepage-banner {
    margin-top: 20px;
}
.homepage-banner .owl-carousel .owl-stage-outer {
    overflow: unset;
}
.hb-item {
    position: relative;
    padding: 160px 0;
    background: #0d0743 url("./assets/images/homepage-banner-vector.webp") no-repeat bottom / cover;
}
.hb-item-lft {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.hb-item-lft h2 {
    color: white;
}
.hb-item .button {
    background-color: #e7deb3;
    display: block;
    width: fit-content;
    color: #0c0744;
}
.hb-item .button:hover {
    background-color: white;
    color: #0c0744;
}
.hb-item-rgt {
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 1;
    height: 100%;
}
.hb-item-rgt img {
    max-width: 500px;
    height: 107%;
}
.innovation {
    padding: 60px 0;
}
.innovation-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.inv-lft h2 {
    padding-left: 28px;
    text-indent: -28px;
}
.inv-lft h2 span {
    text-align: right;
    display: block;
}
.why-choose {
    background-color: #e5e5e5;
    padding: 70px 0 120px 0;
}
.why-choose-wrap {
    display: flex;
    gap: 5px;
}
.wc-single h2 {
    margin-bottom: 12px;
}
.wc-single-box {
    width: 100%;
    max-width: 260px;
    background-color: #1d1f83;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 20px 30px;
    transition: background-color 0.3s ease-in;
    border-radius: 3px;
}
.wc-single-box:hover {
    background-color: #0d0743;
}
.wc-single-box p {
    color: white;
    margin: 0;
    font-family: 'Filson Pro Book';
}
.wc-rep-box {
    display: flex;
    gap: 5px;
}
.wc-box-column {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.wc-box-column:nth-child(2) {
    transform: translateY(60px);
}
.wc-box-column:nth-child(3) {
    transform: translateY(120px);
}
.wc-box-column:nth-child(odd) > div:last-child {
    background-color: #0d0743;
}
.wc-box-column:nth-child(even) > div:first-child {
    background-color: #0d0743;
}
.wc-box-column:nth-child(odd) > div:last-child:hover {
    background-color: #1d1f83;
}
.about-brand {
    margin-top: -250px;
    padding-top: 250px;
    padding-bottom: 100px;
    background-color: white;
}
.about-brand-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ab-lft {
    width: 38%;
    max-width: 500px;
}
.ab-rgt {
    width: 60%;
    margin-top: 100px;
}
.ab-lft > img {
    border-radius: 5px;
}
.brand-work-exp {
    margin-top: 34px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ab-rgt h5,
.brand-work-exp h3,
.brand-work-exp h5 {
    color: #0d0743;
}
.milestone-headings {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 2;
}
.milestone-headings h5 {
    color: #0d0743;
    margin-top: 14px;
}
.milestone-headings h3 {
    line-height: 1.3;
}
.milestone-slider {
    position: relative;
    background-color: #E5E5E5;
    padding-top: 70px;
    padding-bottom: 80px;
    margin-top: -12px;
}
#milestones {
    max-width: 1200px;
}
.milestone-col span {
    display: block;
    max-width: 130px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    pointer-events: none;
    margin-bottom: 20px;
}
.milestone .owl-nav {
    position: absolute;
    bottom: -20px;
    right: -70px;
    margin-top: 0;
    display: flex;
    gap: 6px;
    flex-direction: column;
}
.milestone .owl-nav button {
    margin: 0 !important;
}
.milestone .owl-nav button svg {
    width: 26px;
    height: 26px;
    display: block;
    color: #3e4093;
}
.testimonials {
    background-color: #1d1f83;
    overflow: hidden;
}
.testimonials-wrapper {
    display: flex;
    align-items: center;
}
.testi-lft {
    width: 46%;
    padding-right: 30px;
}
.testi-rgt {
    position: relative;
    width: 40%;
    padding: 110px 0;
}
.testi-lft h3 {
    color: white;
}
.testi-content p {
    color: white;
    font-family: 'Filson Pro Light';
}
.testi-content p:first-child {
    margin-top: 0;
}
.testimonials .owl-dots {
    margin-top: 0;
    display: flex;
}
.testi-content {
    max-width: 600px;
}
.vector-circle {
    width: 40px;
    height: 40px;
    background-color: #e5e5e5;
    border-radius: 50%;
    position: absolute;
}
.vector-circle-01 {
    top: 50px;
    left: -110px;
}
.vector-circle-02 {
    top: 46%;
    left: -110px;
    transform: translateY(-46%);
}
.vector-circle-03 {
    bottom: 45%;
    right: -120px;
    transform: translateY(-45%);
}
.vector-circle-04 {
    bottom: 20%;
    right: -120px;
}
.blogs-section {
    padding: 100px 0;
}
.blog-posts-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px;
}
.blog-post-item:nth-child(4) {
    display: none;
}
.blog-post-thumbnail {
    margin-bottom: 25px;
}
.blog-post-thumbnail img {
    border-radius: 3px;
}
.blog-post-title {
    margin-bottom: 5px;
}
.blog-post-excerpt {
    margin-bottom: 25px;
}
.blog-post-excerpt p {
    margin: 0;
}
.global-sec {
    padding: 20px 0 70px 0;
}
.global-cols .blog-post-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.global-cols .blog-post-thumbnail img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}


/* WHO WE ARE */

.hero-banner,
.entry-hero {
    background: #0D0743 url("./assets/images/hero-banner-img.webp") no-repeat center / cover;
    background-color: #0D0743;
    padding: 130px 0;
    position: relative;
}
.hb-overlay,
.hero-section-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 0;
}
.hero-banner .hb-heading,
.entry-hero .entry-hero-container-inner .entry-header h1 {
    text-align: center;
    color: white;
    position: relative;
    z-index: 1;
}
.who-we-are {
    margin-top: 0;
    padding-top: 100px;
    position: relative;
}
.who-we-are .side-vector {
    top: unset;
    bottom: 120px;
    translate: none;
}
.who-we-are .ab-rgt {
    margin-top: 0;
}
.who-we-are .about-brand-wrapper {
    flex-direction: row-reverse;
    max-width: 1100px;
    margin-left: auto;
}
.who-we-are-founder {
    margin-top: 35px;
    max-width: 580px;
}
.who-we-are .brand-work-exp {
    margin-top: 40px;
    gap: 40px;
}
.who-we-are .brand-work-exp h3 {
    color: #1d1f83;
}
.our-journey {
    max-width: 600px;
    margin-top: 45px;
}
.chairman-profile img {
    margin-bottom: 16px;
}
.chairman-profile h6 {
    color: #0d0743;
}
.our-vision {
    position: relative;
    background-color: #1d1f83;
    padding: 160px 0 180px;
}
.our-vision-content {
    max-width: 545px;
}
.our-vision-content h3,
.our-vision-content p {
    color: white;
}
.world-map-image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    max-width: 1150px;
}
.quality-control {
    padding-top: 120px;
}
.qty-ctrl-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.qty-ctrl-lft {
    max-width: 420px;
    width: 100%;
}
.qty-ctrl-rgt {
    width: 65%;
    padding-left: 25px;
}
.infrastructure-sec {
    padding-bottom: 80px;
}
.cc-row {
    padding-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.certification-row {
    padding-top: 55px;
    padding-bottom: 0;
    align-items: flex-start;
}
.commitment-row {
    padding-top: 0;
}
.cc-lft {
    width: 55%;
}
.cc-rgt {
    width: 45%;
    padding-left: 130px;
    padding-right: 130px;
    position: relative;
}
.cc-header {
    display: flex;
    align-items: center;
}
.certification-row .owl-carousel {
    margin-top: 30px;
}
.lity-image img {
    max-width: 80% !important;
    width: auto;
    margin: 0 auto;
}
.certification-row .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}
.certification-row .owl-theme .owl-dots {
    text-align: left;
}
.cc-divider {
    margin-left: 18px;
    height: 3px;
    flex: 1;
    background-color: black;
}
.cc-vector-lft,
.cc-vector-rgt {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.cc-vector-lft {
    top: -50px;
    left: 40px;
}
.cc-vector-rgt {
    top: -10px;
    right: 40px;
}
.cc-circle {
    width: 40px;
    height: 40px;
    background-color: #e5e5e5;
    border-radius: 50%;
}
.improvement-container {
    background-color: #1d1f83;
    position: relative;
    border-radius: 5px;
    padding: 70px 50px 70px 0;
}
.improvement-vector {
    position: absolute;
    top: -65px;
    left: 50px;
    z-index: 0;
}
.improvement-vector img {
    max-width: 150px;
}
.improvement-wrapper {
    display: flex;
    align-items: center;
    width: 60%;
    margin-left: auto;
    margin-right: 8%;
}
.improvement-lft {
    margin-right: 6%;
}
.improvement-heading,
.improvement-content p {
    color: white;
}
.improvement-content p:last-child {
    margin-bottom: 0;
}
.improvement-heading {
    line-height: 1.1;
}
.improvement-content p {
    margin-top: 0;
}

/* BLOG LISTING */

.entry-hero .entry-hero-container-inner {
    background-color: transparent;
}
.entry-hero .entry-hero-container-inner .entry-header {
    font-family: 'Filson Pro Light';
    min-height: initial;
}
.entry-hero .entry-hero-container-inner .entry-header h1 {
    font-size: 70px;
}
.loop-entry .entry-header .entry-title {
    font-size: 20px;
}
.more-link-wrap .kadence-svg-iconset {
    display: none;
}
.more-link-wrap .post-more-link {
    background-color: #e7deb3;
    color: #0c0744;
    font-style: normal;
    font-size: 16px;
    border-radius: 3px;
    padding: .6em 1.5em .6em 1.5em;
    font-family: 'Filson Pro Regular';
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.6;
    display: inline-block;
    transition: all .2s ease;
}
.more-link-wrap .post-more-link:hover {
    background-color: var(--global-palette-btn-bg-hover);
    color: white;
}

/* BLOG SINGLE */

.single-content h1,
.single-content h2,
.single-content h3 {
    margin-top: 0.5em;
}
.comments-title,
.comment-reply-title {
    font-size: 30px;
    margin-bottom: 0.8em;
}

/* CONTACT US */

.contact-form-sec {
    background: #0D0743 url('./assets/images/contact-form-banner.webp') no-repeat center / cover;
    padding: 50px 0;
}
.side-vector {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    left: 0;
    max-height: 78%;
    width: auto;
}
.contact-form-sec h3 {
    margin-bottom: 20px;
    color: white;
}
.contact-details {
    padding: 120px 0;
    position: relative;
}
.contact-details h1 {
    margin-bottom: 20px;
}
.contact-address {
    display: flex;
    width: 650px;
}
.address-col {
    padding-left: 40px;
    border-left: 1px solid #E5E5E5;
    width: 300px;
}
.address-col:first-child {
    padding-left: 0;
    border-left: 0;
}
.address-col:last-child {
    padding-left: 40px;
}
.address-col h5 {
    margin-bottom: 4px;
}
.address-col p {
    margin: 0;
}
.contact-info {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.contact-row {
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-row span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 50%;
    color: white;
    font-size: 15px;
}
.contact-row span svg {
    width: 20px;
    height: 20px;
    color: black;
}
.contact-row a {
    text-decoration: none;
    color: #0d0743;
    font-size: 18px;
    display: block;
}
.contact-details .world-map-image {
    bottom: -170px;
    top: unset;
    z-index: 0;
    max-width: 980px;
}

.form-grid-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
}
.form-field-single {
    grid-column: 1 / -1;
}
.form-field-checkboxes {
    display: flex;
    gap: 15px;
}
.form-field-hidden {
    display: none;
}
.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"],
.form-field input[type="file"],
.form-field textarea,
.form-field select {
    color: black;
    font-size: 18px;
    display: block;
    width: 100%;
    padding: .6em .7em;
}
.form-field textarea {
    height: 200px;
    resize: none;
}
.form-field input::placeholder,
.form-field textarea::placeholder {
    /*color: #cdcdcd;*/
}
.form-field input[type="text"]:focus,
.form-field input[type="email"]:focus,
.form-field input[type="tel"]:focus,
.form-field textarea:focus {
    color: black;
    font-size: 18px;
    display: block;
    width: 100%;
    padding: .6em .7em;
}
.form-submit-wrapper {
    margin-top: 22px;
    align-items: center;
}
.form-field .wpcf7-list-item {
    margin-left: 0;
    color: white;
}
.form-field .wpcf7-submit {
    display: block;
}
.form-field .wpcf7-spinner {
    display: none;
}
.form-field .wpcf7-not-valid-tip {
    margin-top: 4px;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: 'Inter';
}
body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output,
body .wpcf7 form.payment-required .wpcf7-response-output {
    color: white;
}
.google-map iframe {
    display: block;
    width: 100%;
    height: 600px;
}

/* QUALITY CONTROL */

.qty-about-sec {
    position: relative;
    padding-top: 100px;
}
.qty-about-sec .side-vector {
    top: 0;
    translate: none;
    max-height: 90%;
}
.qty-data-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1160px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.qty-data-wrapper-single {
    flex-direction: column;
}
.qty-data-lft {
    width: 100%;
    max-width: 450px;
}
.qty-data-rgt {
    width: 54%;
}
.qty-data-lft h3 {
    margin-bottom: 8px;
}
.qty-data-lft h6 {
    color: #0d0743;
    line-height: 1.4;
}
.gallery-sec {
    padding-bottom: 100px;
    margin-top: 80px;
}
.gallery-sec h3 {
    margin-bottom: 20px;
}
.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    max-width: 1160px;
    margin: 0 auto;
}
.gallery-grid > a {
    position: relative;
}
.g-cap {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.5s;
}
.gallery-grid > a:hover .g-cap {
    opacity: 1;
}

/* PRODUCT LISTING */

.product-banner {
    background: #0D0743 url("./assets/images/product-listing-banner.webp") no-repeat center / cover;
}
.product-listing {
    position: relative;
}
.product-vector {
    position: absolute;
    top: 0;
    left: 0;
}
.product-search-form {
    margin-top: -40px;
    position: relative;
}
.product-search-form > form > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}
.product-search-form > form > ul > li {
    padding: 0;
}
.product-search-form > form > ul > li > label {
    display: block;
}
.product-search-form > form > ul > li.sf-field-search {
    flex: 1;
}
.product-search-form > form input[type="text"] {
    width: 100%;
    height: 60px;
    padding-left: 20px;
    border: 1px solid #cdcdcd;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    font-size: 18px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
}
.product-search-form > form input[type="text"]::placeholder {
    color: #cdcdcd;
    color: #444;
}
.product-search-form > form input[type="submit"] {
    position: absolute;
    top: 4px;
    right: 5px;
    height: 50px;
}
.product-search-form > form li.sf-field-taxonomy-product-category {
    width: 100%;
    margin-top: 10px;
}
.product-search-form > form li.sf-field-taxonomy-product-category select {
    width: 100%;
    height: 50px;
    border: 1px solid #cdcdcd;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    font-size: 18px;
    font-weight: 500;
    color: #444;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    cursor: pointer;
}

.pd-table-heading {
    text-align: center;
    margin: 30px 0 16px;
    font-size: 40px;
}
.product-listing table {
	width: 100%;
    table-layout: fixed;
	border-collapse: collapse;
	border-collapse: separate;
    border-spacing: 0 20px;
	overflow: hidden;
    margin: 0;
    padding: 0 10px;
}
.product-listing thead {
    border-radius: 5px;
	background: #18214c;
	color: #fff;
}
.product-listing tbody {
    transform: translateY(-15px);
}
.product-listing th,
.product-listing td {
	text-align: left;
	padding: 12px;
	vertical-align: top;
	font-weight: 400;
}
.product-listing thead th {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
}
.product-listing th:first-child,
.product-listing td:first-child {
    padding-left: 40px;
}
.product-listing th:last-child,
.product-listing td:last-child {
    padding-right: 40px;
}
.product-listing tbody tr {
    background-color: white;
    border: 1px solid #cdcdcd;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.product-listing tbody td {
    padding-top: 20px;
    padding-bottom: 20px;
}
.product-photo img {
	width: 100px;
	height: auto;
}
.product-listing table p {
    margin: 0;
    border-bottom: 3px solid #f3f3f3;
    padding-bottom: 5px;
    font-size: 15px;
    line-height: 20px;
}
.product-listing .actions {
	margin-top: 30px;
	display: flex;
	gap: 8px;
}
.product-listing .btn {
	border: none;
	cursor: pointer;
	font-size: 14px;
    border-radius: 3px;
    padding: .6em 1.5em .6em 1.5em;
    line-height: 1.6;
    background: var(--global-palette-btn-bg);
    color: var(--global-palette-btn);
    text-decoration: none;
}
.product-listing .btn-details {
    background: #e5e5e5;
    color: black;
}
.product-listing .btn-details:hover {
    background: var(--global-palette-btn-bg);
    color: var(--global-palette-btn);
}
.product-listing .btn-enquiry:hover {
    background: #e5e5e5;
    color: black;
}

/* Responsive - Stack rows */
@media (max-width: 768px) {
	.product-listing thead {
		display: none;
	}
	.product-listing table,
	.product-listing tbody,
	.product-listing tr,
	.product-listing td {
		display: block;
		width: 100%;
	}
	.product-listing tr {
		margin-bottom: 15px;
		border: 1px solid #ddd;
		border-radius: 8px;
		padding: 10px;
		background: #fff;
	}
	.product-listing td {
		padding: 8px 0;
	}
	.product-listing td::before {
		content: attr(data-label);
        margin-bottom: 5px;
        color: black;
        display: block;
	}
	.product-listing table p {
        color: #7b7b7b;
    }
    .product-listing .product-photo img {
        width: auto;
        width: 280px;
        max-width: 100%;
    }
}

/* PRODUCT DETAIL */

.product-detail-box {
    position: relative;
    padding-top: 60px;
}
.product-detail-box .pd-table-heading {
    margin: 0 0 30px 0;
}
.product-detail-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 45px;
}
.product-thumbnail {
    width: 40%;
}
.product-details {
    width: 56%;
}
.product-thumbnail > img {
    max-height: 550px;
	height: auto;
    max-width: 400px;
    width: auto;
}
.product-details h1 {
    font-size: 40px;
    color: #0d0743;
}
.product-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
    margin-top: 30px;
    max-width: 620px;
}
.product-info {
    border: 1px solid #cdcdcd;
    text-align: center;
    padding: 26px 6px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-info p {
    margin: 0;
    color: #0d0743;
}
.enquiry-form-sec {
    margin: 20px 0 40px 0;
}
.enquiry-form-wrapper {
    background-color: #1d1f83;
    padding: 40px;
    border-radius: 5px;
}
.enquiry-form-wrapper h3 {
    color: white;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 34px;
}
.pcd-wrapper {
    margin: 50px 0 40px 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.pcd-col {
    border-radius: 5px;
    background-color: #e5e5e554;
    font-size: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    overflow: hidden;
}
.pcd-inner-col {
    padding: 15px;
}
.pcd-col h5 {
    text-align: center;
    padding: 10px 5px;
    background-color: #1d1f83;
    background: var(--global-palette-btn-bg);
    color: white;
    font-size: 16px;
}
.pcd-col p {
    margin-top: 0;
}

/* CAREERS */

.careers-form-sec {
    max-width: 1000px;
    margin: 0 auto;
    background-image: none;
    background-color: transparent;
}
.careers-form-sec h3 {
    text-align: center;
    color: #000000;
}
.careers-form-sec .contact-form-wrapper {
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
#careers-form .form-submit-wrapper {
    display: block;
}
#careers-form .form-submit-wrapper .form-field .wpcf7-submit {
    margin: 0 auto;
}

/* FAQ's */

.accordion-container {
    margin: 60px 0;
}
.faq-accordion-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}
.set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    margin-bottom: 12px;
}
.set > button {
    display: block;
    padding: 16px 35px 16px 15px;
    text-decoration: none;
    width: 100%;
    text-align: left;
    background-color: #22599a;
    border-bottom: 1px solid #ddd;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    transition:all 0.2s linear;
    position: relative;
}
.set > button i {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 15px;
}
.set > button.active {
    background-color: var(--global-palette1);
    color: #fff;
}
.content {
    padding: 22px 6px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display:none;
}
.content p {
    margin: 0;
    color: #333;
}
.faq-title,
.faq-subtitle {
    text-align: center;
}
.faq-title {
    margin-bottom: 15px;
    color: var(--global-palette1);
}
.faq-subtitle {
    margin-bottom: 22px;
}













/* RESPONSIVE CSS */

/*----------------------------- Large Screens -------------------------------*/


@media only screen and (max-width :1920px) and (min-width: 1601px) {
    
}

@media only screen and (max-width :1600px) and (min-width: 1441px) {
    
}

@media only screen and (max-width: 1601px) {
    .side-vector,
    .product-vector {
        display: none;
    }
}

@media only screen and (max-width: 1440px) {
    
    .milestone .owl-nav {
        flex-direction: row;
        left: 0;
        right: 0;
        bottom: -45px;
        margin: 0 auto;
        justify-content: center;
    }
    .world-map-image {
        max-width: 1000px;
    }
    .who-we-are-secs {
        margin-top: -70px;
        position: relative;
        z-index: 0;
        background-color: white;
    }
    
}

@media only screen and (max-width :1440px) and (min-width: 1367px) {
    
}

@media only screen and (max-width :1366px) and (min-width: 1281px) {
   
}

@media only screen and (max-width: 1366px) {
    .contact-form-wrapper {
        max-width: 80%;
        margin: 0 auto;
    }
}

/*----------------------------- Small Laptop -------------------------------*/
@media only screen and (max-width :1280px) and (min-width: 1101px) {
    
    .hb-item-rgt img {
        max-width: 420px;
    }
    .world-map-image {
        max-width: 900px;
    }
    .who-we-are-secs {
        margin-top: -100px;
    }
    
}

/*----------------------------- Media 1280 -------------------------------*/
@media only screen and (max-width :1365px){
    
    .product-listing .actions {
        flex-direction: column;
    }
    .product-listing .actions a {
        display: block;
        max-width: 150px;
        text-align: center;
    }
    
}

/*----------------------------- Media 1024 -------------------------------*/
@media only screen and (max-width :1100px){
    
    .hb-item-rgt {
        display: none;
    }
    .milestone-slider {
        padding: 60px 0 100px 0;
        margin-top: 10px;
    }
    .testimonials {
        padding-top: 60px;
    }
    .testimonials-wrapper {
        flex-direction: column;
    }
    .testi-lft,
    .testi-rgt {
        width: 100%;
    }
    .testi-rgt {
        padding-top: 40px;
    }
    .vector-circle-01,
    .vector-circle-02 {
        left: inherit;
        right: 10%;
    }
    .vector-circle-01 {
        top: 20%;
    }
    .vector-circle-02 {
        top: 60%;
    }
    .vector-circle-03 {
        right: 20%;
    }
    .vector-circle-04 {
        right: 20%;
    }
    .blog-posts-wrapper {
        grid-gap: 30px;
    }
    .world-map-image {
        max-width: 590px;
        top: 40%;
        transform: translateY(-50%);
    }
    .improvement-wrapper {
        margin-right: 0;
        width: 72%;
    }
    .cc-lft {
        width: 50%;
    }
    .cc-rgt {
        width: 50%;
        padding-left: 110px;
        padding-right: 110px;
    }
    .contact-form-wrapper {
        max-width: 92%;
    }
    .contact-details .world-map-image {
        transform: none;
        max-width: 700px;
    }
    .qty-about-sec {
        padding-top: 60px;
    }
    .qty-data-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .qty-data-lft,
    .qty-data-rgt {
        max-width: 950px;
        width: 100%;
    }
    .pcd-wrapper {
        grid-template-columns: 1fr 1fr;
    }
	.product-thumbnail > img {
		max-width: 100%;
	}
    
}

@media (max-width: 1024px) {
    
    .h1,
    .entry-hero .entry-hero-container-inner .entry-header h1 {
        font-size: 50px;
    }
    .h2 {
        font-size: 46px;
    }
    .mobile-navigation ul li.current-menu-item > a,
    .mobile-navigation ul li.current-menu-item.menu-item-has-children > .drawer-nav-drop-wrap {
        color: #c1c1c1 !important;
    }
    
}

/*----------------------------- Media 768 -------------------------------*/
@media only screen and (max-width:999px){
    
    .inv-lft h2 {
        text-indent: 0;
        padding-left: 0;
    }
    .inv-lft h2 span {
        display: initial;
    }
    .wc-single-box {
        padding: 20px;
    }
    .milestone-headings {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
    .milestone-headings h5 {
        margin-top: 0;
    }
    .about-brand-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    .ab-lft,
    .ab-rgt {
        margin-top: 0;
        width: 100%;
    }
    .ab-lft img {
        max-width: 400px;
    }
    .vector-circle {
        display: none;
    }
    .testimonials {
        padding-bottom: 60px;
    }
    .testi-rgt {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .blog-posts-wrapper {
        grid-template-columns: 1fr 1fr;
    }
    .blog-post-item:nth-child(4) {
        display: block;
    }
    .blogs-section {
        padding: 60px 0;
    }
    .about-brand.who-we-are {
        margin-top: 0;
        padding: 60px 0;
    }
    .who-we-are .about-brand-wrapper {
        flex-direction: row;
        gap: 40px;
    }
    .chairman-profile img {
        max-width: 100%;
    }
    .our-vision {
        padding: 60px 0;
    }
    .world-map-image {
        position: static;
        transform: none;
        margin-left: auto;
        width: 100%;
    }
    .who-we-are-secs {
        margin-top: 0;
    }
    .quality-control {
        padding-top: 60px;
    }
    .qty-ctrl-lft {
        width: 40%;
    }
    .infrastructure-sec {
        padding-bottom: 60px;
    }
    .improvement-wrapper {
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
        gap: 20px;
    }
    .cc-row {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }
    .cc-row > div {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .cc-circle {
        display: none;
    }
    .entry-hero {
        padding: 100px 0;
    }
    .contact-details .world-map-image {
        position: absolute;
        max-width: 480px;
        bottom: 20px;
    }
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .product-listing tbody {
        transform: none;
    }
    .pd-table-heading {
        font-size: 30px;
    }
    .product-listing tbody tr {
        padding: 20px;
    }
    .product-listing th:first-child,
    .product-listing td:first-child,
    .product-listing th:last-child,
    .product-listing td:last-child {
        padding-left: 0;
        padding-right: 0;
    }
    .product-listing tbody td {
        padding-bottom: 0;
    }
    .product-listing .actions {
        flex-direction: row;
    }
    .product-details h1 {
        font-size: 30px;
    }
    .product-detail-wrapper {
        flex-direction: column;
        gap: 30px;
    }
    .product-detail-wrapper > div {
        width: 100%;
    }
    .product-thumbnail > img {
        max-height: 350px;
    }

}

/*----------------------------- Media Tab -------------------------------*/
@media only screen and (max-width:767px){
    
    .h1,
    .entry-hero .entry-hero-container-inner .entry-header h1 {
        font-size: 34px;
    }
    .h2 {
        font-size: 34px;
    }
    
    .footer-widget-area .widget_media_image {
        max-width: 180px;
    }
    .hb-item {
        padding: 100px 0;
    }
    .qty-ctrl-wrap {
        flex-direction: column;
        align-items: start;
        gap: 30px;
    }
    .qty-ctrl-lft,
    .qty-ctrl-rgt {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
    }
    .qty-ctrl-lft img {
        width: 100%;
        max-width: 400px;
    }
    .improvement-container {
        padding: 50px;
    }
    .improvement-vector {
        position: relative;
        top: 0;
        left: 0;
    }
    .improvement-vector img {
        max-width: 100px;
    }
    .improvement-wrapper {
        width: 100%;
    }
    .contact-details {
        padding: 60px 0;
    }
    .contact-address {
        width: 100%;
    }
    .address-col {
        width: 50%;
        padding-left: 0;
    }
    .address-col:last-child {
        padding-left: 20px;
        border-left: 0;
    }
    .contact-details .world-map-image {
        display: none;
    }
    
}

@media only screen and (max-width:576px){
    
    .why-choose {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .why-choose-wrap {
        flex-direction: column;
    }
    .wc-single .wc-single-box {
        max-width: 100%;
        width: 100%;
        height: auto;
        padding: 80px 20px;
    }
    .wc-box-column {
        width: 50%;
    }
    .wc-single-box {
        max-width: 100%;
    }
    .wc-box-column:nth-child(2) {
        transform: none;
    }
    .about-brand {
        margin-top: -140px;
        padding-top: 140px;
        padding-bottom: 60px;
    }
    .blog-posts-wrapper {
        grid-template-columns: 1fr;
    }
    .improvement-wrapper {
        align-items: flex-start;
        text-align: left;
        margin-top: 30px;
    }
    .improvement-lft {
        margin-right: 0;
    }
    .contact-address {
        flex-direction: column;
        gap: 20px;
    }
    .address-col {
        width: 100%;
    }
    .address-col:last-child {
        padding-left: 0;
    }
    .form-field input[type="text"],
    .form-field input[type="email"],
    .form-field input[type="tel"],
    .form-field textarea,
    .form-field select {
        font-size: 16px;
    }
    .form-submit-wrapper {
        grid-template-columns: 1fr;
        gap: 26px;
    }
    .form-field .wpcf7-submit {
        margin: 0 auto;
    }
    .contact-form-wrapper {
        max-width: 100%;
    }
    .product-search-form > form input[type="text"] {
        font-size: 16px;
    }
    .product-detail-wrapper {
        padding: 20px;
    }
    .enquiry-form-wrapper {
        padding: 25px;
    }
}

/*----------------------------- Media Mobile Screen -------------------------------*/
@media only screen and (max-width:479px){
    
    .top-header {
        gap: 18px;
    }
    .improvement-container {
        padding: 26px;
    }
    .pcd-wrapper {
        grid-template-columns: 1fr;
    }
    
}

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

    header .mobile-header-button-wrap a {
        font-size: 13px !important;
    }
    .ab-rgt {
        margin-top: -60px;
    }
    .wc-rep-box {
        flex-direction: column;
    }
    .wc-box-column {
        width: 100%;
    }
    .wc-box-column .wc-single-box {
        height: auto;
        padding: 80px 20px;
    }
    .wc-single .wc-single-box {
        background-color: #0d0743;
    }
    .wc-box-column:nth-child(even) > div:first-child {
        background-color: #1d1f83;
    }
    .wc-box-column:nth-child(even) > div:last-child:not(:first-child) {
        background-color: #0d0743;
    }
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    .product-info-grid {
        grid-template-columns: 1fr;
    }
    .form-grid-wrapper {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .form-field-checkboxes {
        flex-direction: column;
    }
	.product-thumbnail > img {
		max-height: 100%;
	}
    
}

/*----------------------------- Media Small Screen -------------------------------*/
@media only screen and (max-width:320px){
    
}


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

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

@media only screen and (min-width: 1280px) {
    
    .innovation {
        padding: 150px 0;
    }
    
}

@media only screen and (min-width: 1024px) {
    
    .innovation {
        padding: 120px 0;
    }
    .inv-lft {
        width: 45%;
        max-width: 476px;
    }
    .inv-rgt {
        width: 50%;
    }
    .inv-lft h2,
    .wc-single h2 {
        font-size: 58px;
    }
    .inv-lft h2 {
        line-height: 1;
    }
    .improvement-heading,
    .cc-heading h3,
    .contact-form-sec h3,
    .contact-details h1,
    .qty-data-lft h3 {
        font-size: 36px;
    }
    
}

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

@media only screen and (min-width: 720px) {
    .developer-note p {
        margin: 0;
        text-align: right;
    }
}

@media only screen and (min-width: 576px) {
    
    .form-field .wpcf7-submit {
        margin-left: auto;
    }
    
}

















