@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    outline: 0;
}
html{
     overflow-x: hidden;
}
body {
    font-family: 'Montserrat', sans-serif;
    margin-left:70px;
    width:calc(100% - 70px);
    overflow-x: hidden;
}

.custom-wrapper {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}

.banner-inner {
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
}

.banner-image {
    display: block;
    width: 63%;
    order: 2;
}
.banner-image{
    min-height:86vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
}
.banner-image img {
    max-width: 100%;
    width: 100%;
    display:none;
}

.banner-image-left {
    position: static;
    width: 37%;
    padding: 130px 25px 30px 25px;
    order: 1;
}

.logo {
    position: absolute;
    top: 10px;
    z-index: 9;
}

.banner-caption h1 {
    font-size: 48px;
    font-weight: bolder;
    padding: 70px 0 40px;
    color: #172f55;
    text-transform: uppercase;
}

.banner-caption h4 {
    font-size: 21px;
    color: #010101;
    font-weight: 600;
    position: relative;
    line-height: 27px;
    padding-bottom: 10px;
}

.banner-caption h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 150px;
    background: #e87b6a;
    height: 3px;
    border-radius: 5px;
    left: 0;
}

.banner-link {
    margin-top: 100px;
}

.banner-link a {
    background: #e87b6a url(../images/ARROW.PNG) no-repeat center right 30px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 20px;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 50px;
    width: 125%;
    position: relative;
    z-index: 1;
    transition: all 0.7s;
}

.banner-link a:hover {
    background: #172f55 url(../images/ARROW.PNG) no-repeat center right 20px;
    transition: all 0.7s;
}


/* .trigger {
    position: fixed;
    z-index: 9999;
    height: 50px;
    top: 7px;
    left: 16px
} */

.nav-menu ul {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
    /* padding-top: 70px; */
    padding-top:50px;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 65px;   
}

.nav-menu ul li {
    display: block;
    height:18%;
}

.nav-menu ul li a {
    display: block;
    padding: 50px 0;
    color: #b5b5b5;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.7s;
    white-space: nowrap;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.nav-menu ul li a:hover {
    color: #e87b6a;
    transition: all 0.7s;
}
.nav-menu ul li.current-menu-item a {
    color: #e87b6a !important;
    transition: all 0.7s;
}


.nav-multi{
    width: 60px;
    height: 100%;
    top: 0;
    left: -100%;
    position: fixed;
    background: #fff;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.1);
    z-index: 99;
    transition: all 0.7s;
}

.nav-multi.open{
    left: 60px; 
    transition: all 0.7s;
}

.nav-menu1 {
    /* writing-mode: vertical-rl; */
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    margin-top: 83vh;
}


.nav-menu1 ul {
    display: flex;
    align-items: center;
    width: 0;
    height: auto;
    text-align: center;
}

.nav-menu1 ul li {
    display: block;
    height: 27%;
    padding: 0 30px;
}

.nav-menu1 ul li a {
    display: block;
    padding: 30px 0;
    color: #b5b5b5;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.7s;
    white-space: nowrap;
}

.nav-menu1 ul li a:hover {
    color: #e87b6a;
    transition: all 0.7s;
}
.nav-menu1 ul li.current-menu-item a {
    color: #e87b6a !important;
    transition: all 0.7s;
}

.text p {
    font-size: 15px;
    color: #010101;
    font-weight: 400;
    line-height: 25px;
}

.about-home-images {
    padding: 20px 0;
}

.about-home-images ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.about-home-images ul li {
    display: block;
    padding: 10px;
    box-sizing: border-box;
}

.about-home-images ul li img {
    width: 100%;
    border-radius: 10px;
}

.section-heading {
    font-size: 35px;
    color: #172f55;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 0;
}

.section {
    padding: 40px 0 0;
}

.home-about .read-more-link {
    min-height: 100px;
}

.read-more-link {
    margin-top: 30px;
}

.read-more-link a {
    background: #e87b6a;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    max-width: 300px;
    padding: 10px;
    border-radius: 30px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    text-decoration: none;
    transition: all 0.7s;
}

.read-more-link a:hover {
    transition: all 0.7s;
    background: #172f55;
}

.home-about .read-more-link a:after {
    position: absolute;
    content: '';
    top: -26px;
    right: -400px;
    background: url(../images/readmore.png) no-repeat center right;
    width: 404px;
    height: 100px;
    transition: all 0.7s;
    z-index: -1;
}

.home-about .read-more-link a:hover:after {
    top: -46px;
    right: -432px;
    width: 440px;
    transition: all 0.7s;
}

.services-home {
    background: url(../images/home-services.png) no-repeat top 40px center;
    background-size: 100%;
    padding-bottom:60px;
}

.home-inner-services {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0 0;
}

.h-services {
    width: 20%;
}

.h-services h4 {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #010101;
    padding-top: 10px;
}

.h-services ul {
    margin: 0;
    padding-top: 10px;
}

.h-services ul li {
    font-size: 15px;
    color: #010101;
    position: relative;
    list-style: none;
    padding-left: 15px;
}

.h-services ul li::before {
    position: absolute;
    content: '';
    background: #010101;
    width: 8px;
    height: 2px;
    left: -2px;
    top: 10px;
}

.home-testimonials {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.section-subheading {
    font-size: 24px;
    color: #010101;
    font-weight: 500;
    line-height: 30px;
}

.testimonials-img img {
    /*max-width: 100px;*/
    width: 100%;
    margin: 0 auto;
}

.testimonials-des {
    padding: 20px;
}

.testimonials-des p {
    font-size: 15px;
    color: #010101;
    line-height: 20px;
    font-weight: 400;
}

.item-inner {
    padding: 50px 0 0;
}

.home-inner-testimonials .owl-prev {
    position: absolute;
    top: 67%;
    left: -50px;
}

.home-inner-testimonials .owl-prev span {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/prv.png) no-repeat top left;
    font-size: 0;
}

.home-inner-testimonials button {
    outline: none;
    box-shadow: none;
}

.home-inner-testimonials .owl-next {
    position: absolute;
    top: 67%;
    right: -50px;
}

.home-inner-testimonials .owl-next span {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/next.png) no-repeat top left;
    font-size: 0;
}

