/*!
Theme Name: RRfreight
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rrfreight
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/* font-family: 'Roboto', sans-serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
:root {
    --primarycolor: #2F5496;
    --secondarycolor: #C62030;
    --contentcolor:#1E1E1E;
    --whitecolor: #ffffff;
    --blackcolor: #000000;
    --fontfamily: 'Roboto', sans-serif;
    --poppinsfont:"Poppins", sans-serif;
    scroll-behavior: inherit;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--fontfamily);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    color: var(--contentcolor);
    font-size: 16px;
    line-height: 1.5;
    background-color: var(--whitecolor);
}


b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
    color: var(--contentcolor);
    font-weight: 600;
}

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

h1,
.h1-title {
    font-weight: 400;
    font-size: 50px;
    line-height: 1.3;
}

h2,
.h2-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
}

h3,
.h3-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
}

h4,
.h4-title {
    font-size: 16px;
    line-height: 1.2;
}

h5,
.h5-title {
    font-size: 14px;
    line-height: 1.2;
}

a {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: #ecb61e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: red;
}

figure {
    margin: 0;
}

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

img {
    max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #000;
    border: 1px solid rgba(255, 255, 255, 0.7);
    height: 58px;
    padding: 0 16px;
    outline: none !important;
}

textarea {
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 12px 16px;
    width: 100%;
    color: #000;
    height: 158px;
    outline: none !important;
}

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

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

input[type="submit"] {
    background: #eab71e;
    color: #000000;
    height: 58px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;

    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
    background: #000;
    color: #eab71e;
}

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

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

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

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

/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

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

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

/* custom checkbox */

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

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

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

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

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

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


/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

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



/* custom radio */

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

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

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

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

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

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


/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

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


/* custom radio end */

/* back to top */

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-color: #bdd653;
    display: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

#scroll:hover {
    background: #88a725;
}

#scroll i {
    color: #fff;
    font-size: 44px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#scroll:hover i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

/* custom css */
.cmn-gap {
    padding: 100px 0;
}

.section-head {
    margin-bottom: 40px;
}

.cmn-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    /* text-transform: capitalize; */
    background-color: var(--secondarycolor);
    color: var(--whitecolor);
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 10px 24px 34px rgba(123, 0, 11, 0.2);
}

.cmn-btn:hover {
    background-color: var(--primarycolor);
    color: var(--whitecolor);
}
.cmn-btn.white-btn{
    background-color: var(--whitecolor);
    color: var(--primarycolor);
    padding: 16.5px 24px;
    box-shadow:none;
}
.cmn-btn.white-btn:hover{
    background-color: var(--secondarycolor);
    color: var(--whitecolor);
}
.cmn-btn.transparent-btn {
    background-color: rgba(255,255,255,.1);
    padding: 16.5px 24px;
    box-shadow:none;
}
.cmn-btn.transparent-btn:hover{
    background-color: var(--secondarycolor);
}
/* custom css */




/* navbar*/

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 278px;
    display:block;
    flex-shrink: 0;
}
.navbar-brand img{
    width: 100%;
	height: auto;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

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

.navbar-nav>li {
    margin: 0 32px;
    padding: 0px 0;
    position: relative;
}

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

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

.navbar-nav>li>a {
    color: var(--whitecolor);
    font-size: 17px;
    line-height: 1.2;
    position: relative;
    font-weight: 600;
}

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

/* .navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: #3B61DC;
} */

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


/* navbar submenu*/

.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 140px;
    padding: 0;
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: #eab71e;
    color: #fff;
}



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

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */
.navbar-collapse .navbar-toggler {
    display: none;
}

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

/* for push-menu end*/

.navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 50%;
    width: 11px;
    height: 11px;
    background: url(images/drop-down.svg) center center no-repeat;
    display: block;
    background-size: 11px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.navbar-nav > li.menu-item-has-children:hover .clickD {
    background: url(images/drop-down.svg) center center no-repeat;
    background-size: 10px;
}
.navbar-nav >li.menu-item-has-children {
    padding: 20px 17px 20px 0px;
}

/*--custom-css 12.09.25--*/
.text-center{
    text-align: center !important;
}

.white-text{
    color: var(--whitecolor);
}
/*--custom-css 12.09.25--*/

.header-top-wpr{
    background-color: var(--whitecolor);
    padding: 10px 0;
}
.header-btm{
    background-color: var(--primarycolor);
    padding: 12px 0;
}


.header-top-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-rt-part{
    display: inline-flex;
    align-items: center;
}
.header-rt-part li a{
    color: var(--contentcolor);
    font-weight: 500;
}
.header-rt-part li{

 margin: 0 9px;
    
}
.header-rt-part li:not(:last-child){
    padding-right: 13px;
    border-right: 2px solid #8996AC;
}
.header-rt-part li:first-child{
    margin-left: 0;
}
.header-rt-part li:last-child{
    margin-right: 0;
}
.header-rt-part li a{
    display: flex;
    align-items: center;
}
.header-rt-part li a i{
    display: inline-block;
    line-height: 0;
    margin-right: 10px;
    max-width: 16px;
    flex-shrink: 0;
}
.header-rt-part li a i img{
    width: 100%;
}
.navbar-btn-wpr {
    display: flex;
    align-items: center;
}
.navbar-btn-wpr .cmn-btn.transparent-btn{
    margin-right: 10px;
}
.cmn-btn.transparent-btn{
    display: flex;
    align-items: center;
}
.cmn-btn.transparent-btn i{
    display: inline-block;
    line-height: 0;
    margin-right: 10px;
    max-width: 14px;
}
.cmn-btn.transparent-btn i img{
    width: 100%;
}

