/*! Theme Name: NNR Logistics Author: Simpleplan Media Author URI: https://www.simpleplanmedia.com/ Support: hello@simpleplanmedia.com Description: Version: 1.1 Tested up to: 1.4 Text Domain: NNR Logistics */
/*! * Bootstrap v4.6.2 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */
/* ========================================== General CSS ========================================== */
@font-face {
    font-family: 'General Sans';
    src: url('../woff2/generalsans-semibold.woff2') format('woff2'), url('../woff/generalsans-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
:root {
    --nnryellow: #E9A63A;
    --nnryellow2: #F6C26E;
    --nnrred: #D64830;
    --nnrblack: #000000;
    --nnrdarkblue: #1A345A;
    --nnrblue2: #001A47;
    --nnrblue3: #1F4D9C;
    --nnrwhite: #FFFFFF;
    --nnrwhite2: #FAFAFA;
    --nnrgray: #545454;
    --nnrgray2: #737373;
    --nnrgray3: #A5A5A5;
    --basefont: 16px;
    --montserrat: "Montserrat", sans-serif;
    --instrument: "Instrument Sans", sans-serif;
    --general: 'General Sans';
}
html, body {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
}
body {
    font-size: var(--baseFont);
    font-family: var(--instrument);
    font-display: swap;
    line-height: normal;
    line-height: 150%;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    cursor: default;
}
/* html{
    */
   /* cursor: url("../image/cursor-bg.svg"), auto;
    */
   /* 
}
*/
/* #circularcursor {
    background-color: #D64830;
    height:16px;
    width:16px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    position: absolute;
    z-index: 99;
}
*/
.container-fluid {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}
.btn_wrapper {
    padding: 12px 30px;
    display: inline-flex;
    align-items:center;
    gap: 10px;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    transition: .3s ease all;
    min-width: 80px;
    overflow: hidden;
}
.btn_wrapper:hover {
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.2);
}
.btn_wrapper.bgred {
    background-color: var(--nnrred);
}
.btn_wrapper.bgred .text {
    color: var(--nnrwhite);
}
.btn_wrapper div {
    display: inline-flex;
}
.btn_wrapper .dot {
    height: 5px;
    width: 5px;
   /* margin-top: -3px;
    */
    border-radius: 50%;
    transition: background cubic-bezier(.35,0,0,1) .5s, transform cubic-bezier(.35,0,0,1) .4s;
}
.btn_wrapper.bgred .dot {
    background: var(--nnrwhite);
}
.btn_wrapper.bgyellow .dot {
    background:#000000;
}
.btn_wrapper .arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 1em;
    height: 1.2em;
    width: 1.2em;
    color: var(--nnrwhite);
    border-radius: 100%;
    transform: translate3d(3em, 0, 0);
    transition: transform cubic-bezier(.4,0,0,1) .4s;
    z-index: 1;
}
.btn_wrapper .arrow svg {
    transition: color .5s;
    width: 100%;
    height: 100%;
}
.btn_wrapper:hover, .btn_wrapper.bgyellow:hover {
    background-color: var(--nnrwhite);
}
.btn_wrapper:hover .dot {
    transform: translate3d(3em, 0, 0) scale(60);
}
.btn_wrapper.bgred:hover .dot {
    background: var(--nnrwhite);
}
.btn_wrapper.bgyellow:hover .dot {
    background-color: var(--nnrwhite);
}
.btn_wrapper .text{
    line-height: 100%;
}
.btn_wrapper .text, .btn_wrapper .arrow {
    transition: .5s ease all;
}
.btn_wrapper:hover .text {
    transform: translateX(-15px);
}
.btn_wrapper:hover .arrow {
    right: 54px;
    opacity: 1;
}
.btn_wrapper.bgred:hover .text {
    color: var(--nnrred);
}
.btn_wrapper.bgred:hover svg path {
    stroke: var(--nnrred);
}
.btn_wrapper.bgyellow {
    color: #000000;
    background-color: #F6C26E;
}
.btn_wrapper.bgtransparent{
    color: #000000;
    background-color: transparent;
    border: 1px solid #000000;
}
.btn_wrapper.bgyellow:hover .text {
    color: var(--nnryellow);
}
.btn_wrapper.bgyellow:hover svg path {
    stroke: var(--nnryellow);
}
button{
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: var(--montserrat);
    text-transform: capitalize;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
	cursor: pointer;
}
a {
    cursor: inherit;
    color: inherit;
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}
h1 {
    font-size: 60px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -.8px;
}
h2 {
    font-size: 54px;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: -1px;
}
h3 {
    font-size: 42px;
    font-weight: 500;
    line-height: 119%;
    letter-spacing: -1px;
}
h3.font32 {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -1px;
    text-align: left;
}
h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0px;
    text-align: left;
}
p {
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #545454;
}
p.small {
    font-size: 12px;
    line-height: 119%;
    font-weight: 400;
}
.bg_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
button:focus {
    outline: 1px dotted;
    outline: none;
}
/* Custom Cursor */
/* Cursor CSS */
.cursor-wrapper {
	cursor:inherit;
/*     pointer-events: none; */
}
.cursor-circle {
	cursor:inherit;
/*     position: fixed;
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    overflow: hidden;
    background-color: #D64830;
    inset: 0px;
    z-index: 9999999; */
}
.cursor-circle.cursor-2 {
	cursor:inherit;
/*     width: 1rem;
    height: 1rem; */
}
.cursor-circle.cursor-3{
	cursor:inherit;
/*     width: 0.5rem;
    height: 0.5rem; */
}
.cursor-circle.cursor-main {
	cursor:inherit;
/*     width: 1.5rem;
    height: 1.5rem;
    transform: translate3d();
    display: flex;
    align-items:center;
    justify-content: center; */
}
/* Custom Cursor Ends */
/* img {
    width: 100%;
    height: 100%;
}
*/
/*Buttons*/
/*Input*/
/* input[type="text"], input[type="email"], input[type="number"], textarea {
}
*/
input:focus, textarea:focus, select:focus {
    outline: none;
}
/* hidescrollbar */
.hidescroll ::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
   /* IE and Edge */
    scrollbar-width: none;
   /* Firefox */
}
/* Loader Start End */
.body-wrapper {
    margin-top: 0px;
}
#body.stay {
    overflow: hidden;
}
#line {
    position: absolute;
    width: 5px;
    height: 100%;
    background-color: #1F4D9C;
   /* Initial color */
    top: 0;
    left: 0;
    transition: background-color 0.5s ease;
   /* Smooth color transition */
    z-index: 99;
}
/* Header CSS Start */
.main-header {
    transition: 0.4s ease all;
    padding-top: 30px;
    padding-bottom: 30px;
   /* background: linear-gradient(260deg, #FFF 1.16%, #F9F6F3 95.93%);
    */
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    height: 80px;
    transition: 0.5s ease all;
}
.spacer200 {
    padding: 30px 0px;
}
.tag_heading_wrapper .headingred {
    margin-bottom: 10px;
}
.headingred p {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--nnrred);
   /* margin-bottom: 10px;
    */
}
.width80 {
    width: 85%;
    margin: 0 auto;
}
.padtop120 {
    padding-top: 60px;
}
.mtop100 {
    margin-top: 60px;
}
.floating_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease all;
}
.floating_text {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 12px;
}
.floating_cta a{
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
}
.floating_cta {
    border-radius: 50%;
    background-color: #D64830;
    height: 56px;
    width: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #FFFFFF;
    position: fixed;
    right: 20px;
    bottom: 140px;
    display: none;
    z-index: 20;
}
.floating_cta:hover .floating_arrow {
    transform: translateY(-3px);
}
.floating_arrow img{
    height: 12px;
    width: auto;
}
/* Viewport Animation start */
.trans {
    overflow: hidden;
}
.trans-first {
    transition: .5s ease all;
    transition-delay: 0.2s;
}
.trans-second {
    transition: .5s ease all;
    transition-delay: 0.4s;
}
.trans-third {
    transition: .5s ease all;
    transition-delay: 0.6s;
}
.trans-forth {
    transition: .5s ease all;
    transition-delay: .8s;
}
.trans-five {
    transition: .5s ease all;
    transition-delay: 1s;
}
.trans a {
    display: inline-block;
}
.trans p, .trans h1, .trans h2, .trans h3, .trans h4, .trans h5, .trans h6, .trans a {
    transform: translateY(120%);
}
.choose-tag.trans div {
    transform: translateY(100%);
}
.active .trans p, .active .trans h1, .active .trans h2, .active .trans h3, .active .trans h4, .active .trans h5, .active .trans h6, .active .trans a {
    transform: translateY(0);
}
.active .choose-tag.trans div {
    transform: translateY(100%);
}
.element.in-viewport .trans p, .element.in-viewport .trans h1, .element.in-viewport .trans h2, .element.in-viewport .trans h3, .element.in-viewport .trans h4, .element.in-viewport .trans h5, .element.in-viewport .trans h6, .element.in-viewport .trans a {
    transform: translateY(0);
}
.animate.btt{
    clip-path: inset(100% 0% 0% 0%);
    transition: .3s ease all;
    transform-origin: bottom left;
}
.animate.ltr{
    clip-path: inset(0% 100% 0% 0%);
    transition: .3s ease all;
    transform-origin:bottom left;
}
.animate.ttb{
    clip-path: inset(0% 0% 100% 0%);
    transition: .3s ease all;
    transform-origin:top;
}
.animate.rtl{
    clip-path: inset(0% 0% 0% 100%);
    transition: .3s ease all;
    transform-origin:right;
}
.element.in-viewport .animate.btt{
    clip-path: inset(0% 0% 0% 0%);
    transition-delay:.4s ;
}
.element.in-viewport .animate.ltr{
    clip-path: inset(0% 0% 0% 0%);
    transition-delay:.6s ;
}
.element.in-viewport .animate.ttb{
    clip-path: inset(0% 0% 0% 0%);
    transition-delay:.4s ;
}
.element.in-viewport .animate.rtl{
    clip-path: inset(0% 0% 0% 0%);
    transition-delay:.6s ;
}
.element.was-in-viewport .animate.btt ,.element.was-in-viewport .animate.ltr ,.element.was-in-viewport .animate.ttb, .element.was-in-viewport .animate.rtl{
    clip-path: inset(0 0 0% 0%);
}
.was-in-viewport .trans p, .was-in-viewport .trans h1, .was-in-viewport .trans h2, .was-in-viewport .trans h3, .was-in-viewport .trans h4, .was-in-viewport .trans h5, .was-in-viewport .trans h6, .was-in-viewport .trans a {
    transform: translateY(0);
}
.was-in-viewport .our-centre-box {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}
.was-in-viewport .choose-feat-img {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}
/*viewport Animation ends */
.tag_heading_wrapper {
    display: flex;
    flex-direction: column;
}
.tag_heading_wrapper.center {
    align-items: center;
}
.tag_heading_wrapper .thw_para {
    max-width: 55ch;
    margin-top: 12px;
}
.thw_para.center {
    text-align: center;
}
/* global css starts */
.red-strip {
    position: absolute;
    background-color: #D64830;
    mix-blend-mode: color;
}
.yellow-strip {
    position: absolute;
    background-color: #E9A63A;
    mix-blend-mode: color;
}
.yellow-strip-top {
    top: 0;
    right: 0;
}
.yellow-strip-bottom {
    bottom: 0;
    left: 0;
}
.blue-strip {
    position: absolute;
    background-color: #1F4D9C;
    mix-blend-mode: color;
}
.blue-strip.parallax-image-slow, 
.blue-strip.parallax-image, 
.yellow-strip.parallax-image-slow, 
.yellow-strip.parallax-image, 
.red-strip.parallax-image-slow, 
.red-strip.parallax-image {
    mix-blend-mode: hard-light !important;
}
img.parallax-image{
    mix-blend-mode: overlay !important;
}
img.imgtop_yellow, img.imgtop_red, img.imgtop_blue {
    mix-blend-mode: overlay !important;
}
.info{
    display: block;
    font-size: 12px;
    color: #9C9C9C;
    line-height: 18px;
    font-style: italic;
    margin-top: 12px;
}
.filter{
    filter: grayscale(1);
}
/* global css ends */
/* header css start */
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: var(--nnrwhite);
    transition: .3s ease all;
}
header.fixed {
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.2);
}
.header_top {
    background-color: var(--nnrblue2);
}
.headert_main {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}
.headertl_num {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.headertr_text p, .headertl_text p, .headertl_num {
    color: var(--nnrwhite2);
    transition: .3s ease all;
}
.headertr_text p {
    line-height: 20.28px;
}
.headert_left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.headertl_text p {
    letter-spacing: 1%;
    line-height: 18.67px;
}
.headert_right {
    display: flex;
    gap: 24px;
}
.headertr_iconwrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    transition: .3s ease all;
    cursor: inherit;
}
.headertrs_icon {
    display: flex;
    align-items: center;
}
.headertrs_icon svg path{
    transition: .3s ease all;
}
.headertr_iconwrapper:hover .headertr_text p {
    color: var(--nnryellow);
}
.headertr_iconwrapper:hover svg path {
    stroke: #E9A63A 
}
.headertr_iconwrapper.active .headertr_text p {
    color: var(--nnryellow);
}
.headertr_iconwrapper.active svg path {
    stroke: #E9A63A;
}
.header_btm {
    transition: .5s ease all;
}
.header_btm.active {
    background-color: var(--nnrblue3);
}
.header_btm.active .dl_textwrapper {
    color: var(--nnrwhite);
}
.header_btm.active .dl_textwrapper span svg path {
    fill: var(--nnrwhite);
}
.header_btm.active .headerb_right .fontsize {
    color: var(--nnrwhite);
}
.header_btm.active .track {
    border-bottom: 1px solid var(--nnrwhite);
}
.header_btm.active .dropdown_list:hover .dl_textwrapper span svg path {
    fill: var(--nnrwhite);
	cursor: pointer;
}
.header_btm.active .dropdown_wrapper {
    box-shadow: none;
}
.headerb_inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 99999999;
}
.dropdownw_inner{
    width: 100%;
}
.dropdownw_inner ul {
    display: flex;
    flex-direction: column;
    gap:16px;
}
.headerbl_inner li {
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 400;
    transition: .5s ease all;
}
.headerb_left ul li:hover {
    color: var(--nnrblue3);
}
.headerb_left ul li a {
    display: inline-flex;
}
.headerbl_inner, .headerb_right {
    display: flex;
    gap: 30px;
}
.headerbl_inner .dropdown_list li a {
    color: #1F4D9C;
}
.dropdownw_inner li > a {
    position: relative;
}
/* .dropdownw_inner li > a::before {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #1A345A;
    transition: .3s ease all;
}
*/
.fmcg:hover {
    color: #1A345A;
}
.fmcg.change-color{
    color:#1A345A !important ;
}
/* .dropdownw_inner li:hover > a::before {
    width: 100%;
}
*/
.dropdown_list {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: .5s ease all;
}
.dropdown_list::after {
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0%;
    position: absolute;
    background: var(--nnrblue3);
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.dropdown_list:hover::after {
    width: 100%;
    left: 0;
}
.dropdown_list:hover .dropdown_wrapper {
    display: flex;
}
.dl_textwrapper span svg {
    transition: .5s ease all;
}
.dropdown_list:hover .dl_textwrapper span svg {
    transform: rotate(180deg);
}
.dropdown_list:hover .dl_textwrapper span svg path {
    fill: var(--nnrblue3);
}
.dropdown_wrapper {
    position: absolute;
    z-index: 3;
    bottom: 0;
    top: 100%;
    display: none;
    width: max-content;
    height: max-content;
    left: 0;
    background-color: #EAF1FD;
    padding: 32px 0px;
    display: none;
    gap: 50px;
    box-shadow: 0px 5px 10px 0px rgb(0,0,0,0.15);
    min-width: 190px;
    z-index: 99999999999;
}
.dropdownw_inner li {
    color: var(--nnrblue3);
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    padding: 0 24px;
}
.dropdownw_inner > .dw-heading {
    font-size: 12px;
    line-height: 18px;
    color: #9ABAF1;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 12px;
    padding: 0px 24px;
}
.fmcg {
    position: relative;
    transition: .3s ease all;
}
.fmcg_inner {
    background-color: #DDE9FB;
    padding: 20px;
    position: absolute;
    top: 50px;
    left: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.fmcg_wrapper:hover .fmcg_inner {
    opacity: 1;
}
.fmcg_wrapper{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start !important;
    gap: 16px;
}
.fmcg_wrapper ul li{
    padding: 0 14px;
}
.fmcg_wrapper ul li a{
    color: #516587 !important;
}
.dl_textwrapper {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 20px 0;
}
.dl_textwrapper span {
    display: inline-flex;
}
.headerb_right ul {
    display: flex;
    align-items: center;
    gap: 30px;
}
.headerb_right .fontsize {
    font-weight: 500;
    font-size: 14px;
    color: var(--nnrdarkblue);
}
.track {
    border-bottom: 1px solid var(--nnrdarkblue);
    transition: .3s ease all;
}
.fontsize:hover {
    color: var(--nnrred) !important;
}
.fontsize.track:hover{
    border-bottom: 1px solid var(--nnrred) !important;
}
.search_wrapper {
    background-color: var(--nnrblue3);
    padding: 50px 0px;
    position: absolute;
    z-index: -1;
    width: 100%;
    opacity: 0;
    transition: .5s ease all;
    top: -100%;
    pointer-events: none;
}
.search_wrapper.active {
    opacity: 1;
    z-index: 9999999;
    top: 100px;
    pointer-events: all;
}
.searchw_inner {
    display: flex;
    justify-content: center;
}
.searchw_input {
    width: 50%;
    padding: 0 12px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    border-bottom: 1px solid var(--nnryellow);
}
.searchw_input .input_field {
    width: 90%;
}
.searchw_input .input_field input {
    width: 100%;
    background: transparent;
    border: none;
    color: var(--nnrwhite);
    font-family: var(--instrument);
    font-size: 16px;
    opacity: .7;
}
.searchw_input .input_field input::placeholder {
    color: var(--nnrwhite);
    font-weight: 400;
    line-height: 24px;
    font-family: var(--instrument);
}
/* header css ends */
/* header nav start */
.header_nav {
    display: none;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    background-color: var(--nnrwhite);
    max-width: 100vw;
}
.hn_main {
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.hn_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.hamb_icon, .nnr_logo_icon, .call_icon span {
    cursor: inherit;
    display: flex;
}
/* .nnr_logo_icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
*/
.nnr_logo_icon img {
    height: 40px;
    width: auto;
}
.call_icon {
    display: flex;
    align-items: center;
    gap: 30px;
}
.hv_btm {
    padding: 70px 0px;
    position: absolute;
    left: -110%;
    top: 80px;
    background-color: rgba(31, 77, 156, .96);
    width: 100%;
    height: calc(100vh - 80px);
    overflow: hidden;
    overflow-y: auto;
    transition: .5s ease all;
    z-index: 999999;
    backdrop-filter: blur(5px);
}
.cross_icon {
    display: none;
}
.show {
    display: block;
}
.left-0 {
    left: 0%;
}
.hvb_inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 80%;
}
.hvb_cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hvbi_top {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.hvb_cta_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hvb_cta_text {
    font-size: 10px;
    line-height: 12.2px;
    color: var(--nnrwhite);
    text-transform: capitalize;
}
.hvbi_top_text {
    color: var(--nnrwhite);
    text-transform: capitalize;
    border-bottom: 1px solid var(--nnrwhite);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -.24px;
    transition: .3s ease all;
}
.hvbi_top_text:hover {
    color: var(--nnrwhite);
}
.faq-accordian .accordion-list-heading {
    color: var(--nnrwhite);
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -.24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding-right: 16px;
    padding: 20px 16px 20px 0px;
}
.footer_nav .faq-accordian .accordion-list-heading {
    justify-content: space-between;
}
.faq-accordian .accordion-list-inner {
    border-bottom: 1px solid #77A3EE;
   /* padding-bottom: 20px;
    */
    cursor: inherit;
}
.faq-accordian .accordion-list-heading-icon {
    display: flex;
    transition: .5s ease all;
}
.faq-accordian .accordion-list .answer ul {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--nnrwhite);
}
.hvb_accordian .faq-accordian .accordion-list .answer ul {
    margin-top: 10px;
}
.accordion-list .answer ul li ul {
    padding-left: 20px;
}
.faq-accordian .accordion-list .answer ul li {
    text-transform: initial;
    color: #B3C6E0;
}
/* .faq-accordian .accordion-list-heading-text {
    text-transform: capitalize;
}
*/
.faq-accordian .accordion-list-inner.active .accordion-list-heading-icon {
    transform: rotate(180deg);
}
.faq-accordian ul.accordion-list {
    display: flex;
    flex-direction: column;
    gap: 0px;
}
/* header nnav ends */
/* banner css start */
.banner {
    padding-top: 120px;
    overflow: hidden;
}
.hp-banner{
    margin-top: 80px;
}
.insidebanner {
    position: relative;
    z-index: 99;
    background-color: #fff;
}
.banner.blur{
    filter: blur(4px);
}
/* .banner.hp-banner{
    padding-top: 120px;
}
*/
.hp_banner_main {
    position: relative;
    min-height: 700px;
    height: calc(100vh - 80px);
}
.hp_banner_main::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000073;
    z-index: 1;
    opacity: 0;
}
.hp_banner_main .heading {
    margin: 100px 100px 0 100px;
}
.hpbanner-in {
    position: relative;
    z-index: 88;
}
.hpbanner-in .heading.toplevel {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.hpbanner-in .heading.toplevel h1 {
    letter-spacing: -.8px;
    color: #FFFFFF;
    max-width: 19ch;
}
.red_dot {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: var(--nnrred);
}
/* .heading.toplevel h1 {
}
*/
.hpbi-content {
    display: flex;
    gap: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 9;
    width: 100%;
}
.hpbic-right{
    width: 100%;
}
.hpbic-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 93%;
}
/* .hpbic-left.out_vd {
    display: none;
}
*/
/* .hpbic-right {
    width: 40%;
    margin-left: auto;
}
*/
.hpbic-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hpbic-left video{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
/* .hpbic-left .video2{
    position: absolute;
    width: 60%;
    opacity: 0;
}
*/
.hpbicr_cta_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.cta_main {
    display: flex;
    cursor: inherit;
}
.cta_w_inner {
    display: flex;
    flex: 1;
    align-items: end;
    justify-content: space-between;
    padding: 18px 22px;
    transition: .3s ease all;
    gap: 30px;
}
.cta_w_inner.yellow .cta_text{
    color: #9C6E24;
}
.cta_w_inner.blue .cta_text{
    color: #D7E7FF;
}
.cta_w_inner.red .cta_text{
    color: #61261C;
}
.cta_w_inner.gray .cta_text{
    color: #5C5A5A;
}
.cta_text {
    font-family: var(--montserrat);
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.05em;
    text-align: left;
   /* text-transform: capitalize;
    */
}
.cta_text.text-normal{
    text-transform: none;
}
.capitalize{
    text-transform: capitalize;
}
.hpbicr_cta_wrapper a {
    display: inline-grid;
}
.cta_w_inner:hover {
    transform: translate(-5px, -5px);
}
.brown {
    background-color: #74582A;
}
.yellow {
    background-color: #F6C26E;
}
.blue {
    background-color: #1F4D9C;
}
.dark-blue {
    background-color: #1A345A;
}
.dark-red{
    background-color: #7e1503;
}
.red {
    background-color: #D64830;
}
.dark-gray {
    background-color: #bbbaba;
}
.gray {
    background-color: #E8E8E8;
}
/* banner css ends */
/* wrapper css start */
.wrapper {
    position: relative;
   /* overflow: hidden;
    */
}
.wrapper_inner {
    position: absolute;
    left: 0;
    z-index: 999;
}
.wrapper_inner div {
    min-height: 700px;
    max-height: 700px;
    width: 5px;
}
/* wrapper css ends */
/* global section css start */
.global_main {
    position: relative;
}
.globalm_top {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    width: 100%;
}
.arrow_cta a {
    color: var(--nnrred);
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    gap: 5px;
}
.arrow_cta a span {
    transition: .3s ease all;
    display: flex;
}
.arrow_cta a:hover span {
    transform: rotate(45deg);
}
.globalmil_btm {
    max-width: 45ch;
    margin-top: 40px;
}
.global_main  .globalmil_btm p span{
    color: #D99A36;
}
.globalmi_left {
    width: 60%;
    padding-top: 50px;
}
.globalmi_left .globalmilt_heading h3 {
    max-width: 40ch;
}
.globalmilt_cta.arrow_cta{
    margin-bottom:10px;
}
.globalmi_left .stats_image_wrapper {
    display: none;
}
.globalmi_right {
    width: 40%;
    position: relative;
}
.globalmir_image1 {
    position: relative;
    margin-left: auto;
    width: 73%;
    right: 0;
}
.globalmie_inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 162%;
    overflow: hidden;
}
.globalmir_image1::before {
    content: "";
    position: absolute;
    height: 200px;
    width: 170px;
    left: 0;
    bottom: -25px;
    background-image: url('../png/rectangle1233.png');
    background-size: cover;
}
.globalmie_inner img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    object-fit: cover;
}
.globalmir_image2 {
    position: absolute;
    top: 45%;
    width: 100%;
}
.globalmir_inner {
    position: relative;
    height: 0;
    width: 60%;
    padding-top: 77%;
    overflow: hidden;
}
.globalmir_inner.left{
    left: -15%;
}
.globalmir_inner .globimg_btm {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    object-fit: cover;
}
.globimg_top {
    position: absolute;
    right: 0;
    top: 0;
    width: 65%;
    mix-blend-mode: color;
}
.statsw_item .statsw_num {
    font-family: var(--montserrat);
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: center;
    color: var(--nnrdarkblue);
}
.statsw_text {
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0px;
    text-align: center;
    color: #737373;
    text-transform: capitalize;
}
.stats_wrapper {
    gap: 50px;
    background-color: #F6F6F6;
    padding: 24px 30px;
    width: max-content;
    position: absolute;
    bottom: 0;
    /* z-index: -1; */
    /* display: grid; */
    /* grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); */
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.siw_inner .yellow-strip{
    height: 90%;
    width: 30%;
    bottom: 0;
    right: 0;
}
/* global section css ends */
/* service offered section css start */
.serviceom_heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    flex-wrap: wrap;
}
.serviceoi_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
}
.serviceomh_right {
    max-width: 42ch;
}
.servicetab_wrapper {
    margin-top: 32px;
}
.service_tabs .tabs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.service_tabs .tabs li:hover {
    color: var(--nnryellow2);
}
.service_tabs .tabs li.active-tab:hover {
    color: #D28913;
}
.service_tabs.in {
    display: none;
}
.service_tabs .tabs .active-tab {
    font-weight: 500;
    background-color: #F6C26E;
    color: #D28913;
}
.service_offered_main .btn_wrapper.bgyellow{
    border: 1px solid #000;
}
.service_offered_main .btn_wrapper.bgyellow:hover{
    border-color: transparent;
}
.service_tabs .tabs li {
    border-right: 1px solid #E2E2E2;
    background-color: #F6F6F6;
    color: #A5A5A5;
    font-family: var(--montserrat);
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    padding: 18px 18px 18px 40px;
    cursor: inherit;
    display: flex;
    align-items: center;
    transition: 0.4s all ease;
    text-transform: capitalize;
}
.servicetc_left .tabs-content li {
    display: none;
/*    max-width: 80%;*/
}
.servicetc_left .tabs-content li .servicetc_left_tc_data {
    display: flex;
    align-items: stretch;
}
.service_tab_content {
    width: 75%;
    display: flex;
}
.servicetc_left {
/*    width: 75%;*/
    width: 100%;
    background-color: #F6C26E;
/*    padding: 65px 0px 65px 40px;*/
}
.servicetc_left_tc_data_in {
    padding: 65px 0px 65px 40px;
    width: 75%; 
}
.tabs_content_heading {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.tabs_content_cta p{
    font-size: 10px;
    font-weight: 700;
    line-height: 12.2px;
    letter-spacing: 1.730769157409668px;
    text-align: left;
    color: #755A2D;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
}
.tabs_content_cta p span{
    height: 6px;
    width: 6px;
    border: 1px solid #755A2D;
    border-radius:50%;
    display: inline-flex;
}
.tabs_content_cta.arrow_cta a {
    font-family: 'General Sans';
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 1.7px;
    text-align: right;
    color: #000000;
}
.tabs_content_cta.arrow_cta a span img{
    width: 100%;
}
.tabs_content_cta p {
    font-family: 'General Sans';
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 1.7px;
    color: #755A2D;
}
.tabs_content_cta_wrapper {
    margin-top: 70px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
}
.tabs_content_cta_wrapper.nocta{
    justify-content: flex-start;
}
.learn_more_cta{
    margin-top: 50px;
}
.tabs_content_heading p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    color: #755A2D;
    max-width: 43ch;
}
.servicetc_right {
    width: 25%;
    position: relative;
}
.servicetcr_inner {
    position: relative;
    height: 100%;
    width: 85%;
    padding-top: 140%;
    overflow: hidden;
}
.servicetcr_inner img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.servicetcr_two_img {
    position: absolute;
    top: 15%;
    left: -90px;
    z-index: 2;
    width: 80%;
}
.servicetcrti_inner {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 44%;
    overflow: hidden;
}
.servicetcrti_inner img {
    height: 100%;
    width: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
}
.servicetc_left_tc_data .servicetc_right {
    height: auto;
}
.servicetc_left_tc_data .servicetcr_inner {
    width: 100%;
}
/* service offered section css ends */
/*Home Page Timeline Sec*/
.bluebg {
    background-color: #1F4D9C;
}
.globe-static {
    position: relative;
}
.globe-static .globeimage {
    width: 40%;
    margin-left: auto;
}
.globeeimage-in {
    height: 620px;
}
.globeimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.globe-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
}
.globe-content .container-fluid {
    height: 100%;
}
.globe-content .gc-in {
    height: 100%;
    padding-top: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
}
.globe-content .gcin-content {
    width: 50%;
}
.tag_heading_wrapper.white h3, .tag_heading_wrapper.white p {
    color: #fff;
}
.gcin-content .tag_heading_wrapper.white h3 span {
    display: block;
}
.tabssec .tablinks {
    transition: .2s ease all;
}
.tabssec .tabcontent {
    display: none;
    animation: fadeEffect 1s;
}
@keyframes fadeEffect {
    from {
        opacity: 0;
   }
    to {
        opacity: 1;
   }
}
.gc-region .nn-tabs {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 100px;
    pointer-events: none;
}
.nn-tabs .tablinks {
    transition: .3s ease all;
}
.gc-tabs-head {
    padding-left: 14px;
    position: relative;
}
/* .gc-tabs-head::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: transparent;
    transition: .2s ease all;
}
.tablinks.active .gc-tabs-head::before {
    background-color: #E9A63A;
}
*/
.gc-tabs-head .gct-region {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #051B41;
    letter-spacing: 1.73px;
    transition: .2s ease all;
}
.gc-tabs-head .gct-name {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
    transition: .2s ease all;
}
.tablinks.active .gc-tabs-head .gct-region {
    color: #051B41;
}
.tablinks.active .gc-tabs-head .gct-name {
    color: rgba(255, 255, 255, 1);
}
.gc-box {
    background-color: #F4F9FE;
    padding: 22px 30px;
    width: max-content;
    position: relative;
    z-index: 1;
}
.gc-box .gcbox-in {
    display: flex;
    flex-direction: row;
    gap: 60px;
    text-align: center;
}
.gcbox-in .gcbi-top {
    font-family: var(--montserrat);
    font-size: 18px;
    font-weight: 700;
    color: #1A345A;
    letter-spacing: 1px;
}
.gcbox-in .gcbi-bottom {
    font-size: 10px;
    font-weight: 600;
    color: #7395C6;
    letter-spacing: 1px;
    line-height: normal;
    margin-top: 4px;
    text-transform: uppercase;
}
.globe-static .animatedbar {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 22px;
    background-color: #AEC6EE;
}
/*Home Page Timeline Sec*/
/* success stories section start */
.successmt_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.successmt_para {
    margin-top: 20px;
    max-width: 50ch;
}
.successmt_para p {
    color: #545454;
}
.successmbc_btm_wrapper {
    padding: 10px 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.successm_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: wrap;
}
.successm_btm {
    gap: 20px;
    row-gap: 40px;
    margin-top: 18px;
    padding-top: 30px;
    overflow: hidden;
    overflow-x: auto;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    /* grid-template-columns: repeat(3,1fr); */
   /* cursor: url("../image/cursor-img.svg"), auto;
    */
    cursor: inherit;
    padding-bottom: 10px;
}
.successm_btm a{
    height: 100%;
}
.successmb_card {
    border-bottom: 3px solid var(--nnrred);
    background-color: #F6F6F6;
    position: relative;
    cursor: inherit;
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
   /* width: 100%;
    */
}
.successmbch_top p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}
.successmbch_btm p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    color: #545454;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.successmbc_btm {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
    margin-top: 54px;
}
.successmbcb_dot {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .successmbcb_text{
    display: flex;
    align-items: center;
    gap: 5px;
}
*/
.successmbcb_text p {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #A8A8A8;
}
.successmbc_headingwrapper {
    max-width: 32ch;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 20px;
    height: 100%;
    justify-content: space-between;
}
.sucessmbci_inner {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 45%;
}
.sucessmbci_inner img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.successmbc_img {
    transform: translateY(-20px);
    width: 100%;
    clip-path: inset(0% 0% 0% 6%);
    right: 0;
    transition: .5s ease all;
}
/* .successmtl_right .btn_wrapper{
    color:#000000 ;
    background-color: #F6C26E;
}
*/
/* success stories section ends */
/* latest news section css start */
.news_main .successmb_card {
    border-bottom: 3px solid #1F4D9C;
}
.successmb_card:hover .successmbc_img {
    clip-path: inset(0% 0% 0% 0%);
    transform: translateY(0px);
}
/* latest news section css ends */
/* prefooter section css start */
/* .prefooter_main{
    background-color:#1F4D9C;
}
.prefooteri_left {
    width: 60%;
    padding-top: 60px;
}
.prefooteril_heading h2{
    line-height:64.26px;
    color: var(--nnrwhite);
}
.prefooteril_subheading h3{
    color: #95BBF1;
}
.prefooteril_para p{
    color: #F4F9FE;
}
.prefooteril_para ,.prefooteril_cta{
    margin-top: 30px;
}
*/
/* prefooter section css ends */
.prefooter_main {
    background-color: #1F4D9C;
    z-index: 2;
    overflow: hidden;
    position: relative;
}
.prefooter_inner {
   /* position: absolute;
    */
    z-index: 2;
    padding: 50px 0;
}
.prefooteri_left {
    width: 60%;
   /* padding-top: 60px;
    */
}
.prefooteril_heading h2 {
    color: var(--nnrwhite);
}
.prefooteril_subheading {
    margin-top: 10px;
}
.prefooteril_subheading h3 {
    color: #95BBF1;
}
.prefooteril_para p {
    color: #F4F9FE;
}
.prefooteril_para, .prefooteril_cta {
    margin-top: 30px;
}
.prefooteri_right {
    position: absolute;
    margin-left: auto;
    width: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    height: 100%;
}
.prefooter-img-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: end;
    height: 100%;
   /* border: 1px solid red;
    */
}
.prefooter-img-wrapper svg{
    height: 100%;
    /* width: 35%; */
}
.prefooter_svg {
    position: relative;
   /* border: 1px solid black;
    */
    margin-left: auto;
    /* right: -120px; */
    /* margin-bottom: -35px; */
}
.move_red, .move_yellow, .move_white {
    transition: .5s ease all;
}
.prefooter_main:hover .move_red {
    transform: translateX(-30px);
}
.prefooter_main:hover .move_yellow {
    transform: translateX(30px);
}
.prefooter_main:hover .move_white {
    transform: translateY(30px);
}
.prefooter_img {
    display: none;
}
/* prefooter section css ends */
/* testimonials section start */
.testimonial_autoscroll {
    margin-top: 40px;
}
.testimonials_main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tt_name {
    font-weight: bold !important;
    margin-top: 6px;
}
.testimonialsmh_top.headingred {
    text-align: center;
}
.testimonialsm_para {
    max-width: 50ch;
    text-align: center;
    margin-top: 30px;
}
.testimonial_autoscroll .splide__slide {
   /* border-right:1px solid #E9E9E9 ;
    */
    padding: 36px 36px 36px 72px;
    max-width: 40ch;
   /* max-height: 180px;
    */
    position: relative;
}
.testimonial_autoscroll .splide__slide::after {
    content: "";
    height: 180px;
    width: 1px;
    background-color: #E9E9E9;
    position: absolute;
    right: 0;
    top: 0;
}
.testimonial_autoscroll .splides_inner {
    position: relative;
}
.testimonial_autoscroll .splides_inner p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #545454;
   /* max-height: 14ch;
    overflow: hidden;
    overflow-y: auto;
    */
}
.comma_wrapper {
    width: 45px;
    height: 38px;
    position: absolute;
    left: -38px;
    top: -26px;
    z-index: -1;
}
.testimonial_autoscroll .splide__pagination {
    display: none;
}
.testimonialsh_btm {
    text-align: center;
}
/* testimonials section ends */
/* technology section start */
.nnrtm_inner {
    display: flex;
    gap: 80px;
    padding: 0 10px;
}
.nnrtmi_left, .nnrtmi_right {
    width: 50%;
}
.nnrtmil_wrapper .globalmi_right {
    width: 100%;
}
.nnrtmil_wrapper .globalmi_right .globalmir_image1 {
    /* margin-left: 0; */
    margin-right: auto;
    width: 70%;
}
.nnrtmil_wrapper .globalmi_right .globalmie_inner {
    padding-top: 138%;
}
.nnrtmil_wrapper .globalmi_right .globalmir_image2 {
    top: 50%;
}
.nnrtmil_wrapper .globalmi_right .globalmir_inner {
    margin-left: 57%;
    width: 35%;
    padding-top: 44%;
}
.nnrtmil_wrapper .globalmi_right .globalmir_image1::before {
    background-image: url('../rectangle.html\ 2488234.png');
    height: 40%;
    width: 75%;
    left: 38%;
    bottom: -5%;
}
/* .nnrtmir_heading .headingred{
    text-align: center;
}
*/
.nnrtmir_para {
    margin-top: 28px;
}
.nnrtmir_accordion {
    margin-top: 32px;
   /* height: 100%;
    */
    display: flex;
    align-items: flex-start;
}
.nnrtmir_accordion .faq-accordian .accordion-list-heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0em;
    text-align: left;
    color: #d3d3d3;
    align-items: flex-start;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    padding: 20px 0px;
    text-transform: initial;
}
.nnrtmir_accordion .faq-accordian .accordion-list li:first-child .accordion-list-heading{
    padding-top: 0px;
}
/* .nnrtmir_accordion .faq-accordian.capitalize .accordion-list-heading{
    text-transform: capitalize;
}
*/
.nnrtmir_accordion .faq-accordian .accordion-list-inner.active .accordion-list-heading {
    color: #000000;
}
.nnrtmir_accordion .faq-accordian .accordion-list-inner {
    border-bottom: 1px solid #F1F1F1;
}
.nnrtmir_accordion.borderb-dark .faq-accordian .accordion-list-inner {
    border-bottom: 1px solid #BBBBBB;
}
.nnrtmir_accordion .faq-accordian .accordion-list .inner ul li p {
    padding-left: 22px;
    font-size: 14px;
    line-height: 21px;
}
.nnrtmir_accordion .faq-accordian ul.accordion-list {
    gap: 0px;
}
.nnrtmir_accordion .faq-accordian .accordion-list .answer ul {
   /* margin-bottom: 20px;
    */
   /* max-height: 200px;
    */
   /* overflow: hidden;
    overflow-y: auto;
    */
    margin-top: 0;
}
.faq_ellips {
    height: 8px;
    width: 8px;
    border: 1px solid #E9A63A;
    border-radius: 50%;
    min-width: 8px;
    margin-top: 7px;
}
.nnrtmir_accordion .faq-accordian .accordion-list-inner.active .faq_ellips {
    background-color: #E9A63A;
}
.nnrtmir_btn {
    margin-top: 38px;
   /* text-align: center;
    */
}
.nnrtmir_btn.mt60{
    margin-top: 60px;
}
.nnrtmi_right .nnrtmil_wrapper {
    display: none;
}
/* technology section ends */
/* responsible section start */
.responsible_inner {
    display: flex;
    gap: 100px;
}
.reponsiblei_left .nnrtmir_accordion .faq-accordian .accordion-list-inner:last-child {
    border-bottom: none;
}
.reponsiblei_left .nnrtmi_right {
    width: 100%;
}
.reponsiblei_left, .reponsiblei_right {
    width: 50%;
}
.reponsiblei_right .globalmir_image2_cta a {
    font-family: var(--general);
}
.responsibleir_wrapper .globalmi_right {
    width: 100%;
}
.responsibleir_wrapper .globalmi_right .globalmir_image1 {
    border-left: 13px solid #AEC6EE;
    padding-top: 100px;
    width: 70%;
}
.responsibleir_wrapper .globalmi_right .globalmie_inner {
    padding-top: 120%;
}
.responsibleir_wrapper .globalmir_image1::before {
    content: none;
}
.responsibleir_wrapper .globalmir_image1 .yellowbox {
    z-index: 1;
    mix-blend-mode: color;
    height: 20%;
    width: 55%;
    bottom: 5%;
    background-color: #E9A63A;
    position: absolute;
    opacity: .5;
}
.reponsiblei_left .nnrtmir_accordion .faq-accordian .accordion-list .answer ul {
    margin-bottom: 0;
}
.responsibleir_wrapper .globalmi_right .globalmir_image2 {
    background-color: #F6C26E;
    height: 20%;
    bottom: 40px;
    z-index: 0;
    width: 70%;
    padding: 22px;
    position: relative;
    z-index: 2;
}
.globalmir_heading {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}
.globalmir_para {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
}
.globalmir_image2_cta.arrow_cta a {
    margin-top: 28px;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 1.7px;
    text-align: right;
    color: #000000;
}
.reponsiblei_left .responsibleir_wrapper {
    display: none;
}
/* responsible section ends */
/* industries section start */
.industriesi_top .nnrtmir_para p {
    max-width: 50ch;
    text-align: center;
}
.industriesib_inner {
    position: relative;
    height: 0;
    padding-top: 21%;
    width: 100%;
    overflow: hidden;
}
.industriesib_inner .img_full {
    height: 100%;
    width: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    z-index: 2;
}
.industriesib_inner .img_red {
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: color;
    max-width: 20%;
    min-width: 90px;
    height: 100%;
    z-index: 12;
    opacity: .5;
}
.industriesib_inner .img_blue {
    position: absolute;
    right: 0;
    bottom: 0;
    mix-blend-mode: color;
    max-width: 40%;
    min-height: 80px;
    z-index: 12;
    opacity: .5;
}
.industriesi_btm {
    position: relative;
    margin-top: 50px;
}
.industriesi_btm::before {
    content: "";
    position: absolute;
    left: 0;
    top: -16px;
    height: 17px;
    width: 250px;
    background-color: #F88875;
}
.industriesi_btm::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -16px;
    height: 17px;
    width: 380px;
    background-color: #A1C0F2;
}
.industriesi_tab {
    margin-top: 40px;
}
.industriesi_tab .industriesi_tab_inner {
    display: flex;
    gap: 33px;
    overflow: hidden;
    overflow-x: auto;
    transition: .3s ease all;
}
.industriesi_tab .industriesi_tab_inner li {
    font-family: 'General Sans';
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 14px;
    letter-spacing: 1.7px;
    text-align: left;
    color: #000000;
    display: flex;
    gap: 6px;
    align-items: center;
    white-space: nowrap;
    cursor: inherit;
    transition: .3s ease all;
    padding:20px 0px;
}
.industriesi_tab .industriesi_tab_inner li span {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #E9A63A;
    opacity: 0;
   /* transition: .3s ease all;
    */
}
.industriesi_tab .industriesi_tab_inner li.industries_tab_active span {
    opacity: 1;
}
.industriesi_tab .industriesi_tab_inner li.industries_tab_active {
    color: #000000;
}
.industriesi_btm .industriesb_tab li {
    display: none;
}
.itc_wrapper {
    background-color: #F6F6F6;
    padding: 30px 100px 20px 100px;
    text-align: center;
    max-width: 34%;
}
.itab_subheading {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: capitalize;
}
.industries_para {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    max-height: 100px;
    overflow: hidden;
    overflow-y: auto;
}
.itab_cta {
    margin-top: 40px;
}
.industries_tab_content {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -8%;
    z-index: 15;
    left: auto;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0%);
}
/* industries section ends */
/* footer start */
footer {
    padding: 40px 0 30px 0;
    background-color: var(--nnrdarkblue);
    overflow: hidden;
}
.footer_main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.fm_top {
    display: flex;
    justify-content: space-between;
}
.fmt_listwrapper ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer .fmt_listwrapper ul li a, .fmb_right ul li a, .fbi_right ul li a {
    position: relative;
}
.footer .fmt_listwrapper ul li a::after, .fmb_right ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px;
    background-color: var(--nnrwhite2);
    transition: .3s ease all;
    width: 0;
}
.fbir_text{
    position: relative;
}
.fbi_right ul li a .fbir_text::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px;
    background-color: var(--nnrwhite2);
    transition: .3s ease all;
    width: 0;
}
.fmt_listwrapper ul li a:hover::after, .fmb_right ul li a:hover::after, .fbi_right ul li a:hover .fbir_text::after {
    width: 100%;
}
.fmt_listwrapper .f-head {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1.28px;
    color: var(--nnrwhite);
    text-transform: uppercase;
    margin-bottom: 14px;
}
.fmt_listwrapper ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #B3C6E0;
    text-transform: capitalize;
}
.fm_icon {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.fbi_right ul {
    display: flex;
    gap: 40px;
}
.fbi_right ul li, .fmb_right ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}
.fbil_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fbil_icon svg , .fbil_icon img{
    width: 100px;
}
.fbir_wrapper {
    display: flex;
    text-align: center;
    gap: 12px;
    font-size: 14px;
    color: var(--nnrwhite);
    text-transform: capitalize;
}
.fbir_icon {
    display: flex;
    align-items: center;
}
.linkedin_icon {
    background-color: var(--nnrwhite);
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}
.linkedin_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.linkedin_wrapper .fbir_wrapper::after{
    display: none;
}
.fm_btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fmb_right ul {
    display: flex;
    align-items: center;
    gap: 80px;
}
.fmb_right ul li a {
    color: #B3C6E0;
}
.fmb_left {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #B3C6E0;
}
.fbml_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_nav {
    background-color: var(--nnrblue3);
    padding: 60px 0px;
    display: none;
}
.footern_main {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.footern_accordian .accordion-list-heading-text {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: var(--nnrwhite);
}
.footern_accordian .accordion-list .answer ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #B3C6E0;
}
.footernt_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.footerntl_right {
    display: flex;
    align-items: center;
    gap: 5px;
}
.footerntlr_text p {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
    color: #B3C6E0;
}
.footernt_listwrapper ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.footernt_listwrapper ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    gap: 4px;
}
.linkedin_icon {
    background-color: var(--nnrwhite);
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}
.footerntl_text {
    text-align: center;
}
.footerntl_text p {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 14.4px;
}
.fbir_text p {
    color: #ffffff;
}
.fbml_text p {
    color: #B3C6E0;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.fbml_text p span {
    font-size: 18px;
    margin-right: 10px;
    display: inline-block;
}
.footern_top {
    border-bottom: 1px solid #77A3EE;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.faq-accordian ul .inner {
    overflow: hidden;
    display: none;
    margin-bottom: 20px;
}
/* footer ends */
/* homepage css ends */
/* about page css start */
.timeless-odyssey{
    padding: 40px 0;
}
.aboutnnr_main .globalmil_btm{
    margin-top: 40px;
}
.aboutnnr_global_top .globalmi_right.inner {
    display: none;
}
.globalm_top.aboutnnr_global_top {
    display: flex;
    flex-direction: row-reverse;
}
.aboutnnr_global_top .globalmi_left {
    width: 40%;
}
.aboutnnr_global_top .globalmi_right.inner {
    display: none;
}
.our_core_faq .accordion-list li ul li p{
    color: #495F86;
}
.our_core_inner .thw_heading h3{
    color: #000000;
}
.faq_inner .nnrtmi_left {
    width: 30%;
}
.faq_inner .nnrtmi_right {
    width: 70%;
    display: flex;
   /* padding-top: 260px;
    */
    align-items: flex-start;
}
.faq_main .nnrtmir_accordion{
    margin-top: 0;
}
.faq_main .nnrtmir_heading{
    margin-top: 160px;
}
.faq_inner .nnrtmir_accordion{
    height: 100%;
    display: flex;
    align-items:center;
}
.faq_inner .nnrtmir_heading, .faq_inner .nnrtmir_accordion {
    width: 50%;
}
.faq_inner .nnrtmil_wrapper .globalmi_right .globalmir_image1 {
    width: 100%;
}
.faq_inner .aboutnnr_global_top .globalmi_left {
    width: 40%;
}
.faq_inner .nnrtmil_wrapper .globalmi_right .globalmie_inner {
    padding-top: 157%;
}
.faq_inner .nnrtmil_wrapper .globalmi_right .globalmir_image1::before {
    background-image: url(../rectangle.html\ 24974.png);
    height: 130px;
    width: 146%;
    left: -42%;
    bottom: 10%;
}
.faq_inner .globalmir_image1 .img_top {
    position: absolute;
    height: 130px;
    bottom: 10%;
    left: -2px;
    mix-blend-mode: color;
}
/* performance section css */
.preformance_main {
    padding-right: 40px;
}
.performancei_top_heading h3 {
    max-width: 18ch;
}
.carousel_main {
    display: flex;
    gap: 80px;
    align-items: center;
    padding-bottom: 50px;
}
.carousel_left_heading {
    width: 20%;
}
.carousel_item_wrapper {
    width: 80%;
}
.pcw_heading p {
    font-weight: 500;
}
.pcw_text p {
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px;
}
.performance_splide .splide__slide {
    padding-bottom: 20px;
    padding-left: 14px;
    padding-right: 14px;
}
.performance_splide .splide__pagination {
    bottom: -50px;
}
.performance_splide .splide__pagination .splide__pagination__page {
    min-height: 12px;
    min-width: 12px;
    border-radius: 50%;
    background-color: var(--nnrwhite);
    opacity: 1;
}
.performance_splide .splide__pagination .splide__pagination__page.is-active {
    min-height: 12px;
    min-width: 12px;
    transform: scale(1);
}
.ps1 .pcw_heading p, .ps2 .pcw_heading p, .ps3 .pcw_heading p {
    text-transform: capitalize;
}
.ps1 .performance_splide .splide__pagination .splide__pagination__page {
    border: 1px solid #1F4D9C;
}
.ps1 .performance_splide .splide__pagination .splide__pagination__page.is-active {
    background-color: #1F4D9C;
}
.ps1 .performance_splide .splide__slide {
    border-bottom: 6px solid #1F4D9C;
}
.ps1 .carousel_left_heading h4, .ps1 .pcw_heading p {
    color: #1F4D9C;
}
.ps2 .performance_splide .splide__pagination .splide__pagination__page {
    border: 1px solid var(--nnryellow);
}
.ps2 .performance_splide .splide__pagination .splide__pagination__page.is-active {
    background-color: var(--nnryellow);
}
.ps2 .performance_splide .splide__slide {
    border-bottom: 6px solid var(--nnryellow);
}
.ps2 .carousel_left_heading h4, .ps2 .pcw_heading p {
    color: var(--nnryellow);
}
.ps3 .performance_splide .splide__pagination .splide__pagination__page {
    border: 1px solid var(--nnrred);
}
.ps3 .performance_splide .splide__pagination .splide__pagination__page.is-active {
    background-color: var(--nnrred);
}
.ps3 .performance_splide .splide__slide {
    border-bottom: 6px solid var(--nnrred);
}
.ps3 .carousel_left_heading h4, .ps3 .pcw_heading p {
    color: var(--nnrred);
}
/* ourteam section */
.our_team_main{
    position: relative;
}
.our_team_main .statsw_item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-items: center;
    text-align: center;
}
.otib_inner{
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 30%;
    overflow: hidden;
}
.otib_inner img{
    height: 100%;
    width: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    z-index: 2;
}
.otib_inner .red-strip{
    right: 0;
    bottom: 0;
    width: 40%;
    height: 30px;
    z-index: 4;
}
.oti_btm::before{
    content: "";
    position: absolute;
    left: -20px;
    top: -20px;
    height: 100%;
    width: 30%;
    background-image: url('../rectangle.html\ 25115.png');
}
.oti_btm::after{
    content: "";
    position: absolute;
    right: -10px;
    bottom: 0px;
    height: 30px;
    width: 30%;
    background-image: url("../rectangle.html\ 25114.png");
}
.oti_btm{
    margin-top: 80px;
    position: relative;
}
.meet_the_team_cta{
    margin-top: 40px;
}
.our_team_main .stats_wrapper{
    width: 55%;
    background-color: #F6C26E;
    z-index: 2;
    padding-left: 14%;
    bottom: 0;
}
.our_team_main .stats_wrapper .statsw_text{
    font-size: 10px;
    font-weight: 500;
    line-height: 12.2px;
    letter-spacing: 1px;
    text-align: left;
    color: #705831;
    text-align: center;
}
/* modal css */
.modal_close_icon {
    position: fixed;
    right: 30px;
    top: 30px;
    cursor: inherit;
    z-index: 1232;
}
.modalc_img{
    height: 15px;
    width: 15px;
}
.modal-header{
    border-bottom: none;
    display: flex;
    justify-content: center;
}
.modal-header h3{
    color: #E9A63A;
}
.leader-modal .modal-dialog{
    max-width: 48%;
}
.modal_footer_text p{
    font-weight: 600;
    color: #ffffff;
}
.modal_body_text_wrapper p{
    color: #ffffff;
    margin-top: 15px;
}
.modal-content{
    background: transparent;
    border: none;
}
.modal-footer{
    border: none;
    justify-content: flex-start;
}
.modal-bg-img{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.modal-bg-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.overlay{
    background-color: #000000;
    opacity: .7;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
.mf_cta{
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    width: 100%;
}
.mfc_text{
    color: #E9A63A;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.28px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}
/* about page css ends */

.timeless-odyssey::-webkit-scrollbar{
    display: none;
}
/* .timeless-odyssey{
    position: relative;
    height: 100vh !important;
    max-height: 700px !important;
    min-height: 700px !important;
} */
.ttl-content.mobile{
    display: none;
}
.to-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
/*     gap: 40px; */
    flex-direction: column;
}
.to-wrapper .upper-wrp{
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    width: 100%;
    text-align: center;
    background-color: #fff;
    /* z-index: 88; */
}
.to-wrapper .to-head {
    max-width: 60ch;
    text-align: center;
    margin:  0 auto;
}
.to-timeline .tt-tab-main {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-top: 90px;
    padding-bottom: 20px;
}
.tt-tab-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}
.ttl-content{
    height: 100%;
    width: 400px;
    padding-top: 20px;
}
.tt-tab-main .ttli-img, .tt-tab-main .ttri-img {
    position: relative;
}
.tt-tab-main .ttl-img .blue-strip-bg, .tt-tab-main .ttl-img .blue-strip,.tt-tab-main .yellow-strip{
display:none;
}
.tt-tab-main .ttli-img {
    padding-top: 105%;
    /* height: 100%; */
}
.tt-tab-main .ttri-img {
    padding-top: 70%;
}
.tt-tab-main .yellow-strip {
    height: 80%;
    width: 25%;
    right: -30px;
    z-index: 0;
   /* top: 13%;
    */
    bottom: -40px;
    mix-blend-mode: multiply;
}
.ttl-img {
    width: 30%;
    position: relative;
    height: 100%;
    position: sticky;
    top: 200px;

}
.ttl-img .blue-strip {
    height: 90%;
    right: 0;
    width: 60%;
    bottom: -25%;
}
.ttl-img .blue-strip-bg {
    position: absolute;
    height: 90%;
    height: 90%;
    right: 0;
    width: 60%;
    bottom: -25%;
    background-color: #1F4D9C;
    opacity: .3;
}
.ttr-img {
    width: 55%;
    position: absolute;
    bottom: -17%;
    right: -17%;
}
.to-timeline {
    width: 100%;
    position: relative;
}
.tt-tab-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    padding: 30px 0;
    background-color: #F4F9FE;
    position: relative;
    z-index: 9;
    position: sticky;
    top: 100px;
}
.tt-tab-head button {
    border: none;
    padding: 0;
    background-color: transparent;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.08px;
    letter-spacing: 1px;
    text-align: left;
    color: #333;
    text-transform: lowercase;
    transition: 0.6s all ease;
    position: relative;
}
.tt-tab-head button::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: 0;
    top: 5px;
    background-color: #E9A63A;
    border-radius: 50%;
    opacity: 0;
    transition: 0.4s all ease;
}
.tt-tab-head button.active::after {
    opacity: 1;
}
.tt-tab-head button.active {
    opacity: 1;
    padding-left: 10px;
}
.my-slider-progress {
    background: #ccc;
}
.my-slider-progress-bar {
    background: greenyellow;
    height: 2px;
    transition: width 400ms ease;
    width: 0;
}
.tt-content {
    width: 100%;
    /* height: 350px; */
    /* overflow: hidden; */
}
.tt-content .tabcontent{
    gap: 16px;
    justify-content: center;
    gap: 160px;
    scroll-margin-top: 100px;
}
.tt-content .splide__slide {
    height: auto !important;
    /* opacity: .5; */
    padding-bottom: 64px;
    padding-left: 40px;
    margin-bottom: 0px !important;
    transition: .3s ease all;
}
.splide-time .splide__slide {
    opacity: .5;
}
.tt-content .splide-time .splide__slide:last-child{
    padding-bottom: 0px ;
}
.tt-content .splide-time .splide__slide.is-active.is-visible.is-next{
    opacity: .5;
}
.tt-content .splide-time .splide__slide.is-active.is-visible {
    opacity: 1;
}
.tt-content .splide-time .splide__slide.active{
    opacity: 1;

}
.tt-content .splide-time .splide__slide:first-child.is-active{
    opacity: 1;
}
.tt-content .splide__slide .red-dot-wrapper {
    height: 100%;
    width: 17px;
    position: absolute;
    left: 0;
    top: 0;
}
.tt-content .splide__slide .red-line {
    height: 100%;
    width: 1px;
    background-color: #C01D01;
    left: 8px;
    position: absolute;
}
.tt-content .splide__slide .red-dot-wrapper img {
    height: 17px;
    width: 17px;
}
.time-wrap .year {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.28px;
    letter-spacing: 2px;
    text-align: left;
    color: #E9A63A;
}
.time-wrap .event {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #000000;
    margin-top: 8px;
    max-height: 86px;
    overflow: hidden;
    overflow-y: auto;
}
.time-wrap .eve_desp {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: #545454;
    margin-top: 16px;
    max-width: 36ch;
}
.splide__arrows.your-class-arrows.splide__arrows--ttb {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.splide__arrows.your-class-arrows.splide__arrows--ttb button {
    background: none;
    border: none;
    width: auto;
    height: auto;
    position: static;
    transform: translate(0);
}
.splide__arrows.your-class-arrows.splide__arrows--ttb button svg {
    fill: #D64830;
}
.splide.timeline {
    padding-left: 44px;
}
/* common css */
.pt60 {
    padding-top: 60px;
}
.width19ch{
    max-width: 19ch;
}
.btn_wrapper.bgblue {
    color: #ffffff;
    background-color: #1F4D9C;
}
.btn_wrapper.bgblue:hover .text {
    color: #1F4D9C;
}
.btn_wrapper.bgblue:hover svg path {
    stroke: #1F4D9C;
}
.btn_wrapper:hover, .btn_wrapper.bgblue:hover {
    background-color: var(--nnrwhite);
    cursor: inherit;
}
.lowercase{
    text-transform: lowercase;
}
.hide_desktop {
    display: none;
}
.mt80 {
    margin-top: 80px;
}
.mt100 {
    margin-top: 100px;
}
.custom_scrollbar::-webkit-scrollbar {
    width: 5px;
}
/* Track */
.custom_scrollbar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 10px;
}
/* Handle */
.custom_scrollbar::-webkit-scrollbar-thumb {
    background: #1F4D9C;
    border-radius: 10px;
}
/* horizontal scroll */
.custom_h_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.custom_h_scroll::-webkit-scrollbar {
    height: 5px;
    background-color: #F5F5F5;
}
.custom_h_scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #1F4D9C;
}
.custom_h_scroll.hide-scroll-m::-webkit-scrollbar{
    display: none;
}