.home-inner-testimonials .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.home-inner-testimonials .owl-dots {
    display: none;
}

.side-connect-outer {
    position: fixed;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 35px;
    height: 100vh;
    top: -12%;
    right: 0;
    z-index: 99;
}

.side-contact {
    display: inline-block;
}

.side-contact a {
    background: #e87b6a;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 35px 5px;
    display: inline-block;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.7s;
}

.side-contact a:hover {
    background: #90d2c8;
    transition: all 0.7s;
}

.whatsapp-contact {
    display: inline-block;
}

.whatsapp-contact a {
    background: #172f55;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 35px 5px;
    display: inline-block;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.7s;
}

.whatsapp-contact a:hover {
    background: #90d2c8;
    transition: all 0.7s;
}

.contact-form {
    width: 300px;
    background: #e87b6a;
    padding: 20px;
    position: fixed;
    bottom: 10%;
    right: 50px;
    border-radius: 20px;
    z-index: 999;
}

.input-form {
    margin-top: 10px;
}

.input-form input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: none;
    background: #fff;
    padding: 0 10px;
    font-size: 15px;
}

.input-form input[type="submit"] {
    background: #172f55 !important;
    font-size: 15px;
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    padding: 10px 10px;
    border-radius: 20px;
    border: none;
    display: block;
}
#home-form .input-form-btn input[type="submit"] {
    background: #172f55 !important;
    font-size: 15px;
    max-width: 150px;
    width: 100% !important;
    margin: 0 auto;
    color: #fff;
    padding: 15px 20px;
    border-radius: 20px;
    border: none;
    margin-top:10px;
    display: block;
}

footer {
    background: url(../images/footer-bg.jpg) no-repeat top center;
    padding: 100px 0;
    background-size: cover;
    margin-top: 60px;
}

footer h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
}

footer .footer-heading {
    font-size: 25px;
    font-weight: bolder;
    color: #fff;
    text-transform: uppercase;
}

footer .read-more-link {
    margin-top: 10px;
}

.about-vision {
    margin: 0 0 40px;
    display: flex;
    align-items: center;
    background: #e87b6a;
    padding-top: 0;
    border-radius: 10px;
    width: 100%;
}

.ab-vision-left {
    order: 1;
    display: block;
    width: 50%;
}

.ab-vision-right {
    width: 50%;
    padding: 0 60px;
    order: 2;
    display: block;
    height: 100%;
}

.ab-vision-right-inner {
    margin-right: auto;
    margin-left: 0;
    max-width: 400px;
}

.ab-vision-left img {
    width: 100%;
    vertical-align: middle;
}

.ab-vision-right-inner p {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
}

.about-mission {
    margin: 0 0 40px;
    display: flex;
    align-items: center;
    background: #92d1c8;
    padding-top: 0;
    border-radius: 10px;
    width: 100%;
}

.ab-mission-left {
    order: 2;
    display: block;
    width: 50%;
}

.ab-mission-right {
    width: 50%;
    padding: 0 60px;
    order: 1;
    display: block;
    height: 100%;
}

.ab-mission-right-inner {
    margin-left: auto;
    margin-right: 0;
    max-width: 400px;
}

