/*!
Theme Name: goldbulk
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: goldlink
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.

goldlink 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/
*/
/* font-family: 'Proxima Nova', sans-serif; */
@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNovaExCn-Semibold.eot');
    src: url('fonts/ProximaNovaExCn-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNovaExCn-Semibold.woff2') format('woff2'),
        url('fonts/ProximaNovaExCn-Semibold.woff') format('woff'),
        url('fonts/ProximaNovaExCn-Semibold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Black.eot');
    src: url('fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Black.woff2') format('woff2'),
        url('fonts/ProximaNova-Black.woff') format('woff'),
        url('fonts/ProximaNova-Black.ttf') format('truetype');
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Bold.eot');
    src: url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('fonts/ProximaNova-Bold.woff') format('woff'),
        url('fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Light.eot');
    src: url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Light.woff2') format('woff2'),
        url('fonts/ProximaNova-Light.woff') format('woff'),
        url('fonts/ProximaNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Semibold.eot');
    src: url('fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('fonts/ProximaNova-Semibold.woff') format('woff'),
        url('fonts/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Regular.eot');
    src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('fonts/ProximaNova-Regular.woff') format('woff'),
        url('fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

:root {
    --bodyfont: 'Proxima Nova', sans-serif;
    --primary-color: #DDA625;
    --heading-color: #25282A;
    --body-text-color: #54585A;
}

body,
html {
    width: 100%;
}


/* Reset CSSS */

* {
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    
    box-shadow: none;
    /* -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-touch-callout: none; */
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--bodyfont);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: 300;
    font-style: normal;
    color: var(--body-text-color);
    font-size: 19px;
    line-height: 1.7;
    background-color: #212529;
    position: relative;
    z-index: 1;
}

body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(images/body-bg.png);
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: top center;
    mix-blend-mode: multiply;
    opacity: 0.1;
    pointer-events: none;
}

body.load {
    opacity: 1;
    pointer-events: all;
}

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

img,
figure {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
    color: var(--heading-color);
    font-weight: 500;
    font-family: var(--bodyfont);
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

h1 {
    font-size: 160px;
    line-height: 1;
}

h2 {
    font-weight: 700;
    font-size: 98px;
    line-height: 1;
}

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

h4 {
    font-size: 24px;
    line-height: 1.2;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: inherit;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: var(--primary-color);
}

a:focus {
    outline: none;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
svg {
    -o-transition: 0.3s all ease-in-out 0s;
    transition: 0.3s all ease-in-out 0s;
    -webkit-transition: 0.3s all ease-in-out 0s;
    -moz-transition: 0.3s all ease-in-out 0s;
}

.dropdown-toggle:focus {
    outline: none;
}

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,
.form-control {
    font-family: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 20px;
    appearance: none;
    border: 0 solid #000;
    border-radius: 3px;
    height: 45px;
    background-color: #fff;
    font-size: 16px;
    line-height: 1;
    color: #000;
    font-weight: 400;
    width: 100%;
    background-clip: padding-box;
    /* -webkit-box-shadow: 0px 3px 32px 0px rgba(176, 175, 175, 0.35) !important;
    box-shadow: 0px 3px 32px 0px rgba(176, 175, 175, 0.35) !important; */
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

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,
.form-control:focus {
    border-color: #24567b !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: #fff;
    color: #000;
}

textarea,
textarea.form-control {
    height: 136px;
    padding-top: 18px;
    line-height: 1.2;
    resize: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #000;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #000;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #000;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #000;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #000;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #000;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #000;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #000;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #000;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #000;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #000;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #000;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #000;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #000;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #000;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #000;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #000;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #000;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #000;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #000;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #000;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #000;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #000;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #000;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #000;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #000;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #000;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #000;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #000;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #000;
}

input::placeholder,
textarea::placeholder,
.form-control::placeholder {
    color: #000;
}

select[multiple] {
    background: transparent;
    min-height: 85px;
    font-family: inherit;
}

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

::-moz-placeholder {
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
}

button,
input[type="button"],
input[type="submit"] {
    text-align: center;
    padding: 8px 20px;
    color: #fff;
    background: var(--primary-color);
    height: 50px;
    border: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    line-height: 1;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: inherit;
}

input[type="submit"] {
    padding: 0 25px;
    line-height: inherit;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    /* background: #fff; */
    /* color: var(--primary-color); */
    outline: none;
    text-decoration: none;
    -webkit-box-shadow: 0 0 45px rgb(192 152 57 / 60%);
    box-shadow: 0 0 45px rgb(192 152 57 / 60%);
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
    width: 100%;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

::-moz-selection {
    color: #fff;
    background-color: #5d5d5d;
}

::selection {
    color: #fff;
    background-color: #5d5d5d;
}

address {
    margin: 0;
}

select {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 0 11px;
    background: url(images/arrow_bottom.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

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

.labeltxt {
    font-weight: 300;
    margin-bottom: 10px;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 40px;
    display: inline-block;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #3E3E42;
    background: transparent;
    pointer-events: none;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/tick.svg) no-repeat center center;
    background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
    pointer-events: none;
}

.form_input_radio label input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.page_btn {
    background-color: var(--primary-color);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-family: var(--bodyfont);
    font-weight: 700;
    font-size: 25px;
    line-height: 1.6;
    letter-spacing: 0.065em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 4px 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 1px 15px 10px -10px rgb(0 0 0 / 15%);
    box-shadow: 1px 15px 10px -10px rgb(0 0 0 / 15%);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.page_btn:hover {
    background-color: #000;
    color: var(--primary-color);
    -webkit-box-shadow: 1px 10px 15px 2px rgb(0 0 0 / 30%);
    box-shadow: 1px 10px 15px 2px rgb(0 0 0 / 30%);
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

.learnmore {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 2.75px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    padding-right: 22px;
    background-position: right 3px center;
    background-repeat: no-repeat;
    background-size: 14px 10px;
    background-image: url(images/nxt-blck.svg);
}

.learnmore:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: width 0.4s ease;
    -webkit-transition: width 0.4s ease;
    -moz-transition: width 0.4s ease;
    -ms-transition: width 0.4s ease;
    -o-transition: width 0.4s ease;
}

.learnmore:hover {
    background-position: right center;
}

.learnmore:hover:after {
    width: calc(100% - 22px);
}

.header {
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 35px;
}

.header.styled {
    margin-bottom: 52px;
    position: relative;
    padding-bottom: 10px;
}

.header.white {
    color: #FFFFFF;
}

.header.styled:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    background-color: var(--primary-color);
    height: 1px;
}

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

.header.styled.center:after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.main_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.main_nav.sticky {
    /* -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px); */
    background-color: rgba(0, 0, 0, 0.8);
}

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 170px;
    display: inline-block;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    border-radius: 0;
    position: relative;
}

.navbar .navbar-brand {
    width: 100%;
    max-width: 182px;
    margin-right: auto;
    display: inline-block;
}

.navbar .navbar-brand img {
    width: 100%;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    list-style: none;
    margin-left: auto;
}

.navbar-nav li {
    /* position: relative; */
    list-style: none;
}

.navbar-nav>li {
    margin-right: 40px;
    padding: 15px 0;
    /* position: relative; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* .navbar-nav li.menu-item-has-children {
    padding-right: 23px;
} */

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
}

.navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: var(--primary-color);
    position: absolute;
    bottom: -5px;
    left: 0;
    /* -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); */
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* .navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: var(--primary-color);
} */

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
}

.sub-menu {
    background: #fff;
    position: absolute;
    top: 119%;
    left: 0;
    z-index: 100000;
    /* display: none; */
    opacity: 0;
    visibility: hidden;
    /* border: 1px solid rgba(0, 0, 0, 0.15); */
    border-radius: 0;
    min-width: 400px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: 100%;
    /* padding: 12px; */
    /* padding: 15px 20px; */
    border-radius: 0;
    -webkit-box-shadow: 0 5px 15px 0 rgb(0 0 0 / 50%), 5px 70px 30px -20px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 50%), 5px 70px 30px -20px rgb(0 0 0 / 50%);
    /* -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); */
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sub-menu::before {
    content: '';
    position: absolute;
    top: -26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 30px;
    width: 100%;
    background-color: transparent;
    z-index: 2;
    pointer-events: none;
}

.sub-menu::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    line-height: 0;
    margin: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.navbar-nav>li.menu-item-has-children>a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-right: 15px solid transparent;
    line-height: 0;
    margin: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 60px);
    -ms-transform: translate(-50%, 60px);
    transform: translate(-50%, 60px);
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    pointer-events: none;
}


/* .sub-menu>li>a {
    color: #858585;
    display: block;
    width: 100%;
    padding: 0 15px 0 0;
    line-height: 1.1;
    font-size: 19px;
    font-weight: 700;
    text-transform: capitalize;
} */

.sub-menu li>a {
    color: #5c5c5c;
    display: block;
    width: 100%;
    padding: 10px 15px 10px 0;
    line-height: 1.1;
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
}

/* .sub-menu>li {
    width: 100%;
    display: block;
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px solid #ddd;
} */

.sub-menu>.no-menu {
    padding: 65px 50px;
    width: 33.33%;
    color: var(--body-text-color);
}

.sub-menu>ul {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* max-height: 480px; */
    overflow: auto;
}

.sub-menu>ul>li {
    width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 15px 10px;
    color: var(--body-text-color);
}

.sub-menu .bg-gray {
    background-color: #F2F2F2;
}

.sub-menu .submenu-heading {
    max-width: 340px;
    margin-bottom: 15px;
    color: var(--heading-color);
}

.sub-menu a.page_btn {
    display: inline-block;
    width: auto;
    padding: 9px 20px;
    text-align: center;
    font-size: 18px;
    min-height: 0;
    line-height: 1;
    color: #fff;
}

.sub-menu>ul>li>.sub-menu-link-wpr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    border: 1px solid #f2f2f2;
    padding: 12px;
    background-color: #fdfaf4;
}

.sub-menu>ul>li>.sub-menu-link-wpr>.sub-menu-img-wpr {
    width: 90%;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.sub-menu>ul>li>.sub-menu-link-wpr>.sub-menu-img-wpr>img {
    width: 100%;
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
}

.sub-menu>ul>li>.sub-menu-link-wpr>.sub-menu-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 15px;
}

.sub-menu-content>a {
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--primary-color);
    position: relative;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
}

.sub-menu-content>a::before {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: var(--primary-color);
    position: absolute;
    bottom: -5px;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.sub-menu-content>a:hover::before,
.sub-menu-content.current-sub-menu>a::before {
    width: 100%;
    pointer-events: none;
}

.sub-menu li>a:hover,
.sub-menu li.menu-item-has-children:hover>a,
.sub-menu li.current-menu-item>a {
    color: var(--primary-color);
}

.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}

.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}

.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0 !important;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

.main_nav .head-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

.main_nav .head-btn>*:not(:first-child) {
    margin-left: 25px;
}

.call-now {
    font-size: 26px;
    font-weight: 500;
    color: var(--primary-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.call-now img {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #ffffff;
    padding: 7px;
    margin-right: 12px;
    transition: border 0.3s ease;
    -webkit-transition: border 0.3s ease;
    -moz-transition: border 0.3s ease;
    -ms-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
}

.call-now:hover img {
    border: 2px solid var(--primary-color);
}

.nav_close_btn {
    display: none;
}

.section {
    position: relative;
    /* z-index: 1; */
}

.banner-sec {
    background-color: #000000;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 40px;
}

.banner-sec .row {
    padding-top: 30px;
    /* 01-03-2024 start (DD) */
    /* padding-bottom: 30px; */
    padding-bottom: 0 !important;
    /* 01-03-2024 end (DD) */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 70px;
}

.banner_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-sec-content {
    position: relative;
    width: 100%;
    z-index: 2;
    margin-top: auto;
}

.banner_bg .index-bg {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: 100% 20%;
}

.banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    pointer-events: none;
}

.banner_lft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    padding-right: 30px;
    color: #FFFFFF;
}

.banner_rt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}

.banner_lft h1 {
    /* 01-03-2024 start (DD) */
    /* font-size: 70px; */
    font-size: 52px;
    max-width: fit-content;
    /* 01-03-2024 end (DD) */
    line-height: 98.9%;
    text-shadow: 0px 4px 54px rgba(0, 0, 0, 0.25);
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.banner_lft p {
    font-weight: 300;
    /* 01-03-2024 start (DD) */
    /* font-size: 24px; */
    font-size: 22px;
    margin-bottom: 0;
    max-width: 420px;
    /* 01-03-2024 end (DD) */
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.banner_lft .page_btn {
    /* 01-03-2024 start (DD) */
    /* min-width: 268px; */
    /* margin-top: 30px; */
    margin-top: 20px;
    /* padding: 12px 30px; */
    /* 01-03-2024 end (DD) */
    line-height: 1.4;
}

.banner_lft .page_btn:hover {
    background-color: #fff;
}

.gray_box {
    background-color: #181819;
}

.industries-sec {
    padding: 100px 0;
    overflow: hidden;
}

.box_slider_outer {
    margin: 0 -15px;
}

.box_item {
    padding: 0 15px;
}

.img_box {
    margin-bottom: 25px;
}

.img_box img {
    width: 100%;
    /* height: 210px; */
    -o-object-fit: cover;
    object-fit: cover;
}

.box_intem_inner {
    padding: 15px;
    background-color: #FFFFFF;
    height: 100%;
    border: 1px solid var(--primary-color);
}

.header_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.arrow_control {
    margin-left: auto;
    position: relative;
    margin-right: -15px;
    margin-top: 15px;
}

.arrow_control span {
    display: inline-block;
    margin: 0 15px;
    position: relative;
    cursor: pointer;
    transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
}

.arrow_control span:hover {
    opacity: 0.6;
}

.arrow_control span img {
    width: 22px;
}

.arrow_control span:first-child:after {
    content: "";
    position: absolute;
    left: 100%;
    margin-left: 15px;
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    background-color: #3F3F41;
    display: none;
}

.arrow_control span.slick-disabled {
    pointer-events: none;
    opacity: 0.3;
}

/* .box_content {
    margin-bottom: 15px;
} */

.box_content .heading-h4 {
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.5px;
    color: #25282A;
    display: block;
    margin-bottom: 8px;
}

.box_content p {
    font-size: 15px;
    color: #000;
}

.platform_sec {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 120px;
}

.platform_list {
    margin-top: 95px;
}

.platform_list_item {
    text-align: center;
}

.platform_list_item .one-platform-card {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
}

.platform_list_item figure img {
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.4));
}

.platform_list_item .heading-h4 {
    margin-top: 25px;
    font-weight: 700;
    /* font-size: 26px; */
    line-height: 1;
    color: #fff;
}

.pane_block {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%), 5px 50px 20px -20px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%), 5px 50px 20px -20px rgb(0 0 0 / 50%);
}

.single_pane_container {
    max-width: 964px;
    margin: 0 auto;
    padding: 100px 0;
}

.pane_block label {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: var(--primary-color);
    display: block;
    margin-bottom: 20px;
}

.pane_list {
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #54585A;
    margin-bottom: 35px;
}

.pane_list li {
    padding-left: 27px;
    background-image: url(images/checkmark.svg);
    background-position: left top 6px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    font-size: 21px;
}

.pane_list li+li {
    margin-top: 15px;
}

.all_logo {
    padding: 100px 0;
}

.all_logo_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 0;
}

.all_logo_list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}

.heading-h2 {
    font-size: 55px;
    line-height: 1;
    font-weight: 700;
}

.heading-h5 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.short-border {
    padding-bottom: 24px;
    position: relative;
}

.short-border::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: var(--primary-color);
}

.short-border.center::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cmn_gap {
    padding: 100px 0;
}

.realtime-supply-sec {
    overflow: hidden;
    background-color: #FFFFFF;
}

.realtime-supply-sec .realtime-supply-row {
    margin: 0 -25px;
}

.realtime-supply-sec .realtime-supply-col {
    padding: 0 25px;
}

h2>span {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: 3.5px;
    line-height: 1;
    text-transform: uppercase;
}

.realtime-supply-sec h2 {
    margin-bottom: 36px;
}

.supply-img-point-row {
    margin: 0 -12px -50px;
}

.supply-img-point-row>.supply-img-point-col {
    padding: 0 12px;
    margin-bottom: 50px;
}

.supply-img-point-card {
    text-align: center;
    color: #000;
    text-transform: capitalize;
}

.supply-img-point-card>.supply-point-img-wpr {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 38px;
}

.supply-img-point-card>.supply-point-img-wpr>img {
    max-height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
}

.text-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 20px;
}

.text-btn>span.btn-arrow {
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.text-btn:hover {
    color: #000;
}

.text-btn:hover>span.btn-arrow {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
}

.why-that-matters-sec {
    padding-top: 80px;
    background-color: #FFFFFF;
}

.why-that-matters-sec .why-that-matters-heading {
    max-width: 970px;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 22px;
}

.why-that-matters-sec .why-that-matters-heading h2 {
    margin-bottom: 34px;
}

.why-that-matters-img-wpr {
    padding-left: 43px;
    position: relative;
    max-height: 620px;
    width: 100%;
    height: 100%;
}

.why-that-matters-img-wpr>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
}

.why-that-matters-img-wpr>span {
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 38px 50px 33px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 23px;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1.5px;
}

.why-that-matters-img-wpr>span strong {
    display: block;
    font-weight: 700;
    font-size: 68px;
    line-height: 1;
    letter-spacing: 0;
}