/* about page css start */
.about_banner_main {
    position: relative;
}
.about_banner_inner {
    position: absolute;
    width: 30%;
    display: flex;
    flex-direction: column;
    /* align-items: end; */
    bottom: 0;
}
.about_banner_inner .abi_para {
    margin-top: 32px;
}
.obl-cta{
    margin-top: 20px;
}
.about_banner_inner h2 {
    letter-spacing: -.8px;
}
.about_banner_inner .abi_para, .about_banner_inner .abi_heading {
    color: #1A345A;
}
.aboutbr_inner {
    width: 55%;
    position: relative;
    margin-left: auto;
}
.aboutbr_inner::before {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 0;
    height: 85%;
    width: 20%;
    background-image: url('../rectangle.html\ 2491.png');
}
.aboutbri_img1 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 62%;
    overflow: hidden;
}
.connect-banner .aboutbri_img1 {
    padding-top: 100%;
}
.aboutbri_img1 .abimg_btm {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    object-fit: cover;
}
.aboutbri_img1 img, .aboutbri_img1 video {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    object-fit: cover;
}
.imgtop_blue, .imgtop_red {
    position: absolute;
    bottom: 0;
    mix-blend-mode: color;
    z-index: 1;
}
.imgtop_red.strip-size {
    right: 0;
    width: 30%;
    height: 30%;
    clip-path: inset(0% 0% 100% 0%);
    transition: clip-path 0.3s ease, transform-origin 0s;
    transform-origin: bottom right;
}
.imgtop_blue {
    left: 0;
    width: 60%;
    z-index: 1;
    height: 24px;
    clip-path: inset(0% 100% 0% 0%);
   /* Initial clip-path */
    transition: clip-path 0.3s ease;
   /* Transition for clip-path */
    transform-origin: bottom left;
   /* Set transform origin to bottom left */
}
.aboutbri_img1 .yellow-strip {
    height: 85%;
    width: 20%;
    left: 0;
    z-index: 2;
    bottom: 0;
    clip-path: inset(100% 0% 0% 0%);
   /* Initial clip-path */
    transition: clip-path 0.3s ease, transform-origin 0s;
   /* Transition for clip-path */
    transition: .3s ease all;
    transform-origin: bottom;
}
/* our core sectoin start */
.our_core_main {
    background-color: #D7E5FF;
}
.our_core_inner {
    padding-bottom: 30px;
}
.our_core_inner .nnrtmi_right {
    width: 100%;
    display: flex;
    gap: 120px;
}
.our_core_inner .nnrtmi_right .nnrtmir_heading, .our_core_inner .nnrtmi_right .nnrtmir_accordion {
    width: 50%;
}
.our_core_inner .nnrtmir_accordion .faq-accordian .accordion-list-inner.active .accordion-list-heading {
    color: #1F4D9C;
}
.our_core_inner .nnrtmir_accordion .faq-accordian .accordion-list-heading {
    color: #859EC9;
}
.our_core_inner .nnrtmir_accordion .faq-accordian .accordion-list-inner {
    border-bottom: 1px solid #638ED7;
}
.our_core_inner.borderb .nnrtmir_accordion .faq-accordian .accordion-list-inner {
    border-bottom: 1px solid #95BBFF;
}
.our_core_inner.borderb .nnrtmir_accordion .faq-accordian .accordion-list-inner.active {
    border-bottom: 1px solid #638ED7;
}
/* railroad section start */
.railroad_main {
    position: relative;
}
.railroad_left .tag_heading_wrapper .thw_para {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.railroad_right {
    position: absolute;
    right: 0;
    width: 40%;
    bottom: 0;
}
.rr_inner {
    position: relative;
/*     height: 0; */
    width: 100%;
/*     padding-top: 54%; */
    overflow: hidden;
	aspect-ratio:3/2;
	max-height:400px;
	
}
.rr_inner .rrimg_btm {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: grayscale(1);
}
.rr_inner::after {
    content: "";
    height: 100%;
    width: 40%;
    position: absolute;
    background-image: url('../rectangle.html\ 25092.png');
    top: 0;
    left: 0;
    mix-blend-mode: color;
}
.railroad_right::after {
    content: "";
    height: 108%;
    width: 42%;
    position: absolute;
    background-image: url('../rectangle.html\ 25092.png');
    top: -4%;
    left: -2%;
    z-index: -1;
}
.rrimg_top {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    height: 80%;
    width: 30%;
}
/* team page css start */
.mti_top .thw_heading h1 {
    color: #1A345A;
}
/* .meet_team_inner{
    padding-top: 120px;
}
*/
.mti_btm {
    display: flex;
    gap: 120px;
    margin-top: 46px;
}
.mtib_left {
    width: 10%;
}
.mtib_right {
    width: 90%;
}
.mtib_right .teampage-tabs-content li {
    display: none;
    animation: fadeEffect .6s;
}
.mtib_right .teampage-tabs-content li .mtt_img_main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.teampage-tab li .para2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-transform: capitalize;
    opacity: .4;
    transition: .3s ease all;
}
.teampage-tab li:first-child p {
    color: #1A345A;
    opacity: .5;
    line-height: 19px;
}
.teampage-tab li:first-child p {
   /* opacity: 1;
    */
    max-width: 100px;
}
.teampage-tab li:not(:first-child) .para2 {
    white-space: nowrap;
    margin-top: 6px;
}
.teampage-tab li {
    position: relative;
    cursor: inherit;
}
.teampage-tab {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.teampage-tab li .para1 {
    font-size: 10px;
    font-weight: 700;
    line-height: 12.2px;
    letter-spacing: 1.7px;
    text-align: left;
    color: #0C2E66;
    opacity: .5;
    text-transform: uppercase;
    transition: .3s ease all;
}
.teampage-tab li.active-tab3 .para1,.teampage-tab li.active-tab3 .para2 {
    opacity: 1;
}
.teampage-tab li.active .para1,.teampage-tab li.active .para2 {
    opacity: 1;
}
.teampage-tab li::after {
    content: "";
    height: 6px;
    width: 6px;
    background-color: #E9A63A;
    border-radius: 50%;
    transition: .3s ease all;
    opacity: 0;
    position: absolute;
    top: 3px;
    left: -10px;
    z-index: 1;
}
.teampage-tab li:first-child::after {
    top: 6px;
}
.teampage-tab li.active-tab3::after {
    opacity: 1;
}
.teampage-tab li.active::after {
    opacity: 1;
}
.mtt_img_wrapper {
    position: relative;
    overflow: hidden;
}
.mtt_img_wrapper:hover .mmtiw_inner .mttiw_img {
    filter: none;
   /* cursor: pointer;
    */
    scale: 1.2;
}
.mmtiw_inner {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 120%;
    overflow: hidden;
}
.mmtiw_inner .mttiw_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    filter: grayscale(1);
    transition: 3s ease all;
}
.team_name_wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
    top: 0;
    opacity: 0;
    transition: .3s ease all;
}
.mtt_img_wrapper:hover .team_name_wrapper {
    opacity: 1;
}
.tnw_top_text {
    display: flex;
    justify-content: end;
}
.tnw_top_text p {
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 12px 16px;
    background-color: #E9A63A;
}
.tnw_btm {
    padding: 20px 16px 14px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tnwb_right {
    height: 20px;
    width: 20px;
   /* cursor: pointer;
    */
    min-width: 20px;
}
.tnwb_right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.tnw_btm .blue_box {
    height: 100%;
    width: 100%;
    background-color: #1F4D9C;
    position: absolute;
    inset: 0;
    object-fit: cover;
    z-index: -1;
    mix-blend-mode: color;
    opacity: .4;
}
.tnwbl_name {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
    color: #ffffff;
}
.tnwbl_des {
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 2px;
    text-align: left;
    color: #E9A63A;
    text-transform: uppercase;
}
.mmtiw_team_detail {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 20px 14px;
    background-color: #E7EFFDE5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .3s ease all;
    transform: translateY(100%);
}
.team_cross_icon {
    display: flex;
    justify-content: end;
}
.team_cross_icon .tcross_img {
    height: 20px;
    width: 20px;
   /* cursor: pointer;
    */
    padding: 5px;
}
.team_text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #1F4D9C;
    margin-top: 18px;
    max-height: 150px;
    overflow: hidden;
    overflow-y: auto;
}
.team_name_designation .tnwbl_name {
    color: #1F4D9C;
}
.team_name_designation .tnwbl_des {
    text-transform: uppercase;
}
.team_name_wrapper.active {
    display: none;
}
.mmtiw_team_detail.active {
    transform: translateY(0);
}
.what_we_value_main {
    position: relative;
    display: flex;
}
.about_banner_inner.wwvm_inner {
    top: 0;
    width: 41%;
}
.wwvm_inner .tag_heading_wrapper .thw_para {
    background-color: #F6C26E;
    padding: 22px 13px 22px 32px;
    margin-top: 23%;
    max-width: max-content;
}
.wwvm_left {
    width: 100%;
    position: absolute;
}
.what_we_value_main .aboutb_right {
    width: 100%;
    position: relative;
    margin-left: auto;
}
.wwvm_inner {
    width: 50%;
    padding-left: 8%;
}
.wwvm_inner .thw_para p {
    font-size: 14px;
    line-height: 21px;
}
.what_we_value_main .aboutbr_inner {
    width: 50%;
}
.what_we_value_main .aboutbr_inner::before {
    background-image: url('../rectangle.html\ 25115.png');
    bottom: 5%;
    height: 80%;
    z-index: -1;
}
.what_we_value_main .aboutbri_img1::before {
    background-image: url('../rectangle.html\ 25115.png');
}
.what_we_value_main .imgtop_red {
    right: 40px;
    width: 56%;
    height: 6%;
}
.what_we_value_main .imgtop_yellow {
    position: absolute;
    left: 0;
    top: 198px;
    width: 10%;
    height: 191px;
    z-index: 12;
    mix-blend-mode: color;
}
.what_we_value_main .aboutbri_img1 .blue-strip {
    height: 85%;
    width: 20%;
    bottom: 0;
}
.team_testimonial_main .serviceoi_top {
    align-items: flex-start;
}
.team_testimonial_main .thw_heading {
    max-width: 40ch;
}
.team_testimonial_main .serviceomh_right {
    padding-top: 24px;
}
.team_testimonial_main .serviceomh_right {
    max-width: 52ch;
}
.team_testimonial_main .testimonial_autoscroll .splide__slide {
    max-height: max-content;
    padding: 32px 0px;
}
.team_testimonial_carousel .tt_detail_wrapper {
    width: 210px;
}
.ttdw_image {
    position: relative;
    height: 0;
    width: 100%;
    overflow: hidden;
    padding-top: 100%;
}
.ttdw_image::before {
    content: "Inventory";
    text-transform: uppercase;
    color: #ffffff;
    height: 41px;
    width: 122px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 2px;
}
.ttdw_image.yellow::before {
    background-color: #F6C26E;
}
.ttdw_image.blue::before {
    background-color: #AEC6EE;
}
.ttdw_image.red::before {
    background-color: #E78E7F;
}
.ttdw_image img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
}
.team_testimonial_carousel .comma_wrapper {
    z-index: 1;
}
.team_testimonial_carousel .testimonial_autoscroll .splide__slide::after {
    height: 0;
    width: 0;
}
.ttdw_name h4 {
    margin-top: 28px;
    color: #1F4D9C;
}
.ttdw_designation p {
    margin-top: 6px;
    color: #4F4F4F;
}
.ttdw_paragraph p {
    margin-top: 24px;
}
.joinus_btm {
    position: relative;
    margin-top: 56px;
   /* height: 100vh;
    */
}
.joinusb_left {
    position: absolute;
    height: 100%;
    width: 100%;
}
.joinusb_wrapper {
    width: 43%;
    padding-left: 6%;
}
.joinusb_right {
    width: 50%;
   /* border: 1px solid black;
    */
    position: relative;
    margin-left: auto;
    background-color: #E8ECF3;
    padding: 56px 80px 64px 56px;
}
.joinusbl_text_wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-bottom: 1px solid #F1F1F1;
    padding: 10px 4px 10px 10px;
}
.joinusbl_text_wrapper:first-child {
    padding-top: 0px;
}
.jutw_subheading p {
    line-height: 24px;
    color: #1A345A;
}
.jutw_para p {
    font-size: 14px;
}
.joinusb_right form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
}
/* .joinusb_right form input{
    border: none;
}
*/
.field_wrapper {
    display: flex;
    gap: 30px;
   /* justify-content: space-between;
    */
}
.field_wrapper label {
    font-size: 16px;
    font-weight: 400;
    color: #1F4D9C;
    display: flex;
    cursor: inherit;
}
.field_wrapper label span {
    color: red;
    margin-left: 2px;
}
.field_wrapper select {
    width: 100%;
    outline: none;
    border: none;
    padding: 8px 16px;
}
.field_wrapper select::before {
    display: none;
}
select#format {
   /* This part is browser-specific */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../svg/select.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) 18px;
    padding-right: 20px;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    color: #B8B8B8;
}
.fw_inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.fw_inner input,.fw_inner textarea {
    padding: 8px 16px;
    background-color: #fafafa;
    border: 1px solid transparent;
}
.fw_inner input::placeholder ,.fw_inner textarea::placeholder{
    color: #b8b8b8;
    font-size: 14px;
}
.fw_inner input:focus , .fw_inner textarea:focus{
    background-color: #EDF1FB;
    border: 1px solid #1F4D9C;
    border-radius: 2px;
}
.connect-banner .fw_inner input {
    background-color: #fff;
}
.connect-banner .select2-selection.select2-selection--single {
    background-color: #fff;
    border: transparent;
}
.connect-banner .select2-selection.select2-selection--single span {
    background-color: #fff;
}
.tel_wrapper {
    display: flex;
    align-items: center;
    background-color: #fafafa;
    width: 100%;
    gap: 16px;
    border: 1px solid transparent;
}
.tel_wrapper input {
    width: 80%;
    padding-left: 0;
}
.country_code {
    display: flex;
    align-items: center;
    /* padding-left: 8px; */
    font-size: 14px;
    color: #1F4D9C;
    width: 100%;
   /* width: 20%;
    */
}
.country_code span {
    margin-left: 8px;
    display: flex;
    align-items: center;
}
.country_code span img {
    height: 10px;
    width: 10px;
}
.tel_wrapper input:focus {
    border: none;
}
.tel_wrapper:focus-within {
    border: 1px solid #1F4D9C;
    background-color: #EDF1FB;
    border-radius: 2px;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}