.ab-mission-left img {
    width: 100%;
    vertical-align: middle;
}

.ab-mission-right-inner p {
    color: #000;
    font-size: 15px;
    line-height: 22px;
}

.section-subheading-inner {
    font-size: 15px;
    color: #010101;
    line-height: 20px;
    padding-bottom: 40px;
}

.about-value-image img {
    width: 100%;
}

.value-inner {
    padding-left: 0;
}

.value-grid {
    display: flex;
}

.value-grid-image {
    width: 80px;
    text-align: center;
}

.value-grid-content {
    width: calc(100% - 80px);
    padding-left: 10px;
}

.value-grid-content h4 {
    font-size: 15px;
    font-weight: bold;
    color: #010101;
    padding-bottom: 10px;
    padding-top: 5px;
    margin: 0;
}

.value-grid-content p {
    font-size: 15px;
    font-weight: 400;
    color: #010101;
}

.value-grid {
    padding-bottom: 30px;
}

.strength-outer {
    padding: 30px 0 0;
}

.strength-outer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.strength-outer ul li {
    text-align: center;
    list-style: none;
    padding: 20px;
    width: 16.66%;
    vertical-align: top;
}

.contact-us .strength-outer ul li {
    width: 20%;
    padding: 30px;
}

.s-icon {
    display: block;
}

.s-details {
    display: block;
    font-weight: bold;
    color: #010101;
    font-size: 14px;
    padding-top: 15px;
}

.contact-us .strength-outer ul li p {
    font-size: 13px;
    margin-top: 15px;
    font-weight: 400;
    color: #010101;
    line-height: 17px;
}

.contact-details {
    background: #d2d2d2;
    padding: 20px;
    border-radius: 10px;
}

.co-det {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.co-det:last-child {
    margin-bottom: 0;
}

.co-det p {
    margin-bottom: 0;
    font-size: 18px;
    color: #010101;
}

.co-det a {
    text-decoration: none;
    font-size: 18px;
    color: #b5b5b5;
    transition: all 0.7s;
       word-break: break-all;
}

.co-det a:hover {
    color: #e87b6a;
    transition: all 0.7s;
}

.cot-icon {
    width: 100px;
    text-align: center;
}

#contact-form {
    background: #fff;
    padding:32px 20px;
    border-radius: 20px;
}
#home-form .wpcf7-not-valid-tip{
    color:#000;
    font-size:13px;
}

.form-title {
    font-size: 18px;
    color: #010101;
    font-weight: 500;
}

.ct-form-outer {
    display: flex;
}

.ct-form-outer-new {
    padding: 0 15px;
}

.ct-form-outer-new .c-form-new {
    margin-top: 20px;
}

.c-form {
    width: 50%;
    padding: 20px 15px 0;
}

.c-form input {
    width: 100%;
    border: 1px solid #b5b5b5;
    border-radius: 30px;
    height: 55px;
    line-height: 55px;
    font-size: 15px;
    color: #000;
    padding: 0 20px;
}

.c-form-new textarea {
    width: 100%;
    border: 1px solid #b5b5b5;
    border-radius: 30px;
    height: 120px;
    line-height: 20px;
    font-size: 15px;
    color: #b5b5b5;
    padding: 15px;
}

.c-form-new button {
    background: #e87b6a;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    max-width: 300px;
    padding: 10px;
    border-radius: 30px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    text-decoration: none;
    transition: all 0.7s;
    cursor: pointer;
}
.c-form-new-btn input[type="submit"] {
    background: #e87b6a;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    max-width: 300px;
    padding: 15px;
    border-radius: 30px;
    width: 100%;
    margin: 20px auto 10px;
    position: relative;
    display: block;
    text-decoration: none;
    transition: all 0.7s;
    cursor: pointer;
}
.ajax-loader{
    position: absolute;
}
.c-form-new-btn input[type="submit"]:hover {
    transition: all 0.7s;
    background: #172f55;
}

.c-form-new button:hover {
    transition: all 0.7s;
    background: #172f55;
}

.my-location img {
    width: 100%;
    border-radius: 20px;
}

.social-link ul {
    padding: 0;
    margin: 0;
}

.social-link ul li {
    display: inline-block;
    margin-left: -4px;
    padding: 10px 5px;
}

.social-link ul li a {
    background: #1c344a;
    color: #fff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    display: block;
    transition: all 0.7s;
}

.social-link ul li a:hover {
    background: #e87b6a;
    transition: all 0.7s;
}

.service-banner ul {
    margin: 0;
    padding: 0;
}

.service-banner ul li {
    display: table-cell;
    padding: 0;
    box-sizing: border-box;
    width: 50%;
    vertical-align: middle;
}

.service-banner ul li img {
    width: 100%;
}