.why-that-matters-left-col>p {
    padding-right: 30px;
    line-height: 1.6;
}

/* .why-that-matters-left-col h3 {
    color: #000;
} */

.why-that-matters-left-col {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.world-top-brand-sec {
    background-color: #FFFFFF;
}

.world-top-brand-in {
    background-color: #F5F8FA;
    -webkit-box-shadow: 0px 34px 34px rgba(78, 82, 83, 0.14);
    box-shadow: 0px 34px 34px rgba(78, 82, 83, 0.14);
}

.top-brand-img-col {
    padding: 0;
    width: 45%;
}

.top-brand-txt-col {
    width: 55%;
}

.top-brand-img-col .top-brand-img-wpr {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px 25px 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 550px;
}

.top-brand-img-col .top-brand-img-wpr>* {
    position: relative;
    z-index: 2;
}

.top-brand-img-col .top-brand-img-wpr>.top-brand-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
    z-index: 1;
}

.top-brand-img-col .top-brand-img-wpr>.top-brand-logo {
    max-height: 67px;
    -o-object-fit: contain;
    object-fit: contain;
}

.top-brand-img-col .top-brand-img-wpr>h3 {
    font-size: 52px;
    color: #fff;
    font-weight: 700;
    max-width: 217px;
    line-height: 1;
}

.top-brand-img-col .top-brand-img-wpr>.video-btn {
    background-color: rgba(221, 166, 37, 0.7);
    width: 148px;
    height: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto;
    cursor: pointer;
}

.top-brand-img-col .top-brand-img-wpr>.video-btn:hover {
    background-color: var(--primary-color);
    -webkit-box-shadow: 0 0 25px rgba(221, 166, 37, 0.4);
    box-shadow: 0 0 25px rgba(221, 166, 37, 0.4);
    ;
}

.top-brand-txt-content {
    padding: 53px 20px 63px 44px;
    font-size: 19px;
}

.top-brand-txt-content h2 {
    margin-bottom: 17px;
}

.top-brand-txt-content .page_btn {
    margin-top: 20px;
}

.ready-to-explore-sec {
    background-color: #F5F8FA;
}

.ready-to-explore-in {
    position: relative;
    background-color: var(--primary-color);
    padding: 100px;
    color: #fff;
}

.ready-to-explore-in img.ready-to-explore-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    opacity: .1;
    mix-blend-mode: luminosity;
    z-index: 1;
}

.ready-to-explore-in .ready-to-explore-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.ready-to-explore-content h2 {
    margin-bottom: 34px;
    color: #fff;
}

.ready-to-explore-content>p {
    max-width: 770px;
    margin: 0 auto;
    margin-bottom: 47px;
    font-size: 22px;
}

.page_btn.black {
    background-color: #25282A;
    -webkit-box-shadow: 1px 15px 10px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 15px 10px -10px rgba(0, 0, 0, 0.15);
}


.footer-sec .top-footer {
    padding: 100px 0 66px;
    border-bottom: 1px solid #484848;
    color: #fff;
    font-family: var(--bodyfont);
}

.footer-heading {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 24px;
    text-transform: capitalize;
    max-width: 360px;
}

.top-footer-row .footer-col {
    width: 33%;
}

.top-footer-row .second-col {
    width: 33%;
}

.top-footer-row .third-col {
    width: 34%;
}

.social_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
}

.social_list>li:not(:last-child) {
    margin-right: 15px;
}

.social_list>li>a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 9px;
    line-height: 1;
}

.social_list>li>a:hover {
    background-color: var(--primary-color);
}

.social_list>li>a>svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    fill: var(--primary-color);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social_list>li>a:hover>svg {
    fill: #fff;
}

.ft_list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
}

.ft_list>li:not(:last-child) {
    margin-bottom: 15px;
}

.ft_list>li>a {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.4;
    display: inline-block;
}


.ft_list>li.current-menu-item>a {
    color: var(--primary-color);
}

.footer-col.third-col label {
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
}

.footer-col.third-col .footer-form {
    background-color: #363D43;
    padding: 26px 35px 18px 35px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%), 5px 30px 20px -20px rgb(0 0 0 / 30%);
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%), 5px 30px 20px -20px rgb(0 0 0 / 30%);
}

.footer-form input[type="email"] {
    background-color: #181819;
    color: #fff;
    height: 50px;
    border: none;
    padding: 0 32px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: normal;
    border-radius: 3px;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-clip: padding-box;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    margin-bottom: 19px;
}

.footer-form input[type="email"]::-webkit-input-placeholder {
    color: #fff;
}

.footer-form input[type="email"]::-moz-placeholder {
    color: #fff;
}

.footer-form input[type="email"]:-ms-input-placeholder {
    color: #fff;
}

.footer-form input[type="email"]::-ms-input-placeholder {
    color: #fff;
}

.footer-form input[type="email"]::placeholder {
    color: #fff;
}

.footer-form input[type="submit"] {
    width: 100%;
    color: #fff;
    background-color: transparent;
    height: 50px;
    border: 1px solid var(--primary-color);
    padding: 0 30px;
    font-size: 25px;
    font-weight: 700;
    border-radius: 3px;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-clip: padding-box;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    margin-bottom: 19px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.footer-form input[type="submit"]:hover {
    background-color: var(--primary-color);
    -webkit-box-shadow: 0 0 25px rgb(192 152 57 / 40%) !important;
    box-shadow: 0 0 25px rgb(192 152 57 / 40%) !important;
}

.bottom-footer {
    padding: 22px 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.why-that-matters-tab {
    overflow: hidden;
}

.footer-col.first-col .page_btn:hover {
    background-color: #fff;
}

/* ABOUT US SEC */
.about-us-sec {
    padding-bottom: 60px;
}

.page-heading {
    padding: 100px 0;
    text-align: center;
    color: #fff;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.page-heading>h1 {
    padding-bottom: 14px;
    margin-bottom: 0;
    color: #fff;
}

.heading-h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.1;
}

/* .about-us-sec .page-heading {
    padding-top: 60px;
} */

.about-us-sec .page-heading>h1 {
    margin-bottom: 0;
}

.about-content {
    /* margin-top: 30px; */
    color: #fff;
    overflow: hidden;
}

.about-content .about-content-row {
    margin-bottom: 50px;
}

.about-content .about-img-wpr {
    width: 100%;
    height: 100%;
}

.about-content .about-img-wpr>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0 5px 20px 0 rgb(0 0 0 / 30%), 5px 40px 30px -20px rgb(0 0 0 / 30%);
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 30%), 5px 40px 30px -20px rgb(0 0 0 / 30%);
}

.about-content .about-txt-col {
    padding: 15px 80px 40px 50px;
}

.about-content .about-txt-col>h2 {
    color: var(--primary-color);
    line-height: 1.3;
    margin-bottom: 26px;
    font-weight: 600;
}

.about-content .about-txt-col>p:not(:last-child) {
    margin-bottom: 30px;
}

.about-content>p:not(:last-child) {
    margin-bottom: 40px;
}

.about-content>p>a {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 24px;
}

.about-content>p>a:hover {
    color: #fff;
}

/* navbar*/
.navbar-nav .clickD {
    /* position: absolute; */
    right: 0;
    top: 22px;
    width: 12px;
    height: 12px;
    background: url(images/down-angle2.svg) center center no-repeat;
    display: block;
    background-size: 100%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: 12px;
}

/* 
.navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
} */


/* .sub-menu>li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
} */

.leadership-profile-sec {
    background-color: #F5F5F5;
}

.leadership-profile-row {
    --gap-x: 30px;
    margin-right: calc(var(--gap-x) * -.5);
    margin-left: calc(var(--gap-x) * -.5);
    margin-bottom: -75px;
}

.leadership-profile-row>.leadership-profile-col {
    padding-right: calc(var(--gap-x) * .5);
    padding-left: calc(var(--gap-x) * .5);
    margin-bottom: 75px;
}

