@media only screen and (min-width : 768px){
    .nema-card .nema-btn {
        max-width: 395px;
        width: 100%;
        margin: 30px auto 0;
        padding: 30px 15px;
        font-size: 30px;
        color: #111D4A;
        font-weight: 500;
        font-family: var(--font-gibson);
    }
}
@media only screen and (max-width: 1600px) {
    .map-img {
        left: 75%;
    }
    .truck-img {
        max-width: 50%;
    }
}
@media only screen and (max-width: 1520px) {
    .owl-carousel .owl-nav button.owl-next {
        left: auto;
        right: 15px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        right: auto;
        left: 15px;
    }
    
    .gallery-slider.owl-carousel .owl-nav button.owl-next,
    .gallery-slider.owl-carousel .owl-nav button.owl-prev {
        position: static;
        margin: 0;
    }
    
    .gallery-slider.owl-carousel .owl-nav {
        display: flex;
        justify-content: center;
        gap: 80px;
        margin-top: 30px;
    }
    
    .gallery-slider .owl-dots {
        margin-top: -38px;
    }
}
@media only screen and (max-width: 1450px){
    .logo-bg-wrap {
        right: auto;
        left: calc(100% - 200px);
        width: 600px;
        top: 50%;
        bottom: auto;
        margin-top: -300px;
    }
}
@media only screen and (max-width: 1400px){
    .contact-info-wrap {
        margin-left: 0;
    }
}
@media only screen and (max-width: 1200px) {
    .ship-img {
        max-width: 65%;
        left: -20%;
        right: auto;
        bottom: 54px;
    }
}
@media only screen and (max-width: 991px) {
    .header-main .row .row > div.col-auto:nth-child(2), 
    .header-main .row .row > div.col-auto:nth-child(1) {
        display: none;
    }
    
    .about_blurb p {
        text-align: left;
    }
    
    .hero h1,
    .hero-section h1 {
        font-size: 60px;
    }
    .header-top {
        padding-right: 45px;
    }
    .core-value-head {
        top: 130px;
    }
    .play-circle svg {
        width: 14px;
        margin-left: 4px;
    }
    .play-btn text {
        font-size: 16px;
    }
    #bar {
        display: none;
    }
    .nema-card {
        margin: 0 auto;
        padding: 70px 36px;
    }
    .proccess-top {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        background-color: transparent;
        padding-bottom: 0;
        padding-top: 45px;
    }
    .proccess {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: relative;
        padding-bottom: 260px;
    }
    .proccess-bottom {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-top: 0;
        position: static;
    }
    .map-img {
        width: 100%;
        position: static;
        border-radius: 0;
        margin-top: 160px;
    }  
    .truck-img {
        max-width: 100%;
        bottom: 100px;
    }
    .service-item .text-center {
        margin-top: 0;
    }
    .service-item .nema-btn {
        visibility: visible;
        opacity: 1;
        margin-top: 10px;
    }
    .plane-img {
        right: 40%;
    }
    .mvp {
        padding: 256px 40px;
    }
    .container, .container-md, .container-lg {
        padding-left: 30px;
        padding-right: 30px;
    }
    .built-to-serve .col-lg-4:nth-child(2) .service-item {
        border-bottom-left-radius: 15px;
        border-top-left-radius: 60px;
    }
    .built-to-serve .col-lg-4:nth-child(3) .service-item {
        border-top-right-radius: 15px;
    }
    .built-to-serve .col-lg-4:nth-child(4) .service-item {
        border-top-left-radius: 15px;
    }
    .ship-img {
        max-width: 100%;
        bottom: 25px;
        left: -45%;
    }
    .cta {
        text-align: center;
        padding-top: 80px
    }
    .cta-bg {
        max-width: 400px;
        left: 50%;
        margin-left: -200px;
    }
    .cta-img {
        margin-top: 50px;
        text-align: center;
    }
    .man-img {
        margin-left: 30%;
    }
    .service-item .nema-btn:after {
        background-color: transparent;
    }
    .service-item .nema-btn {
        color: #ffffff;
        text-transform: capitalize !important;
        position: absolute;
        bottom: 0;
        left: 0;
        min-width: auto;
        font-weight: 400;
        padding: 20px 30px;
        background-color: transparent;
    }
    .service-item .nema-btn:before,
    .service-item .nema-btn:after{
        display: none;
    }
    .service-item h4{
        margin-bottom: 0;
    }
    .play-wrapper {
        right: auto;
        top: 50%;
        left: 50%;
        margin-top: -25px;
        margin-left: -25px;
        background-color: transparent;
        height: auto;
        width: auto;
        padding-top: 0;
    }
    .play-btn > svg {
        display: none;
    }
    .play-circle {
        position: relative;
        margin: 0;
        left: auto;
        top: auto;
        width: 50px;
        height: 50px;
    }
    .hero-section .play-btn{
        margin-bottom: 5px;
    }
    .unique .col-lg-5 h2{
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .unique .col-lg-5 h2,
    .single-core h2 {
        font-size: 60px;
    }
    .gallery-items img.gallery-1 {
        margin-top: 0;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 60px;
    }
    .gallery-items img.gallery-2 {
        margin-top: 0;
        border-bottom-right-radius: 30px;
        border-top-left-radius: 60px;
    }
    .gallery-items img.gallery-0 {
        border-bottom-left-radius: 30px;
    }
    .gallery-items img.gallery-3 {
        margin-top: 0;
    }
    .section-padding-xl,
    .section-padding-md,
    .faqs,
    .works-for-company-wrap,
    .section-padding,
    .section-padding-sm {
        padding: 70px 0;
    }
    .gradient-overlay {
        top: 0;
        margin-top: -200px;
    }
    .core-value-head {
        margin-top: calc(-100vh + 140px);
    }
    .content-box-wrap {
        max-width: 100%;
    }
    .content-box-wrap{
        margin-top: 70px;
    }
    #fullStory,
    .gallery-items {
        padding-top: 70px;
    }
    .core-values-inner {
        padding: 70px;
    }
    .method,
    .customer-service,
    .our-journey {
        padding: 70px 0;
    }
    .single-core {
        padding-bottom: 70px;
    }
    #vertical-line{
        display: none;
    }
    .method .serve-wrap h2{
        font-size: 60px;
    }
    .center-logo{
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .features {
        padding: 100px;
        border-radius: 30px;
    }
    .map-wrapper svg {
        width: calc(100% + 28%);
        margin-left: -14%;
    }
    .core-value-bg {
        background-size: 110% auto;
    }
    .logo-up, .logo-down {
        width: 50px;
        margin-bottom: 30px;
    }
    #bar-mobile {
        position: absolute;
        top: 28px;
        left: 85px;
        width: 900px;
    }
    .proccess-content {
        padding-left: 0;
    }
    .service_cta .cta-bg {
        position: static;
        margin: 0;
        max-width: 350px;
        opacity: 0.3;
    }
    .service_cta .cta-img {
        padding: 0;
        margin: 0;
        position: absolute;
        z-index: -1;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    
    .cta.service_cta {
        position: relative;
        z-index: 1;
        padding: 120px 0;
    }

    .gallery-item .col-lg-4 {
        display: flex;
        flex-wrap: wrap;
    }
    
    .gallery-item .col-lg-4 img:first-child {
        padding-right: 7.5px;
        margin-bottom: 0;
    }
    
    .gallery-item .col-lg-4 img {
        flex-basis: 50%;
        max-width: 50%;
    }
    
    .gallery-item .col-lg-4 img:last-child {
        padding-left: 7.5px;
    }
}
@media only screen and (max-width: 767px) {

    .core-values-inner {
        padding: 70px 0;
    }
    
    .footer {
        background-color: #111D4A;
        padding: 60px 0 30px;
    }

    body {
        font-size: 16px;
    }
    .px-30{
        padding: 0 30px;
    }
    .proccess-content p {
        font-size: inherit;
    }
    .menu-nav a {
        font-size: 45px;
    }
    .header .offcanvas {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
    .sub-menu a {
        font-size: 24px;
    }
    .sub-menu {
        padding-left: 0;
    }
    .menu-nav .menu-item-has-children > a:before {
        right: 6px;
        height: 15px;
        margin-top: -6.5px;
    }
    .menu-nav .menu-item-has-children > a:after {
        width: 15px;
    }
    .menu-nav .menu-item-has-children > a:after, .menu-nav .menu-item-has-children > a:before {
        top: 25px;
    }
    .menu-nav .menu-item-has-children > a {
        padding-right: 30px;
    }
    #closeOffcanvas span {
        display: none;
    }
    .header-main {
        padding: 20px 0;
    }
    .logo{
        max-width: 132px;
        display: block;
    }
    .header .offcanvas {
        padding: 100px 50px 50px 50px;
    }
    .header .offcanvas {
        padding: 100px 50px 50px 50px;
    }
    .hero h1,
    .hero-section h1 {
        font-size: 40px;
    }
    .nema-card h4 {
        font-size: 30px;
    }
    .nema-card .nema-btn {
        font-size: 18px;
        margin-bottom: 30px;
        max-width: 230px;
        margin: 25px auto 0px;
        text-transform: none !important;
        padding: 10px;
    }
    .truck-img {
        bottom: 0;
        display: block;
        width: 480px;
        height: auto;
    }
    .proccess {
        padding-bottom: 20%;
    }
    .hero-section video {
        height: 50vh;
    }
    .served .serve-wrap h2 {
        margin-top: 60px;
        color: #111D4A;
        font-size: 30px;
    }
    .js-marquee {
        font-size: 30px;
    }
    .plane-img {
        top: -48px;
        max-width: 400px;
    }
    .mvp {
        padding: 130px 0px 200px;
    }
    .title,
    .gallery-title,
    .serve-wrap h2 {
        font-size: 30px;
    }
    .gallery-title{
        left: 15px;
    }
    .ship-img {
        max-width: 122%;
        bottom: 12px;
        left: -68%;
    }
    .section-title h2 {
        font-size: 30px;
    }
    
    .section-title h4 {
        font-size: 17px;
    }
    .animated-btn {
        width: 100%;
        display: block;
        border-top-left-radius: 0;
        border-bottom-left-radius: 30px;
        background: rgb(88,202,238);
        background: -webkit-gradient(linear,  left top, right top,  from(rgba(88,202,238,1)),to(rgba(35,62,148,1)));
        background: -o-linear-gradient(left,  rgba(88,202,238,1) 0%,rgba(35,62,148,1) 100%);
        background: linear-gradient(to right,  rgba(88,202,238,1) 0%,rgba(35,62,148,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58caee', endColorstr='#233e94',GradientType=1 );
        color: #ffffff;
    }
    .footer .logo {
        max-width: 220px;
    }
    .method .serve-wrap h2,
    .cta-contents h3 {
        font-size: 45px;
    }
    .offcanvas-body {
        max-height: calc(100vh - 150px);
        overflow-y: scroll;
    }
    .container, .container-lg, .container-md{
        padding-left: 30px;
        padding-right: 30px;
    }
    .unique .col-lg-5 h2,
    .single-core h2 {
        font-size: 40px;
    }
    .single-core{
        font-size: 18px;
    }
    .gallery-item .col-4 img:last-child {
        border-bottom-right-radius: 30px !important;
    }
    .gallery-item .col-8 img {
        border-top-left-radius: 30px !important;
    }
    
    .gallery-item .col-4 img:first-child {
        margin-bottom: 11px;
    }
    
    .gallery-item .row > * {
        padding-right: calc(var(--bs-gutter-x) * .3);
        padding-left: calc(var(--bs-gutter-x) * .3);
    }
    
    .rounded {
        border-radius: 30px !important;
    }
    .features {
        padding: 50px 30px 50px 70px;
    }
    .faqs-wrap {
        padding: 30px 15px;
        border-radius: 30px;
    }
    .accordion-header {
        padding: 15px 20px 15px 10px;
        border-radius: 15px;
    }
    .accordion-header:after {
        right: 10px;
    }
    .accordion-body {
        padding: 15px;
    }
    .works-for-company-wrap .title-large {
        font-size: 50px;
    }
    .single-testimonial blockquote {
        padding: 60px;
        font-size: 20px;
    }
    .testimonial-slider.owl-carousel .owl-item img {
        left: 60px;
        width: 100px;
        top: -25px;
    }
    .single-testimonial blockquote:after {
        border-top-width: 60px;
        border-right-width: 60px;
        bottom: -60px;
    }
    .author-info {
        padding-left: 60px;
        padding-top: 20px;
    }
    .works-for-company {
        padding: 0 30px;
    }
    
    .contact-form .d-flex {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .logo-bg-wrap{
        display: none;
    }

    .map-wrapper {
        padding: 0 0 30px;
    }

    .map-wrapper svg {
        width: calc(100% + 60%);
        margin-left: -30%;
    }
    .map-wrapper svg tspan, 
    .map-wrapper svg text {
        font-size: 102px;
    }
    .gallery-items img {
        border-radius: 15px;
    }
    
    .gallery-items img.gallery-2 {
        border-top-left-radius: 30px;
        border-bottom-right-radius: 15px;
    }
    
    .gallery-items img.gallery-2 {
        margin-bottom: 0;
    }
    
    .gallery-items img.gallery-1 {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 30px;
    }
    
    .gallery-items img.gallery-0 {
        border-bottom-left-radius: 15px;
    }
    .differences-bg{
        background-attachment: scroll;
    }
    .page-template-career .serve-wrap {
        text-align: center;
    }
    .works-for-company {
        padding: 0;
    }
    .works-for-company > .container-fluid {
        padding: 0;
    }
}
@media only screen and (max-width: 650px) {
    .button-icon {
        text-align: center;
        display: inline-block;
        width: 70px;
    }
}
@media only screen and (max-width: 480px) { 
    .icons-wrapper {
        height: 250px;
        width: 250px;
    }
    .icon-1 {
      -webkit-transform: rotate(30deg) translate(95px) rotate(-30deg);
          -ms-transform: rotate(30deg) translate(95px) rotate(-30deg);
              transform: rotate(30deg) translate(95px) rotate(-30deg);
    }
    .icon-2 {
      -webkit-transform: rotate(90deg) translate(95px) rotate(-90deg);
          -ms-transform: rotate(90deg) translate(95px) rotate(-90deg);
              transform: rotate(90deg) translate(95px) rotate(-90deg);
    }
    .icon-3 {
      -webkit-transform: rotate(150deg) translate(95px) rotate(-150deg);
          -ms-transform: rotate(150deg) translate(95px) rotate(-150deg);
              transform: rotate(150deg) translate(95px) rotate(-150deg);
    }
    .icon-4 {
      -webkit-transform: rotate(210deg) translate(95px) rotate(-210deg);
          -ms-transform: rotate(210deg) translate(95px) rotate(-210deg);
              transform: rotate(210deg) translate(95px) rotate(-210deg);
    }
    .icon-5 {
      -webkit-transform: rotate(270deg) translate(95px) rotate(-270deg);
          -ms-transform: rotate(270deg) translate(95px) rotate(-270deg);
              transform: rotate(270deg) translate(95px) rotate(-270deg);
    }
    .icon-6 {
      -webkit-transform: rotate(330deg) translate(95px) rotate(-330deg);
          -ms-transform: rotate(330deg) translate(95px) rotate(-330deg);
              transform: rotate(330deg) translate(95px) rotate(-330deg);
    }
    .center-logo > .position-absolute img {
        max-width: 80px;
    }
    
    .cta-bg {
        max-width: 300px;
        margin-left: -150px;
    }
    
    .man-img {
        max-width: 260px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 450px) { 
    .hero-section .play-btn > svg {
        display: none;
    }
    .play-circle {
        position: relative;
    }
}