.service-banner ul li:nth-child(2) {
    background: #92d1c8;
    color: #FFF;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0 50px;
}

.supply-chain {
    background-image: url(../images/supply_chain.png);
    background-repeat: no-repeat;
    background-position: center 50px;
    height: 327px;
    position: relative;
    max-width:700px;
    width:100%;
    margin:0 auto;
}


.supply-chain .legal-metrology {
    position: absolute;
    top: 24%;
    left:0;
}

.supply-chain .distribution-planning {
    position: absolute;
    top: 58%;
    left: 0;
}


.supply-chain .svb-order {
    position: absolute;
    top: 90%;
    left: 0;
}


.supply-chain .aeo-registration {
    position: absolute;
    top: 24%;
    right: 0;
}

.supply-chain .resource-planning {
    position: absolute;
    top: 57%;
    right: 0;
}

.supply-chain .bis {
    position: absolute;
    top: 90%;
    right: 0;
}

.textsize {
    font-size: 12px;
    color: #172f55
}

.cls-sec {
    background-image: url(../images/ils.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 280px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-size:cover;
}
.services-handal .cls-sec{
    background-image: url(../images/handal2.png);
    height: 226px;
    display: flex;
    width:100%;
    align-items: center;
    position: static;
    padding-left:30px;
    background-size:cover;
}
.services-handal .cls-sec h3{
    padding-left:30px;
    font-size: 28px;
    position: static;
}
.cls-sec h3 {
    position: absolute;
    top: 170px;
    left: 20px;
    font-size: 28px;
}


.moveButton a {
    background: #e87b6a;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    max-width: 180px;
    padding: 10px 30px;
    border-radius: 30px;
    display: block;
    text-decoration: none;
    transition: all 0.7s;
    z-index: 999;
}

.moveButton a:hover {
    transition: all 0.7s;
    background: #172f55;
}
.moveButton.mbr{
    margin-top:0;
}
.moveButton.mbr a{
    margin-right: 0;
    margin-left:auto;
}

.mbl a {
    left: 0;
}

.mbr a {
    right: 0;
}

.airsection {
    position: relative;
}

.airsection .flexible-schedules h4 {
    position: absolute;
    /* top: 50px;
    left: 196px; */
    top: 21%;
    left: 17%;
    background: url(../images/fighter-plan.png) no-repeat;
    height: 53px;
}

.airsection .flexible-schedules h4 span {
    margin-left: 75px;
    font-size: 12px;
    display: inline-block;
}

.airsection .extensive-global h4 {
    position: absolute;
    /* top: 70px;
    left: 469px; */
    top: 26%;
    left: 42%;
    background: url(../images/fighter-plan.png) no-repeat;
    height: 53px;
}

.airsection .extensive-global h4 span {
    margin-left: 75px;
    font-size: 12px;
    display: inline-block;
}

.airsection .cargo-security h4 {
    position: absolute;
    /* top: 50px;
    left: 741px; */
    top: 15%;
    left: 65%;
    background: url(../images/fighter-plan.png) no-repeat;
    height: 53px;
}

.airsection .cargo-security h4 span {
    margin-left: 75px;
    font-size: 12px;
    display: inline-block;
}

.airsection .multi-modal h4 {
    position: absolute;
    /* top: 150px;
    left: 277px; */
    top: 64%;
    left: 25%;
    background: url(../images/fighter-plan.png) no-repeat;
    height: 53px;
}

.airsection .multi-modal h4 span {
    margin-left: 75px;
    font-size: 12px;
    display: inline-block;
}

.airsection .strong-connection h4 {
    position: absolute;
    /* top: 170px;
    left: 550px; */
    top: 63%;
    left: 49%;
    background: url(../images/fighter-plan.png) no-repeat;
    height: 53px;
}

.airsection .strong-connection h4 span {
    margin-left: 75px;
    font-size: 12px;
    display: inline-block;
}

.airsection .dedicated-transport h4 {
    position: absolute;
    /* top: 150px;
    left: 825px; */
    top: 56%;
    left: 73%;
    background: url(../images/fighter-plan.png) no-repeat;
    height: 53px;
}

.airsection .dedicated-transport h4 span {
    margin-left: 75px;
    font-size: 12px;
    display: inline-block;
}

.sr-sec1 h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.sr-sec1 .about-vision {
    background: #92d1c8;
}
.service-section4{
    /*padding-bottom:65px;*/
}
.custom-container{
    width: 100%;
    border-radius: 10px;
    padding-left:50px;
    padding-right:50px;
}

.services-51-inner{
    display:flex;
    align-items: center;
}
.services-51-inner .flc{
    width:37%;
    background: #e87b6a;
    padding:20px 30px;
    border-radius: 20px;
}
.services-51-inner .flc h4{
    font-size:17px;
    text-transform: uppercase;
    font-weight: 600;    
    color:#fff;
}
.services-51-inner .fll{
    width:26%;
}
.services-51-inner .flc ul{
    padding-top:15px;
}

.services-51-inner .flc ul li{
    list-style: none;
    font-size: 15px;
    color: #fff;
    position: relative;
    padding-top:10px;
    list-style: none;
    padding-left: 15px;
}
.services-51-inner .flc ul li::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 8px;
    height: 2px;
    left: -2px;
    top: 20px;
}
.services-51-inner .fll img{
    width:100%;
    vertical-align: middle;
}
.services-51-inner .lcl{
    width:37%;
    background:#b4b4b4;
    padding:20px 30px;
    border-radius: 20px;
}
.services-51-inner .lcl h4{
    font-size:17px;
    text-transform: uppercase;
    font-weight: 600;
    color:#fff;
}
.services-51-inner .lcl ul{
    padding-top:15px;
}
.services-51-inner .lcl ul li{
    list-style: none;
    font-size: 15px;
    color: #fff;
    position: relative;
    list-style: none;
    padding-top:10px;
    padding-left: 15px;
}
.services-51-inner .lcl ul li::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 8px;
    height: 2px;
    left: -2px;
    top: 20px;
}
.freight-solutions{
    text-align: center;
    padding:50px 20px 20px;
}
.freight-solutions h4{
    font-size: 15px;
    font-weight: bold;
    color:#010101;
    padding: 15px 0;
}
.freight-solutions p{
    font-size: 15px;
    color: #010101;
    font-weight: 400;
}
label.error{
    color:red;
    padding-left:15px;
}

