body {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    background-color: #fff;
    width: 100%;
}

div {
    display: block;
    /* border: 1px solid; */
}

h1 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    font-size: 48px;
    font-weight: 300;
    color: #363958;
    padding: 0px;
    margin: 0px;
    /* border: 1px solid; */
}

h2 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    font-size: 28px;
    color: #363958;
    font-weight: 300;
}

h3 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    font-size: 22px;
    font-weight: 300;
    color: #363958;
}

h4 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    font-size: 20px;
    font-weight: 300;
    color: #363958;
}

h5 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    font-size: 16px;
    font-weight: 300;
    color: #363958;
}

a {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
}

a:hover {
    transition: 1s;
}

div label p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    font-size: 18px;
    color: #363958;
    font-weight: 300;
}

/* header */
#header {
    background-image: linear-gradient(-180deg, rgb(0, 0, 0, 0.4) 3%, transparent 15%), url('/resources/images/header-bg.jpg');
    height: auto;
    width: 100%;
    padding: 180px 100px 100px 100px;
    background-position: center;
    background-size: cover;
    background-position: 100%;
}

#header span {
    font-weight: 1000;
}

.custom-navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    position: fixed;
    width: 100%;
    transition: background-color 0.4s ease-in-out;
}

.custom-navbar.scrolled {
    background-color: #292B51;
    opacity: 0.98;
}

.custom-ul {
    text-align: center;
    background-color: transparent;
}

.navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: auto;
    font-weight: 300;
    margin-left: 20px;
    align-items: center;
    transition: color 0.4s ease-in-out;
    padding-top: 12px;
}

.navbar-nav .nav-item .nav-link.active {
    color: #00E7D7;
    font-size: auto;
    font-weight: 700;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #BBFFCA;
}

.custom-navbar.scrolled .nav-item .nav-link:hover {
    color: #BBFFCA;
}

.custom-navbar.scrolled .nav-item .nav-link {
    color: #fff;
}

.custom-navbar.scrolled .nav-item .nav-link.active {
    color: #00E7D7;
}

.navbar-contact-btn {
    background-color: #00E7D7;
    color: #fff;
    display: flex;
    font-size: auto;
    font-weight: 600;
    height: 10px;
    width: 100px;
    margin-left: 40px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    padding: 20px 80px;
    animation: animate 3s linear infinite;
}

.navbar-contact-btn:hover {
    color: #292B51;
    font-weight: 800;
    border-radius: 12px;
    background-color: #8CF9EE;
    animation: animate 3s linear infinite;
}

.navbar-header {
    width: 200px;
    height: 53px;
}

.header-info {
    padding-bottom: 30px;
}

.header-info .title {
    color: white;
    padding-top: 1px;
}

.header-info .info-wms {
    color: white;
    padding-top: 3%;
    padding-bottom: 60px;
    font-size: 24px;
}

.header-info .info {
    color: white;
    padding-top: 3%;
    padding-bottom: 10px;
    font-size: 24px;
}

.header-contact-btn {
    background-image: linear-gradient(-45deg, #00E7D7, #7276F1);
    color: white;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 30px;
    width: 200px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    padding: 30px 20px 30px 20px;
    animation: animate 3s linear infinite;
}

.header-contact-btn:hover {
    color: white;
    font-size: 18px;
    border-radius: 12px;
    font-weight: 900;
    height: 60px;
    width: 220px;
    animation: animate 3s linear infinite;
}

.header-info #logo {
    height: 70px;
    width: 200px;
}

.header-info .info-fulfill {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 30px;

}

.contact-btn-2 {
    background-color: #BBFFCA;
    color: #fff;
    padding: 10px 30px;
    border: none;
    text-decoration: none;
}

.custom-li {
    font-weight: 700;
    padding: 0px 15px;
}

.custom-logo {
    width: 60%;
}

.header-content {
    height: 400px;
}

.header-content .info {
    animation: 1.5s fadeInDown;
}

.header-content h1 {
    font-size: 80px;
    font-weight: 800;
    color: white;
    padding-bottom: 10px;
}