.leadership-profile-card {
    width: 100%;
    height: 100%;
    /* padding: 20px; */
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 10px rgb(0 0 0 / 10%), 5px 50px 30px -30px rgb(0 0 0 / 10%);
    box-shadow: 0 8px 10px rgb(0 0 0 / 10%), 5px 50px 30px -30px rgb(0 0 0 / 10%);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.leadership-profile-card:hover {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-box-shadow: 0 8px 10px -10px rgb(0 0 0 / 10%), 5px 50px 30px -30px rgb(0 0 0 / 30%);
    box-shadow: 0 8px 10px -10px rgb(0 0 0 / 10%), 5px 50px 30px -30px rgb(0 0 0 / 30%);
}

.leadership-profile-card .leadership-profile-img-wpr {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.leadership-profile-card .leadership-profile-img-wpr::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -o-linear-gradient(bottom, rgb(192, 152, 57) 10%, #ffffff00);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(192, 152, 57)), to(#ffffff00));
    background-image: linear-gradient(to top, rgb(192, 152, 57) 10%, #ffffff00);
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    z-index: 1;
    pointer-events: none;
}

.leadership-profile-card .leadership-profile-img-wpr:hover:before {
    opacity: 0.35;
    pointer-events: none;
}

.leadership-profile-card .leadership-profile-img-wpr::after {
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -95%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    transform: skewX(-35deg);
    width: 50%;
    z-index: 2;
}

.leadership-profile-card .leadership-profile-img-wpr:hover::after,
.leadership-profile-card .leadership-profile-img-wpr:focus::after {
    -webkit-animation: shine 1.2s;
    animation: shine 1.2s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.leadership-profile-card .leadership-profile-img-wpr>img {
    width: 100%;
    height: auto;
    max-height: 345px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left top;
    object-position: left top;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.leadership-profile-card .leadership-profile-img-wpr:hover>img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

.leadership-profile-card .profile-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 23px 20px;
}

.leadership-profile-card .profile-details>a.profile-details-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 15px;
    max-width: 15px;
}

.leadership-profile-card .profile-details>a.profile-details-link:hover {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

.leadership-profile-card .profile-details>p {
    color: #54585A;
    font-weight: 300;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 1.1;
    margin-bottom: 0;
}

.leadership-profile-card .profile-details>p>a {
    font-size: 26px;
    font-weight: 700;
    color: #25282A;
}

.leadership-profile-card .profile-details>p>a:hover {
    color: var(--primary-color);
}

.leadership-profile-card .profile-details>p>span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
}

/* ------------ PHILOSOPHY LIST SEC ----------  */

.philosophy-list-sec {
    background-color: #fff;
}

.philosophy-list-row {
    --gap-x: 30px;
    margin-right: calc(var(--gap-x) * -.5);
    margin-left: calc(var(--gap-x) * -.5);
    margin-bottom: -30px;
}

.philosophy-list-row>.philosophy-list-col {
    padding-right: calc(var(--gap-x) * .5);
    padding-left: calc(var(--gap-x) * .5);
    margin-bottom: 30px;
}

.philosophy-list-card {
    border-bottom: 1px solid #EDEDED;
    padding: 20px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.philosophy-list-card:hover {
    border-radius: 6px;
    background-color: var(--primary-color);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 8px 10px -10px rgb(0 0 0 / 10%), 5px 50px 30px -30px rgb(0 0 0 / 30%);
    box-shadow: 0 8px 10px -10px rgb(0 0 0 / 10%), 5px 50px 30px -30px rgb(0 0 0 / 30%);
}

.philosophy-list-card h2 {
    margin-bottom: 12px;
}


.philosophy-list-card h2>a:hover {
    color: #fff;
}

.philosophy-list-card span {
    display: block;
    color: var(--primary-color);
    line-height: 1.2;
    padding-bottom: 13px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.philosophy-list-card:hover span {
    color: #fff;
}

/* ------- Industries Served SEC ---------- */
.industries-served-sec {
    padding: 70px 0;
}

.industries-served-sec .page-heading {
    max-width: 930px;
    margin: 0 auto;
}

.industries-served-sec .page-heading {
    padding: 60px 0 15px;
}

.industries-served-sec .page-heading>h1 {
    padding-bottom: 14px;
    margin-bottom: 25px;
}

.industries-served-sec .subHdng-txt {
    margin-bottom: 0;
}

p.gold-txt {
    color: var(--primary-color);
}

.industries-served-content>p {
    margin-bottom: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}

.industries-served-row {
    --gap-x: 30px;
    margin-right: calc(var(--gap-x) * -.5);
    margin-left: calc(var(--gap-x) * -.5);
    margin-bottom: -45px;
}

.industries-served-row>.industries-served-col {
    padding-right: calc(var(--gap-x) * .5);
    padding-left: calc(var(--gap-x) * .5);
    margin-bottom: 45px;
}

/* ------- Industries Served SEC END ---------- */
/* ------- CAREERS SEC ---------- */
.careers-sec {
    /* padding-bottom: 60px; */
    /* overflow: hidden; */
}

.careers-content-row {
    background-color: #fff;
    margin: 0;
}

.careers-img-col {
    padding: 0;
}

.careers-content .careers-img-wpr {
    width: 100%;
    height: 100%;
}

.careers-content .careers-img-wpr>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: left;
}

.careers-content .careers-txt-col {
    padding: 40px 50px 40px 40px;
    font-weight: 300;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.careers-content .careers-txt-col>h2 {
    font-size: 24px;
    color: var(--primary-color);
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
}

.careers-content .careers-txt-col>p:not(:last-child) {
    margin-bottom: 17px;
}

/* ------- CAREERS SEC END ---------- */
/* ------- CAREERS SEC END ---------- */
.job-opportunity-sec {
    padding: 80px 0 110px;
    background-color: #F5F8FA;
}

.job-opportunity-heading {
    text-align: center;
    color: #181819;
    margin-bottom: 57px;
}

.job-opportunity-row {
    --gap-x: 30px;
    margin-right: calc(var(--gap-x) * -.5);
    margin-left: calc(var(--gap-x) * -.5);
    margin-bottom: -30px;
}

.job-opportunity-row>.job-opportunity-col {
    padding-right: calc(var(--gap-x) * .5);
    padding-left: calc(var(--gap-x) * .5);
    margin-bottom: 30px;
}

.heading-h4 {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
}

.job-opportunity-card {
    padding: 37px 32px;
    -webkit-box-shadow: 0px 4px 64px rgba(44, 89, 99, 0.12);
    box-shadow: 0px 4px 64px rgba(44, 89, 99, 0.12);
    border-radius: 7px;
    background-color: #F5F8FA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #54585A;
    line-height: 1.5;
    font-weight: 300;
    font-size: 16px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.job-opportunity-card:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 8px 10px -10px rgb(0 0 0 / 10%), 5px 50px 30px -30px rgb(0 0 0 / 30%);
    box-shadow: 0 8px 10px -10px rgb(0 0 0 / 10%), 5px 50px 30px -30px rgb(0 0 0 / 30%);
}

.job-opportunity-card>.job-left-sec {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.job-opportunity-card .job-opportunity-card-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    margin-bottom: 10px;
}

.job-opportunity-card .job-opportunity-card-heading>img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25px;
    margin-right: 12px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 6px;
}

.job-opportunity-card>.page_btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 20px;
    font-size: 19px;
    text-transform: none;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 6px 29px;
}

/* ------- CAREERS SEC END ---------- */
/* ------- NEWS SEC ---------- */
.news-list-sec {
    background-color: #fff;
}

.news-wpr-row {
    --gap-x: 30px;
    margin-right: calc(var(--gap-x) * -.5);
    margin-left: calc(var(--gap-x) * -.5);
}

.news-wpr-row>.news-wpr-col {
    padding-right: calc(var(--gap-x) * .5);
    padding-left: calc(var(--gap-x) * .5);
}

.news-listing-row {
    --gap-x: 30px;
    margin-right: calc(var(--gap-x) * -.5);
    margin-left: calc(var(--gap-x) * -.5);
    margin-bottom: -50px;
}

.news-listing-row>.news-listing-col {
    padding-right: calc(var(--gap-x) * .5);
    padding-left: calc(var(--gap-x) * .5);
    margin-bottom: 50px;
}

.news-card {
    padding: 25px 24px 30px;
    -webkit-box-shadow: 0px 4px 44px rgba(174, 186, 204, 0.25);
    box-shadow: 0px 4px 44px rgba(174, 186, 204, 0.25);
    font-size: 16px;
    color: #54585A;
    font-weight: 300;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.news-card:hover {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-box-shadow: 0 8px 10px -10px rgb(0 0 0 / 10%), 5px 50px 30px -30px rgb(0 0 0 / 30%);
    box-shadow: 0 8px 10px -10px rgb(0 0 0 / 10%), 5px 50px 30px -30px rgb(0 0 0 / 30%);
}

.news-card .news-card-img-wpr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.news-card .news-card-img-wpr::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -o-linear-gradient(bottom, var(--primary-color) 10%, #ffffff00);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, var(--primary-color)), to(#ffffff00));
    background-image: linear-gradient(to top, var(--primary-color) 10%, #ffffff00);
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    z-index: 1;
    pointer-events: none;
}

.news-card:hover .news-card-img-wpr:before {
    opacity: 0.35;
    pointer-events: none;
}


.news-card .news-card-img-wpr>img {
    width: 100%;
    height: 187px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.news-card:hover .news-card-img-wpr>img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

.news-card .news-date {
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 2px;
    margin: 28px 0;
}

.news-card .news-date>span {
    padding-bottom: 6px;
    line-height: 1.1;
}

.news-card .news-date .short-border::after {
    width: 55px;
}

.news-card h2 {
    line-height: 1.2;
    margin-bottom: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-card h2>a {
    color: #25282A;
}

.news-card h2>a:hover {
    color: var(--primary-color);
}

.news-card .news-short-desc {
    margin-bottom: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-card>.learnmore {
    margin-top: auto;
    margin-right: auto;
    letter-spacing: 1.25px;
    background-image: url(images/nxt.svg);
}

.news-pagination-wpr {
    margin-top: 70px;
}

.news-search-wpr .news-search-input-wpr {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 18px;
}

.news-search-wpr .news-search-input-wpr::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 30px);
    background-color: #D9D9D9;
}

.news-search-wpr .news-search-input-wpr input[type="text"] {
    height: 56px;
    padding: 0 70px 0 16px;
    font-size: 16px;
    border: 1px solid #CCD6DC;
    border-radius: 3px;
    outline: none;
    margin: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent;
}

.news-search-wpr .news-search-input-wpr input[type="text"]::-webkit-input-placeholder {
    color: #A4ADB4;
    font-weight: 300;
}

.news-search-wpr .news-search-input-wpr input[type="text"]::-moz-placeholder {
    color: #A4ADB4;
    font-weight: 300;
}

.news-search-wpr .news-search-input-wpr input[type="text"]:-ms-input-placeholder {
    color: #A4ADB4;
    font-weight: 300;
}

.news-search-wpr .news-search-input-wpr input[type="text"]::-ms-input-placeholder {
    color: #A4ADB4;
    font-weight: 300;
}

.news-search-wpr .news-search-input-wpr input[type="text"]::placeholder {
    color: #A4ADB4;
    font-weight: 300;
}

.news-search-wpr .news-search-input-wpr input[type="submit"] {
    width: 50px;
    height: 100%;
    padding: 0;
    font-size: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-image: url(images/search-icon.svg);
    background-size: 15px;
    background-position: right 19px center;
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.news-cat-wpr {
    padding: 34px 24px;
    background-color: #F5F8FA;
    -webkit-box-shadow: 0 15px 15px rgb(0 0 0 / 10%);
    box-shadow: 0 15px 15px rgb(0 0 0 / 10%);
}

.news-cat-wpr>h3 {
    color: #000;
    margin-bottom: 35px;
}

.category-list>li:not(:last-child) {
    padding-bottom: 17px;
    margin-bottom: 17px;
    border-bottom: 1px solid #DAD6D6;
}

.category-list>li>a {
    line-height: 1.2;
}

.category-list>li>a:hover {
    color: var(--primary-color);
}

.news-wpr-right-content {
    position: sticky;
    top: 120px;
}

/* ------- NEWS SEC END ---------- */
/* ------- NEWS DETAILS SEC ---------- */
.news-details-sec {
    padding: 60px 0 95px;
    background-color: #fff;
}

.news-details-row {
    --gap-x: 30px;
    margin-right: calc(var(--gap-x) * -.5);
    margin-left: calc(var(--gap-x) * -.5);
}

.news-details-row>.news-details-col {
    padding-right: calc(var(--gap-x) * .5);
    padding-left: calc(var(--gap-x) * .5);
}

.news-details-img-wpr {
    width: 100%;
    margin-bottom: 57px;
}

.news-details-img-wpr>img {
    width: 100%;
    max-height: 475px;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-details-content>p {
    margin-bottom: 20px;
}

.news-details-content>p:last-child {
    margin-bottom: 0;
}

.news-details-content>h2 {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-color);
    margin-top: 26px;
    margin-bottom: 26px;
}

.stay-informed-wpr {
    padding: 37px 16px 15px;
    background-color: var(--primary-color);
    color: #fff;
}

.heading-h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

.stay-informed-wpr h3 {
    text-align: center;
    margin-bottom: 18px;
    color: #fff;
}

.stay-informed-wpr>p {
    padding: 0 10px;
}

.stay-informed-wpr>a {
    text-align: center;
    display: block;
}

.stay-informed-wpr>a:hover {
    color: #000;
}

.subscribe-form-wpr .subscribe-input-wpr {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.subscribe-form-wpr input[type="text"] {
    height: 45px;
    padding: 0 100px 0 8px;
    font-size: 16px;
    border: 0;
    border-radius: 3px;
    outline: none;
    margin: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #fff;
}

.subscribe-form-wpr input[type="submit"] {
    width: auto;
    height: 33px;
    padding: 0;
    font-size: 20px;
    padding: 0 17px;
    line-height: 1;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: var(--primary-color);
    position: absolute;
    top: 50%;
    right: 6px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-weight: 700;
    color: #fff;
}

.subscribe-form-wpr input[type="submit"]:hover {
    background-color: #18181A;
}

.stay-informed-wpr {
    position: sticky;
    top: 120px;
    -webkit-box-shadow: 0 15px 15px rgb(0 0 0 / 10%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.stay-informed-wpr:hover {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-box-shadow: 0 8px 10px -10px rgb(0 0 0 / 10%), 5px 50px 30px -30px rgb(0 0 0 / 30%);
    box-shadow: 0 8px 10px -10px rgb(0 0 0 / 10%), 5px 50px 30px -30px rgb(0 0 0 / 30%);
}

/* ------- NEWS DETAILS SEC END ---------- */
/* ------- CONTACT US SEC ---------- */
.contact-us-sec {
    padding-bottom: 115px;
}

.contact-us-sec .page-heading {
    max-width: 100%;
    padding-bottom: 50px;
}

.contact-form-wpr {
    max-width: 850px;
    margin: 0 auto;
    color: #fff;
}

.form-row {
    --gap-x: 30px;
    margin-right: calc(var(--gap-x) * -.5);
    margin-left: calc(var(--gap-x) * -.5);
    margin-bottom: -30px;
}

.form-row>.form-col {
    padding-right: calc(var(--gap-x) * .5);
    padding-left: calc(var(--gap-x) * .5);
    margin-bottom: 30px;
}

.form-label {
    font-size: 16px;
    margin-bottom: 12px;
    display: block;
}

.contact-form-wpr textarea {
    height: 120px;
}

.contact-form-wpr input[type="submit"] {
    height: 47px;
    width: 100%;
}

/* ------- CONTACT US SEC END ---------- */

/* ------- OFFICE ADDRESS SEC ---------- */
.office-address-sce {
    background-color: #F5F8FA;
    padding: 100px 0;
}

.office-address-sce .office-address-heading {
    font-size: 24px;
    text-align: center;
    color: #181819;
    margin-bottom: 45px;
}

.office-address-sce .office-address-heading>h2 {
    margin-bottom: 22px;
    padding-bottom: 20px;
}

.address-card-row {
    --gap-x: 30px;
    margin-right: calc(var(--gap-x) * -.5);
    margin-left: calc(var(--gap-x) * -.5);
    margin-bottom: -30px;
    justify-content: center;
}

.address-card-row>.address-card-col {
    padding-right: calc(var(--gap-x) * .5);
    padding-left: calc(var(--gap-x) * .5);
    margin-bottom: 30px;
}

.address-card {
    padding: 47px 36px 45px;
    background-color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-box-shadow: 0px 4px 74px rgba(215, 220, 223, 0.25);
    box-shadow: 0px 4px 74px rgba(215, 220, 223, 0.25);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.address-card:hover {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%), 5px 50px 20px -20px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%), 5px 50px 20px -20px rgb(0 0 0 / 50%);
}

.address-card>h3 {
    margin-bottom: 26px;
    font-size: 34px;
}

.address-card>address {
    margin-bottom: 15px;
}
.address-card > p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.address-card>.map-btn {
    margin: 20px auto 0;
    letter-spacing: 1.25px;
    background-image: url(images/nxt.svg);
}

/* ------- OFFICE ADDRESS SEC END ---------- */

.nav-container {
    padding: 0 30px;
}

.single_pane_sec {
    padding-bottom: 100px;
}

.welcom-popup-btn {
    position: fixed;
    bottom: 30px;
    right: 50px;
    width: 56px;
    height: 56px;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
    border: 1px solid hwb(200 33% 65% / 0.2);
    -webkit-box-shadow: 0 2px 20px rgba(84, 88, 90, 0.2);
    box-shadow: 0 2px 20px rgba(84, 88, 90, 0.2);
}

.welcom-popup-btn>img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.welcom-popup-btn:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.welcome-popup-cls-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: var(--primary-color);
    border-radius: 50%;
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-transform: translate(35%, -50%);
    -ms-transform: translate(35%, -50%);
    transform: translate(35%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    -webkit-box-shadow: 2px 3px 15px rgb(0 0 0 / 40%);
    box-shadow: 2px 3px 15px rgb(0 0 0 / 40%);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.welcome-popup-cls-btn>svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.welcome-popup-cls-btn>svg>path {
    fill: #fff;
}

.welcom-popup-content {
    width: 100%;
    max-width: 336px;
    position: fixed;
    bottom: 105px;
    right: 50px;
    z-index: 99;
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: rgb(0 0 0 / 40%) -5px 4px 25px 0px;
    box-shadow: rgb(0 0 0 / 40%) -5px 4px 25px 0px;
}

.welcom-popup-content-in {
    padding: 32px 28px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 580px;
    overflow: auto;
}

.welcom-popup-content.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.welcom-popup-content-in>.wlcm-heading {
    color: #485558;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1.75px;
    margin-bottom: 7px;
}

.welcom-popup-content-in>img.wlcm-pop-logo {
    max-width: 195px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto 14px;
}

.welcom-popup-content-in>p {
    padding: 0 10px;
    margin-bottom: 0;
}

.welcom-popup-content-in>.wlcm-img {
    max-width: 227px;
    max-height: 208px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 20px auto;
}

.welcom-popup-content-in>.wlcm-popup-btn-grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.welcom-popup-content-in>.wlcm-popup-btn-grp>*:not(:last-child) {
    margin-bottom: 12px;
}

.welcom-popup-content-in .page_btn {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 9px 14px;
}

/* .news-details .page-heading {
    padding: 90px 0;
} */

.contact-us-sec .page-heading {
    font-size: 24px;
}

.contact-us-sec .page-heading>.heading-h1 {
    margin-bottom: 27px;
    padding-bottom: 26px;
    color: #fff;
}

.resources-list-sec {
    padding: 100px 0;
    background-color: #fff;
}

.resources-link-list {
    max-width: 850px;
    margin: 0 auto;
}

.resources-link-list>li:not(:last-child) {
    margin-bottom: 25px;
}

.resources-link-list>li a {
    font-size: 25px;
    background-color: var(--primary-color);
    font-weight: 700;
    color: #fff;
    padding: 9px 40px 9px 22px;
    -webkit-box-shadow: 1px 15px 10px -10px rgb(0 0 0 / 15%);
    box-shadow: 1px 15px 10px -10px rgb(0 0 0 / 15%);
    border-radius: 3px;
    line-height: 1.6;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}

.resources-link-list>li a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
    height: 15px;
    background-image: url(images/nxt-blck.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.resources-link-list>li a:hover {
    background-color: #202428;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 1px 20px 10px -10px rgb(0 0 0 / 30%);
    box-shadow: 1px 20px 10px -10px rgb(0 0 0 / 30%);
}

.resources-link-list>li a:hover::after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.partner-carriers .careers-txt-col h2 {
    margin-top: 40px;
}

.careers-txt-col ul>li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
}

.careers-txt-col ul>li:last-child{
    margin-bottom: 0;
}

.careers-txt-col ul>li::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    
    width: 5px;
    height: 5px;
    background-color: #54585A;
    border-radius: 50%;
    pointer-events: none;
}

.realtime-supply-txt {
    padding-right: 55px;
}


.main-preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999999;
    background-color: #000;
    text-align: center;
}

.main-preloader .main-preloader-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-preloader .loading-logo-wpr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-preloader .loading-logo-wpr img {
    width: 240px;
    -webkit-animation: loading 700ms ease-in-out infinite alternate;
    animation: loading 700ms ease-in-out infinite alternate;
}

.main-preloader .loading-logo-wpr>span {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    overflow: hidden;
}

.loader-dot {
    -webkit-animation: rotate 2s infinite;
    animation: rotate 2s infinite;
    height: 50px;
    width: 50px;
}

.loader-dot:before,
.loader-dot:after {
    border-radius: 50%;
    content: '';
    display: block;
    height: 20px;
    pointer-events: none;
    width: 20px;
    
}

.loader-dot:before {
    -webkit-animation: ball1 2s infinite;
    animation: ball1 2s infinite;
    background-color: var(--primary-color);
    -webkit-box-shadow: 30px 0 0 var(--primary-color);
    box-shadow: 30px 0 0 var(--primary-color);
    margin-bottom: 10px;
    pointer-events: none;
}

.loader-dot:after {
    -webkit-animation: ball2 2s infinite;
    animation: ball2 2s infinite;
    background-color: var(--primary-color);
    -webkit-box-shadow: 30px 0 0 var(--primary-color);
    box-shadow: 30px 0 0 var(--primary-color);
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(0.8);
        -moz-transform: rotate(0deg) scale(0.8);
    }

    50% {
        -webkit-transform: rotate(360deg) scale(1.2);
        -moz-transform: rotate(360deg) scale(1.2);
    }

    100% {
        -webkit-transform: rotate(720deg) scale(0.8);
        -moz-transform: rotate(720deg) scale(0.8);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(0.8);
        -moz-transform: rotate(0deg) scale(0.8);
    }

    50% {
        -webkit-transform: rotate(360deg) scale(1.2);
        -moz-transform: rotate(360deg) scale(1.2);
    }

    100% {
        -webkit-transform: rotate(720deg) scale(0.8);
        -moz-transform: rotate(720deg) scale(0.8);
    }
}

@-webkit-keyframes ball1 {
    0% {
        -webkit-box-shadow: 30px 0 0 var(--primary-color);
        box-shadow: 30px 0 0 var(--primary-color);
    }

    50% {
        -webkit-box-shadow: 0 0 0 var(--primary-color);
        box-shadow: 0 0 0 var(--primary-color);
        margin-bottom: 0;
        -webkit-transform: translate(15px, 15px);
        -moz-transform: translate(15px, 15px);
    }

    100% {
        -webkit-box-shadow: 30px 0 0 var(--primary-color);
        box-shadow: 30px 0 0 var(--primary-color);
        margin-bottom: 10px;
    }
}

@keyframes ball1 {
    0% {
        -webkit-box-shadow: 30px 0 0 var(--primary-color);
        box-shadow: 30px 0 0 var(--primary-color);
    }

    50% {
        -webkit-box-shadow: 0 0 0 var(--primary-color);
        box-shadow: 0 0 0 var(--primary-color);
        margin-bottom: 0;
        -webkit-transform: translate(15px, 15px);
        -moz-transform: translate(15px, 15px);
    }

    100% {
        -webkit-box-shadow: 30px 0 0 var(--primary-color);
        box-shadow: 30px 0 0 var(--primary-color);
        margin-bottom: 10px;
    }
}

@-webkit-keyframes ball2 {
    0% {
        -webkit-box-shadow: 30px 0 0 var(--primary-color);
        box-shadow: 30px 0 0 var(--primary-color);
    }

    50% {
        -webkit-box-shadow: 0 0 0 var(--primary-color);
        box-shadow: 0 0 0 var(--primary-color);
        margin-top: -20px;
        -webkit-transform: translate(15px, 15px);
        -moz-transform: translate(15px, 15px);
    }

    100% {
        -webkit-box-shadow: 30px 0 0 var(--primary-color);
        box-shadow: 30px 0 0 var(--primary-color);
        margin-top: 0;
    }
}

@keyframes ball2 {
    0% {
        -webkit-box-shadow: 30px 0 0 var(--primary-color);
        box-shadow: 30px 0 0 var(--primary-color);
    }

    50% {
        -webkit-box-shadow: 0 0 0 var(--primary-color);
        box-shadow: 0 0 0 var(--primary-color);
        margin-top: -20px;
        -webkit-transform: translate(15px, 15px);
        -moz-transform: translate(15px, 15px);
    }

    100% {
        -webkit-box-shadow: 30px 0 0 var(--primary-color);
        box-shadow: 30px 0 0 var(--primary-color);
        margin-top: 0;
    }
}

/* ----- APPLY JOB POPUP --------- */
.popup-wpr {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 70px 15px;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.popup-wpr.show {
    opacity: 1;
    visibility: visible;
}

.popup-wpr .apply-job-popup-content {
    width: 100%;
    max-width: 700px;
    background-color: #fff;
    padding: 45px 40px;
    border-radius: 8px;
    margin: 0 auto;
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.popup-wpr.show .apply-job-popup-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.popup-wpr .apply-job-popup-content>.apply-job-popup-close-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    border-radius: 50%;
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-transform: translate(40%, -40%);
    -ms-transform: translate(40%, -40%);
    transform: translate(40%, -40%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    -webkit-box-shadow: 2px 3px 15px rgb(0 0 0 / 40%);
    box-shadow: 2px 3px 15px rgb(0 0 0 / 40%);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.popup-wpr .apply-job-popup-content>.apply-job-popup-close-btn:hover {
    -webkit-box-shadow: 2px 3px 25px rgb(0 0 0 / 60%);
    box-shadow: 2px 3px 25px rgb(0 0 0 / 60%);
    -webkit-transform: translate(40%, -45%);
    -ms-transform: translate(40%, -45%);
    transform: translate(40%, -45%);
}

.popup-wpr .apply-job-popup-content>.apply-job-popup-close-btn>svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.popup-wpr .apply-job-popup-content>.apply-job-popup-close-btn>svg>path {
    fill: #fff;
}

.apply-job-form-wpr input[type="text"],
.apply-job-form-wpr input[type="email"],
.apply-job-form-wpr input[type="password"],
.apply-job-form-wpr input[type="tel"],
.apply-job-form-wpr select {
    border: 1px solid #aeaeae;
    color: #54585A;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 47px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.apply-job-form-wpr select {
    background: url(images/down-caret2.svg) no-repeat right 14px center transparent;
    background-size: 10px;
    padding-right: 40px;
}

.apply-job-form-wpr textarea {
    border: 1px solid #aeaeae !important;
    color: #54585A;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    font-size: 16px;
}

.apply-job-form-wpr ::-webkit-input-placeholder {
    color: #54585A;
    font-weight: 400;
}

.apply-job-form-wpr ::-moz-placeholder {
    color: #54585A;
    font-weight: 400;
}

.apply-job-form-wpr :-ms-input-placeholder {
    color: #54585A;
    font-weight: 400;
}

.apply-job-form-wpr :-moz-placeholder {
    color: #54585A;
    font-weight: 400;
}

.apply-job-form-wpr .form-row {
    --gap-x: 20px;
}

.apply-job-popup-content>h2 {
    padding-bottom: 18px;
    margin-bottom: 22px;
}

.apply-job-popup-content>h2>span {
    margin-top: 15px;
    font-size: 28px;
    color: var(--primary-color);
    margin-bottom: 0;
}

.apply-job-popup-content .form-hdg {
    color: #25282A;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
}

.file-input-wpr {
    position: relative;
}

.file-input-wpr>input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.file-input-wpr>label {
    width: 100%;
    min-height: 160px;
    background-color: #f9f9f9;
    border: 1px dashed #8f8f8f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    padding: 30px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.file-input-wpr>label>svg {
    max-width: 60px;
    margin-bottom: 20px;
}

.file-input-wpr>label>svg>path {
    fill: var(--primary-color);
}

/* update start 22-02-2023 */
.page_btn {
    padding: 0 20px;
    min-height: 48px;
}

.top-brand-txt-content .page_btn {
    line-height: 1;
}

.industries-sec .box_intem_inner {
    height: 100%;
}

.main-preloader .main-preloader-inner {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

/* update end 22-02-2023 */

/* ----- APPLY JOB POPUP END --------- */

.banner_img_inner>img {
    width: 100%;
}

.subHdng-txt {
    font-size: 24px;
    margin-bottom: 20px;
}

.subHdng-txt>p:not(:last-child) {
    margin-bottom: 20px;
}

.industries-served-row .box_intem_inner {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.industries-served-row .box_intem_inner:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%), 5px 50px 20px -20px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%), 5px 50px 20px -20px rgb(0 0 0 / 50%);

}

.careers-content {
    -webkit-box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%), 5px 50px 20px -20px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%), 5px 50px 20px -20px rgb(0 0 0 / 50%);
}

/* ----------- service details sec ----------- */
.contact-form-wpr.service-details-page {
    background-color: rgba(255, 255, 255, 0.92);
    padding: 27px;
    border-radius: 24px;
    -webkit-box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%), 5px 50px 20px -20px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%), 5px 50px 20px -20px rgb(0 0 0 / 50%);
    border: 3px solid var(--primary-color);
    color: var(--heading-color);
}

.contact-form-wpr>.heading-h5 {
    color: var(--primary-color);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.service-details-sec {
    color: #fff;
}


.service-details-col.left-col .heading-h2 {
    color: #fff;
    margin-bottom: 40px;
}

.service-details-para {
    max-width: 710px;
    padding: 0 30px 20px;
    border-left: 3px solid var(--primary-color);
}

.full-content-sec {
    -webkit-box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%), 5px 50px 20px -20px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%), 5px 50px 20px -20px rgb(0 0 0 / 50%);
}

.full-content-col.img-col {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.full-content-col.txt-col {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.full-content-txt-wpr {
    padding: 90px 100px;
    max-width: 800px;
}

.full-content-txt-wpr .heading-h2 {
    margin-bottom: 40px;
}

.full-content-txt-wpr .subHdng-txt {
    margin-bottom: 30px;
}

.full-content-txt-wpr .pane_list {
    margin-bottom: 50px;
}

.full-content-txt-wpr .pane_list li {
    padding-left: 30px;
    background-position: left top 10px;
    background-size: 17px;
    font-size: 22px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

.industries-served-sec.service-details .page-heading .subHdng-txt {
    margin-bottom: 40px;
}

.page_btn.white:hover {
    background-color: #fff;
}

.service-details-banner {
    min-height: 100vh;
    padding: 150px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.service-details-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), #00000000);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(#00000000));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), #00000000);
    z-index: -1;
    pointer-events: none;
}

.service-details-banner .service-details-row {
    padding-top: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-details-banner .service-details-content {
    background-color: rgba(255, 255, 255, 0.92);
    padding: 50px;
    -webkit-box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%), 5px 50px 20px -20px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%), 5px 50px 20px -20px rgb(0 0 0 / 50%);
}

.service-details-banner .sml-hdng {
    font-size: 18px;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 500;
    overflow: hidden;
}

.service-details-banner .heading-h1 {
    font-size: 82px;
    padding-bottom: 10px;
}

.service-details-banner .service-details-col.right-col {
    padding-left: 100px;
}

.contact-form-wpr.service-details-page .form-label {
    font-weight: 400;
    line-height: 1;
    margin-bottom: 7px;
}

.contact-form-wpr.service-details-page input[type="text"],
.contact-form-wpr.service-details-page input[type="email"],
.contact-form-wpr.service-details-page input[type="url"],
.contact-form-wpr.service-details-page input[type="password"],
.contact-form-wpr.service-details-page input[type="search"],
.contact-form-wpr.service-details-page input[type="number"],
.contact-form-wpr.service-details-page input[type="tel"],
.contact-form-wpr.service-details-page input[type="range"],
.contact-form-wpr.service-details-page input[type="date"],
.contact-form-wpr.service-details-page input[type="month"],
.contact-form-wpr.service-details-page input[type="week"],
.contact-form-wpr.service-details-page input[type="time"],
.contact-form-wpr.service-details-page input[type="datetime"],
.contact-form-wpr.service-details-page input[type="datetime-local"],
.contact-form-wpr.service-details-page input[type="color"],
.contact-form-wpr.service-details-page .form-control {
    border: 1px solid #c7c7c7;
    height: 38px;
    padding: 0 16px;
}

.contact-form-wpr.service-details-page select {
    border: 1px solid #c7c7c7;
    height: 38px;
    background: url(images/down-caret2.svg) no-repeat right 14px center transparent;
    background-size: 10px;
    padding-right: 40px;
    background-color: #fff;
    font-family: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 16px;
    appearance: none;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1;
    color: #000;
    font-weight: 400;
    width: 100%;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.contact-form-wpr.service-details-page textarea {
    border: 1px solid #c7c7c7;
}

.contact-form-wpr.service-details-page .form-col {
    margin-bottom: 15px;
}

.contact-form-wpr.service-details-page .form-col.submit-btn-col {
    margin-top: 10px;
    margin-bottom: 5px;
}

.contact-form-wpr.service-details-page .form-row {
    margin-bottom: 0;
    --gap-x: 15px;
}

.contact-form-wpr.service-details-page p.privacy-policy-link {
    text-align: center;
}

.contact-form-wpr.service-details-page p.privacy-policy-link>a {
    font-size: 16px;
    text-decoration: underline !important;
}

.box_slider_outer {
    position: relative;
}

.arrow_control {
    position: static;
    margin: 0;
}

.arrow_control span {
    position: absolute;
    top: 50%;
    bottom: auto;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid var(--primary-color);
    padding: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    z-index: 1;
}

.arrow_control span.prev_arrow {
    left: -10px;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.arrow_control span.nxt_arrow {
    right: -10px;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
}

.arrow_control span>img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.careers-txt-col .page_btn {
    text-transform: uppercase;
    margin-top: 15px;
}

/* ----------- service details sec end ----------- */

.apply-job-popup-content.profile-popup {
    padding: 0;
    max-width: 600px;
}

.profile-popup-content {
    border-radius: 20px;
    overflow: hidden;
}

.profile-popup-content .profile-img-outer {
    padding-top: 50px;
    background-color: #ececec;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 100px;
}

.profile-popup-content .profile-img-outer .profile-img-wpr {
    width: 186px;
    height: 186px;
    border-radius: 50%;
    border: 4px solid var(--primary-color);
    margin: 0 auto -93px;
    overflow: hidden;
}

.profile-popup-content .profile-img-wpr>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.profile-popup-content-in {
    padding: 15px 40px 50px;
}

.profile-popup-content-in .heading-h2 {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.profile-popup-content-in .contact-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
    font-weight: 500;
}

.profile-popup-content-in .contact-details a>i {
    font-family: "Font Awesome 5 Free";
    color: var(--primary-color);
    font-weight: 900;
    font-size: 20px;
    font-style: normal;
    margin-right: 5px;
}

.profile-popup-content-in .profile-social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    margin: 17px 0 30px;
}

.profile-popup-content-in .profile-social-link>li:not(:last-child) {
    margin-right: 10px;
}

.profile-popup-content-in .profile-social-link a {
    width: 30px;
    height: 30px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Font Awesome 5 Brands";
    color: #fff;
    font-size: 20px;
    font-style: normal;
}

.profile-popup-content-in .profile-social-link a {
    width: 30px;
    height: 30px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Font Awesome 5 Brands";
    color: #fff;
    border: 2px solid var(--primary-color);
}

.profile-popup-content-in .profile-social-link a>i {
    font-style: normal;
    line-height: 1;
    font-size: 15px;
}

.profile-popup-content-in .profile-social-link a:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.contact-form-wpr.service-details-page input[type="submit"]:hover {
    background-color: #000;
    -webkit-box-shadow: 1px 10px 15px 2px rgb(0 0 0 / 30%);
    box-shadow: 1px 10px 15px 2px rgb(0 0 0 / 30%);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.scroll-div {
    height: 90px;
    width: 100%;
    margin-top: -90px;
}

/* ============ 13/03/2023 ========== */
.service-details-tab ul.resp-tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: rgba(255, 255, 255, 0.92);
    margin: 0 -1px 20px 0;
    position: relative;
}

.service-details-tab ul.resp-tabs-list>li {
    width: auto;
    margin: 0;
    border: 0 !important;
    border-right: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
    border-radius: 0;
    padding: 18px 15px;
    position: relative;
    font-size: 17px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.service-details-tab ul.resp-tabs-list li:hover,
.service-details-tab ul.resp-tabs-list li.resp-tab-active {
    border-bottom: 1px solid #DDA625 !important;
}

.service-details-banner .service-details-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 3px solid var(--primary-color);
    padding: 50px 30px;
}

.service-details-tab .resp-tabs-container {
    background-color: transparent !important;
}

/* ============ 13/03/2023 END ========== */

/* ============ 21/11/2023 START ========== */
.why-that-matters-tab ul.resp-tabs-list {
    margin-left: 0;
    margin-right: 0;
}

.why-that-matters-tab ul.resp-tabs-list>li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    margin-right: 20px;
}

.why-that-matters-tab ul.resp-tabs-list>li:last-child {
    margin-right: 0;
}

.why-that-matters-tab.service-details-tab ul.resp-tabs-list>li {
    margin-right: 0;
    white-space: nowrap;
}

.about-content .about-btm-cntnt {
    margin-top: 80px;
}

.about-content .about-btm-cntnt>h2 {
    margin-bottom: 25px;
}

/* ============ 21/11/2023 END ========== */

/* sg 22-11-2023 */



.cntct-list li{
    display: flex;
    margin-bottom: 7px;
}

.cntct-list li:last-child{
    margin-bottom: 0;
}

.cntct-icon{
    width: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cntct-dtls{
    width: calc(100% - 14px);
    padding-left: 15px;
    text-align: left;
    font-weight: 500;
}

.cntct-list{
    max-width: 250px;
    margin: auto auto 0;

}

.contact-form-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.contact-form-lft{
    width: 40%;
    padding: 0 15px;
}

.contact-form-rt{
    width: 60%;
    padding: 0 15px;
}

.contact-form-lft-wpr li{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 30px;
    width: 33.333%;
}

.contact-form-lft-wpr li:last-child{
    padding-right: 0;
}

.contact-form-lft-wpr li span{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
}

.contact-form-lft-wpr li span img{
    max-width: 20px;
}

.contact-form-txt{
    width: calc(100% - 50px);
    padding-left: 20px;
}

.contact-form-txt strong{
    color: #fff;
    line-height: 1;
    font-size: 25px;
}

.contact-form-txt p{
    color: #fff;
    line-height: 1.3;
}

.contact-form-txt p a{
    color: #fff;
}

.contact-form-txt p a:hover{
    color: var(--primary-color);
}

.contact-form-lft-wpr{
    display: flex;
    flex-wrap: wrap;
    max-width: 909px;
    margin: 0 auto 82px;
    padding-top: 25px;
}

.career-ul li{
    font-size: 15px;
}

.careers-content .careers-txt-col>h3{
    font-size: 21px;
    color: var(--primary-color);
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
}

.career-ul{
    margin-bottom: 15px;
}

.careers-txt-col ul>li u{
    text-decoration: underline !important;
}




/* sg 22-11-2023 */

/* sg 23-01-2024 */

.subHdng-txt ul li{
    padding-left: 20px;
    position: relative;
}

.subHdng-txt ul li::before{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 16px;
    left: 0;
    background: var(--body-text-color);
}

.box_slider .slick-track
{
    display: flex !important;
}

.box_slider .slick-slide
{
    height: inherit !important;
}
/* sg 23-01-2024 */

/* 20/03/2023 dm */

.modal-dialog{ max-width: 600px; }

.modal-dialog .modal-header{ 
    padding: 0;
    border: none;
}

.modal-dialog .modal-header .close{ 
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    border-radius: 50%;
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-transform: translate(40%, -40%);
    -ms-transform: translate(40%, -40%);
    transform: translate(40%, -40%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    -webkit-box-shadow: 2px 3px 15px rgb(0 0 0 / 40%);
    box-shadow: 2px 3px 15px rgb(0 0 0 / 40%);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.modal-dialog .modal-header .close svg{ 
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.modal-dialog .modal-header .close span{ font-size: 60px; }

.modal-dialog .modal-body{ padding: 0; }

.modal-dialog .modal-body .profile-details .contact-details a{ display: inline-block; width: auto; }

.modal-dialog .modal-content{ border-radius: 20px; }


.agreement-form-section .ginput_complex #input_4_73_2_label{ 
    display: none;
}

.agreement-form-section #field_4_73 .ginput_complex{ display: block; }

.agreement-form-section form .gfield{ line-height: 0; }

.agreement-form-section .gform_wrapper.gravity-theme .gfield p{ line-height: 1.5; }

/* 20/03/2023 dm */
.category-list li.active a{
        color: var(--primary-color);
}
.footer-form .gform_footer button.submit-buttonn{
    width: 100%;
    color: #fff;
    background-color: transparent;
    height: 50px;
    border: 1px solid var(--primary-color);
    padding: 0 30px;
    font-size: 25px;
    font-weight: 700;
    border-radius: 3px;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-clip: padding-box;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    margin-bottom: 19px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin-bottom: 0;
}
.footer-form .gform_footer button.submit-buttonn:hover {
    background-color: var(--primary-color);
    -webkit-box-shadow: 0 0 25px rgba(192, 152, 57, 0.4) !important;
    box-shadow: 0 0 25px rgba(192, 152, 57, 0.4) !important;
}
.footer-form .gform_footer button.submit-buttonn>span{
    display: none !important;
}
.subscribe-form-wpr #gform_9 {
    position: relative;
    margin-bottom: 15px;
}
.subscribe-form-wpr #gform_9 .gform_footer{
   padding: 0;
   margin: 0;
   position: absolute;
   top: 22px;
   right: 0;
}
.subscribe-form-wpr input[type="submit"]{
    line-height: 1 !important;
    min-height: 35px !important;
    top:0 !important;
}

/* css start RN 12-12-2023 */
.welcom-popup-btn {        
    bottom: 20px;
    right: 100px;
}
.welcom-popup-content{
    right: 100px;
}
/* css end RN 12-12-2023 */

/* 18.12.23 start */

.service-details-content .subHdng-txt {
    font-size: 20px;
}
.defaultt h3,
.defaultt h4 {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 20px;
}
.pppolicy {
    padding: 0 0 0 25px;
    margin-bottom: 25px;
}
.pppolicy li {
    padding-left: 25px;
    position: relative;
    color: #fff;
}
.pppolicy li:not(:last-child) {
    margin-bottom: 10px;
}
.pppolicy li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 13px;
    background-color: var(--primary-color);
}
.contact-us-sec .address-card-row {
    justify-content: center;
}

/* 18.12.23 end */


/* support 18/12/23 */

.headd-phone .picon{
    font-size: 21px;
    margin-right: 12px;
    color: #DDA625;
}

.headd-phone > a{
    font-size: 23px;
}

.headd-phone{
    line-height: 1;
}

.address-card>address {
    margin-bottom: 20px;
}

.address-card {
    padding: 35px 25px;
}

/* support end 18/12/23 */
/* 17.03.23 start */

/* nav#ubermenu-main-Main\ Menu-primarymenu-2 {
    width: auto;
    background: transparent;
    box-shadow: none;
    border: none;
    margin-left: 50px;
    position: static;
} */
ul#ubermenu-nav-main-Main\ Menu-primarymenu {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ubermenu .ubermenu-item-level-0 {
    margin-right: 40px !important;
    padding: 15px 0 !important;
    /* position: relative; */
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border: none !important;
    float: inherit;
}
.ubermenu .ubermenu-item-level-0:last-child {
    margin-right: 0 !important;
}
.ubermenu .ubermenu-item-level-0::after {
    display: none !important;
}
.ubermenu .ubermenu-item-level-0 a {
    border: none !important;
    color: #fff !important;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    position: relative;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
    position: relative;
    white-space: nowrap;
    box-shadow: none !important;
}
.ubermenu .ubermenu-item-level-0 a:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: var(--primary-color);
    position: absolute;
    bottom: -5px;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ubermenu .ubermenu-item-level-0 a:hover::after {
    width: 100%;
}
.ubermenu .ubermenu-item-level-0.ubermenu-item-has-children a {
    padding-right: 20px !important;
}
.ubermenu .ubermenu-item-level-0.ubermenu-item-has-children a .ubermenu-sub-indicator {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
    width: 12px;
}
/* .ubermenu-transition-shift .ubermenu-item .ubermenu-submenu-drop {
    top: 119% !important;
} */
/* .ubermenu .ubermenu-item-level-0 .ubermenu-submenu {
    display: flex !important;
    flex-wrap: wrap;
    margin: 0 !important;
    background-color: #F2F2F2;
} */
.ubermenu .ubermenu-item-level-0 .ubermenu-item {
    /* height: 100% !important; */
    min-height: 290px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 35px 50px;
}
.ubermenu .ubermenu-item-level-0 .ubermenu-item:not(:first-child) {
    padding: 35px 30px;
    background-color: #fff;
}
.ubermenu .ubermenu-item .no-menu p {
    font-size: 16px;
}
.ubermenu .ubermenu-item .submenu-heading {
    max-width: 340px;
    font-size: 34px !important;
    margin-bottom: 15px;
    color: var(--heading-color);
}
/* .ubermenu .ubermenu-item-level-0 .ubermenu-submenu .ubermenu-target  {
    width: 195px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: absolute;
    top: 35px;
    bottom: 35px;
    left: 30px;
    padding: 0 !important;
    margin: 0 !important;
} */
.ubermenu .ubermenu-item-level-0 .ubermenu-submenu .ubermenu-target img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0 !important;
}
.ubermenu .ubermenu-item-level-0 .ubermenu-submenu .ubermenu-target .ubermenu-target-title {
    display: none;
}
.ubermenu .ubermenu-item-level-0 .ubermenu-submenu .ubermenu-custom-content {
    flex-basis: calc(100% - 195px);
    width: calc(100% - 195px);
    font-size: 15px;
    padding: 0 0 0 30px !important;
    margin-left: auto;
}
.ubermenu .ubermenu-item-level-0 .ubermenu-submenu .ubermenu-custom-content h2,
.ubermenu .ubermenu-item-level-0 .ubermenu-submenu .ubermenu-custom-content h2 a {
    font-size: 26px !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    color: var(--primary-color) !important;
    padding: 0 !important;
    margin-bottom: 10px;
}
.ubermenu .ubermenu-item-level-0 .ubermenu-submenu .ubermenu-custom-content h2 a:hover {
    color: var(--heading-color);
}
.ubermenu .ubermenu-item-level-0 .ubermenu-item:first-child .ubermenu-custom-content {
    flex-basis: 100%;
    width: 100%;
    padding: 0 !important;
}
.ubermenu .ubermenu-item-level-0.ubermenu-item-has-children>a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-right: 15px solid transparent;
    line-height: 0;
    margin: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 60px);
    -ms-transform: translate(-50%, 60px);
    transform: translate(-50%, 60px);
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
.ubermenu .ubermenu-item-level-0.ubermenu-item-has-children>a:hover::before {
    -webkit-transform: translate(-50%, 33px);
    -ms-transform: translate(-50%, 33px);
    transform: translate(-50%, 33px);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}


/* 17.03.23 end */

/* support 24-01-24 start  */

nav#ubermenu-main-Main\ Menu-primarymenu-2{
    width: auto;
    background: transparent;
    box-shadow: none;
    border: none;
    margin-left: 50px;
    position: static;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
}
.main_nav .head-btn{
    margin-left: 0;
    padding-left: 20px;
}
.ubermenu .ubermenu-item-level-0 a{
    white-space: initial;
}
.ubermenu .ubermenu-item-level-0 .ubermenu-submenu .ubermenu-target{
    position: static ;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    display: block;
}
.ubermenu .ubermenu-item-level-0 .ubermenu-submenu .ubermenu-target::after{
    display: none;
}
.ubermenu .ubermenu-item-level-0 .ubermenu-submenu .ubermenu-target .ubermenu-target-title {
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--primary-color);
    position: relative;
    line-height: 1;
    margin-bottom: 14px;
    display: inline-block;
}
.ubermenu .ubermenu-item-level-0 .ubermenu-submenu .ubermenu-target .ubermenu-target-title::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: var(--primary-color);
    position: absolute;
    bottom: -5px;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ubermenu .ubermenu-item-level-0 .ubermenu-submenu .ubermenu-target .ubermenu-target-title:hover::after{
    width: 100%;
}
.ubermenu .ubermenu-nav{
    padding: 20px 15px;
}
.ubermenu .ubermenu-nav .ubermenu-column.ubermenu-column-1-5{
    padding: 15px 10px;
    flex: 0 0 auto;
    float: none !important;
}
.ubermenu .ubermenu-nav .ubermenu-column-1-5 .ubermenu-submenu {
  height: 100%;
  border: 1px solid #f2f2f2;
  padding: 12px;
  background-color: #fdfaf4;
  
}
.ubermenu .ubermenu-nav .ubermenu-column-1-5 .ubermenu-submenu .ubermenu-item.ubermenu-column-auto{
    padding: 0;
    display: block !important;
    margin-top: 0;
}
/* .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {
    width: 100%;
} */
.ubermenu .ubermenu-item-level-0 .ubermenu-submenu .ubermenu-target img{
    margin-bottom: 15px !important;   
}
.ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-target > .ubermenu-target-description {
    font-size: 15px;
    color: var(--body-text-color) !important;
    line-height: 1.7;
    font-weight: 300;
}
.ubermenu .ubermenu-item-level-0 > .ubermenu-submenu {
    top: 73px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 20px 15px;
    -webkit-box-shadow: 0 5px 15px 0 rgb(0 0 0 / 50%), 5px 70px 30px -20px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 50%), 5px 70px 30px -20px rgb(0 0 0 / 50%);
    -webkit-transition: all 0.3s ease-in-out;
    background: #fff !important;  
    display: flex !important;
    flex-wrap: wrap;
}
.ubermenu .ubermenu-item-level-0.ubermenu-item-has-children>a:hover svg{
    -webkit-transform:  translateY(-50%) rotateX(-180deg);
    -ms-transform: translateY(-50%) rotateX(-180deg);
    transform: translateY(-50%) rotateX(-180deg);
}
.booking-popup .apply-job-form-wpr.form-row {
    --gap-x: 0;
    margin-bottom: 0;
}
.booking-popup .apply-job-form-wpr.form-row #gform_fields_10.gform_fields,
#gform_wrapper_3.gform_wrapper .gform_fields{
    grid-column-gap: 20px;
    grid-row-gap: 30px;
}
#gform_wrapper_1.gform_wrapper .gform_fields{
    grid-column-gap: 16px;
    grid-row-gap: 15px;
}
.booking-popup .apply-job-form-wpr.form-row #gform_wrapper_10 input[type=color],
.booking-popup .apply-job-form-wpr.form-row #gform_wrapper_10 input[type=date],
.booking-popup .apply-job-form-wpr.form-row #gform_wrapper_10 input[type=datetime-local],
.booking-popup .apply-job-form-wpr.form-row #gform_wrapper_10 input[type=datetime],
.booking-popup .apply-job-form-wpr.form-row #gform_wrapper_10 input[type=email],
.booking-popup .apply-job-form-wpr.form-row #gform_wrapper_10 input[type=month],
.booking-popup .apply-job-form-wpr.form-row #gform_wrapper_10 input[type=number],
.booking-popup .apply-job-form-wpr.form-row #gform_wrapper_10 input[type=password],
.booking-popup .apply-job-form-wpr.form-row #gform_wrapper_10 input[type=search],
.booking-popup .apply-job-form-wpr.form-row #gform_wrapper_10 input[type=tel],
.booking-popup .apply-job-form-wpr.form-row #gform_wrapper_10 input[type=text],
.booking-popup .apply-job-form-wpr.form-row #gform_wrapper_10 input[type=time],
.booking-popup .apply-job-form-wpr.form-row #gform_wrapper_10 input[type=url],
.booking-popup .apply-job-form-wpr.form-row #gform_wrapper_10 input[type=week],
.booking-popup .apply-job-form-wpr.form-row #gform_wrapper_10 select,
.booking-popup .apply-job-form-wpr.form-row #gform_wrapper_10 textarea,
#gform_wrapper_3.gform_wrapper input[type=color],
#gform_wrapper_3.gform_wrapper input[type=date],
#gform_wrapper_3.gform_wrapper input[type=datetime-local],
#gform_wrapper_3.gform_wrapper input[type=datetime],
#gform_wrapper_3.gform_wrapper input[type=email],
#gform_wrapper_3.gform_wrapper input[type=month],
#gform_wrapper_3.gform_wrapper input[type=number],
#gform_wrapper_3.gform_wrapper input[type=password],
#gform_wrapper_3.gform_wrapper input[type=search],
#gform_wrapper_3.gform_wrapper input[type=tel],
#gform_wrapper_3.gform_wrapper input[type=text],
#gform_wrapper_3.gform_wrapper input[type=time],
#gform_wrapper_3.gform_wrapper input[type=url],
#gform_wrapper_3.gform_wrapper input[type=week],
#gform_wrapper_3.gform_wrapper select,
#gform_wrapper_3.gform_wrapper textarea,
#gform_wrapper_2.gform_wrapper input[type=color],
#gform_wrapper_2.gform_wrapper input[type=date],
#gform_wrapper_2.gform_wrapper input[type=datetime-local],
#gform_wrapper_2.gform_wrapper input[type=datetime],
#gform_wrapper_2.gform_wrapper input[type=email],
#gform_wrapper_2.gform_wrapper input[type=month],
#gform_wrapper_2.gform_wrapper input[type=number],
#gform_wrapper_2.gform_wrapper input[type=password],
#gform_wrapper_2.gform_wrapper input[type=search],
#gform_wrapper_2.gform_wrapper input[type=tel],
#gform_wrapper_2.gform_wrapper input[type=text],
#gform_wrapper_2.gform_wrapper input[type=time],
#gform_wrapper_2.gform_wrapper input[type=url],
#gform_wrapper_2.gform_wrapper input[type=week],
#gform_wrapper_2.gform_wrapper select,
#gform_wrapper_2.gform_wrapper textarea{
    font-size: 16px;
    padding: 0 20px;
}
#gform_wrapper_1.gform_wrapper input[type=color],
#gform_wrapper_1.gform_wrapper input[type=date],
#gform_wrapper_1.gform_wrapper input[type=datetime-local],
#gform_wrapper_1.gform_wrapper input[type=datetime],
#gform_wrapper_1.gform_wrapper input[type=email],
#gform_wrapper_1.gform_wrapper input[type=month],
#gform_wrapper_1.gform_wrapper input[type=number],
#gform_wrapper_1.gform_wrapper input[type=password],
#gform_wrapper_1.gform_wrapper input[type=search],
#gform_wrapper_1.gform_wrapper input[type=tel],
#gform_wrapper_1.gform_wrapper input[type=text],
#gform_wrapper_1.gform_wrapper input[type=time],
#gform_wrapper_1.gform_wrapper input[type=url],
#gform_wrapper_1.gform_wrapper input[type=week],
#gform_wrapper_1.gform_wrapper select,
#gform_wrapper_1.gform_wrapper textarea{
    font-size: 16px;
    padding: 0 16px;
}
.booking-popup .apply-job-form-wpr.form-row #gform_wrapper_10 textarea,
#gform_wrapper_3.gform_wrapper textarea,
#gform_wrapper_2.gform_wrapper textarea{
    height: 136px;
    padding-top: 18px;
}
#gform_wrapper_2.gform_wrapper textarea{
    height: 120px;
}
.booking-popup .apply-job-form-wpr.form-row #gform_wrapper_10 .gform_footer{
    padding: 0;
    margin: 0;
    justify-content: center;
    margin-top: 30px;
}
.booking-popup .apply-job-form-wpr.form-row #gform_wrapper_10 .gform_footer input[type="submit"]{
    margin-bottom: 0;
}
.footer-form #gform_wrapper_7 input[type="email"]{
    padding: 0 32px;
    font-size: 16px;
}
#gform_wrapper_3.gform_wrapper .gfield--type-fileupload{
    position: relative;
}
#gform_wrapper_3.gform_wrapper .ginput_container_fileupload .gfield_description{
    display: none;
}
#gform_wrapper_3.gform_wrapper .ginput_container_fileupload input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
#gform_wrapper_3.gform_wrapper .gfield--type-fileupload > .gfield_description {
    width: 100%;
    min-height: 160px;
    background-color: #f9f9f9;
    border: 1px dashed #8f8f8f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    padding: 30px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}