#home-form label.error{
    color:#000;
    padding-left:15px;
}

#side-contact-form.open {
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
}
#side-contact-form {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    -webkit-transition: -webkit-transform 0.4s, visibility 0s 0.4s;
    transition: transform 0.4s, visibility 0s 0.4s;
}

.wrapper{
    max-width:1920px;
    width:100%;
    margin:0 auto;
}
/* .nav-menu{
    display:flex;
    align-items: center;
    justify-content: center;
} */
/* .nav-menu.open{
    display:block;
} */
.mobile-header{
    display:none;
}

.services-sec-23 .custom-container{
    padding-left:50px;
    padding-right:50px;
}



.domestic-inner-services {
	margin: 0;
	padding: 0;
}
.domestic-inner-services ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 80px 0;
	padding: 0;
}
.domestic-inner-services ul li {
	display: flex;
	padding: 10px;
	box-sizing: border-box;
	width: 30%;
	text-align: center;
}
.domestic-inner-services ul li > .h-services {
	width: auto;
}
.domestic-inner-services ul li > .h-services ul {
	margin: 0;
	padding-top: 20px;
}
.domestic-inner-services ul li > .h-services ul li:before {
	content: none;
}
.domestic-inner-services ul li > .h-services ul li {
	width: 70%;
	padding: 0 10px;
	text-align: center;
	display: initial;
	margin-bottom: 5px;
}
.domestic-inner-services ul li > .h-services ul li a {
	color: #000;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
}
.padding20 p {
	padding: 0 15%;
	text-align: center
}
.undersub {
    font-size: 16px;
    padding-bottom:15px;
}
.project-cargo-left {
	background: url('../images/PROJECT-CARGO.jpg') no-repeat;
	height: 387px;
	background-size: cover;
}
.project-cargo-right {
	position: relative;
}
.project-cargo-chain {
	background-image: url(../images/project-cargo.png);
	background-repeat: no-repeat;
	background-position: left 0;
	height: 388px;
	position: relative;
}
.project-cargo-chain .haz-cargo {
	position: absolute;
	top: 10%;
    left: 2%;
	text-align: left;
}
.project-cargo-chain .high-value {
	position: absolute;
    top: 70%;
    left: 2%;
	text-align: left;
}
.project-cargo-chain .complex {
    position: absolute;
    top: 6.2%;
    right: 11%;
    text-align: left;
}
.project-cargo-chain .over {
	position: absolute;
	top: 70%;
    right: 14%;
	text-align: left;
}
.textsize h5 {
	font-size: 12px;
	font-weight: 600;
}
.textsize ul {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}
.textsize ul li {
	margin-bottom: 3px;
	font-size: 12px;
}
.left-ware-house {
	margin-top: 50px;
	/*background: url('../images/left-ware-houseleft.png' )no-repeat ; */height: 440px;
	position: relative;
}
.puttext {
	position: absolute;
	top: 0;
	left: 228px;
	text-align: center;
}
.puttext p {
	font-size: 12px;
	margin-top: 15px;
}
.puttext a {
	background: #e87b6a;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	max-width: 190px;
	padding: 10px 20px;
	border-radius: 30px;
	display: block;
	text-decoration: none;
	transition: all 0.7s;
	margin-left: 30px;
}
.right-ware-house {
	text-align: right;
	margin-top: 50px;
	/*background: url('../images/wearhouse-new.jpg' )no-repeat center top;*/
	/*height: 386px;*/
}