.header-content h2 {
    font-size: 38px;
    font-weight: 600;
    color: white;
}

.header-content h3 {
    font-size: 30px;
    font-weight: 400;
}

.header-content p {
    color: white;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-content img {
    width: 85%;
    animation: 1.5s fadeInDown;
}

.header-footer div {
    padding-left: 12px;
}

.header-footer .button-one {
    display: flex;
    color: white;
    font-weight: 600;
    background-color: rgb(114, 118, 241, 0.75);
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    padding: 20px 30px 20px 30px;
    animation: animate 3s linear infinite;
}

.header-footer .button-one:hover {
    font-weight: 800;
    background-color: #6569d5;
    border-color: #9da0f5;
    transition: all .5s;
    transform: scale(1.05);
    z-index: 1;
}

.header-footer .button-two {
    display: flex;
    color: #7276F1;
    font-weight: 600;
    background-color: rgb(255, 255, 255, 0.8);
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    padding: 20px 30px 20px 30px;
    animation: animate 3s linear infinite;
}

.header-footer .button-two:hover {
    font-weight: 800;
    background-color: white;
    border-color: #8dd7f7;
    transition: all .5s;
    transform: scale(1.05);
    z-index: 1;
}

.header-carusel {
    height: 30px;
}

/* end header */
#Intro {
    padding-top: 130px;
    padding-bottom: 130px;
}

#Intro img {
    /* border-radius: 550px 0px 0px 550px; */
    height: 100%;
    width: 120%;
}

#Intro .info {
    height: 100%;
    width: 120%;
}

.platform-contact-btn {
    background-color: #BBFFCA;
    color: #363958;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 30px;
    width: 200px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    padding: 30px 20px 30px 20px;
    animation: animate 3s linear infinite;
}

.platform-contact-btn:hover {
    color: white;
    background-color: #87cf97;
    animation: animate 3s linear infinite;
}

#fulfill {
    padding-top: 80px;
    justify-content: center;
}

#fulfill .col-md-3:nth-child(2) img {
    height: 100%;
    width: 100%;
    border-radius: 6px;
}

#fulfill .col-md-6 {
    padding-left: 40px;
}

.fulfill-image img {
    height: 87px;
    width: 180px;
}

.full-logos {
    padding-top: 45px;
}

.full-logos img {
    width: 100%;
}

.info-grid {
    margin: 30px 0px 0px 0px;
}

/* header, casual shoes, formal shoes */
.service-link {
    font-size: 18px;
    font-weight: 600;
    font-size: 18px;
    border: #7276F1;
    margin: 10px 10px 10px 10px;
}

.service-link:hover {
    font-size: 20px;
    font-weight: 900;
}

.services-btn {
    display: flex;
    color: white;
    font-size: 18px;
    font-weight: 600;
    height: 90px;
    width: 240px;
    background-image: linear-gradient(-45deg, #00E7D7, #7276F1);
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    padding: 30px 10px 30px 10px;
    animation: animate 3s linear infinite;
}

.services-btn:hover {
    color: white;
    font-weight: 900;
    font-size: 22px;
    background-color: #87cf97;
    animation: animate 3s linear infinite;
}

.services-basecard {
    background-color: #7276F1;
}

.custom-card {
    padding: 3px;
    position: relative;
    background: linear-gradient(to right, #7276F1, #00E7D7);
    /* background-color: white;
    border-radius: 6px;
    animation: animate 3s linear infinite;
    border-style: solid;
    border-width: 4px;
    border-color: #77d0f6;
    padding: 20px;   */
}

.module {
    padding: 15px;
    height: 100%;
    background: white;
    color: white;
    border-radius: 3px;
}

.module:hover {
    background-color: rgb(244, 255, 255);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    animation: animate 1s linear infinite;
}

.custom-footer.card-custom {
    text-align: left;
    background-color: transparent;
    padding-bottom: 12px;
    width: 100%;
    border: none;
    padding-top: 20px;
}

.custom-footer.card-custom:hover {
    background: transparent;
    width: 100%;
    border: none;
    border-radius: 0 0 6px 6px;
}

.custom-footer.card-custom a {
    color: #3d94b9;
    background-color: #77d0f6;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    padding: 15px 30px 15px 30px;
    border-radius: 6px;
    border-style: solid;
    border-color: #20bafc;
}

.custom-footer.card-custom a:hover {
    color: white;
    background-color: #3d94b9;
    border-style: solid;
    border-color: #20bafc;
}

.custom-footer-margin h6 {
    font-size: 13px;
}

/* end casual shoes, formal shoes */

/* casual shoes */
.custom-bg {
    height: 350px;
    background: #F1F1F1;
    border-radius: 6px;
}

/* end casual shoes */

/* services section */
.card-img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

#our-services {
    padding-top: 150px;
    padding-bottom: 120px;
}

#our-services .card:hover {
    transition: all .5s;
    transform: scale(1.02);
    z-index: 1;
}