#gform_wrapper_3.gform_wrapper .gform_footer{
    justify-content: center;
    margin-top: 30px;
    padding: 0;
}
#gform_wrapper_1 .gfield_required,
#gform_wrapper_2 .gfield_required{
    display: none;
}
#gform_wrapper_1.gform_wrapper .gfield_label,
#gform_wrapper_2.gform_wrapper .gfield_label{
    font-size: 16px;
    margin-bottom: 12px;
    display: block;
    font-weight: 300;
}
#gform_wrapper_1.gform_wrapper #field_1_10 .ginput_container_address span{
    flex: 0 0 100%;
}
#gform_wrapper_1.gform_wrapper .gfield_label{
    font-weight: 400;
    line-height: 1;
    margin-bottom: 7px;
}
#gform_wrapper_2.gform_wrapper .gform_fields{
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
#gform_wrapper_2.gform_wrapper .gform_footer{
    margin-top: 30px;
    padding: 0;
}
#gform_wrapper_2.gform_wrapper .gform_footer input[typ="submit"]{
    margin-bottom: 0;
}
.contact-form-lft-wpr li span {
    flex-shrink: 0;
}
.ubermenu-current-menu-item a.ubermenu-target::after{
    width: 100%;
}
.content_sec .defaultt p{
    color: #fff;
}

