html {
    scroll-behavior: smooth;
}

.home-slider {
    width: 100%;
    height: 95vh;
    position: relative;
    z-index: 0;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.top-header {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    transition: background 0.6s ease-in;
    z-index: 2;
    padding: 15px;
    color: #FFF !important;
    font-family: 'Roboto', sans-serif;
    padding: 15px 0px;
    border-bottom: solid 1px rgb(255, 255, 255, 0.2);
}

.top-header .container {
    padding: 0px 30px 0px 20px;
}

.top-social li {
    color: #FFF;
    display: inline-block;
    margin-right: 15px;
}

ul.top-contact {
    text-align: right;
}

ul.top-contact li {
    font-weight: 600;
    color: #FFF;
}

ul.top-contact li.phone::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f879";
    margin-right: 10px;
    color: var(--secundary-color);
}

.top-contact li {
    display: inline-block;
    margin-left: 15px;
}

.top-contact li .btn-default {
    display: inline-block;
    margin-left: 20px;
    padding: 6px 18px;
    font-size: 11px;
}

footer {
    background: var(--primary-heading);
    padding: 15px 0px 1px;
}

.fc-circle {
    background: #f46b37;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    margin: auto;
}

.fc-circle .fas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFF;
    font-size: 25px;
}

.fc-circle .far {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFF;
    font-size: 25px;
}

.fc-caption a {
    font-weight: 500;
    color: #FFF;
    text-align: center !important;
}

.fc-caption a:hover {
    color: var(--secundary-color);
}

.fc-caption h5 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    margin-top: 15px;
}

hr.footer-divider {
    border-top: 1px solid rgba(18, 50, 84, 0.6);
    margin: 20px 0px 25px;
}

.footer-logo {
    width: 220px;
    margin-bottom: 25px;
}

.footer-caption p {
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.footer-social {
    margin-top: 30px;
}

.footer-social ul li {
    display: inline-block;
    margin-right: 10px;
    color: #FFF;
    background-color: rgba(18, 50, 84, 0.4);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.footer-social ul li:hover {
    background-color: var(--secundary-color);
}

.footer-social ul li:hover .fab {
    color: #FFF;
}

ul.footer-bulletlist li {
    color: #FFF;
    list-style: none;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    font-weight: 400;
}

ul.footer-bulletlist li a {
    color: #FFF;
    transition: 0.4s;
}

ul.footer-bulletlist li a:hover {
    color: var(--secundary-color);
    text-decoration: none;
}

.fooler-left-col {
    padding-right: 50px;
}

.footer-col h5 {
    font-weight: 500;
    font-size: 18px;
    color: var(--secundary-color);
    margin-bottom: 20px;
}

.newsletter form {
    display: flex;
    align-items: center;
}

.newsletter {
    max-width: 320px;
    margin-top: 30px;
}

.newsletter .input {
    width: 70%;
    height: 38px;
    background: #e0e6eb;
    border: none;
    font-family: inherit;
    color: #737373;
    letter-spacing: 1px;
    text-indent: 5%;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.newsletter .input:focus {
    color: #495057;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.newsletter .button {
    width: 30%;
    height: 38px;
    background-color: var(--secundary-color);
    border: none;
    border-radius: 0 5px 5px 0;
    font-family: inherit;
    color: inherit;
    letter-spacing: 1px;
    cursor: pointer;
    color: #FFF;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
}

p.newsletter {
    font-size: 13px;
    line-height: 22px;
    color: #FFF;
    font-style: italic;
}

p.footer-bootom {
    text-align: center;
    color: #FFF;
    font-size: 13px;
    display: inline-block;
}

.pages-hero {
    background-image: url("../images/common-head-bg.jpg");
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.pages-hero-p {
    background-image: url("../images/project_cargo_bg.jpg");
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.pages-hero:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, var(--primary-heading), var(--primary-heading));
    opacity: 0.4;
}

.pages-hero-p:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, var(--primary-heading), var(--primary-heading));
    opacity: 0.6;
}

.pages-title {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFF;
    margin-bottom: 100px;
}

.pages-title span {
    font-weight: 700;
    font-size: 2rem;
}

.pages-title h1 {
    color: #FFF;
    margin-bottom: 5px;
}

.page-nav {
    margin-top: 5px;
}

.page-nav p {
    color: #FFF;
    font-size: 13px;
    margin-bottom: 0px;
}

.pages-title a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.pages-title a:hover {
    color: var(--main-yellow-color);
    text-decoration: none;
}

.service-box {
    background: #FFF;
    padding: 30px;
    margin: 10px;
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
}

.service-box h4 {
    margin-top: 20px;
}

.service-box h6 {
    margin-top: 20px;
}

.service-box h6 a {
    color: var(--secundary-color);
    text-decoration: none;
}

.service-box h6 a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.custom-form {
    display: block;
    width: 100%;
    height: calc(2em + 1rem + 2px);
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--primary-color);
    background-color: var(--background-color) !important;
    background-clip: padding-box;
    border: none;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: 'Open Sans', sans-serif;
}