.main-bnr{
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 167px 0 190px;
    z-index: 2;
}
.bnr-img-wpr{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bnr-img-wpr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bnr-img-wpr:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(96.69deg, rgba(0, 20, 56, 0.85) 19.97%, rgba(0, 21, 57, 0.72708) 54.82%, rgba(0, 23, 63, 0.37789) 83.17%, rgba(0, 25, 69, 0) 101.32%);
    pointer-events: none;

}
.sub-title {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    background-color: var(--secondarycolor);
    padding: 4px 43px 4px 18px;
    position: relative;
    display: inline-block;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.sub-title::before{
    content: "";
    position: absolute;
    top: 0;
    right: -19px;
    width: 20px;
    height: 100%;
    background:url(images/text-clip.png) no-repeat left center ;
    background-size: 20px;

}
.bnr-content {
    position: relative;
    z-index: 2;
}
.curve-part {
    position: absolute;
    top: 0;
    right: -23px;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    background-color: var(--secondarycolor);
    /* z-index: 1; */
    width: 40px;
    height: 100%;
}
.bnr-content h1 {
    max-width: 969px;
    margin-bottom: 15px;
}
.bnr-content p{
    font-weight: 500;
    max-width: 849px;
}

.since-sec{
    position: relative;
    z-index: 2;
}
.since-img-wpr{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.since-img-wpr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.since-head{
max-width: 806px;
position: relative;
z-index: 2;
margin-bottom: 40px;
}
.since-head strong{
    color: var(--secondarycolor);
}
.since-in{
    position: relative;
    z-index: 2;
    margin-bottom: -20px;
}
.since-in li,.strategi-inr-part li{
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.since-in li::before,.strategi-inr-part li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: var(--secondarycolor);
    border-radius: 50%;
}
.since-lt-col {
    width: 31.2%;
}
.since-rt-col{
    width: 68.8%;
}
.warehousing-row{
    --bs-gutter-y:30px;
    align-items: center;
    
}
.wrhsing-lt-col{
    width: 56%;
}
.wrhsing-rt-col {
    width: 44%;
}
.wrhsng-text-part {
    max-width: 591px;
    padding-right: 24px;
}
.wrhsng-text-part span{
    font-weight: 400;
    display: inline-block;
    line-height: 1.5;
}
.wrhsng-text-part span strong{
    color: var(--secondarycolor);
    font-weight: 600;
}
.wrhsng-img-part{
    position: relative;
}
.wrhsng-img-part:after {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    width: 147px;
    height: 142px;
    border-radius: 10px;
    background-color: var(--secondarycolor);
    z-index: 1;
}
.wrhsng-img-part figure{
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    padding-top: 64.9%;
    z-index: 2;
}
.wrhsng-img-part figure img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dot-img {
    position: absolute;
    bottom: 40px;
    right: -42px;
    max-width: 10%;
    width: 100%;
    pointer-events: none;
    /* z-index: 2; */
}
.warehousing-row:nth-child(even){
flex-direction: row-reverse;
}
.warehousing-row:not(:last-child){
    margin-bottom: 60px;
}
.scnd-wrhsng-img::after {
    top: auto;
    bottom: -20px;
    left: -20px;
    right: auto;
}
.scnd-wrhsng-img .dot-img {
    bottom: auto;
    top: -52px;
    right: -22px;
}
.warehousing-row:nth-child(even) .wrhsng-text-part {
    max-width: 601px;
    padding-right: 0;
    padding-left: 40px;
}
.warehousing-row:nth-child(even) .wrhsing-rt-col {
    width: 43%;
}
.warehousing-row:nth-child(even) .wrhsing-lt-col{
    width:57% ;
}
.wrhsng-text-part p{
    margin-top: 35px;
    font-size: 15px;
}
.warehousing-row:nth-child(even) .wrhsng-img-part figure{
    
    padding-top: 73.6%;
   
}
.strategi-sec{
    position: relative;
    z-index: 2;
}
.strategi-img-wpr{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.strategi-img-wpr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.strategi-img-wpr:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(96.99deg, #001438 -4.86%, rgba(0, 21, 57, 0.72708) 33.34%, rgba(0, 25, 69, 0) 85.37%);
    pointer-events: none;
}
.strategi-in .section-head{
    margin-bottom: 20px;
}
.strategi-sec .section-head h2{
    font-weight: 600;
    font-family: var(--poppinsfont);
}
.strategi-sec .section-head h2 strong{
    color: var(--secondarycolor);
    font-weight: 600;
}
.strategi-in{
    position: relative;
    z-index: 2;
}

.strategi-inr-part li{
    color: var(--whitecolor);
}
.strategi-lt-part {
    width: 27.2%;
}
.strategi-rt-part{
    width: 72.8%;
}
.white-dot-img {
    position: absolute;
    top: 80px;
    left: 93px;
    max-width: 4%;
    width: 100%;
    pointer-events: none;
}
.footer-sec{
    background-color: #000B1E;
    border-bottom: 10px solid var(--primarycolor);
    position: relative;
}
.ftr-top-part{
    padding-top: 81px;
}
.ftr-logo{
    display: block;
    width: 328px;
    margin: 0 auto 20px;
}
.ftr-logo img{
    width: 100%;
}
.ftr-top-part p{
    border-bottom: 1px solid rgb(174, 187, 212,.2);
    border-top: 1px solid rgb(174, 187, 212,.2);
    padding: 13px 0;
    text-align: center;
    font-size: 15px;
    color: var(--whitecolor);
}
.ftr-title{
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
    color: var(--whitecolor);
}

.ftr-clm-wpr li:not(:last-child){
margin-bottom: 20px;
}
.ftr-mdl-part li{
    display: flex;
    align-items: center;
}
.ftr-mdl-part li i{
    display: inline-block;
    line-height: 0;
    max-width: 16px;
    flex-shrink: 0;
    margin-right: 17px;
}
.ftr-mdl-part li i img{
    width: 100%;
}
.ftr-mdl-part li span, .ftr-mdl-part li a {
    color: var(--whitecolor);
    font-size: 18px;
}

.ftr-clm:first-child .ftr-clm-wpr{
    max-width: 251px;
}

.ftr-clm:not(:last-child){
    border-right: 1px solid rgb(174, 187, 212,.2);
}
.ftr-clm:nth-child(2) .ftr-clm-wpr{
max-width: 267px;
}

.ftr-mdl-part {
    padding: 23px 0;
    max-width: 1043px;
    margin: 0 auto;
  
}

.ftr-clm-wpr {
    height: 100%;
    padding-top: 17px;
}
.ftr-btm-part {
    padding: 20px 0 9px;
    text-align: center;
    border-top: 1px solid rgb(174, 187, 212,.2);
}
.ftr-btm-part p, .ftr-btm-part a {
    color: var(--whitecolor);
    font-size: 18px;
}
.ftr-btm-part a:hover{
    color: var(--secondarycolor);
}
.ftr-clm-wpr a:hover{
    color: var(--secondarycolor);
}
.wht-top {
    position: absolute;
    top: 89px;
    right: 71px;
    max-width: 3.5%;
    width: 100%;
}
.wht-btm {
    position: absolute;
    bottom: 52px;
    left: 71px;
    max-width: 3%;
    width: 100%;
}
.since-row{
    --bs-gutter-y:20px;
}
 .strategi-row {
    --bs-gutter-y: 6px;
}
.ftr-row{
    --bs-gutter-y:30px;
    justify-content: center;
}
.ftr-clm:last-child .ftr-clm-wpr{
padding-top: 65px;
}

.ftr-clm:not(:first-child) .ftr-clm-outer{
    padding-left: 34px;
}
/*====warehousing====*/
.inr-bnr{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 373px;
padding: 50px 0;
}
.inr-bnr-content {
    position: relative;
    z-index: 2;
    max-width: 872px;
}
.inr-bnr-img-wpr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.inr-img-wpr:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(96.69deg, rgba(0, 20, 56, 0.85) 19.97%, rgba(0, 21, 57, 0.72708) 54.82%, rgba(0, 23, 63, 0.37789) 83.17%, rgba(0, 25, 69, 0) 101.32%);
    pointer-events: none;
}
.inr-bnr-content h1{
    font-weight: 600;
    font-family: var(--poppinsfont);
    margin-bottom: 15px;
}
.inr-bnr-content p{
    font-weight: 500;
}
.warehousing-main-sec {
    position: relative;
    overflow: hidden;
}
.ware-lt-col{
    width: 56%;
}
.ware-rt-col{
    width: 44%;
}
.ware-text-part {
    max-width: 597px;
}
.ware-img-part figure{
    position: relative;
    padding-top: 91.7%;
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
}
.ware-img-part figure img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ware-text-part .h1-title{
    font-weight: 600;
    margin-bottom: 12px;
}

.ware-row{
    --bs-gutter-y:40px;
    align-items: center;
}
.ware-row:not(:last-child) {
    margin-bottom: 122px;
}
.ware-row:nth-child(even){
    flex-direction: row-reverse;
}
.scnd-ware-lt-col {
    width:57.1%  ;
}
.scnd-ware-rt-col {
    width: 42.9%;
}
.scnd-ware-text-part {
    padding-right: 0;
    padding-left: 30px;
    max-width: 578px;
}
.scnd-ware-img figure {
    position: relative;
    padding-top: 66.8%;
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
}
.thrd-ware-text-part{
    max-width: 557px;
}
.ware-img-part{
    position: relative;
}
.ware-img-part::after{
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    width: 147px;
    height: 142px;
    border-radius: 10px;
    background-color: var(--secondarycolor);
    z-index: 1;
}
.scnd-ware-img::after{
    top: -29px;
    right: auto;
    left: -28px
}
.thrd-ware-img::after{
    top: -29px;
    right:-32px;
    left: auto;
}
.ware-img-part .dot-img {
    position: absolute;
    bottom: 160px;
    right: -42px;
    max-width: 10%;
    width: 100%;
    pointer-events: none;
    z-index: 2;
}
.scnd-ware-img .dot-img {
   
    bottom: 247px;
    right: -21px;
   
}
.thrd-ware-img .dot-img {
    bottom: 257px;
    right: auto;
    left: -33px;
}
.rr-sec .section-head span{
    color: var(--secondarycolor);
}
.rr-sec .strategi-lt-part {
    width: 36.6%;
}
.rr-sec .strategi-rt-part {
    width: 63.4%;
}

.rr-sec .strategi-img-wpr:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(93.43deg, #001438 -3.87%, rgba(0, 21, 58, 0.695337) 52.59%, rgba(0, 25, 69, 0) 97.7%);
    pointer-events: none;
}
.ware-text-part p{
    color: var(--blackcolor);
    font-size: 15px;
}
/*====trucking====*/
.sub-inr-bnr{
    min-height: 540px;
}
.sub-inr-bnr .inr-bnr-content h1{
    line-height: 1.1;
    margin-bottom: 30px;
}
.sub-inr-bnr .inr-bnr-content {
    max-width: 1033px;
}
.sub-inr-bnr .inr-bnr-content p{
    font-weight: 400;
}
.service-row{
    --bs-gutter-y:30px;
    align-items: center;
}
.service-img-part{
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.service-img-part img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-lt-col{
    width: 46.6%;
}
.service-rt-col{
    width:53.4% ;
}
.service-text-part {
   
    padding-left: 30px;
}
.service-text-part h2{
    font-weight: 600;
    color: var(--blackcolor);
}
.service-text-part p{
    color: var(--blackcolor);
    max-width: 616px;
    font-size: 15px;
    line-height: 1.8;
}

/*====contact====*/
.cntct-bnr .inr-bnr-content{
    max-width: 640px;
}
.cntct-bnr .inr-bnr-content p{
    font-weight: 400;
}
.cntct-main-sec{
    padding-bottom: 84px;
    background-color: #F1F1F1;
}
.cntct-inr {
    background-color: var(--whitecolor);
    box-shadow: 30px 24px 114px rgba(47, 84, 150, 0.26);
    max-width: 1112px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    
}
.cntc-img-part{
    position: relative;
    width: 100%;
}
.cntc-img-part img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cntct-form-part {
    padding: 46px 35px;
}
.cntct-form-col {
    width: 50%;
}
.textarea-col{
    width: 100%;
}
.form-field{
    margin-bottom: 18px;
}
.form-field input[type="text"],
.form-field input[type="number"],
.form-field input[type="password"],
.form-field input[type="email"],
.form-field select {
    background-color: #F0F0F0;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: #828282;
    height: 54px;
    padding: 0 23px;
    outline: none !important;
    border: none;
    display: block;
}

.form-field textarea {
    background-color: #F0F0F0;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: none;
    padding: 19px 24px;
    width: 100%;
    color: #828282;
    height: 96px;
    outline: none !important;
    display: block;
    resize: none;
}

.form-field select {
    border: none;
    width: 100%;
    padding: 0 23px;
    background: url(images/drop-down.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 10px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #F0F0F0;
    display: block;
}

.form-field select::-ms-expand {
    display: none;
}
.cntct-submit-form{
    max-width: 170px;
}
.cntct-submit-form input[type="submit"] {
    background: var(--secondarycolor);
    color: var(--whitecolor);
    height: 55px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 10px 24px 34px rgba(123, 0, 11, 0.2);
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    display: block;
}

.cntct-submit-form input[type="submit"]:hover {
    background: var(--primarycolor);
    color:var(--whitecolor);
}

.form-field ::-webkit-input-placeholder {
    opacity: 0.7;
    color: #828282;
}

.form-field :-ms-input-placeholder {
    opacity: 0.7;
    color: #828282;
}

.form-field ::-moz-placeholder {
    opacity: 0.7;
    color:#828282;
}

.form-field :-moz-placeholder {
    opacity: 0.7;
    color: #828282;
}
.form-field input[type=number]::-webkit-inner-spin-button,
.form-field input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
  display: none !important;
}
 
.form-field input[type=number] {
  -moz-appearance: textfield !important;
  -webkit-appearance: none !important;
  appearance: textfield !important;
}
.textarea-field {
    margin-bottom: 30px;
}
.information-sec .section-head{
    margin-bottom: 20px;
}
.information-sec .section-head h2{
    font-size: 50px;
    font-weight: 700;
    color: var(--blackcolor);
}
.information-inr{
    position: relative;
   
}
.infrm-row-wpr{
    position: relative;
    background-color: var(--whitecolor);
    border-radius: 20px;
    padding: 25px 35px 19px;
    max-width: 723px;
    margin: 0 auto;
    box-shadow: 30px 24px 114px rgba(47, 84, 150, 0.26);
    z-index: 2;
}
.information-inr:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50% ,-50%);
    width: 812px;
    left: 0;
    height: 188px;
    background-color: var(--secondarycolor);
    border-radius: 21px;
    left: 50%;
    z-index: 1;
}
.infrm-title{
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin-bottom: 28px;
}
.infrm-col-wpr li{
    display: flex;
    align-items: flex-start;
    
    font-size: 18px;
}
.infrm-col-wpr li:not(:last-child){
    margin-bottom: 15px;
}
.infrm-col-wpr li i {
    display: inline-block;
    max-width: 17px;
    flex-shrink: 0;
    margin-right: 19px;
    line-height: 0;
    margin-top: 8px;
}
.infrm-col-wpr li a{
    color: var(--contentcolor);
}
.infrm-col-wpr li a:hover{
    color: var(--secondarycolor);
}

.infrm-lt-col{
    border-right: 1px solid rgb(174, 187, 212,.5);
}
.infrm-lt-col-wpr{
    padding: 27px 0;
}
.infrm-rt-col-wpr{
    padding: 27px 0 27px 35px;
}
.cntct-main-sec,.information-sec,.infrm-in{
    position: relative;
}
.dot-top{
    position: absolute;
    top: 114px;
    left: 134px;
    pointer-events: none;
    max-width: 3%;
    width: 100%;
}
.dot-btm{
    position: absolute;
  bottom: 91px;
    right: 171px;
    pointer-events: none;
    max-width: 3%;
    width: 100%;
}
.dot-left {
    position: absolute;
    bottom: 0;
    left: 76px;
    max-width: 4%;
    width: 100%;
    pointer-events: none;
}
.infrm-lt-col {
    width: 44%;
}
.infrm-rt-col{
    width: 56%;
}
.infrm-row{
    --bs-gutter-y:15px;
}

.warehousing-sec{
    overflow: hidden;
    position: relative;
}

/*support css update 22/9/2025*/
.cntct-form-wrapper .cntc-img-part{
 width: 100%;
 max-width: 435px;
}
.cntct-form-wrapper .cntct-form-part{
    width: calc(100% - 435px);
}
.cntct-form-wrapper .gform_wrapper.gform-theme form input[type="text"],
.cntct-form-wrapper .gform_wrapper.gform-theme form input[type="email"],
.cntct-form-wrapper .gform_wrapper.gform-theme form input[type="password"],
.cntct-form-wrapper .gform_wrapper.gform-theme form input[type="number"],
.cntct-form-wrapper .gform_wrapper.gform-theme form input[type="tel"],
.cntct-form-wrapper .gform_wrapper.gform-theme form .ginput_container_select .chosen-container-single .chosen-single{
    background-color: #F0F0F0;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border-radius: 10px;
    color: #828282;
    height: 54px;
    padding: 0 23px;
    outline: none !important;
    border: none;
    display: block;
    font-size: 14px;
    -webkit-box-shadow: none;
            box-shadow: none;

}
.cntct-form-wrapper .gform_wrapper.gform-theme form .ginput_container_select select{
        background-color: #F0F0F0;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border-radius: 10px;
    color: #828282;
    height: 54px;
    padding: 9px 35px 9px 23px;
    outline: none !important;
    border: none;
    display: block;
    font-size: 14px;
    -webkit-box-shadow: none;
            box-shadow: none;
              background-image: url(images/drop-down.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 10px;
}
.cntct-form-wrapper .gform_wrapper.gform-theme form .ginput_container_select .chosen-container-single .chosen-single{
    background-image: url(images/drop-down.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 10px;
    padding-right: 35px;
}
.cntct-form-wrapper .gform_wrapper.gform-theme form .ginput_container_select .chosen-container-single .chosen-single span{
        padding: 8px 0;
        height: 100%;
}
.cntct-form-wrapper .gform_wrapper.gform-theme form textarea{
        background-color: #F0F0F0;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border-radius: 10px;
    border: none;
    padding: 19px 24px;
    width: 100%;
    color: #828282;
    height: 96px;
    outline: none !important;
    display: block;
    resize: none;
        min-block-size: auto;
        -webkit-box-shadow: none;
                box-shadow: none;
}
.cntct-form-wrapper .gform_wrapper.gform-theme form .gform_fields{
        -webkit-column-gap: 18px;
           -moz-column-gap: 18px;
                column-gap: 18px;
        row-gap: 18px;
}
.cntct-form-wrapper .gform_wrapper.gform-theme form input[type="submit"].gform_button.button{
    background: var(--secondarycolor);
    color: var(--whitecolor);
    height: 55px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-shadow: 10px 24px 34px rgba(123, 0, 11, 0.2);
            box-shadow: 10px 24px 34px rgba(123, 0, 11, 0.2);
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    outline: none !important;
    -webkit-transition: all 0.3s 
ease-in-out;
    -o-transition: all 0.3s 
ease-in-out;
    transition: all 0.3s 
ease-in-out;
    width: auto;
    min-width: 170px;
}
.cntct-form-wrapper .gform_wrapper.gform-theme form input[type="submit"].gform_button.button:hover{
    background-color: var(--primarycolor);
}
.cntct-form-wrapper .gform_wrapper.gform-theme form .chosen-container-single .chosen-search input[type="text"].chosen-search-input{
    padding-left: 35px;
}
.navbar-brand > a{
 width: 100%;
}
/*support css update 22/9/2025*/

/* 24.9.25 */
.infrm-title { 
    text-transform: capitalize;
}
/* 24.9.25 */

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



@media(min-width:1025px) {

    /* navbar*/
    .navbar-nav .clickD {
        display: none;
    }

    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}
@media(min-width:1599px){
    .container{
        max-width: 1167px;
    }
    .lg-container{
        max-width:1316px ;
    }
}
@media(max-width:1599px){
.white-dot-img {
  
    left: 34px;
    max-width: 3.5%;
 
}
}
@media(max-width:1499px){
    .white-dot-img {
        left: 5px;
        max-width: 3%;
    }
    .wht-top {
       
        right: 9px;
        max-width: 3.1%
      
    }
    .wht-btm {
       
        left: 9px;
       
    }
    .service-text-part h2{
        font-size: 40px;
        margin-bottom: 15px;
    }
    .service-text-part {
        padding-left: 24px;
    }
    .service-text-part p {
       
        max-width: 637px;
       
    }
}
@media(max-width:1299px){
.wht-btm {
    left: 16px;
}
.wht-top {
    right: 9px;
}
.dot-img {
    
    right: -27px;
    
}
.white-dot-img {
   
    top: 32px;
}
.dot-top {
   
    top: 104px;
    left: 14px;
   
}
.dot-btm {
    
    bottom: 91px;
    right: 11px;
}
}
@media(max-width:1199px) {
    .wrhsng-img-part:after {
        top: -11px;
        right: -11px;
        width: 100px;
        height: 100px;
    }
    .scnd-wrhsng-img::after {
        top: auto;
        bottom: -12px;
        left: -12px;
        right: auto;
    }
    .white-dot-img {
        top: 34px;
        left: 6px;
        max-width: 3.1%;
    }
    h1, .h1-title {
       
        font-size: 40px;
       
    }
    .since-in li, .strategi-inr-part li {
      
        font-size: 17px;
       
        margin-bottom: 15px;
    }
    h2, .h2-title {
        
        font-size: 24px;
      
    }
    .strategi-rt-part {
        width: 65%;
    }
    .strategi-lt-part {
        width: 35%;
    }
    .since-rt-col {
        width: 58.7%;
    }
    .since-lt-col {
        width: 41.3%;
    }
    .navbar-nav>li {
        margin: 0px 20px;
       
    }
    .dot-img {
        right: -17px;
    }
    .wht-btm {
        left: 6px;
        bottom: 6px;
    }
    .cmn-gap {
        padding: 80px 0;
    }
    .dot-left {
       
        left: 6px;
      
    }
    .cntct-form-part {
        padding: 25px 19px;
    }
    .form-field input[type="text"], .form-field input[type="number"], .form-field input[type="password"], .form-field input[type="email"], .form-field select {
      
        height: 45px;
       
    }
    .cntct-submit-form input[type="submit"] {
       
        height: 47px;
      
    }
    .service-text-part {
        padding-left: 8px;
    }
    .service-text-part h2 {
        font-size: 30px;
        margin-bottom: 6px;
    }
    .service-text-part p {
        
        line-height: 1.6;
        margin-bottom: 15px;
    }
    .ware-img-part .dot-img {
        right: -32px;
        bottom: 90px;
       
    }
    .scnd-ware-img .dot-img {
        bottom: 187px;
       
    }
    .thrd-ware-img .dot-img {
        bottom: 197px;
       
    }
    .thrd-ware-img::after {
        top: -20px;
        right: -20px;
        
    }
    .scnd-ware-img::after {
        top: -20px;
      
        left: -20px;
    }
    .service-text-part p br{
        display: none;
    }

/*support css update 22/9/2025*/
 .cntct-form-wrapper .gform_wrapper.gform-theme form .ginput_container_select .chosen-container-single{
        width: 100%!important;
    }
    .cntct-form-wrapper .gform_wrapper.gform-theme form input[type="text"],
.cntct-form-wrapper .gform_wrapper.gform-theme form input[type="email"],
.cntct-form-wrapper .gform_wrapper.gform-theme form input[type="password"],
.cntct-form-wrapper .gform_wrapper.gform-theme form input[type="number"],
.cntct-form-wrapper .gform_wrapper.gform-theme form input[type="tel"],
.cntct-form-wrapper .gform_wrapper.gform-theme form .ginput_container_select .chosen-container-single .chosen-single,
.cntct-form-wrapper .gform_wrapper.gform-theme form .ginput_container_select select{
    height: 45px;
}
.cntct-form-wrapper .gform_wrapper.gform-theme form .ginput_container_select .chosen-container-single .chosen-single span{
    padding: 3px 0;
}

.cntct-form-wrapper .gform_wrapper.gform-theme form .ginput_container_select select{
   padding: 3px 35px 3px 23px;
}
    /*support css update 22/9/2025*/
}

@media(max-width:1024px) {

    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(images/sort-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }

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

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

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

    .navbar-nav>li.menu-item-has-children {
        padding-right: 20px;
    }

    .sub-menu>li.menu-item-has-children>a {
        padding-right: 20px;
    }

    .sub-menu.show {
        display: block;
    }

    /* .navbar-nav>li {
        padding-top: 15px;
        padding-bottom: 15px;
    } */

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

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

    /* navbar end*/


}


@media (max-width: 991px) {

    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: auto;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: var(--whitecolor);
        position: absolute;
        left: 0;
        top: auto;
        transition: all 0.6s;
        border-radius: 5px;
    }

    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }

    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }

    .stick.open {
        transform: translateX(-50px);
        background: transparent;
    }

    .stick.open:before {
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }

    .stick.open:after {
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .navbar-nav .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

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

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }


    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }

    .navbar-nav>li {
        margin: 0;
        padding: 0;
    }

    .navbar-nav>li>a {
        padding: 8px 20px;
        display: inline-block;
        width: 100%;

    }

    .navbar-nav li.menu-item-has-children>a {
        padding-right: 30px;
    }

    .sub-menu>li>a {
        padding-left: 40px;
    }

    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }

    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }

    .navbar-nav>li>a:after {
        bottom: 0;
        display: none;
    }

    /* navbar end*/

    /* push nav */

    .navbar-collapse {
        background: var(--primarycolor);
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 290px;
        overflow-y: auto;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        z-index: 100;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
    }

    .navbar-collapse .navbar-nav {
        margin: 80px 0 0;
        padding: 0 0 40px 0;
    }

    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }

    #navoverlay.open {

        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }

    body.open-nav,
    html.open-nav {
        height: 100%;
        overflow: hidden;
    }

    /* push nav end */