#our-services .card-title {
    font-size: 20px;
    color: #363958;
    font-weight: 600;
}

.card-img-top {
    width: 50%;
}

.card-text {
    font-weight: 300;
    font-size: auto;
}

.card-text-portal {
    font-weight: 300;
    font-size: 18px;
    padding-top: 5%;
}

.bild-portal-stages {
    width: 75%;
    display: none;
}

.portal-devices img {
    margin-left: 50px;
}

.card-title {
    font-size: 16px;
    color: #363958;
    font-weight: 600;
}

.card-title-btn {
    text-align: center;
    font-size: 20px;
    color: #7276F1;
    font-weight: 400;
    text-decoration: none;
}

.card-title-btn:hover {
    color: #4c4fa4;
    font-weight: 600;
    background-color: transparent;
}

#separator-line {
    padding: 80px 0px 80px 0px;
}

#services {
    padding-top: 180px;
    padding-bottom: 100px;
}

#ventajas img {
    width: 90%;
}

#ventajas-info {
    margin: 20px 0px 50px 0px
}

#ventajas-info p {
    font-size: 20px;
    font-weight: 300;
}

#facts {
    text-align: center;
    padding-bottom: 20px;
    height: fit-content;
    width: 100%;
    background-color: #292B51;
    background-size: 220%;
    background-position: 100%;
}

#facts .title {
    padding-top: 100px;
}

.bild-portal-info {
    height: auto;
    width: 100%;
    padding: 80px 150px 0px 150px;
    text-align: left;
    background-position: 100%;
    display: flex;
}

.portal-operator-img {
    height: auto;
    width: 55%;
}

.portal-advantajes {
    height: auto;
    width: 100%;
    padding-bottom: 80px;
    object-fit: contain;
}

.portal-advantajes h3 {
    padding-top: 50px;
    text-align: right;
    color: white;
}

.bild-portal-info .info {
    padding-top: 80px;
    padding-bottom: 50px;
}

#contact-us {
    width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 0px;
    padding-right: 0px;
    border: none;
}

html,
body,
#map {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#map {
    position: relative;
}

.card-body-fact {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
    height: auto;
    width: auto;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
}

.card-body-fact p {
    margin: 10px 15px 10 20px;

}

.flow-step {
    align-items: center;
    justify-content: center;
}

.quote-request {
    display: flex;
    color: white;
    font-size: 20px;
    font-weight: 600;
    height: 80px;
    width: 300px;
    background-image: linear-gradient(-45deg, #00E7D7, #7276F1);
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    padding: 25px 10px 25px 10px;
    animation: animate 3s linear infinite;
}

.quote-request:hover {
    color: white;
    background-color: #87cf97;
    transition: all .5s;
    transform: scale(1.05);
    z-index: 1;
}

.custom-service-card {
    background-color: #fff;
    border-width: 0 0 0 5px;
    border-color: #20bafc;
    border-radius: 6px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.4);
}

.custom-service-card:hover {
    transition: all .5s;
    transform: scale(1.025);
    z-index: 1;
}