#services-page .custom-container{
    padding:0 15px;
}
.mobile-cargo{
    display: none;
}
.project-cargo-left img{
    display:none;
}

/*.right-ware-house img{*/
/*    display:none;*/
/*}*/
.service-chain-mobile{
    display: none;
}

.margin-bottom0{
    margin-bottom:0;
}
.paddingtop0{
    padding-top:0;
    padding-bottom: 100px;
}
.section-heading-second{
    text-align:center;
    font-size:25px;
    font-weight:bold;
    color:#172f55;
    margin-bottom:20px;
}
.offices-section p{
    font-size: 15px;
    color: #b5b5b5;
    font-weight: 400;
    line-height: 25px;
    text-align:center;
    font-weight:bold;
}

.offices-section  a{
    text-decoration:none;
     font-size: 15px;
    color: #b5b5b5;
    font-weight: 400;
    line-height: 25px;
    text-align:center;
    font-weight:bold;
    transition:all 0.7s;
}
.offices-section a:hover{
    color:#e87b6a;
     transition:all 0.7s;
}


.blog-list{
    padding:50px 0;
}
.post-thumbnil img{
    width:100%;
    height:auto !important;
}
.post-list-inner{
    border:1px solid #f1f1f1;
}
.posttitle{
    padding:0 0;
    font-size: 20px;
    color: #172f55;
    font-weight: 600;
    text-decoration: none;
}
.posttitle a{
    font-size: 20px;
    color: #172f55;
    font-weight: 600;
    text-decoration: none;
}
.post-list-inner{
    padding:20px;
}
.short-content p{
    font-size: 14px;
    line-height: 22px;
    color:#000;
    padding:15px 0;
}
.blog-read-more{
    text-align: center;
    max-width: 200px;
    width:100%;
    margin:0 auto;
}
.blog-read-more a{
    text-align: center;
    background:#172f55;
    border:1px solid  #172f55;
    color:#fff;
    border-radius: 20px;
    display:block;
    padding:5px 20px;
    transition: all 0.7s;
    text-decoration: none;
}
.blog-read-more a:hover{
    transition: all 0.7s;
    color:#172f55;
    background: none;
}
.blog-details{
    padding:50px 0;
    max-width:1024px;
    width:100%;
    margin:0 auto;
}
#comments{
    max-width:600px;
    width:100%;
    margin:0 auto;
}

.blog-details .posttitle{
    font-size: 35px;
    color: #172f55;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 0 0;
}

.postcontent p{
    font-size: 16px;
    line-height: 26px;
    color:#000;
    padding:15px 0;
}
.author-name{
    font-size: 15px;
    line-height: 22px;
    color:#000; 
    font-weight: bold;
    padding:0 0 20px;
}



@media only screen and (max-width : 1280px) {
    .project-cargo-chain .complex, .project-cargo-chain .over{
        right:0;
    }
    .project-cargo-chain .haz-cargo, .project-cargo-chain .high-value{
        left:0;
    }
    .puttext{
        left:32%;
    }
}


@media only screen and (max-width : 1190px) {
    .home-about .read-more-link a:after {
        right: -270px;
        width: 270px;
    }
    .home-about .read-more-link a:hover:after {
        right: -270px;
        width: 270px;
        top: -26px;
    }
    .left-ware-house img{
        width:100%;
    }
    .mobile-cargo{
        display: block;
    }
    .desk-none{
        display: none;
    }
    .mobile-cargo-inner{
        display: flex;
        flex-wrap: wrap;
    }
    .cargo-mobile-inner{
        padding:20px;
        width:50%;
    }
    .cargo-mobile-inner h4{
            font-size: 15px;
            font-weight: bold;
            padding-top:10px;
    }
    .cargo-mobile-inner ul{
        padding-left:0;
    }
    .cargo-mobile-inner ul li{
        list-style: none;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        padding:5px 0;
    }
    .project-cargo-left img{
        display:block;
        width:100%;
    }
    .project-cargo-left{
    background:none;
    height:auto;
    }
    .right-ware-house{
        background: none;
    }
    .right-ware-house img{
        display:block;
        width:100%;
    }
    .right-ware-house, .left-ware-house{
        height:auto;
    }
    
}