.header-rt-part li a span{
    display: none;
}

.navbar-brand {
 
    width: 210px;
   
}
.navbar-nav>li.current-menu-item>a{
    color: var(--secondarycolor);
}
.navbar-nav>li>a:hover{
    color: var(--secondarycolor);
}
h1, .h1-title {
    font-size: 30px;
}
.main-bnr {
  
    padding: 127px 0 90px;
 
}
.header-rt-part li a i{
    margin-right: 0;
}
.cmn-gap {
    padding: 60px 0;
}
.since-head {
    margin-bottom: 20px;
}
.since-lt-col,.since-rt-col {
    width: 100%;
}
.wrhsing-lt-col,.wrhsing-rt-col{
    width: 100%;
}
.wrhsng-text-part {
    max-width: inherit;
    padding-right: 0;
}
.wrhsng-img-part:after {
    width: 110px;
    height: 110px;
}
.warehousing-row:nth-child(even) .wrhsing-lt-col ,.warehousing-row:nth-child(even) .wrhsing-rt-col{
    width: 100%;
}
.wrhsng-text-part p {
    margin-top: 16px;
}
.warehousing-row:nth-child(even) .wrhsng-text-part {
    max-width: inherit;
    padding-right: 0;
    padding-left: 0;
}
.scnd-wrhsng-img .dot-img {
  
    top: -28px;
    
}
.warehousing-row:nth-child(even) .wrhsng-img-part figure {
    padding-top: 47.6%;
}
.wrhsng-img-part figure {
   
    padding-top: 54.9%;

}
.warehousing-row:not(:last-child) {
    margin-bottom: 30px;
}
.strategi-rt-part ,.strategi-lt-part{
    width: 100%;
}
.sub-title {
    font-size: 17px;
    
    padding: 3px 18px;
   
    margin-bottom: 10px;
}