.circle-card {
    border-radius: 50%;
    background-color: #0d6efd;
    box-shadow: 0px 0px 50% rgba(0, 0, 0, 0.35);
    border: none;
}

.social-btn {
    border-radius: 50%;
    background-color: #BBFFCA;
    width: 55px;
    height: auto;
    border: none;
}

.social-card {
    border-radius: 50%;
    background-color: #0d6efd;
    width: 55px;
    height: auto;
}

.contact-card {
    background-color: #fff;
    border-radius: 6px;
    padding: 0;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.btn-form:hover {
    transition: all .5s;
    transform: scale(1.05);
    z-index: 1;
}

/* end services section */

/* best option section*/
#bestOption {
    padding-top: 180px;
}

/* end best option section*/

/* workflow */
#workflow {
    align-items: center;
    justify-content: center;
    padding-top: 130px;
    height: auto;
}

.card-body .btn-primary {
    color: white;
    text-align: center;
    background-color: #00E7D7;
    border: none;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: 6px;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.frontside .card-img-top {
    width: 30%;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 250px;
    border: none;
}

.backside .card a {
    font-size: 18px;
    color: #fff !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #363958 !important;
}

.frontside .card .card-body {
    height: 100px;
    background-color: #fff;
    border-radius: 6px;
    border: none;
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.backside .card .card-body {
    background-color: #fff;
}

.social-icons-list {
    top: 70%;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.01rem;
}

/* end workflow */

/* contact us */
form.contact-us-form {
    padding: 30px 50px 30px 50px;
    justify-content: center;
    align-items: center;
}

.input-field {
    max-width: auto;
    width: 100%;
    background-color: #DDECFD;
    margin: 10px 0;
    height: 55px;
    border-radius: 6px;
    display: grid;
    grid-template-columns: 15% 85%;
    padding: 0 0.4rem;
    position: relative;
}

.input-field i {
    text-align: center;
    line-height: 55px;
    background-color: none;
    color: #7276F1;
    transition: 0.5s;
    font-size: 1.1rem;
}

.input-field input {
    background: none;
    outline: none;
    border: none;
    border-radius: 6px;
    line-height: 1;
    font-weight: 600;
    font-size: 12px;
    color: #363958;
}

.input-field input::placeholder {
    color: #7f829e;
    font-weight: 500;
}

.btn {
    width: 150px;
    background-image: linear-gradient(-45deg, #00E7D7, #7276F1);
    border: none;
    outline: none;
    height: 49px;
    border-radius: 6px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0;
    cursor: pointer;
    transition: 0.5s;
}

.btn:hover {
    color: white;
    font-size: 18px;
    font-weight: 900;
    animation: animate 3s linear infinite;
}

/*end contact us */

/* operations */
#operations {
    padding-top: 120px;
    padding-bottom: 80px;
}

.card-operations {
    background-color: #0d6efd;
    border: none;
    border-radius: 6px;
}

/* end operations */
/* start banner */
.banner-contact-btn {
    display: flex;
    color: #363958;
    font-size: auto;
    font-weight: 600;
    height: 70px;
    width: 200px;
    background: white;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    padding: 30px 10px 30px 10px;
    animation: animate 3s linear infinite;
}

.banner-contact-btn:hover {
    color: #363958;
    font-size: 18px;
    font-weight: 900;
    background-color: #DDECFD;
    animation: animate 3s linear infinite;
}

/* end banner */
.contact-icon {
    border-radius: 50%;
    background-color: #7276F1;
    width: 45px;
    height: auto;
    border: none;
}

#banner-footer {
    background-color: #00E7D7;
}

/* footer */
#footer {
    background-color: #292B51;
    font-size: auto;
    padding: 25px 0px;
}

.navbar-link-footer {
    color: white;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
}

.footer-contact a {
    font-size: auto;
}

.navbar-link-footer:hover {
    color: #0d6efd;
    text-align: center;
    font-weight: 800;
    text-decoration: none;
}

footer h5 {
    padding: 10px 0px;
    /* border: 1px solid; */
}

#footer li a {
    text-decoration: none;
}