.submit_btn {
    margin-top: 26px;
    display: flex;
    justify-content: center;
}
/* team page css ends */
/* overland-freight css start */
.overland_excellence .thw_heading h3 {
    max-width: 28ch;
}
.em_btm {
    display: flex;
    margin-top: 40px;
}
.emb_left {
    width: 30%;
}
.emb_right {
    width: 70%;
    background-color: #F6C26E;
    padding: 70px 40px 50px 40px;
    height: max-content;
}
.service_tabs .tabs.efficient-overland-tab {
    display: flex;
    flex-direction: column;
}
.eot_toptext p {
    font-size: 12px;
    font-weight: 700;
    line-height: 14.28px;
    letter-spacing: 2px;
    text-align: left;
    color: #A5A5A5;
    text-transform: uppercase;
}
.eot_btmtext p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.42px;
    text-align: left;
    color: #A5A5A5;
    text-transform: capitalize;
}
.service_tabs .tabs.efficient-overland-tab li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    border: none;
    border-bottom: .9px solid #E9E9E9;
}
.service_tabs .tabs.efficient-overland-tab .active-tab .eot_toptext p {
    color: #D64830;
}
.service_tabs .tabs.efficient-overland-tab .active-tab .eot_btmtext p {
    color: #000000;
}
.efficient-overland-tab-content {
    position: relative;
}
.efficient-overland-tab-content img {
    position: absolute;
    z-index: 0;
    right: 0;
    width: 60%;
    height: 100%;
}
.efficient-overland-tab-content li {
    display: none;
    position: relative;
}
.map_img_wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
    top: 0;
}
.mapiw_inner {
    height: 0;
    width: 100%;
    position: relative;
    padding-top: 56%;
    overflow: hidden;
}
.mapiw_inner img {
    height: 100%;
    width: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
}
.em_btm_mobile .faq-accordian .accordion-list-heading {
    justify-content: space-between;
}
.eotcw_location {
    display: flex;
    gap: 20px;
    margin-top: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EDB356;
    max-width: max-content;
}
.eotcw_item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.eotcwit_top {
    color: #545454;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    white-space: nowrap;
    text-transform: capitalize;
}
.eotcwit_btm {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.04px;
    text-align: left;
    color: #d28913;
    white-space: nowrap;
    text-transform: capitalize;
}
.eotcw_item:first-child .eotcwi_line {
    display: none;
}
.eotcwi_line {
    height: 1px;
    width: 10px;
    background-color: #D64830;
}
.eotcw_time {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    width: max-content;
}
.eotcwt_heading {
    display: flex;
    gap: 30px;
}
.eotcwt_heading p {
    color: #545454;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.28px;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
}
.eotcwt_text {
    color: #fafafa;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
    text-align: left;
    min-width: 10ch;
}
.eotcwt_btm_text {
    display: flex;
    gap: 30px;
    align-items: center;
}
.td_btmtext {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.56px;
    text-align: left;
    color: #D28913;
    text-transform: uppercase;
    min-width: 4ch;
}
/* .eotcwt_text_left{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
*/
.eotcwt_text_right {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.top_icon {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 30%;
    width: 30%;
    height: 50%;
    right: 11%;
}
.top_icon .img-dash {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top_icon .red-icon {
    height: 20px;
    width: 12px;
}
.top_icon .icon_top {
    position: absolute;
    top: -10%;
    left: 29%;
}
.top_icon .icon_btm {
    position: absolute;
    bottom: 0;
    right: -4px;
}
.em_btm_mobile {
    margin-top: 40px;
}
.em_btm_mobile .em_accordian > ul > li {
    padding: 20px 20px 60px;
}
.em_accordian > ul > li.active {
    background-color: #F6C26E;
}
.em_accordian > ul > li.active .eot_toptext p {
    color: #D64830;
    font-size: 10px;
}
.em_accordian > ul > li.active .eot_btmtext p {
    font-size: 16px;
    color: #ffffff;
}
.em_accordian .answer ul li {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}
/* air freight css start */
.fctc-list-item ul {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, 1fr);
}
.fctc-list-item ul li {
    display: flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #1F4D9C;
    text-transform: capitalize;
}
.fctc-list-item ul li span {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #E9A63A;
}
.freight-card:hover .fctc-list-item ul li {
    color: #ffffff;
}
.fctc-desc.airf-desc p {
    min-height: 130px;
}
/* air freight css ends */
/* multimodal css start */
.multimodal-btm-imggrid.fb-btm-imggrid .fbi-gitem {
    padding-top: 26%;
}
.multimodal-btm-imggrid.fb-btm-imggrid .fbi-gitem .blue-strip{
    height: 80%;
}
.fct-content.transfrom-y{
    transition: .3s ease all;
    transform: translateY(-100%);
}
.fct-img-wrapper.transfrom-y {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 57%;
    width: 100%;
    opacity: 0;
   /* display: none;
    */
    transition: .3s ease all;
    transform: translateY(-100%);
}
.fct-img-wrapper .img-btm{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}
.fct-img-wrapper .yellow-strip{
    height: 30%;
    width: 60%;
    z-index: 11;
    bottom: 0;
    right: 0;
}
.freight-card.active .fct-img-wrapper.transfrom-y{
    transform: translateY(0%);
    opacity: 1;
}
.freight-card.active .fct-content.transfrom-y{
    transform: translateY(0%);
}
.mm-of-lower .freight-card{
    overflow: hidden;
}
.mm-of-lower .freight-card.active{
    background-color: #1A345A;
}
.mm-of-lower .freight-card.active .fctc-desc p ,.mm-of-lower .freight-card.active .fctc-heading h4 ,.mm-of-lower .freight-card.active .fct-label p, .mm-of-lower .freight-card.active .fctc-list-item ul li {
    color: #ffffff;
}
/* customs brokerage page css start */
.strip-wrapper{
    position: relative;
    height: calc(100vh - 130px);
}
.strip-wrapper.one{
    position: relative;
    width: 50%;
    margin-right: auto;
    transform: translate3d(0,0,0);
}
.strip-wrapper.one img{
    left: 0;
}
.strip-wrapper.two img{
    right: 0;
}
.strip-wrapper img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}
.strip-wrapper.one .yellow-strip,.strip-wrapper.two .yellow-strip{
    width: 100%;
    height: 100%;
    opacity: 1;
    mix-blend-mode: color;
}
.strip-wrapper.two{
    position: relative;
    width: 50%;
    margin-left: auto;
}
.custom_brokerage_banner {
    height: calc(100vh - 130px);
    display: flex;
    position: absolute;
    width: 100%;
}
.custom_brokerage_banner::before{
content:"";
	height:100%;
	width:100%;
	position:absolute;
	inset:0;
	background:#00000066;
	z-index:8;

}
.cbb_left, .cbb_right {
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.cbb_img_wrapper {
    position: relative;
    height: 100%;
    width: 100%;
   /* padding-top: 100%;
    */
   /* overflow: hidden;
    */
}
.cbb_img_wrapper img {
    height: 100%;
    width: 100%;
   /* position: absolute;
    */
    inset: 0;
    object-fit: cover;
}
.cb_successbtm {
    position: relative;
}
.faq-accordian .accordion-list .answer ul.faq_inner_list_wrapper li {
    list-style-type: square;
    color: #545454;
    font-size: 14px;
    line-height: 21px;
}
.nnr_features_main .custom_brokerage_nwm .globalmie_inner .yellow-strip {
    height: 75%;
}
.custom_brokerage_nwm .globalmir_inner {
    z-index: 12;
}
.custombm_btm {
    display: flex;
   /* grid-template-columns: repeat(3,1fr);
    */
    gap: 20px;
    align-items: stretch;
}
.cbtm_item_wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
    background-color: #F6F6F6;
    transition: .3s ease all;
    width: 30%;
}
.cbtiw_details_wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0px 18px 30px 30px;
}
.cbtmiw_img_main {
    position: relative;
    height: 400px;
    width: 100%;
    overflow: hidden;
    transition: 1s ease all;
}
.cbtmiw_img_main img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    inset: 0;
}
.cbtm_item_wrapper.expanded {
    width: 40%;
}
.cbtmiw_img_main .red-strip {
    height: 100%;
    z-index: 1;
    width: 30%;
    top: 0;
    right: 0;
}
.cbtmiw_img_main .blue-strip {
    width: 100%;
    z-index: 0;
    height: 20%;
    bottom: 0;
    transition: 1s ease all;
}
.cbtm_item_wrapper.expanded .cbtmiw_img_main .blue-strip {
    height: 30%;
}
.cbtiw_heading h4 {
    font-size: 22px;
    line-height: 26px;
    min-height: 50px;
}
.cbtiw_para p {
    font-size: 14px;
    line-height: 21px;
}
/* warehousing css start */
.cbbl_text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    flex-wrap: wrap;
    gap: 50px;
    z-index: 14;
}