@media only screen and (max-width : 1000px) {
    .banner-image-left {
        padding: 130px 30px 30px 15px;
        order: 1;
    }
    .banner-caption h1{
        font-size:33px;
    }
    .home-about .read-more-link a:after{
        display: none;
    }
    
   
}

@media only screen and (max-width : 970px) {
    .h-services{
        width:33.33%;
        margin-bottom:30px;
    }
    .strength-outer ul li{
        width:33.33%;
    }
    .airsection .flexible-schedules h4 {
        position: absolute;
        top: 21%;
        left: 10%;
    }
    .airsection .extensive-global h4 {
        position: absolute;
        top: 26%;
        left: 32%;
    }
    .airsection .cargo-security h4 {
        position: absolute;
        top: 15%;
        left: 58%;
    }
    .airsection .multi-modal h4 {
        position: absolute;
        top: 64%;
        left: 15%;
    }
    .airsection .strong-connection h4 {
        position: absolute;
        top: 63%;
        left: 39%;
    }
    .airsection .dedicated-transport h4 {
        position: absolute;
        top: 56%;
        left: 65%;
    }

    
}
@media only screen and (max-width : 767px) {
     .blog-details .posttitle{
        font-size:25px;
    }
    .custom-container{
        padding-left:20px;
        padding-right:20px;
    }
    .custom-wrapper{
        padding-left:20px;
        padding-right:20px;
    }
    .value-inner{
        padding-left:0;
        padding-top:30px;
    }
    .about-vision, .about-mission{
        display:block;
    }
    .ab-vision-right{
        width:100%;
        padding:30px;
    }
    .ab-vision-right-inner{
        width:100%;
        max-width: 100%;
    }
    .ab-vision-left{
        width:100%;
    }
    .ab-mission-left{
        width: 100%;
    }
    .ab-mission-right{
        width: 100%;
        padding:30px;
    }
    .ab-mission-right-inner {
        max-width: 100%;
    }
    .about-home-text br{
        display:none;
    }
    .page-template-contact-us .about-home-text br{
        display:block;
    }
    .banner-image-left{
        padding:30px;
        width:100%;
    }
    .banner-inner{
        display:block;
    }
    .banner-caption h1{
        padding:0 0 20px;
        text-align: center;
    }
    .banner-caption h4{
        text-align: center;
    }
    .banner-caption h4 br{
        display: none;
    }
    .banner-caption h4:after{
        left:0;
        right:0;
        margin:auto;
    }
    .banner-image{
        width:100%;
        background: none;
        min-height: auto;
    }
    .banner-image img{
        display: block;
    }
    .mobile-header{
        display: block;
    }
    .mobile-header-inner{
        display: flex;
    }
    .logo{
        display: none;
    }
    .mobile-header-inner .logo{
        width:50%;
        position: static;
        display: block;
    }
    .mobile-header-inner .trigger{
        width:50%;
        text-align: right;
        padding:20px 0 0;
    }
    .nav{
        display:none;
    }
    body{
        width:100%;
        margin-left:0;
    }
    .banner-link{
        margin-top:30px;
    }
    .banner-link a{
        width:100%;
        max-width:300px;
        margin:0 auto;
    }
    .mobile-header{
        padding:10px 20px;
        background: #fff;
        position: fixed;
        width:100%;
        left:0;
        top:0;
        box-shadow: 1px 2px 9px rgba(0,0,0,0.5);
        z-index: 99;
    }
    .logo img{
        max-height:60px;
    }
    .mob-nav{
        position: fixed;
        top:0;
        right:0;
    }
    .side-connect-outer{
        writing-mode:inherit;
        transform:none;
        top:auto;
        bottom:0;
        left: 0;
        width:100%;
        height:auto;
    }
    .side-connect-outer{
        display: flex;
    }
    .side-contact, .whatsapp-contact{
        width:50%;
        display:block;
    }
    .side-contact a{
        font-size: 20px;
        font-weight: 600;
        padding:10px;
        display:block;
        border-radius: 0;
        text-align: center;
    }
    .whatsapp-contact a{
        font-size: 20px;
        font-weight: 600;
        padding:10px;
        display:block;
        border-radius: 0;
        text-align: center;
    }
    .contact-form{
        right:auto;
        left:0;
        bottom:50px;
    }
    footer{
        margin-bottom:44px;
    }
    .mob-nav{
        top:80px;
        width:250px;
        height: 100vh;
        background: #e87b6a;
        z-index: 9999;
    }
    .mob-nav ul li{
        display: block;
        list-style: none;
    }
    .mob-nav ul li a{
        display: block;
        padding: 15px;
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.7s;
    }
    .mob-nav ul li a:hover{
        background: #172f55;
    }
    .mob-nav {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform 0.4s, visibility 0s 0.4s;
        transition: transform 0.4s, visibility 0s 0.4s;
    }
    .mob-nav.open {
        visibility: visible;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
    }
    #side-contact-form.open{
        visibility: visible;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
    }
    #side-contact-form{
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform 0.4s, visibility 0s 0.4s;
        transition: transform 0.4s, visibility 0s 0.4s;
    }
    .home-about .read-more-link a:after{
        display:none;
    }
    .home-inner-services{
        padding:0 0 0;
    }
    .read-more-link a{
        max-width:170px;
        font-size: 16px;
    }
    .section-heading{
        font-size: 25px;
    }
    .read-more-link{
        margin-top:0;
    }
    .section-subheading{
        font-size: 20px;
    }
    .about-home-images ul li{
        width:33.33%;
    }
    .contact-us .strength-outer ul li{
        width:33.33%;
    }
    .contact-us .strength-outer ul li{
        padding:20px;
    }
    .co-det:last-child{
        margin-bottom:20px;
    }

    .airsection .flexible-schedules h4 {
        position: absolute;
        top: 21%;
        left: 10%;
    }
    .airsection .extensive-global h4 {
        position: absolute;
        top: 36%;
        left: 32%;
    }
    .airsection .cargo-security h4 {
        position: absolute;
        top: 15%;
        left: 58%;
    }
    .airsection .multi-modal h4 {
        position: absolute;
        top: 80%;
        left: 15%;
    }
    .airsection .strong-connection h4 {
        position: absolute;
        top: 63%;
        left: 39%;
    }
    .airsection .dedicated-transport h4 {
        position: absolute;
        top: 39%;
        left: 65%;
    }
    .services-51-inner{
        display:block;
    }
    .services-51-inner .flc, .services-51-inner .fll, .services-51-inner .lcl{
        width:100%;
        margin:20px 0;
    }
    .services-section-52 .row{
        justify-content: center;
    }
    .freight-solutions{
        padding:20px 20px 0;
    }
    .cls-sec{
        background-position: top left;
    }
    .padding20 p{
        padding: 0;
    }
   
    .custom-menu-class ul {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .custom-menu-class ul > li {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    
}
@media only screen and (max-width : 667px) {
    .h-services{
        width:50%;
    }
    .contact-us .strength-outer ul li{
        width:50%;
    }
    .ct-form-outer{
        display: block;
    }
    .c-form{
        width:100%;
    }
    .item-inner{
        padding-top:30px;
    }
    .airsection .dedicated-transport h4 {
        position: absolute;
        top: 80%;
        left: 57%;
    }
    .airsection .strong-connection h4 {
        position: absolute;
        top: 67%;
        left: 8%;
    }
    .airsection .cargo-security h4 {
        position: absolute;
        top: 45%;
        left: 59%;
    }
    .airsection .extensive-global h4 {
        position: absolute;
        top: 39%;
        left: 9%;
    }
    .airsection .flexible-schedules h4 {
        position: absolute;
        top: 21%;
        left: 3%;
    }
    .airsection .multi-modal h4 {
        position: absolute;
        top: 96%;
        left: 5%;
    }
    .home-inner-testimonials .owl-dots{
        display: block;
    }
    .puttext{
        position: static;
        text-align: center;
    }
    .puttext a{
        margin:0 auto;
    }
    .service-chain-mobile{
        display:block;
    }
    .service-chain-mobile-inner{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .supply-chain{
        display: none;
    }
    .sr-chain{
        width: 33.33%;
        text-align: center;
        padding:10px 0;
    }
    .sr-chain h4{
        color:#172f55;
        font-size: 15px;
        padding-top:10px;
        font-weight: bold;
    }
    .blog-details .posttitle{
        font-size:25px;
    }
    .co-det p, .co-det a{
        font-size:15px;
    }
   
}

@media only screen and (max-width : 500px) {
    .strength-outer ul li{
        width:50%;
    }
    .side-contact a, .whatsapp-contact a{
        font-size: 16px;
    }
    .about-home-images ul li{
        width:50%;
    }
    .airsection .mob-static  h4{
        background-size: 37px;
    }
    .airsection .mob-static h4 span{
        margin-left: 48px;
        font-size: 10px;
    }
    .cls-sec h3, .services-handal .cls-sec h3{
        font-size: 22px;
    }
    .services-handal .cls-sec{
        padding-left:0;
    }
    .h-services{
        width:100%;
        text-align: center;
    }
    .h-services ul li::before{
        display:none;
    }
    .h-services ul{
        padding-top: 0;
    }
    .banner-link a{
        font-size: 18px;
    }
    .cargo-mobile-inner{
        width:100%;
    }
    .sr-chain{
        width: 50%;
        text-align: center;
        padding:10px 0;
    }

}