.ftr-clm:not(:last-child) {
    border-right: none;
}
.ftr-top-part {
    padding-top: 50px;
}
.ftr-clm:first-child{
    width: 100%;
}
.ftr-clm:first-child .ftr-clm-wpr {
    max-width: 100%;
    width: 100%;
}
.ftr-clm:first-child .ftr-clm-wpr ul{
    display: flex;
    flex-wrap: wrap;
}
.ftr-clm:first-child .ftr-clm-wpr ul li{
    width: 50%;
}
.ftr-mdl-part li i {
    margin-right: 7px;
}
.ftr-clm:nth-child(2),.ftr-clm:nth-child(3) {
    width: 50%;
}
.ftr-clm:not(:first-child) .ftr-clm-outer {
    padding-left: 0px;
}
.dot-btm {
    bottom: 91px;
    right: 74px;
    max-width: 4%;
}
.dot-top {
    top: 64px;
    left: 74px;
    max-width: 4%;
}
.cntc-img-part {
    max-height: 250px;
}
.information-sec .section-head h2 {
    font-size: 36px;
    
}
.information-inr:after {
  
    width: 722px;
    height: 168px;
}
.service-lt-col ,.service-rt-col{
    width: 100%;
}
.service-text-part {
    padding-left: 0;
}
.ware-lt-col,.ware-rt-col,.scnd-ware-lt-col,.scnd-ware-rt-col {
    width: 100%;
}
.ware-row:not(:last-child) {
    margin-bottom: 40px;
}
.scnd-ware-text-part {
    padding-right: 0;
    padding-left: 0;
    max-width: inherit;
}
.ware-text-part {
    max-width: inherit;
}
.ware-row:nth-child(even),.ware-row {
    flex-direction: column-reverse;
}
.ware-text-part h2{
    margin-bottom: 14px;
}