.cbbl_text h2 {
    color: #ffffff;
    max-width: 12ch;
}
.cbbl_text p {
    color: #F4F9FE;
    max-width: 48ch;
}
.global_warehousing_main {
    overflow: hidden;
}
.global_warehousing_main .overland_excellence .thw_heading h3 {
    max-width: 24ch;
}
.gwi_btm {
    width: 100%;
    overflow: hidden;
}
.gwi_btm .splide{
    margin-top: 32px !important;

}
.gwib_card {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.gwibc_htop h4 {
    letter-spacing: -.8px;
}
.gwibc_label p {
    font-size: 12px;
    font-weight: 600;
    line-height: 14.64px;
    letter-spacing: 2px;
    text-align: left;
    color: #D64830;
    text-transform: capitalize;
}
.gwibcdw_para p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}
.gwibcdw_heading {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.gwibc_dec_wrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.gwibc_img_wrapper {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 66%;
    overflow: hidden;
}
.gwibc_img_wrapper img {
    height: 100%;
    width: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
}
.gwi_item1 .blue-strip {
    right: 0;
    height: 70%;
    width: 20%;
    z-index: 1;
    bottom: 0;
}
.gwi_item1 .yellow-strip{
    left: 0;
    height: 70%;
    width: 20%;
    z-index: 1;
    top: 0;
}
.gwi_item2 .blue-strip, .gwi_item3 .blue-strip {
    bottom: 0;
    left: 0;
    height: 30%;
    width: 20%;
}
.gwi_item2 .yellow-strip {
    height: 100%;
    width: 20%;
    bottom: 0;
    right: 0;
}
.gwi_item3 .yellow-strip {
    height: 100%;
    width: 70%;
    bottom: 0;
    right: 0;
}
.gwi_item4 .yellow-strip {
    height: 60%;
    width: 70%;
    bottom: 0;
    left: 0;
}
.gwi_item4 .blue-strip {
    height: 30%;
    width: 30%;
    bottom: 0;
    right: 0;
}
#global-warehousing .splide__arrows.splide__arrows--ltr {
    position: absolute;
    top: -20%;
    right: 0;
    width: 120px;
}
.gwm_splide_arrow {
    display: flex;
    gap: 12px;
}
.splide_btn {
    height: 36px;
    width: 36px;
    border: 1px solid #1F4D9C;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
   /* cursor: inherit;
    */
    transition: .3s ease all;
}
.splide_btn:hover {
    background-color: #1F4D9C;
}
.splide_btn:hover svg path {
    stroke: white;
}
.gwi_top {
    display: flex;
    gap: 50px;
    align-items: end;
    justify-content: space-between;
}
.nnr_features_main .fbn_main .globalmir_inner {
    margin-left: 3% !important;
    width: 38% !important;
    padding-top: 27% !important;
}
/* warehousing css ends */
/* supply chain css start */
.sc_compresive_management .cbtiw_heading h4 {
    min-height: 0;
}
.supply-chain-main .thw_heading h3{
    max-width: 32ch !important;
}
.seamless_supply_main {
    padding: 40px 0px;
}
.seamless_supply_main .info {
    color: #6C92D8;
    font-style:normal ;
}
.seamless_supply_main .info a {
    text-decoration: underline;
    font-weight: 600;
}
.list_style_square li {
    list-style: square;
    color: #495F86 !important;
}
/* supply chain css ends */
/* industries fmcg-fd css start */
.ifb_top {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: flex-end;
}
.mt200 {
    margin-top: 200px;
}
.fmcg_fd_btm {
    display: flex;
    gap: 20px;
    align-items: stretch;
}
.fmcgb_left {
    width: 85%;
}
.fmcgb_right {
    display: grid;
    flex-direction: column;
    gap: 20px;
    width: 15%;
}
.fmcgb_img_wrapper {
    position: relative;
}
/*
.fmcgb_img_wrapper.fmcg-left-img {
    max-height: 430px;
}
*/
.fmcgb_img_wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    clip-path: inset(100% 0% 0%);
    transform-origin: bottom;
    transition: .5s ease all;
    object-position: center;
}
.fmcg-left-img .blue-strip {
    height: 25%;
    width: 100%;
    z-index: 0;
    bottom: 0;
}
.fmcg_bleftimg .red-strip {
    height: 100%;
    width: 100%;
    top: 0;
}
.fmcg_bbtmimg .yellow-strip {
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
}
.fmcg_bbtmimg .blue-strip {
    height: 42%;
    width: 30%;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.fmcgfdt_left {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.nnrtmil_wrapper .globalmi_right .globalmir_image1.bwidth::before {
    left: 29%;
}
.nnr_features_main .bwidth .globalmie_inner .yellow-strip{
    height: 68%;
}
.width28{
    max-width: 28ch !important;
}
.gwibc_img_wrapper .blue-strip ,.gwibc_img_wrapper .yellow-strip{
    transition: .5s ease all;
}
.gwib_card:hover .blue-strip , .gwib_card:hover .yellow-strip{
    width: 50%;
}
.country-select .country-list li.country {
    display: flex;
    align-items: center;
}