.social-text {
    padding: 0.7rem 0;
    font-size: 1rem;
}

.social-media {
    display: flex;
    justify-content: left;
}

.social-icon {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.45rem;
    color: #fff;
    background-color: #7276F1;
    border-radius: 50%;
    border: none;
    text-decoration: none;
    font-size: 1.1rem;
    transition: 0.3s;
}

.social-icon:hover {
    color: white;
    background-color: #4c4ea2;
}

/* end footer */
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.header-carusel figure.slider {
    position: relative;
    width: 500%;
    animation: 1.5s fadeInDown;

}

.header-footer {
    animation: 1.5s fadeInUp;
}

@import url(https://fonts.googleapis.com/css?family=Istok+Web);

@keyframes slidy {

    /* 0% { left: 0%; }
    20% { left: 0%; }
    30% { left: -100%; }
    50% { left: -100%; }
    60% { left: -200%; }
    80% { left: -200%; }
    100% { left: -300; } */
    0% {
        left: 0%;
    }

    20% {
        left: 0%;
    }

    25% {
        left: -100%;
    }

    45% {
        left: -100%;
    }

    50% {
        left: -200%;
    }

    70% {
        left: -200%;
    }

    75% {
        left: -300%;
    }
}

* {
    box-sizing: border-box;
}

div#captioned-gallery {
    width: 100%;
    overflow: hidden;
}

figure.slider {
    position: relative;
    width: 500%;
    font-size: 0;
    animation: 20s slidy infinite;
}

figure.slider figure {
    /* background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.6), rgba(0,0,0,0.5)), url(resources/images/warehouse-slider-2-1.jpeg); */
    width: 20%;
    height: auto;
    display: inline-block;
    position: inherit;
}

figure.slider img {
    width: 100%;
    height: 500px;
}

figure.slider figure figcaption {
    position: absolute;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 8), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
    width: 100%;
    height: 100%;
    font-size: 2rem;
    padding: .6rem;
}

.slide {
    margin-top: 10px;
}

.bg {
    animation: slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, rgb(112, 116, 237, 0.7) 50%, rgb(0, 231, 215, 0.6) 50%, rgb(0, 153, 255, 0.5) 80%);
    bottom: 0;
    left: -50%;
    opacity: .5;
    position: absolute;
    right: -50%;
    top: 0;
    z-index: 0;
}

.bg2 {
    animation-direction: alternate-reverse;
    animation-duration: 4s;
}

.bg3 {
    animation-duration: 5s;
}

.content {
    background-color: #00E7D7 20%, ;
    border-radius: .25em;
    box-shadow: 0 0 .25em rgba(0, 0, 0, .25);
    box-sizing: border-box;
    left: 50%;
    padding: 10vmin;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-10%, -10%);
}

@keyframes slide {
    0% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(25%);
    }
}