.thrd-ware-img .dot-img {
    bottom: 0;
}
.rr-sec .strategi-rt-part,.rr-sec .strategi-lt-part {
    width: 100%;
}
.ftr-clm-wpr {
  
    padding-top: 0px;
}
.ftr-clm:last-child .ftr-clm-wpr {
    padding-top: 47px;
}
.cntct-inr{
    flex-wrap: wrap;
}
/*support css update 22/9/2025*/
.cntct-form-wrapper .cntc-img-part{
    max-width: 100%;
}
.cntct-form-wrapper .cntct-form-part{
    width: 100%;
}
/*support css update 22/9/2025*/
}

@media (max-width: 767px) {

    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }
    h1, .h1-title {
        font-size: 25px;
    }
    h2, .h2-title {
        font-size: 20px;
    }
    .cmn-btn.transparent-btn,.cmn-btn.white-btn {
       
        padding: 10.5px 24px;
    }
    .header-top-wpr ,.header-btm{
        
        padding: 7px 0;
    }
    .ftr-clm:nth-child(2) .ftr-clm-wpr {
        max-width: 295px;
    }
  
    .ftr-clm {
       
        width: 100%;
    }
    .ftr-clm:nth-child(2) .ftr-clm-wpr {
        max-width: inherit;
    }
    .ftr-clm:first-child .ftr-clm-wpr {
        max-width: inherit;
    }
    .infrm-lt-col ,.infrm-rt-col{
        width: 100%;
    }
    .infrm-lt-col-wpr ,.infrm-rt-col-wpr{
        padding: 0;
    }
    .infrm-title {
       
        margin-bottom: 17px;
    }
    .infrm-lt-col {
        border-right:none;
     
            border-bottom: 1px solid rgb(174, 187, 212,.5);
        
    }
    .infrm-lt-col:first-child{
        padding-bottom: 20px;
    }
    .information-sec .section-head h2 {
        font-size: 29px;
    }
    .information-inr:after {
        width: calc(100% + 20px);
        
    }
    .sub-inr-bnr {
        min-height: 490px;
    }
    .scnd-ware-img::after {
        left: -13px;
    }
    .ware-img-part::after {
        top: -15px;
        right: -13px;
        width: 120px;
        height: 120px;
    }
    .ware-img-part .dot-img {
        right: -15px;
        bottom: 75px;
    }
    .scnd-ware-img .dot-img {
        bottom: 207px;
    }
    .thrd-ware-img .dot-img {
        bottom: 0;
        left: -17px;
    }
  
    .ftr-clm:first-child .ftr-clm-wpr ul li {
        width: 100%;
    }
    .ftr-clm:nth-child(2), .ftr-clm:nth-child(3) {
        width: 100%;
    }
    .ftr-clm:last-child .ftr-clm-wpr {
        padding-top: 0;
    }
    .ftr-clm:nth-child(2), .ftr-clm:nth-child(3) {
      
        margin-top: 20px;
    }
    .main-bnr {
        padding: 60px 0 60px;
        min-height: 1px;
    }
    .inr-bnr{
        min-height: 1px;
    }
}