.welcom-popup-content-in>.wlcm-img {
    width: 100%;
}
#gform_wrapper_7 .gform_footer{
    padding: 0;
    margin-top: 19px;
}

/* support 24-01-24 end  */

/* support start 30-01-2024 */
.ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-target > .ubermenu-target-description {
    text-transform: none;
}

.banner_overlay {
    background-color: transparent;
}

.main_nav {
    background-color: rgba(0,0,0,0.6);
}

.banner_lft {
    /* 01-03-2024 start (DD) */
    /* padding: 30px; */
    /* margin-top: 45px; */
    max-width: fit-content;
    margin-top: auto;
    padding: 20px;
    /* 01-03-2024 end (DD) */
    background: rgba(0,0,0,0.6); 
}
/* support end 30-01-2024 */

/* support start 27/12/2024 (PD) */
.grecaptcha-badge {
    bottom: 144px !important;
    z-index: 99999 !important;
}
/* support end 27/12/2024 */


/* ========== responsive css =========== */

@media(min-width: 992px) {
    .desktop_layout {
        display: block;
    }

    .mobile_layout {
        display: none;
    }
}

@media(min-width:1025px) {
    /* .navbar-nav .clickD {
        display: none;
    } */

    .navbar-nav li.menu-item-has-children:hover>.sub-menu {

        opacity: 1;
        /* -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); */
        visibility: visible;
    }



    .navbar-nav li.menu-item-has-children:hover>a::before {
        -webkit-transform: translate(-50%, 33px);
        -ms-transform: translate(-50%, 33px);
        transform: translate(-50%, 33px);
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
        pointer-events: none;
    }


    .navbar-nav li.menu-item-has-children:hover .clickD {
        -webkit-transform: rotateX(-180deg);
        -ms-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
    }
}


@media(min-width:1200px) {
    .container {
        width: 100%;
        max-width: 1300px;
        padding: 0 50px;
    }

    .container.mdm {
        max-width: 1550px;
        padding: 0 50px;
    }

    .container.lrg {
        max-width: 1600px;
        padding: 0 50px;
    }
}

@media(min-width:1400px) {
    .nav-container {
        max-width: 1600px;
        padding: 0 50px;
    }
}


@media(min-width:1600px) {}


@media(max-width:1800px) {
    .service-details-banner .heading-h1 {
        font-size: 78px;
    }

    .top-footer-row .footer-col {
        width: 31%;
    }

    .top-footer-row .second-col {
        width: 35%;
    }
}