@media screen and (max-width: 870px) {
    h1 {
        font-size: 32px;
    }

    #header {
        height: auto;
        width: 100%;
        padding: 70px 30px 40px 30px;
        background-image: linear-gradient(-25deg, rgba(0, 231, 215, 0.7), rgba(54, 57, 88, 0.8), rgba(54, 57, 88)), url('/resources/images/wms.jpeg');
        background-size: auto;
        background-position: center;
        object-fit: fill;

    }

    .header-info {
        padding-bottom: 30px;
        margin: 0px 20px 0px 20px;
    }

    .header-info .title {
        padding-top: 60px;
    }

    .header-info .info {
        padding-top: 30px;
        padding-bottom: 40px;
        font-size: 20px;
    }

    .header-info .info-wms {
        padding-top: 30px;
        padding-bottom: 5px;
        font-size: 20px;
    }

    .header-info #logo {
        height: 80%;
        width: 80%;
    }

    .header-info .info-fulfill {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .full-logos {
        padding-top: 10px;
    }

    .full-logos img {
        width: 60%;
    }

    .header-footer {
        padding-top: 20px;
        margin-left: 3px;
    }

    .header-footer div {
        padding: 15px;
    }

    .header-footer .button-one {
        background-color: rgb(114, 118, 241, 0.8);
    }

    .header-footer .button-two {
        background-color: rgb(255, 255, 255, 0.8);
    }

    .custom-logo {
        width: 20%;
    }

    .navbar-contact-btn {
        margin-left: 0;
    }

    .custom-navbar {
        padding-top: 10px;
        padding-bottom: 20px;
        align-items: center;
        position: fixed;
        background-color: #292B51;
    }

    .navbar-light .navbar-toggler {
        border-color: transparent;
        padding-left: 50px;
        color: transparent
    }

    .navbar-nav .nav-item .nav-link {
        color: #fff;
        font-size: 12px;
        font-weight: 300;
        margin-left: 0px;
        align-items: center;
        transition: color 0.4s ease-in-out;
    }

    .navbar-header {
        width: 430px;
        height: 40px;
    }

    .contact-navbar {
        padding-top: 15px;
    }

    figure.slider img {
        width: 250%;
        height: 500px;
    }

    .header-content h1 {
        font-size: 60px;
    }

    .header-content h2 {
        font-size: 20px;
    }

    .header-content {
        display: contents;
    }

    .header-content img {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .header-content .info {
        padding-top: 80px;
    }

    .header-footer div {
        padding-left: 12px;
    }

    #our-services {
        padding: 60px 30px 30px 30px;
        ;
    }

    .card-img-top {
        width: 30%;
    }

    .services-cards {
        display: contents;
    }

    .services-cards .info {
        padding-top: 25px;
    }

    #fulfill {
        padding-top: 100px;
        margin: 0px 20px 0px 20px;
    }

    #fulfill .row:nth-child(2) {
        align-items: center;
        text-align: center;
    }

    #fulfill .col-md-3:nth-child(2) {
        padding-top: 60px;
    }

    #fulfill .col-md-3:nth-child(3) {
        margin-top: 24px;
    }

    #fulfill .col-md-3:nth-child(3) img {
        width: 100%;
    }

    #fulfill .col-md-6 {
        padding-top: 40px;
        padding-left: 0px;
    }

    .info-grid {
        margin: 30px 0px 0px 0px;
    }

    #bestOption {
        padding: 100px 30px 30px 30px;
        ;
    }

    #services {
        padding: 100px 0px 80px 0px;
    }

    #ventajas-info {
        margin: 20px 0px 20px 0px
    }

    #ventajas img {
        width: 100%;
    }

    .quote-request {
        display: flex;
    }

    #facts {
        height: auto;
        width: 100%;
        background-position: 100%;
        background-size: 500%;
        padding: 100px 30px 100px 30px;
        ;
    }

    #facts .title {
        padding-top: 0px;
    }

    .numbers {
        width: 25%;
    }

    .bild-portal-info {
        display: contents;
        text-align: center;
    }

    .bild-portal-info .info {
        padding-top: 150px;
    }

    .bild-portal-info div:nth-child(2) {
        padding-bottom: 10px;
    }

    .bild-portal-stages {
        width: 100%;
        padding-bottom: 20px;
    }

    .portal-devices {
        display: none;
    }

    .portal-operator-img {
        display: none;
    }

    #workflow {
        padding: 100px 30px 30px 30px;
        ;
    }

    form.contact-us-form {
        width: 100%;
        padding: 10px 15px 20px 15px;
        justify-content: center;
        align-items: center;
    }

    #operations {
        padding: 10px 0px 30px 0px;
        ;
    }

    #operations .title {
        width: 100%;
        margin-left: 0;
        text-align: center;
        padding: 100px 30px 30px 30px;
        ;
    }

    .ops-paragraph {
        width: 100%;
        margin-left: 0;
        padding: 5px 10px 30px 30px;
        ;
    }

    .ops-image {
        width: 100%;
        margin-left: 0;
        padding: 0 10px 30px 10px;
    }

    #services {
        justify-content: center;
        text-align: center;
    }

    #contact-us {
        padding: 100px 10px 150px 10px;
        ;

    }

}