@media (max-width: 575px) {
    .scnd-wrhsng-img .dot-img {
       
       
        right: -14px;
    }
    .scnd-wrhsng-img::after {
       
        left: -9px;
       
    }
    .dot-img {
        right: -6px;
    }
    .wrhsng-img-part:after {
       top: -8px;
        right: -8px;
       
    }
    .sub-title {
        font-size: 14px;
        padding: 3px 6px;
       
    }
    h1, .h1-title {
        font-size: 27px;
    }
    h2, .h2-title {
        font-size: 18px;
    }
    .wrhsng-text-part p {
        margin-top: 8px;
    }
  
    .infrm-col-wpr li i {
       
        margin-right: 10px;
        
        margin-top: 6px;
    }
    .infrm-row-wpr {
       
        padding: 25px 17px 19px;
        max-width: 100%;
       
    }
    .cntct-form-col {
        width: 100%;
    }
    .textarea-field {
        margin-bottom: 17px;
    }
    .sub-inr-bnr .inr-bnr-content h1 {
        
        margin-bottom: 16px;
    }
    .sub-inr-bnr {
        min-height: 1px;
    }
    .ware-img-part::after {
        top: -10px;
        right: -10px;
        width: 80px;
        height: 80px;
    }
    .scnd-ware-img::after {
        left: -10px;
    }
}