@media(max-width:1599px) {

    .full-content-txt-wpr {
        padding: 60px 65px;
        max-width: 800px;
    }

    .full-content-txt-wpr .heading-h2 {
        margin-bottom: 30px;
    }

    .subHdng-txt {
        font-size: 22px;
    }

    .service-details-banner .service-details-col.right-col {
        padding-left: 105px;
    }

    .service-details-banner .heading-h1 {
        font-size: 72px;
    }

    .navbar-nav>li>a {
        font-size: 24px;
    }
}

@media(max-width:1500px) {
    .why-that-matters-img-wpr {
        max-height: 530px;
    }
}

@media(max-width: 1440px) {
    
    /* support 24-01-24 start  */

    .ubermenu .ubermenu-item-level-0 {
        margin-right: 25px !important;
    }

    .ubermenu .ubermenu-item-level-0 a {
        font-size: 20px;
    }

    .ubermenu .ubermenu-item-level-0 > .ubermenu-submenu {
        top: 66px !important;
    }
    .navbar .navbar-brand {
        max-width: 150px;
    }
    /* support 24-01-24 end  */


}

@media(max-width:1399px) {
    .service-details-banner .service-details-content {
        padding: 35px 40px;
    }

    .service-details-banner .service-details-col.right-col {
        padding-left: 75px;
    }

    .top-footer-row .second-col {
        width: 37%;
    }

    .ft_list {
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
    }

    .ft_list>li:not(:last-child) {
        margin-bottom: 14px;
    }

    .ft_list>li>a {
        font-size: 19px;
    }

    .navbar-nav>li {
        margin-right: 30px;
    }
}

@media(max-width:1366px) and (max-height: 768px) {}