.message-form {
    background-color: var(--background-color) !important;
    border-radius: 10px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-form::-ms-expand {
    background-color: transparent;
    border: 0;
}

.custom-form:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.custom-form:focus {
    color: #495057;
    background-color: #d1d9e0;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}

.custom-form::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.custom-form::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.custom-form:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.custom-form::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.custom-form::placeholder {
    color: #6c757d;
    opacity: 1;
}

p.required {
    margin-bottom: 0px;
    font-size: 14px;
    font-style: italic;
}

.map-iframe {
    width: 100%;
    height: 450px;
    position: relative;
}

.contact-info {
    margin-bottom: 30px;
}

.contact-info h3 {
    margin-bottom: 5px;
}

.contact-info p {
    color: var(--primary-heading);
    margin-bottom: 0px;
}

.contact-box .fas {
    font-size: 50px;
    margin-right: 25px;
    color: var(--primary-color);
}

.contact-box .far {
    font-size: 50px;
    margin-right: 25px;
    color: var(--primary-color);
}

.contact-box .media-body {
    padding-top: 3px;
}

.contact-box .media-body h5 {
    margin-bottom: 0px;
}

.contact-box .media-body p {
    font-size: 14px;
    margin-bottom: 0px;
}

.inner-contact-box {
    margin: 20px 0px;
    padding-right: 15px;
}

.inner-contact-box .fas {
    font-size: 30px;
    color: var(--secundary-color);
    margin-bottom: 15px;
}

.inner-contact-box .far {
    font-size: 30px;
    color: var(--secundary-color);
    margin-bottom: 15px;
}

.inner-contact-box h4 {
    font-size: 17px;
    margin-bottom: 0px;
}

.inner-contact-box p {
    margin-bottom: 0px;
}

.contact-right-layer {
    padding: 50px;
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    border-top: solid 5px var(--secundary-color);
}

.services-carousel {
    position: relative;
}

.services-carousel .owl-theme .custom-nav {
    display: none;
}

.services-carousel .owl-carousel .item .thumbnail {
    margin: 0rem 1rem;
}

.services-carousel .owl-dots {
    display: none;
}

.service-box-alt {
    margin: 0px 15px;
}

.sb-thumbnail {
    position: relative;
    cursor: pointer;
}

.sb-thumbnail:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(transparent, var(--primary-heading));
    opacity: 0.7;
    margin-top: -5px;
    z-index: 1;
}

.sb-caption {
    width: 100%;
    margin: 0px;
    position: absolute;
    bottom: 0px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
}

.sb-caption h3 {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.sbt-icon {
    width: 50px;
    margin: auto;
}

.out-caption {
    text-align: center;
    margin-top: 25px;
    padding: 0px 20px;
}

.sb-thumbnail .bottom-line {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    bottom: -3px;
    background-color: var(--secundary-color);
    width: 80px;
    height: 5px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.sb-thumbnail:hover .bottom-line {
    width: 100%;
    height: 5px;
}

.wide-info-section {
    background-color: var(--primary-color);
    background-image: -webkit-linear-gradient(180deg, var(--primary-color) 50%, #FFFF 50%);
    padding: 80px 0px 80px;
}

.reverse-bg-serv {
    background-color: var(--primary-color);
    background-image: -webkit-linear-gradient(180deg, #FFFF 50%, var(--primary-color) 50%);
    padding: 80px 0px 80px;
}

.serv-det-img1 {
    background-image: url("../images/detail-ser-1.jpg");
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-left: -120px;
    left: 120px;
}

.serv-det-img2 {
    background-image: url("../images/detail-ser-2.jpg");
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-left: -120px;
    position: relative;
    left: 120px;
}

.serv-det-img3 {
    background-image: url("../images/detail-ser-3.jpg");
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-left: -120px;
    left: 120px;
}

.serv-det-img4 {
    background-image: url("../images/detail-ser-4.jpg");
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-left: -120px;
    position: relative;
    /* left: 120px; */
}

.serv-det-img5 {
    background-image: url("../images/detail-ser-5.png");
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-left: -120px;
    left: 120px;
}

.wi-left-layer {
    margin: 0px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 30%;
}

.wi-left-layer .btn-default {
    margin-top: 15px;
}


/****** Home About ******/

.experience-badge {
    width: 80%;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    position: absolute;
    bottom: 30px;
    left: -50px;
}

.left-badge {
    background-color: var(--secundary-color);
    float: left;
    width: 25%;
    height: 118px;
    position: relative;
    text-align: center;
    padding: 40px 20px;
}

.right-badge {
    background-color: #FFF;
    float: right;
    width: 75%;
    padding: 20px;
}

.left-badge .counter {
    font-size: 60px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #FFF;
    margin: 0px;
    padding: 5px 0px;
}

.right-badge h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.right-badge p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
}


/****** Why Us Section ******/

.ws-why-us {
    background-image: url("../images/commons/logis-7.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 60px 0px;
}

.ws-why-us:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, var(--primary-heading), var(--primary-heading));
    opacity: 0.8;
}

.why-us-content-layer {
    background-color: rgb(255, 255, 255, 0.98);
    position: relative;
    z-index: 1;
    padding: 50px;
}

.why-us-content {
    margin: 0px;
    position: absolute;
    top: 48%;
    -ms-transform: translateY(-47%);
    transform: translateY(-47%);
}

.why-us-content h2 {
    margin-bottom: 15px;
}

.why-us-content .btn-default {
    margin-top: 20px;
}

.why-us-img {
    position: relative;
}

.front-box-layer {
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    margin-top: -110px;
    position: relative;
    z-index: 1;
}

.front-box {
    background: #FFF;
    text-align: center;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
    padding: 40px 20px;
}

.front-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0px 10px;
}

.front-box p {
    margin-bottom: 0px;
}

.front-box-icon {
    width: 60px;
    margin: auto;
}

.about-logistic h2 {
    margin-bottom: 15px;
}

.about-logistic-img {
    position: relative;
}

.service-parallax {
    background-image: url("../images/servicebg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0px;
}

.service-parallax .section-title h2 {
    position: relative;
    z-index: 1;
    color: #FFF;
}

.service-parallax .out-caption p {
    color: #FFF;
}

.wu-box {
    margin-top: 40px;
}

.wu-box .media {
    margin: 20px 0px;
}

.wu-box .mr-3 {
    width: 42px;
}

.wu-box .media-body h5 {
    margin-bottom: 5px;
}

.wu-box .media-body p {
    font-size: 14px;
    line-height: 25px;
}

.why-us-right {
    position: relative;
}

.image-badge {
    background-color: #FFF;
    padding: 35px;
    max-width: 300px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    outline: 1px dashed var(--secundary-color);
    outline-offset: -15px;
    margin-left: -80px;
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
}

.ib-icon {
    width: 60px;
}

.image-badge h4 {
    margin-top: 15px;
}


/* =====================================
    Other section 
===================================== */

.upper-footer {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgb(199, 199, 199) 100%);
    margin-top: 40px;
}

.upper-footer-content {
    display: block;
    padding: 45px 0px;
}

.upper-footer-content h4 {
    color: #ff4600;
}

.service-points li {
    list-style-type: disclosure-closed;
    font-weight: 500;
    margin-bottom: 13px;
}

.servicepadding {
    padding-left: 30%;
    padding-right: 0%!important;
}

.service-points li::marker {
    color: rgb(255, 94, 0);
}

.service-head_color {
    color: var(--primary-color);
}


/* CLIENT CLIDER CSS START */

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

.client-slider {
    background: white;
    box-shadow: 3px 7px 20px -5px rgb(0 20 60);
    /* height: 100px; */
    margin: auto;
    overflow: hidden;
    position: relative;
    padding: 30px;
    border-radius: 5px;
}

.client-slider::before,
.client-slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.client-slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.client-slider::before {
    left: 0;
    top: 0;
}

.client-slider .client-slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: -webkit-box;
}

.client-slider .client-slide {
    height: 100px;
    width: 250px;
    margin: 0px 60px;
}


/* .client-slider .client-slide:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
} */


/* project cargo page */

.blog-content-box {
    margin-bottom: 50px;
}

.blog-caption {
    background-color: #FFF;
    margin-top: -195px;
    z-index: 1;
    position: relative;
    padding: 18px 67px 18px 30px;
    width: 90%;
    -webkit-box-shadow: 0 0 11px 0 rgb(6 22 58 / 14%);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgb(6 22 58 / 14%);
}

.blog-caption .btn-default {
    margin-top: 15px;
}

.blog-caption h6 a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.post-social-bar {
    position: absolute;
    background-color: var(--secundary-color);
    top: 0%;
    right: 0;
    padding: 10px;
    width: 35px;
    height: 100%;
}

.post-social-bar ul {
    margin: 0px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.post-social-bar ul li {
    color: #FFF;
    margin: 10px 0px;
}

.post-social-bar ul li a:hover {
    color: var(--primary-color);
}

.post-feature {
    position: relative;
}

.inner-aside {
    margin-bottom: 40px;
}

.contact-card {
    background-image: url(../images/home-service-5.jpg);
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.contact-card:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, var(--primary-color), var(--primary-color));
    opacity: 0.9;
}

.cc-caption {
    margin: 0px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0px 35px;
}

.cc-caption h3 {
    color: #FFF;
}

.cc-caption p {
    color: #FFF;
    font-size: 14px;
    line-height: 26px;
}

.support-contact {
    margin-top: 25px;
}

.support-contact .media {
    padding: 10px 0px;
}

.support-contact .media .fas {
    font-size: 30px;
    color: var(--secundary-color);
    margin-right: 15px;
}

.support-contact .media .media-body {
    margin-top: -5px;
}

.support-contact .media .media-body h5 {
    color: #FFF;
    font-size: 18px;
    margin-bottom: 0px;
}

.support-contact .media .media-body p {
    color: #FFF;
    margin-bottom: 0px;
}

.cc-line {
    width: 8px;
    height: 120px;
    background-color: var(--secundary-color);
    position: absolute;
    top: 70px;
    left: 0;
}

.support-contact .media .far {
    font-size: 30px;
    color: var(--secundary-color);
    margin-right: 15px;
}

.wsa-left,
.wsa-center,
.wsa-right {
    height: 550px;
}

.wsa-left {
    background-image: url(../images/project_cargo_3sec.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.wsa-center {
    background-color: var(--secundary-color);
}

.wsa-center-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0px;
}

.wsa-center {
    background-color: var(--secundary-color);
}

.wsa-right {
    background-color: var(--primary-color);
}

.wsa-content {
    margin: 0px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0px 50px;
    width: 85%;
}

.wsa-content h2 {
    color: #FFF;
    margin-bottom: 15px;
}

.wsa-content p {
    color: #FFF;
}

.wsa-content p strong {
    color: #FFF;
}

.wsa-content .signature {
    margin-top: 35px;
}

.wsa-center-content .counter-box .counter-icon {
    width: 45px;
    margin-bottom: 10px;
}

.wsa-center-content .counter-box .counter {
    font-size: 25px;
}

.wsa-center-content .counter-box .counter-caption p {
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 5px;
}

.wsa-center-content .counter-box {
    margin: 10px 0px;
}

.wsa-center-content .counter-box .counter-icon {
    width: 45px;
    margin-bottom: 10px;
}

.counter-box .counter {
    font-size: 35px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #FFF;
    text-align: center;
}

.wsa-center-content .counter-box .counter {
    font-size: 25px;
}

.counter-icon {
    width: 60px;
    margin: auto auto 20px;
}

.wsa-right {
    background-color: var(--primary-color);
}

@media (max-width: 1700px) {
    .wsa-content {
        width: 100%;
    }
}

.wsa-content h2 {
    color: #FFF;
    margin-bottom: 15px;
}

.wsa-content p {
    color: #FFF;
}

.carousel-caption {
    position: absolute;
    right: unset!important;
    bottom: 20px;
    left: unset!important;
    z-index: 10;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    color: #fff;
    text-align: center;
    width: 100%;
}

.carousel-caption h5 {
    color: #fff!important;
}

.carousel-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#020000+0,050000+64,050000+88,020101+100&0.02+0,0.35+64,0.84+88,0.88+100 */
    background: -moz-linear-gradient(top, rgba(2, 0, 0, 0.02) 0%, rgba(5, 0, 0, 0.35) 64%, rgba(5, 0, 0, 0.84) 88%, rgba(2, 1, 1, 0.88) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(2, 0, 0, 0.02) 0%, rgba(5, 0, 0, 0.35) 64%, rgba(5, 0, 0, 0.84) 88%, rgba(2, 1, 1, 0.88) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(2, 0, 0, 0.02) 0%, rgba(5, 0, 0, 0.35) 64%, rgba(5, 0, 0, 0.84) 88%, rgba(2, 1, 1, 0.88) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#05020000', endColorstr='#e0020101', GradientType=0);
    /* IE6-9 */
}

.carousel-indicators li {
    width: 10px!important;
    height: 10px!important;
    border-radius: 15px!important;
    border-top: none!important;
    border-bottom: none!important;
    margin-bottom: 13px!important;
}

.custom_resume_uplod .custom-file {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.custom_resume_uplod .custom-file label {
    background: #f8f8f8!important;
    border: none!important;
    color: #707070!important;
    padding-left: 29px!important;
}

.custom-file-label::after {
    position: absolute;
    top: -4px!important;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(2em + 1rem)!important;
    padding: 0.375rem 0.75rem!important;
    line-height: 29px!important;
    color: #ffffff!important;
    content: "Browse";
    background-color: #004387!important;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.testimonial-banner {
    background-color: var(--primary-color);
    padding: 300px 0px 0px 275px;
}

.up-testimonial-layer {
    margin-top: -220px;
}

.testimonial-text {
    background-color: #FFF;
    -webkit-box-shadow: 0 0 11px 0 rgb(6 22 58 / 14%);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgb(6 22 58 / 14%);
    padding: 16px;
    margin: 5px;
    text-align: center;
    position: relative;
}

.testimonial-box .bottom-line {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    bottom: -5px;
    background-color: var(--secundary-color);
    width: 50px;
    height: 5px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.milestone-star {
    font-size: 29px;
    color: #ff5e00;
}

.mile-stone_container {
    display: flex;
}
.tp-mask-wrap .subtext
{
white-space: unset!important;
}

#warehouse
{
margin-bottom: 12%!important;
overflow: unset!important;
}

#warehouse .wide-info-section .wi-left-layer {
    margin-top: 18%!important;
}