@media (max-width: 479px) {
    .cmn-btn.transparent-btn, .cmn-btn.white-btn {
        padding: 10.5px 19px;
        font-size: 14px;
    }
    .navbar-brand {
        width: 164px;
    }
    .wrhsng-img-part:after {
        width: 90px;
        height: 90px;
    }
   
 
    .infrm-col-wpr li {
        align-items: center;
        font-size: 16px;
    }
    .dot-top {
        top: 16px;
        left: 6px;
        max-width: 8%;
    }
    .dot-btm {
        bottom: 48px;
        right: 5px;
        max-width: 8%;
    }
    .information-sec .section-head {
        margin-bottom: 12px;
    }
    .information-sec .section-head h2 {
        font-size: 23px;
    }
    .cntct-form-part {
        padding: 20px 10px;
    }
    .service-text-part h2 {
        font-size: 23px;
      
    }
    .ftr-logo {
       
        width: 200px;
        
    }
    .form-field input[type="text"], .form-field input[type="number"], .form-field input[type="password"], .form-field input[type="email"], .form-field select {
       
        padding: 0 15px;
       
    }
    .form-field select {
       
        padding: 0 15px;
      
    }
    .form-field textarea {
      
        padding: 12px 15px;
       
    }
    /*support css update 22/9/2025*/
        .cntct-form-wrapper .gform_wrapper.gform-theme form input[type="text"],
.cntct-form-wrapper .gform_wrapper.gform-theme form input[type="email"],
.cntct-form-wrapper .gform_wrapper.gform-theme form input[type="password"],
.cntct-form-wrapper .gform_wrapper.gform-theme form input[type="number"],
.cntct-form-wrapper .gform_wrapper.gform-theme form input[type="tel"],
.cntct-form-wrapper .gform_wrapper.gform-theme form .ginput_container_select .chosen-container-single .chosen-single{
  padding: 0 15px;
}
.cntct-form-wrapper .gform_wrapper.gform-theme form .ginput_container_select .chosen-container-single .chosen-single{
    padding-right: 35px;
        background-position: calc(100% - 15px) center;
}
.cntct-form-wrapper .gform_wrapper.gform-theme form textarea{
    padding: 15px;
}
.cntct-form-wrapper .gform_wrapper.gform-theme form .ginput_recaptcha{
    transform: scale(0.7);
}

.cntct-form-wrapper .gform_wrapper.gform-theme form .ginput_container_select select{
    padding: 3px 32px 3px 15px;
        background-position: calc(100% - 15px) center;
}
    /*support css update 22/9/2025*/
}
@media (max-width: 379px){
.infrm-col-wpr li i {
    margin-right: 10px;
    margin-top: 0px;
}

.infrm-col-wpr li {
    
    font-size: 14px;
}
.infrm-row {
    --bs-gutter-y: 22px;
}
.sub-title::before {
   
   
    right: -40px;
    width: 40px;
   
    background: url(images/text-clip.png) no-repeat right center;
    background-size: cover;
}
.sub-title {
    
    width: calc(100% - 40px);
}
}