@media(max-width:1366px) {
    /* .sub-menu>ul {
        width: 72%;
    } */

    .sub-menu .no-menu {
        padding-left: 40px;
        padding-right: 30px;
        width: 28%;
    }

    /* .banner_lft h1, */
    .heading-h1 {
        font-size: 66px;
    }

    .heading-h5 {
        font-size: 26px;
    }

    .heading-h4 {
        font-size: 30px;
    }

    .single_pane_container {
        padding: 80px 0;
    }

    .heading-h2 {
        font-size: 50px;
        line-height: 1.1;
    }

    .navbar-nav>li>a {
        font-size: 24px;
    }

    .banner_lft {
        -ms-flex: 0 0 42%;
        -webkit-box-flex: 0;
        flex: 0 0 42%;
        max-width: 42%;
        padding-right: 20px;
    }

    .why-that-matters-img-wpr {
        max-height: 450px;
    }

    .arrow_control {
        position: relative;
        margin-top: 40px;
        padding-top: 70px;
    }

    .arrow_control span {
        top: 0;
    }

    .arrow_control span.prev_arrow {
        left: calc(50% - 8px);
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }

    .arrow_control span.nxt_arrow {
        right: calc(50% - 8px);
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
}

@media(max-width:1279px) {
    .banner-sec .row {
        padding-right: 80px;
    }

    .banner_lft h1{font-size: 47px;}
  /*   .banner_lft h1, */
    .heading-h1 {
        font-size: 62px;
    }

    .banner_lft {
        padding-right: 15px;
    }

    .banner_rt {
        max-width: 600px;
    }

    /* .sub-menu>ul>li>.sub-menu-link-wpr>.sub-menu-img-wpr {
        width: 170px;
        margin-right: 20px;
    } */

    .sub-menu .no-menu {
        padding-left: 30px;
        padding-right: 30px;
        width: 28%;
    }

    .sub-menu>ul {
        padding: 20px 10px;
    }

    .navbar-nav>li {
        margin-right: 22px;
    }

    /* .sub-menu>ul>li>.sub-menu-link-wpr>.sub-menu-img-wpr>img {
        max-height: 170px;
    } */

    .full-content-txt-wpr {
        padding: 50px 50px;
    }

    .full-content-txt-wpr .heading-h2 {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .subHdng-txt {
        font-size: 20px;
    }

    .pane_list li {
        font-size: 20px;
    }

    .navbar-nav>li>a {
        font-size: 21px;
    }

    .service-details-banner .service-details-col.right-col {
        padding-left: 55px;
    }
    .navbar .navbar-brand {
        max-width: 160px;
    }
    .call-now {
        font-size: 21px;
        
    }
    .call-now img{
        width: 28px;
        height: 28px;
    }
    .page_btn{
        font-size: 22px;
    }
}

@media(max-width:1199px) {
    .navbar .navbar-brand {
        max-width: 110px;
    }

    .call-now {
        font-size: 18px;
    }

    .call-now img {
        height: 28px;
        width: 28px;
        margin-right: 6px;
    }

    .navbar-nav>li {
        margin-right: 20px;
    }

    .industries-sec {
        padding: 70px 0;
    }

    .heading-h2 {
        font-size: 50px;
    }

    .platform_list {
        margin-top: 70px;
    }

    .platform_list_item figure img {
        height: 95px;
    }

    .single_pane_container {
        padding: 80px 30px;
    }

    .all_logo_list {
        gap: 40px 20px;
    }

    .all_logo_list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8%;
        flex: 0 0 8%;
        max-width: 8%;
    }

    .heading-h5 {
        font-size: 23px;
    }

    .supply-img-point-row {
        margin: 0 -8px -100px;
    }

    .supply-img-point-row>.supply-img-point-col {
        padding: 0 8px;
    }

    .realtime-supply-sec {
        padding: 80px 0;
        overflow: hidden;
    }

    .why-that-matters-sec .why-that-matters-heading {
        max-width: 810px;
        font-size: 20px;
    }

    .why-that-matters-left-col>p {
        padding-right: 30px;
    }

    .why-that-matters-img-wpr>span {
        padding: 30px 50px 26px;
        font-size: 20px;
    }

    .why-that-matters-img-wpr>span strong {
        font-size: 54px;
    }

    .top-brand-img-col {
        width: 50%;
    }

    .top-brand-txt-col {
        width: 50%;
    }

    .top-brand-img-col .top-brand-img-wpr {
        padding: 40px 25px 50px;
        min-height: 450px;
    }

    .top-brand-txt-content {
        padding: 40px 20px;
        font-size: 20px;
    }

    .top-brand-img-col .top-brand-img-wpr>.video-btn {
        width: 112px;
        height: 60px;
        padding: 13px;
    }

    .top-brand-img-col .top-brand-img-wpr>.video-btn img {
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .top-brand-img-col .top-brand-img-wpr>h3 {
        font-size: 43px;
        max-width: 200px;
    }

    .ready-to-explore-in {
        padding: 70px 70px;
    }

    .ready-to-explore-content>p {
        max-width: 660px;
        margin-bottom: 35px;
        font-size: 20px;
    }

    .footer-heading {
        font-size: 36px;
    }

    .top-footer-row .footer-col {
        width: 50%;
    }

    .top-footer-row .second-col {
        width: 50%;
    }

    .top-footer-row .third-col {
        width: 100%;
        margin-top: 25px;
    }

    .footer-col.third-col label {
        display: block;
        text-align: center;
    }

    .footer-col.third-col .footer-form {
        max-width: 420px;
        margin: 0 auto;
    }

    .page_btn {
        font-size: 18px;
        padding: 0 12px;
    }
    .main_nav .head-btn>*:not(:first-child) {
        margin-left: 18px;
    }

    .footer-form input[type="submit"] {
        font-size: 22px;
    }

    .footer-col.third-col .footer-form {
        padding: 26px 30px 18px 30px;
    }

    .footer-sec .top-footer {
        padding: 52px 0 45px;
    }

    .bottom-footer {
        font-size: 15px;
    }


    .navbar-nav>li>a {
        font-size: 20px;
    }

    .sub-menu>li>a {
        padding: 5px 15px 5px 0;
        font-size: 24px;
    }

    .realtime-supply-txt {
        padding-right: 0;
    }

    .banner_lft h1{font-size: 43px; margin-bottom: 10px;}
    /* .banner_lft h1, */
    .heading-h1 {
        font-size: 56px;
    }

    .about-content .about-txt-col {
        padding: 15px 15px 30px 20px;
    }

    .leadership-profile-card .leadership-profile-img-wpr>img {
        height: 220px;
    }

    .leadership-profile-card .profile-details>p>a {
        font-size: 24px;
    }


    .leadership-profile-row {
        margin-bottom: -50px;
        --gap-x: 20px;
    }

    .leadership-profile-row>.leadership-profile-col {
        margin-bottom: 50px;
    }

    .leadership-profile-card .profile-details {
        padding: 23px 15px;
    }

    .job-opportunity-card>.page_btn {
        font-size: 17px;
    }

    .job-opportunity-card {
        padding: 30px 25px;
    }

    .job-opportunity-card-heading h3 {
        font-size: 26px;
    }

    .job-opportunity-sec {
        padding: 60px 0 80px;
    }

    .careers-sec {
        padding-bottom: 80px;
    }

    .news-listing-row {
        --gap-x: 20px;
        margin-bottom: -30px;
    }

    .news-listing-row>.news-listing-col {
        margin-bottom: 30px;
    }

    .news-wpr-row {
        --gap-x: 20px;
    }

    .news-card {
        padding: 20px 20px 30px;
    }

    .heading-h4 {
        font-size: 29px;
    }

    .news-card .news-date {
        margin: 22px 0;
    }

    .news-cat-wpr>h3 {
        margin-bottom: 20px;
    }

    .category-list>li:not(:last-child) {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .contact-us-sec {
        padding-bottom: 90px;
    }

    .contact-us-sec .page-heading {
        font-size: 22px;
    }

    .office-address-sce {
        background-color: #F5F8FA;
        padding: 80px 0;
    }

    .address-card>h3 {
        margin-bottom: 18px;
        font-size: 32px;
    }

    .address-card>address {
        margin-bottom: 30px;
    }

    .office-address-sce .office-address-heading {
        font-size: 22px;
    }

    .welcom-popup-btn {
        right: 25px;
        width: 50px;
        height: 50px;
    }

    .welcom-popup-content {
        bottom: 90px;
        right: 25px;
    }

    .welcom-popup-content-in {
        padding: 25px 28px 30px;
        bottom: 90px;
        right: 25px;
    }

    .welcom-popup-content-in .page_btn {
        font-size: 18px;
        padding: 12px 15px;
        line-height: 1.2;
    }

    .sub-menu ul>li>.sub-menu-link-wpr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .sub-menu>ul>li>.sub-menu-link-wpr>.sub-menu-img-wpr {
        margin-bottom: 10px;
    }

    .sub-menu::before {
        height: 27px;
        pointer-events: none;
    }

    .sub-menu .no-menu,
    .sub-menu>ul {
        max-height: 400px;
        overflow: auto;
    }

    .sub-menu>ul>li>.sub-menu-link-wpr {
        height: auto;
    }

    .sub-menu>ul>li>.sub-menu-link-wpr>.sub-menu-img-wpr>img {
        height: 150px;
    }

    .subHdng-txt {
        font-size: 22px;
    }

    .page-heading {
        padding: 80px 0;
    }

    .cmn_gap {
        padding: 90px 0;
    }

    .philosophy-list-row {
        --gap-x: 20px;
    }

    .philosophy-list-card {
        padding: 20px 15px;
    }

    .banner-sec .row {
        padding-right: 65px;
    }

    .banner_lft {
        -ms-flex: 0 0 46%;
        -webkit-box-flex: 0;
        flex: 0 0 46%;
        max-width: 46%;
    }

    .banner_rt {
        -ms-flex: 0 0 54%;
        -webkit-box-flex: 0;
        flex: 0 0 54%;
        max-width: 54%;
    }

    .service-details-col.left-col {
        padding-top: 0;
        margin-bottom: 50px;
    }

    .service-details-col.left-col .heading-h2 {
        margin-bottom: 25px;
    }

    .service-details-para {
        max-width: 800px;
        padding: 20px 15px 0;
        border-left: 0;
        border-top: 3px solid var(--primary-color);
        margin: 0 auto;
    }

    .contact-form-wpr.service-details-page {
        max-width: 725px;
    }

    .full-content-txt-wpr .subHdng-txt {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .full-content-txt-wpr .pane_list li {
        background-position: left top 8px;
        font-size: 20px;
    }

    .service-details-banner .service-details-col.right-col {
        padding-left: 30px;
    }

    .service-details-banner .heading-h1 {
        font-size: 64px;
        margin-bottom: 15px;
    }

    .service-details-banner .sml-hdng {
        font-size: 16px;
        letter-spacing: 3px;
    }

    .service-details-banner {
        padding: 70px 0;
    }

    .social_list {
        margin-top: 30px;
    }

    .scroll-div {
        height: 70px;
        margin-top: -70px;
    }

    .service-details-banner .service-details-col.right-col {
        padding: 0 30px;
    }

    /* sg responsive */

    .navbar-nav .clickD{
        margin-left: 7px;
        width: 9px;
        height: 9px;
    }

    .careers-content .careers-txt-col{
        padding: 40px;
    }
        

    /* sg responsive */
    
    .address-card{
        padding: 20px;
    }

    /* support 24-01-24 start  */

    .main_nav .head-btn>*:not(:first-child) {
        margin-left: 10px;
    }
    .main_nav .head-btn {
        padding-left: 10px;
    }
    nav#ubermenu-main-Main\ Menu-primarymenu-2 {
        padding-left: 10px;
    }
    .ubermenu .ubermenu-item-level-0 > .ubermenu-submenu {
        padding: 10px 5px;
    }
 
    .welcom-popup-btn {
        right: 100px;
        width: 56px;
        height: 56px;
    }

    /* support 24-01-24 end  */

    /* support 25-01-24 start  */
    
    .ubermenu .ubermenu-item-level-0 .ubermenu-submenu .ubermenu-target img {
        margin-bottom: 10px !important;
    }
    .ubermenu .ubermenu-item-level-0 > .ubermenu-submenu {
        max-height: 400px !important;
        overflow: auto !important;
    }
    /* support 25-01-24 end  */
}

@media(max-width:1024px) {

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children>a {
        padding-right: 20px;
    }

    .sub-menu.show {
        /* display: block; */
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
    }



    .navbar-nav li.menu-item-has-children:hover>a.nn {
        -webkit-transform: translate(-50%, 33px);
        -ms-transform: translate(-50%, 33px);
        transform: translate(-50%, 33px);
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .navbar-nav>li {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after {
        width: 100%;
        opacity: 0;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        width: 100%;
        opacity: 1;
    }

}

@media (max-width: 991px) {
    .navbar-toggler {
        position: relative;
        width: auto;
        margin-left: auto;
        height: auto;
        padding: 0;
        outline: none !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        font-size: 40px;
        line-height: 40px;
        color: var(--primary-color);
        font-family: var(--bodyfont);
        font-weight: 400;
        padding: 0;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        text-transform: uppercase;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        transition: 0.3s ease-in;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -ms-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        position: relative;
        z-index: 90;
    }

    .navbar-toggler:hover,
    .navbar-toggler.active {
        opacity: 0.5;
        color: var(--primary-color);
        background-color: transparent;
    }

    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: auto;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 0;
        top: auto;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        border-radius: 5px;
        pointer-events: none;
    }

    .stick:before {
        content: "";
        top: -10px;
        left: 0;
        pointer-events: none;
    }

    .stick:after {
        content: "";
        top: 10px;
        left: 0;
    }

    .stick.open {
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        background: transparent;
    }

    .stick.open:before {
        -webkit-transform: rotate(45deg) translate(42px, -28px);
        -ms-transform: rotate(45deg) translate(42px, -28px);
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
        pointer-events: none;
    }

    .stick.open:after {
        -webkit-transform: rotate(-45deg) translate(42px, 28px);
        -ms-transform: rotate(-45deg) translate(42px, 28px);
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .navbar-toggler span {
        display: block;
        position: relative;
        top: 0.05em;
    }

    .navbar-toggler.nav_close_btn.navbar-toggler-main {
        /* padding: 10px 15px;
        margin-top: 10px;
        margin-right: 10px;
        cursor: pointer;
        display: block;
        font-size: 36px;
        line-height: 27px;
        color: #fff;
        font-family: var(--bodyfont);
        font-weight: 500;
        margin-left: auto;
        background-color: transparent;
        width: auto;
        height: auto; */
        position: relative;
        opacity: 1;
    }


    .nav_close_btn svg {
        width: 100%;
        height: auto;
    }

    .nav_close_btn:hover {
        opacity: 0.5;
    }

    .navbar-nav>li>a {
        font-size: 40px;
        font-family: var(--bodyfont);
        line-height: 1;
        padding: 8px 15px;
    }

    .navbar-nav .clickD {
        position: absolute;
        width: 30px;
        height: 30px;
        background-size: 15px;
        top: 15px;
        right: 20px !important;
        -webkit-transform: rotate(0) !important;
        -ms-transform: rotate(0) !important;
        transform: rotate(0) !important;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
    }

    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: calc(100% - 60px);
        left: 30px;
        top: inherit;
        border: none;
        right: inherit;
        min-width: 0;
        padding: 20px 15px;
        opacity: 1;
        visibility: visible;
        display: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .sub-menu.show {
        display: block;
    }

    .sub-menu>ul {
        max-height: inherit;
        width: 100%;
        padding: 0;
        display: block;
    }

    .sub-menu>ul>li {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .sub-menu>ul>li:last-child {
        margin-bottom: 0;
    }

    .sub-menu>ul>li>.sub-menu-link-wpr>.sub-menu-img-wpr {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .sub-menu>ul>li>.sub-menu-link-wpr>.sub-menu-img-wpr>img {
        height: auto;
        max-height: 200px;
        -o-object-position: center;
        object-position: center;
    }

    .sub-menu-content>a {
        font-size: 24px;
    }

    /* .sub-menu-content>p, */
    .sub-menu .no-menu {
        display: none;
    }

    .sub-menu>li {
        padding-bottom: 12px;
        margin-bottom: 20px;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }

    .navbar-nav>li {
        margin: 0;
        padding: 5px 0;
        width: 100%;
        position: relative;
        display: block;
    }

    .navbar-nav li.menu-item-has-children>a {
        padding-right: 60px !important;
    }

    .navbar-nav>li>a {
        padding: 13px 30px;
        display: inline-block;
        width: 100%;
        font-size: 26px;
    }

    /* .sub-menu>li>a {
        padding-left: 40px;
    } */

    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }

    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }

    .navbar-nav>li>a:after {
        bottom: 0;
    }

    .navbar-collapse {
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
        background-color: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 100%;
        max-width: 366px;
        overflow-y: auto;
        -webkit-transition: inherit !important;
        -o-transition: inherit !important;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.4s ease-in-out !important;
        -webkit-transition: -webkit-transform 0.4s ease-in-out !important;
        transition: -webkit-transform 0.4s ease-in-out !important;
        -o-transition: transform 0.4s ease-in-out !important;
        transition: transform 0.4s ease-in-out !important;
        transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out !important;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        z-index: 100;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.4s ease-in-out !important;
        -webkit-transition: -webkit-transform 0.4s ease-in-out !important;
        transition: -webkit-transform 0.4s ease-in-out !important;
        -o-transition: transform 0.4s ease-in-out !important;
        transition: transform 0.4s ease-in-out !important;
        transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out !important;
        -webkit-transition-delay: 0.3s !important;
        -o-transition-delay: 0.3s !important;
        transition-delay: 0.3s !important;
    }

    .navbar-collapse .navbar-nav {
        margin: 50px 0 0 !important;
        padding: 0 0 30px 0;
    }

    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }

    #navoverlay.open {
        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        -o-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }

    body.open-nav,
    html.open-nav {
        height: 100%;
        overflow: hidden !important;
    }

    .main_nav .head-btn {
        padding: 0 30px;
        flex-wrap: wrap;
    }

    .header.styled {
        margin-bottom: 48px;
        padding-bottom: 20px;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        width: 0%;
        opacity: 0;
    }

    .navbar-nav>li.current-menu-item>a,
    .navbar-nav>li>a:hover,
    .navbar-nav>li.menu-item-has-children:hover>a {
        color: var(--primary-color);
    }

    body {
        font-size: 18px;
    }

    .heading-h2 {
        font-size: 46px;
        line-height: 1.2;
    }

    .platform_list_item figure img {
        height: 140px;
    }

    .platform_list {
        margin-bottom: -75px;
    }

    .platform_list_item {
        margin-bottom: 75px;
    }

    .platform_list_item .heading-h4 {
        margin-top: 30px;
    }

    .single_pane_container {
        padding: 55px 45px;
    }

    .all_logo {
        padding: 60px 0;
    }

    .all_logo_list {
        gap: 40px 0;
    }

    .all_logo_list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: 20%;
        padding: 0 15px;
    }

    .supply-img-point-row {
        margin: 0 -15px -50px;
    }

    .supply-img-point-row>.supply-img-point-col {
        padding: 0 15px;
        margin-bottom: 50px;
    }

    .supply-img-point-wpr {
        margin-bottom: 70px;
    }

    .why-that-matters-left-col {
        margin-bottom: 30px;
    }

    .why-that-matters-img-wpr {
        max-height: 400px;
    }

    .why-that-matters-img-wpr>span strong {
        font-size: 48px;
    }

    .why-that-matters-img-wpr>span {
        padding: 30px 45px 26px;
    }

    .top-brand-img-col {
        width: 100%;
    }

    .top-brand-img-col .top-brand-img-wpr {
        min-height: 520px;
    }

    .world-top-brand-row {
        margin: 0;
    }

    .top-brand-txt-col {
        width: 100%;
        padding: 0;
    }

    .top-brand-txt-content {
        padding: 40px 30px;
        font-size: 18px;
    }

    .world-top-brand-sec {
        padding: 95px 0 80px;
    }

    .top-footer-row .footer-col {
        width: 100%;
        text-align: center;
    }

    .social_list {
        margin-bottom: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .top-footer-row .second-col {
        padding: 0;
    }

    .footer-col.third-col .footer-form {
        max-width: 460px;
        margin: 0 auto;
    }

    .bottom-footer {
        letter-spacing: 4px;
    }

    .footer-heading {
        margin-bottom: 40px;
    }

    .nav_bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        opacity: 0;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        background-color: rgba(0, 0, 0, 0.4);
        -webkit-transform: translateX(102%);
        -ms-transform: translateX(102%);
        transform: translateX(102%);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .nav_bg.active {
        opacity: 1;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .arrow_control {
        margin-right: -10px;
    }


    .banner_lft {
         /* -webkit-box-flex: 0; */
    /* -ms-flex: 0 0 100%; */
    /* flex: 0 0 100%; */
    /* max-width: 100%; */
    order: 2;
    padding-right: 15px;
    min-inline-size: fit-content;
    }

    .banner_rt {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 40px;
    }

    .banner-sec .row {
        padding-top: 40px;
        padding-bottom: 50px;
        padding-right: 0;
        margin: 0;
    }

    .banner_lft h1 {
        font-size: 47px;
        margin-bottom: 6px;
    }

    .banner_lft p {
        font-size: 18px;
    }

    .banner_lft .page_btn {
        margin-top: 10px;
        min-width: 200px;
        padding: 6px 15px;
    }

    .resp-tabs-container h2 {
        margin-bottom: 10px;
    }

    .realtime-supply-sec h2 {
        margin-bottom: 25px;
    }

    .call-now {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .main_nav .head-btn>*:not(:first-child) {
        margin-left: 0;
    }

    .sub-menu>li>a {
        padding: 0px 15px 0px 0;
        font-size: 22px;
    }

    .pane_block label {
        font-size: 22px;
    }

    .pane_list li {
        padding-left: 27px;
        background-size: 16px 16px;
        font-size: 18px;
    }

    .page-heading {
        padding: 70px 0 50px;
    }

    .heading-h1 {
        font-size: 58px;
    }

    .about-content-row .about-img-col {
        margin-bottom: 30px;
    }

    .about-content {
        margin-top: 10px;
    }

    .about-content .about-content-row {
        margin-bottom: 0;
    }

    .about-content>p>a {
        font-size: 20px;
        line-height: 1.2;
    }

    .about-us-sec {
        padding-bottom: 20px;
    }

    .industries-served-content>p {
        margin-bottom: 30px;
        font-size: 22px;
    }

    .careers-content .careers-txt-col {
        padding: 40px 40px;
    }

    .careers-sec {
        padding-bottom: 80px;
    }

    .job-opportunity-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .job-opportunity-card>.page_btn {
        margin-left: 0;
        margin-top: 20px;
    }

    .careers-sec.partner-carriers {
        padding-bottom: 40px;
    }

    .news-list-sec {
        padding: 60px 0;
    }

    .news-wpr-row>.news-wpr-col.left-col {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 20px;
    }

    .news-pagination-wpr {
        margin-top: 50px;
        text-align: center;
    }

    .news-details-row>.news-details-col {
        margin-bottom: 0;
    }

    .news-details-row>.news-details-col.right-col {
        margin-top: 35px;
    }

    .news-details-img-wpr {
        margin-bottom: 40px;
    }

    .news-details-sec {
        padding: 60px 0;
    }

    .stay-informed-wpr {
        padding: 37px 50px;
        text-align: center;
    }

    .contact-us-sec {
        padding-bottom: 80px;
    }

    .contact-us-sec .page-heading {
        font-size: 20px;
        max-width: 600px;
    }

    .contact-us-sec .page-heading>h1 {
        margin-bottom: 20px;
        padding-bottom: 14px;
    }

    .form-row {
        margin-bottom: -20px;
    }

    .form-row>.form-col {
        margin-bottom: 20px;
    }

    .office-address-sce {
        padding: 60px 0;
    }

    .office-address-sce .office-address-heading>h2 {
        margin-bottom: 16px;
        padding-bottom: 12px;
    }

    .address-card-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .resources-list-sec {
        padding: 70px 0;
    }

    .resources-link-list>li a {
        font-size: 23px;
    }

    .popup-wpr .apply-job-popup-content {
        max-width: 675px;
    }

    .footer-heading {
        max-width: inherit;
    }

    .cmn_gap {
        padding: 80px 0;
    }

    .single_pane_sec {
        padding-bottom: 80px;
    }

    .welcom-popup-content {
        max-width: 326px;
    }

    .main_nav {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .subHdng-txt {
        font-size: 20px;
    }

    .heading-h4 {
        font-size: 27px;
    }

    .industries-served-sec {
        padding: 50px 0;
    }

    .full-content-col.img-col {
        height: 400px;
    }

    .service-details-banner .heading-h1 {
        font-size: 54px;
    }

    .service-details-banner .sml-hdng {
        font-size: 14px;
    }

    .ft_list {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding: 15px 0 40px;
    }

    .top-footer-row .third-col {
        margin-top: 0;
    }

    .service-details-banner .service-details-col.right-col {
        padding: 0 20px;
    }

    .popup-wpr .apply-job-popup-content.profile-popup {
        max-width: 600px;
        padding: 0;
    }

    .profile-popup-content .profile-img-outer .profile-img-wpr {
        width: 150px;
        height: 150px;
        margin: 0 auto -75px;
    }

    .profile-popup-content .profile-img-outer {
        margin-bottom: 75px;
    }

    .profile-popup-content-in .heading-h2 {
        margin-bottom: 20px;
    }

    .service-details-tab ul.resp-tabs-list {
        display: none;
    }

    .service-details-tab .resp-tab-content {
        padding: 0;
        border: 0 !important;
    }

    .service-details-tab .resp-tabs-container h2:not(.resp-tab-active) {
        background-color: rgba(255, 255, 255, 0.92) !important;
    }

    /* support 24-01-24 start  */


    ul#ubermenu-nav-main-Main\ Menu-primarymenu {
        flex-direction: column;
        align-items: flex-start;
    }
    .contact-form-lft-wpr li span {
        width: 40px;
        height: 40px;
    }
    .contact-form-txt {
        width: calc(100% - 40px);
        padding-left: 10px;
    }
    .contact-form-txt strong {
        font-size: 20px;
    }

    .contact-form-txt p {
        font-size: 15px;
    }
    .contact-form-lft-wpr {
        margin: 0 auto 45px;
        padding-top: 15px;
    }
    .contact-us-sec .page-heading {
        padding-bottom: 30px;
    }

    /* support 24-01-24 end */

    /* support 25-01-24 start */
    
    .ubermenu .ubermenu-item-level-0{
        flex-direction: column;
        align-items: flex-start !important;
    }
    .ubermenu .ubermenu-item .ubermenu-submenu-drop{
        position: static !important;
        padding: 0;
    }
    .ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop{
        margin-top: 10px !important;
        padding: 10px 0 !important;
    }
    .ubermenu .ubermenu-nav .ubermenu-column-1-5 {  
        width: 100% !important;
        padding: 10px 10px;
    }
    .ubermenu .ubermenu-item.ubermenu-item-level-0 {
        flex: 0 0 auto;
        width: 100%;
    }
    .ubermenu .ubermenu-item-level-0 a {
        font-size: 26px;
        width: 100%;
    }
    .ubermenu .ubermenu-item-level-0.ubermenu-item-has-children a {
        padding-right: 25px !important;
    }
    nav#ubermenu-main-Main\ Menu-primarymenu-2 {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        margin-top: 50px;
    }
    .main_nav .head-btn {
        padding: 0 30px;
    }
    .call-now {
        margin-bottom: 20px;
        width: 100%;
    }
    .ubermenu .ubermenu-item-level-0 {
        margin-right: 0px !important;
        padding: 15px 0 !important;
    }
    .navbar-collapse{
        padding-bottom: 40px;
    }
    .ubermenu .ubermenu-current-menu-item a.ubermenu-target{
        color: var(--primary-color) !important;
    }
    .ubermenu .ubermenu-item-level-0 a:after{
        display: none;
    }
    .ubermenu .ubermenu-item-level-0.ubermenu-item-has-children a .ubermenu-sub-indicator {
        width: 14px;
    }
    .ubermenu .ubermenu-item-level-0 .ubermenu-submenu .ubermenu-target .ubermenu-target-title {
        font-size: 24px;
        letter-spacing: 0;
    }
    .ubermenu .ubermenu-item-level-0 > .ubermenu-submenu {
        max-height: none !important;
    }
    .ubermenu .ubermenu-nav .ubermenu-column.ubermenu-column-1-5 {
        padding: 10px 15px ;
    }
    .ubermenu .ubermenu-item-level-0 .ubermenu-submenu .ubermenu-target img {
        margin-bottom: 6px !important;
    }
    /* support 25-01-24 end */

     /* support 01-03-24 start */
     .banner-sec{min-height: 60vh;}
     /* support 01-03-24 end */
}

@media (max-width: 767px) {
    .cmn-gap {
        padding: 80px 0;
    }

    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }

    .navbar-toggler {
        font-size: 26px;
    }

    .heading-h2 {
        font-size: 42px;
    }

    .header.styled {
        margin-bottom: 40px;
        padding-bottom: 17px;
    }

    .platform_list_item figure img {
        height: 110px;
        max-width: 80%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .all_logo_list li {
        width: 25%;
        padding: 0 12px;
    }

    .top-brand-img-col .top-brand-img-wpr {
        min-height: 460px;
    }

    .top-brand-img-col .top-brand-img-wpr>h3 {
        font-size: 40px;
    }

    .ready-to-explore-in {
        padding: 50px 30px;
    }

    .footer-sec {
        padding: 0;
    }

    .footer-sec .top-footer {
        padding: 60px 0;
    }

    .bottom-footer {
        font-size: 14px;
    }

    .banner_lft h1 {
        font-size: 38px;
        margin-bottom: 8px;
    }

    .banner_lft p {
        font-size: 16px;
        margin-bottom: 8px;
        max-width: 300px;
    }

    .img_box {
        margin-bottom: 15px;
    }

    .box_content {
        margin-bottom: 5px;
    }

    .header {
        margin-bottom: 25px;
    }

    .pane_list li+li {
        margin-top: 10px;
    }

    .pane_list {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 25px;
    }

    .all_logo_list {
        gap: 20px 0;
    }

    .why-that-matters-img-wpr {
        max-height: 340px;
    }

    .heading-h1 {
        font-size: 50px;
    }

    .about-content .about-img-wpr {
        max-height: 400px;
    }

    .heading-h4 {
        font-size: 27px;
    }

    .about-content .about-txt-col>h2 {
        margin-bottom: 20px;
    }

    .about-content>p:not(:last-child),
    .about-content .about-txt-col>p:not(:last-child) {
        margin-bottom: 20px;
    }

    .text-btn {
        font-size: 18px;
    }

    .philosophy-list-card h2 {
        margin-bottom: 8px;
    }

    .philosophy-list-row {
        margin-bottom: -30px;
    }

    .philosophy-list-row>.philosophy-list-col {
        margin-bottom: 30px;
    }

    .philosophy-list-sec {
        padding: 60px 0;
    }

    .industries-served-content>p {
        font-size: 20px;
        line-height: 1.2;
    }

    .careers-content .careers-img-wpr {
        max-height: 400px;
    }

    .careers-sec {
        padding-bottom: 60px;
    }

    .job-opportunity-heading {
        margin-bottom: 40px;
    }

    .careers-content .careers-txt-col>h2 {
        font-size: 22px;
    }

    .partner-carriers .careers-txt-col h2 {
        margin-top: 30px;
    }

    .careers-sec.partner-carriers {
        padding-bottom: 20px;
    }

    .news-details-content>h2 {
        font-size: 22px;
    }

    .stay-informed-wpr h3 {
        margin-bottom: 13px;
    }

    .heading-h3 {
        font-size: 34px;
    }

    .news-details .page-heading {
        padding: 60px 0;
    }

    .contact-us-sec .page-heading {
        font-size: 18px;
        padding-bottom: 40px;
    }

    .contact-us-sec {
        padding-bottom: 60px;
    }

    .office-address-sce .office-address-heading {
        font-size: 20px;
        margin-bottom: 35px;
    }

    .popup-wpr {
        padding: 60px 25px;
    }

    .popup-wpr .apply-job-popup-content {
        padding: 35px 25px;
    }

    .apply-job-popup-content>h2>span {
        margin-top: 10px;
        font-size: 24px;
    }

    .cmn_gap {
        padding: 70px 0;
    }

    .service-details-banner .service-details-content {
        padding: 25px 25px;
    }

    .service-details-banner .heading-h1 {
        font-size: 52px;
        padding-bottom: 6px;
    }

    /* support 24-01-24 start */

    .booking-popup .apply-job-form-wpr.form-row #gform_fields_10.gform_fields,
    #gform_wrapper_3.gform_wrapper .gform_fields{
        grid-row-gap: 20px;
    }
    #gform_wrapper_2.gform_wrapper .gform_fields {
        grid-row-gap: 20px;
    }
    .booking-popup .apply-job-form-wpr.form-row #gform_wrapper_10 .gform_footer {
        margin-top: 20px;
    }
    .booking-popup .apply-job-form-wpr.form-row #gform_wrapper_10 textarea {
        height: 100px;
        padding-top: 10px;
    }
    .contact-form-lft-wpr li {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .contact-form-lft-wpr {
        margin: 0 auto 25px;
        padding-top: 15px;
    }
    .contact-us-sec .page-heading {
        padding-bottom: 20px;
    }
    .contact-form-txt {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .contact-form-lft-wpr li {
        max-width: 350px;
        align-items: center;
        margin: 0 auto 20px;
        flex-direction: column;
    }
    .contact-form-lft-wpr li span {
        margin-bottom: 20px;
    }
    
    #gform_wrapper_2.gform_wrapper .gform_footer {
        margin-top: 20px;
        padding: 0;
    }
    
    /* support 24-01-24 end */

    /* support 25-01-24 start */
    
    .service-details-content .subHdng-txt {
        font-size: 18px;
    }
    /* support 25-01-24 end */

    /* support 01-03-24 start */
    .banner-sec{min-height: 55vh;}
    /* support 01-03-24 end */

}

@media (max-width: 575px) {
    body {
        font-size: 16px;
        line-height: 1.6;
    }

    .heading-h2 {
        font-size: 38px;
    }

    .industries-sec {
        padding: 60px 0;
    }

    .platform_list_item {
        margin-bottom: 60px;
        width: 50%;
    }

    .platform_list_item .heading-h4 {
        margin-top: 25px;
        /* font-size: 24px; */
    }

    .single_pane_container {
        padding: 40px 25px;
    }

    .realtime-supply-sec .realtime-supply-row {
        margin: 0 -15px;
    }

    .realtime-supply-sec .realtime-supply-col {
        padding: 0 15px;
    }

    .supply-img-point-row>.supply-img-point-col {
        width: 50%;
    }

    .realtime-supply-sec {
        padding: 60px 0;
    }

    .why-that-matters-img-wpr {
        max-height: 310px;
        padding-left: 20px;
    }

    .why-that-matters-img-wpr>span {
        padding: 25px 40px 20px 25px;
        font-size: 18px;
    }

    .why-that-matters-img-wpr>span strong {
        font-size: 42px;
        margin-bottom: 3px;
    }

    .top-brand-img-col .top-brand-img-wpr>h3 {
        font-size: 38px;
    }

    .world-top-brand-sec {
        padding: 60px 0;
    }

    .pane_list li {
        background-position: left top 6px;
        background-size: 14px;
        font-size: 16px;
    }

    .heading-h1 {
        font-size: 46px;
    }

    .heading-h4 {
        font-size: 25px;
    }

    .about-content>p>a {
        font-size: 18px;
    }

    .learnmore,
    .text-btn {
        font-size: 16px;
    }

    .leadership-profile-row>.leadership-profile-col {
        width: 50%;
    }

    .leadership-profile-row {
        --gap-x: 20px;
        margin-bottom: -45px;
    }

    .leadership-profile-row>.leadership-profile-col {
        margin-bottom: 45px;
    }

    .industries-served-content>p {
        font-size: 18px;
    }

    .careers-content-row {
        margin: 0;
    }

    .page-heading {
        padding: 60px 0 50px;
    }

    .careers-content .careers-img-wpr {
        max-height: 360px;
    }

    .careers-content .careers-txt-col>h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .partner-carriers .careers-txt-col h2 {
        margin-top: 25px;
    }

    .news-pagination-wpr {
        padding: 0 20px;
    }

    .category-list>li:not(:last-child) {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .stay-informed-wpr>p {
        padding: 0;
    }

    button,
    input[type="button"],
    input[type="submit"] {
        font-size: 20px;
    }

    .welcom-popup-btn {
        padding: 9px;
        bottom: 20px;
        right: 15px;
        width: 46px;
        height: 46px;
    }

    .resources-list-sec {
        padding: 60px 0;
    }

    .resources-link-list>li a {
        font-size: 20px;
    }

    .resources-link-list>li:not(:last-child) {
        margin-bottom: 20px;
    }

    .popup-wpr {
        padding: 60px 20px;
    }

    .popup-wpr .apply-job-popup-content>.apply-job-popup-close-btn {
        position: absolute;
        width: 36px;
        height: 36px;
        -webkit-transform: translate(30%, -45%);
        -ms-transform: translate(30%, -45%);
        transform: translate(30%, -45%);
    }

    .popup-wpr .apply-job-popup-content>.apply-job-popup-close-btn:hover {
        -webkit-transform: translate(30%, -45%);
        -ms-transform: translate(30%, -45%);
        transform: translate(30%, -45%);
    }

    .popup-wpr .apply-job-popup-content {
        padding: 28px 25px;
    }

    .apply-job-popup-content>h2>span {
        margin-top: 10px;
        font-size: 22px;
        letter-spacing: 3px;
    }

    .cmn_gap {
        padding: 60px 0;
    }

    .subHdng-txt {
        font-size: 18px;
    }

    .philosophy-list-card span {
        padding-bottom: 5px;
    }

    .industries-served-sec {
        padding: 30px 0;
    }

    .service-details-para {
        padding: 30px 0 0;
        border-top: 2px solid var(--primary-color);
    }

    .service-details-col.left-col .heading-h2 {
        margin-bottom: 20px;
    }

    .contact-form-wpr.service-details-page {
        padding: 22px 20px;
    }

    .full-content-txt-wpr {
        padding: 30px 30px;
    }

    .industries-served-sec.service-details .page-heading {
        padding-bottom: 0;
    }

    .service-details-banner::before {
        height: 280px;
        pointer-events: none;
    }

    .service-details-col.left-col {
        margin-bottom: 35px;
    }

    .profile-popup-content-in {
        padding: 15px 25px 40px;
    }

    .arrow_control {
        margin-top: 20px;
        padding-top: 45px;
    }

     /* support 24-01-24 start */

    .welcom-popup-btn {
        right: 33px;
        bottom: 90px;
    }
    .booking-popup .apply-job-form-wpr.form-row #gform_fields_10.gform_fields,
    #gform_wrapper_3.gform_wrapper .gform_fields{
        grid-column-gap: 0;
    }
    #gform_wrapper_2.gform_wrapper .gform_fields {
        grid-column-gap: 0;
    }
    .welcom-popup-content {
        bottom: 150px;
        max-width: 270px;
    }
    .welcom-popup-content-in{
        padding: 20px 15px;
    }
     /* support 24-01-24 end */

     /* support 25-01-24 start */
     
     .service-details-banner .service-details-content {
        padding: 20px 15px;
    }
    /* support 25-01-24 end */

    /* support 30-01-24 start */
    .banner_lft {
        padding: 18px;
        margin-top: 0;
    }
    /* support 30-01-24 end */
}


@media (max-width: 479px) {

    .heading-h2 {
        font-size: 34px;
    }

    .platform_sec {
        padding-bottom: 90px;
    }

    .single_pane_container {
        padding: 30px 15px;
    }

    .pane_block label {
        font-size: 20px;
        line-height: 1.5;
    }


    .all_logo_list li {
        width: 33.33%;
    }

    .why-that-matters-img-wpr {
        max-height: 270px;
    }

    .why-that-matters-img-wpr>span strong {
        font-size: 32px;
    }

    .why-that-matters-img-wpr>span {
        padding: 16px 53px 12px 27px;
        font-size: 16px;
    }

    .why-that-matters-left-col {
        margin-bottom: 10px;
    }

    .top-brand-img-col .top-brand-img-wpr {
        min-height: 366px;
        padding: 30px 20px;
    }

    .top-brand-img-col .top-brand-img-wpr>h3 {
        font-size: 32px;
    }

    .top-brand-img-col .top-brand-img-wpr>.top-brand-logo {
        max-height: 60px;
        max-width: 140px;
    }

    .top-brand-img-col .top-brand-img-wpr>.video-btn {
        width: 100px;
        height: 50px;
    }

    .ready-to-explore-in {
        padding: 30px 20px;
    }

    .ready-to-explore-content>p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .ready-to-explore-content h2 {
        margin-bottom: 20px;
    }

    .page_btn {
        font-size: 18px;
        line-height: 1.4;
        padding: 12px 13px;
    }

    .ready-to-explore-sec {
        padding: 55px 0;
    }

    .footer-heading {
        margin-bottom: 30px;
        font-size: 33px;
    }

    .social_list {
        margin-bottom: 20px;
        margin-top: 40px;
    }

    .footer-sec .top-footer {
        padding: 50px 0;
    }

    .bottom-footer {
        font-size: 12px;
        letter-spacing: 2px;
        line-height: 1.8;
        padding: 18px 0;
    }

    .why-that-matters-left-col>p {
        padding-right: 0;
    }

    .why-that-matters-sec .why-that-matters-heading {
        font-size: 18px;
    }

    .nav-container {
        padding: 0 20px;
    }

    .heading-h1 {
        font-size: 40px;
    }

    .about-us-sec .page-heading {
        padding-top: 45px;
    }

    .page-heading {
        padding: 60px 0 40px;
    }

    .about-content .about-img-wpr {
        max-height: 290px;
    }

    .heading-h4 {
        font-size: 22px;
    }

    .about-content>p>a {
        font-size: 16px;
        line-height: 1.1;
    }

    .leadership-profile-row>.leadership-profile-col {
        width: 100%;
    }

    .leadership-profile-card .leadership-profile-img-wpr>img {
        height: auto;
    }

    .leadership-profile-row {
        margin-bottom: -35px;
    }

    .leadership-profile-row>.leadership-profile-col {
        margin-bottom: 35px;
    }

    .careers-content .careers-img-wpr {
        max-height: 330px;
    }

    .careers-content .careers-txt-col {
        padding: 30px 20px;
    }

    .job-opportunity-card-heading h3 {
        font-size: 22px;
    }

    .job-opportunity-card .job-opportunity-card-heading>img {
        width: 19px;
        margin-top: 3px;
    }

    .news-search-wpr .news-search-input-wpr input[type="text"] {
        height: 45px;
    }

    .news-cat-wpr {
        padding: 22px 20px;
    }

    .stay-informed-wpr {
        padding: 25px 20px;
    }

    .stay-informed-wpr h3 {
        margin-bottom: 8px;
    }

    .heading-h3 {
        font-size: 32px;
    }

    .news-details-content>h2 {
        font-size: 20px;
        margin-top: 22px;
        margin-bottom: 22px;
    }

    .contact-us-sec .page-heading {
        padding-bottom: 30px;
    }

    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,
    .form-control {
        height: 40px;
    }

    .form-label {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .form-row {
        margin-bottom: -16px;
    }

    .form-row>.form-col {
        margin-bottom: 16px;
    }

    .office-address-sce .office-address-heading {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .office-address-sce .office-address-heading>h2 {
        margin-bottom: 14px;
        padding-bottom: 10px;
    }

    .address-card {
        padding: 35px 30px 40px;
    }


    .welcom-popup-content {
        bottom: 80px;
        right: 50%;
        -webkit-transform: translateX(50%) translateY(50px);
        -ms-transform: translateX(50%) translateY(50px);
        transform: translateX(50%) translateY(50px);
    }

    .welcom-popup-content.show {
        -webkit-transform: translateX(50%) translateY(0);
        -ms-transform: translateX(50%) translateY(0);
        transform: translateX(50%) translateY(0);
    }

    .welcom-popup-content-in {
        padding: 25px 15px 30px;
        max-height: 500px;
        overflow: auto;
    }

    .welcom-popup-content-in>.wlcm-img {
        max-width: 185px;
    }

    .welcom-popup-content-in>img.wlcm-pop-logo {
        max-width: 180px;
    }

    .welcom-popup-content-in .page_btn {
        font-size: 16px;
        letter-spacing: 1px;
    }



    .resources-link-list>li a {
        font-size: 18px;
        padding: 7px 40px 7px 18px;
    }

    .leadership-profile-row,
    .philosophy-list-row,
    .industries-served-row,
    .job-opportunity-row,
    .news-wpr-row,
    .news-listing-row,
    .news-details-row,
    .form-row,
    .address-card-row {
        --gap-x: 20px;
    }

    .popup-wpr {
        padding: 50px 15px;
    }

    .popup-wpr .apply-job-popup-content {
        padding: 22px 15px;
    }

    .apply-job-popup-content>h2>span {
        margin-top: 8px;
        font-size: 19px;
        letter-spacing: 2px;
    }

    .apply-job-popup-content>h2 {
        padding-bottom: 14px;
        margin-bottom: 15px;
    }

    .apply-job-popup-content .form-hdg {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .apply-job-form-wpr input[type="text"],
    .apply-job-form-wpr input[type="email"],
    .apply-job-form-wpr input[type="password"],
    .apply-job-form-wpr input[type="tel"],
    .apply-job-form-wpr select {
        height: 42px;
        font-size: 15px;
        padding: 0 12px;
    }

    .apply-job-form-wpr textarea {
        font-size: 15px;
        height: 100px;
        padding: 12px;
    }

    .apply-job-form-wpr input[type="submit"] {
        height: 42px;
        font-size: 16px;
        line-height: 1;
    }

    .file-input-wpr>label {
        min-height: 135px;
    }

    .industries-served-sec .page-heading>h1 {
        margin-bottom: 20px;
    }

    .industries-served-sec.service-details .page-heading .subHdng-txt {
        margin-bottom: 30px;
    }

    .contact-form-wpr.service-details-page {
        padding: 22px 15px;
    }

    .full-content-col.img-col {
        height: 340px;
    }

    .full-content-txt-wpr {
        padding: 30px 20px;
    }

    .full-content-txt-wpr .subHdng-txt {
        font-size: 18px;
    }

    .full-content-txt-wpr .pane_list li {
        background-position: left top 7px;
        font-size: 17px;
        padding-left: 26px;
        background-size: 14px;
    }

    .service-details-banner .heading-h1 {
        font-size: 46px;
    }

    .profile-popup-content .profile-img-outer .profile-img-wpr {
        width: 120px;
        height: 120px;
        margin: 0 auto -60px;
        border: 3px solid var(--primary-color);
    }

    .profile-popup-content .profile-img-outer {
        margin-bottom: 60px;
        padding-top: 30px;
    }

     /* support 24-01-24 start */

     .booking-popup .apply-job-form-wpr.form-row #gform_fields_10.gform_fields,
     #gform_wrapper_3.gform_wrapper .gform_fields{
         grid-row-gap: 16px;
     }

     .booking-popup .apply-job-form-wpr.form-row #gform_wrapper_10 textarea, #gform_wrapper_3.gform_wrapper textarea {
        height: 100px;
        padding-top: 12px;
    }
    #gform_wrapper_3.gform_wrapper .gfield--type-fileupload > .gfield_description {
        width: 100%;
        min-height: 135px;
        padding: 30px 20px;
    }
    #gform_wrapper_2.gform_wrapper .gform_fields {
        grid-row-gap: 16px;
    }
    #gform_wrapper_2.gform_wrapper textarea {
        height: 100px;
    }
    .contact-us-sec {
        padding-bottom: 20px;
    }
    #gform_wrapper_2.gform_wrapper .gform_footer {
        margin-top: 16px;
        padding: 0;
    }
    .welcom-popup-content {
        bottom: 150px;
    }
    /* support 24-01-24 end */
    /* 01-03-2024 start (DD) */
    .banner_lft p{max-width: 250px;}
    .banner_lft h1{font-size: 32px;}
    /* 01-03-2024 end (DD) */
  

}
@media (max-width: 374px) {
    /* support 25-01-24 start */    
    .navbar-collapse {
      max-width: 310px;
    }
    nav#ubermenu-main-Main\ Menu-primarymenu-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* support 25-01-24 end */

}

@media (max-width: 360px) {

    .heading-h2 {
        font-size: 30px;
    }

    .platform_list {
        margin-top: 5px;
        margin-bottom: -50px;
    }

    .platform_list_item {
        margin-bottom: 50px;
        width: 100%;
    }

    .supply-img-point-card>.supply-point-img-wpr {
        height: 50px;
        margin: 0 auto 26px;
    }

    .supply-img-point-card>.supply-point-img-wpr>img {
        max-height: 50px;
    }

    .heading-h5 {
        font-size: 20px;
    }

    .supply-img-point-row>.supply-img-point-col {
        margin-bottom: 40px;
    }

    .supply-img-point-row {
        margin: 0 -15px -40px;
    }

    .why-that-matters-img-wpr {
        max-height: 240px;
    }

    .top-brand-img-col .top-brand-img-wpr {
        min-height: 330px;
    }

    .top-brand-img-col .top-brand-img-wpr>h3 {
        font-size: 26px;
    }

    .top-brand-img-col .top-brand-img-wpr>.top-brand-logo {
        max-width: 125px;
    }

    .top-brand-txt-content {
        padding: 20px 20px 30px;
        font-size: 16px;
    }

    .pane_block label {
        font-size: 18px;
        line-height: 1.4;
    }

    .navbar-toggler {
        font-size: 23px;
    }

    .subHdng-txt {
        font-size: 17px;
    }
     /* 01-03-2024 start (DD) */
     .banner_lft p{
        font-size: 13px; 
        max-width: 210px;
     }
     .banner_lft h1{font-size: 28px;}
     /* 01-03-2024 end (DD) */
}

@media (max-width: 320px) {
    .welcom-popup-content {
        /* max-width: 295px; */
    }
}

@media screen and (max-height: 600px) {
    .welcom-popup-content {
        top: 60px
    }

    .welcom-popup-content-in {
        height: 100%;
        overflow: auto;
        display: block;
    }
}