:root {
    --primaryColor: #002a5c;
    --hoverPrimaryColor: #014ba3;
    --hoverWhiteColor: #e0e0e0;
    --hoverYellowColor: #788302;
    --secondColor: #AEBD00;
    --whiteColor: #ffffff;
    --font-montserrat: "Montserrat", sans-serif;
    --font-open-sans: "Open Sans", sans-serif;
    --bold: 700;
    --semiBold: 600;
    --medium: 500;
    --regular: 400;
    --boxShadowCard: 0px 5px 8px 0px #a5a5a5;
    --boxShadowImg: 0px 2px 3px 0px #a5a5a5;
    --backgroundColorGrey: rgba(245,245,245,.5);
    --textDescriptionGrey: #a5a5a5;
    --labelGrey: #7D7D7D;
}
body {
    font-family: var(--font-montserrat);
}
.btn-sotto{
    color: var(--whiteColor);
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
    border-radius: 8px;
    padding: 0.39rem 0.9rem;
    font-size: 12px;
    font-weight: var(--semiBold);
}
.btn-danger{
    font-size: 12px;
    font-weight: var(--semiBold);
    width: 125px;
}
.btn-sotto-white{
    color: var(--primaryColor);
    background-color: var(--whiteColor);
    border-color: var(--whiteColor);
    border-radius: 8px;
    padding: 0.39rem 0.9rem;
    font-size: 0.875rem;
    font-weight: var(--semiBold);
    height: 34px;
}
.btn-sotto-yellow{
    color: var(--primaryColor);
    background-color: var(--secondColor);
    border-color: var(--secondColor);
    border-radius: 8px;
    padding: 0.39rem 0.9rem;
    font-size: 0.875rem;
    font-weight: var(--semiBold);
    height: 34px;
}
.btn-sotto:hover{
    color: var(--whiteColor);
    background-color: var(--hoverPrimaryColor);
    border-color: var(--hoverPrimaryColor);
}
.btn-sotto-white:hover{
    color: var(--primaryColor);
    background-color: var(--hoverWhiteColor);
    border-color: var(--hoverWhiteColor);
}
.btn-sotto-yellow:hover{
    color: var(--primaryColor);
    background-color: var(--hoverYellowColor);
    border-color: var(--hoverYellowColor);
}
.header-block{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.underline{
    text-decoration: underline;
    color: var(--secondColor);
    width: 100%;
    border-radius: 5px;
    background-color: var(--secondColor);
    height: 6px;
}
.about-underline{
    text-decoration: underline;
    color: var(--secondColor);
    width: 60%;
    border-radius: 5px;
    background-color: var(--secondColor);
    height: 6px;
    margin-top: 1rem;
}
.custom-underline{
    width: 65%;
    height: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.section-one-label{
    color: var(--secondColor);
    font-weight: var(--bold);
    font-size: 20px;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.section-one-title{
    color: var(--whiteColor);
    font-weight: var(--bold);
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
}
.section-one-desc{
    color: var(--whiteColor);
    font-weight: var(--medium);
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    color: var(--whiteColor);
}
.section-label{
    font-weight: var(--medium);
    color: var(--labelGrey);
    font-size: 16px;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 3px;
    margin-bottom: 25px;
}
.section-title{
    font-weight: var(--semiBold);
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 25px;
}

.section-block{
    margin-top: 300px;
}
.home-img-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,42,92,0.5);
    z-index: 2;
    cursor: pointer;
}
.img-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,42,92,0.5);
    z-index: 2;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section-one{
    height: 700px;
    position: relative;
}
/* Start Header up */
.header-up .navbar-nav{
    flex-direction: row;
}
.header-up .nav-item{
    display: inline-flex;
    margin-right: 20px;
}
.header-up .icon{
    display: flex;
    align-items: center;
    margin-right: 3px;
}
.navbar-nav .dropdown-menu{
    position: absolute;
}
/* End Header up */
/* Navbar  */
.bg-sotto-navbar{
    height: 150px;
}
.navbar-nav .nav-link{
    margin-left:20px;
    margin-right:20px;
}
.fa-search{
    font-size: 20px;
}
.navbar-collapse{
    flex-grow: 0;
}
.dropdown .btn:focus{
    border-color: transparent;
}
.navbar .nav-link{
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-weight: var(--semiBold);
    line-height: 30px;
}
.dropdown-item{
    font-size: 16px;
}
.bg-sotto-navbar {
    background-color: var(--primaryColor);
}
.navbar .logo{
    width: 15rem;
}
/* Start Home Slide */
.home-image{
    height: 100%;
    width: 100%;
    transform: scaleX(-1);
}
.home-image-header{
    font-weight: var(--bold);
    margin: 0;
    font-size: 75px;
    line-height: 85px;
}
.home-image-text{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color: var(--whiteColor);
}
.home-image-text .card-text{
    font-size: 25px;
    font-weight: var(--regular);
    line-height: 38px;
}
/* End Home Slide */
/* Start Intro Section */
.intro-section{
    background-color: var(--backgroundColorGrey);
    padding: 7rem;
}
.intro-container{
    width: 1188px;
    height: 346px;
}
.intro-container .left-box{
    width: 669px;
    height: 323px;
    margin-right: 70px;
}
.intro-img-block{
    width: 445px;
    height: 346px;
}
.intro-img{
    width: 100%;
}
.intro-header{
    font-weight: var(--semiBold);
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 45px;
}
.intro-text{
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 32px;
    font-family: var(--font-open-sans);
    margin-bottom: 30px;
}
/* End Intro Section */
/* Start Smarter Section */
.smarter-container{
    margin-top: 252px;
    //margin-bottom: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.smarter-block{
    width: 34rem;
}
.smarter-text-block{
    width: 1001px;
}
.smarter-block h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: var(--semiBold);
    margin-bottom: 25px;
}
.smarter-text{
    line-height: 32px;
    font-weight: var(--regular);
    font-family: var(--font-open-sans);
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 460px;
}
.smarter-text-block .text-block-right{
    display: flex;
    justify-content: flex-end;
}
/* End Smarter Section */
/* Start Services Section */
.services-container{
    margin-top: 252px;
    //margin-bottom: 300px;
    width: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.services-header{
    display: flex;
    justify-content: center;
}
.services-container .header-block{
    width: 626px;
}
.services-container .services-text{
    width: 698px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 90px;
}
.services-container .services-text p{
    font-size: 16px;
    line-height: 32px;
    font-family: var(--font-open-sans);
}
.services-container .header-block h2{
    text-align: center;
    font-size: 35px;
    line-height: 45px;
    font-weight: var(--semiBold);
    margin-bottom: 25px;
}
.services-image-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.services-image-w-cards{
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 252px;
    width: 1000px;
    height: 423px;
}
.services-image{
    border-radius: 2rem !important;
    margin-top: 1rem;
    width: 100%;
    height: 100%;
}
.services-cards{
    position: absolute;
    top: 25rem;
    display: flex;
    justify-content: space-between;
}
.services-cards .single-card{
    width: 29.333333%;
}
.services-cards .card{
    box-shadow: var(--boxShadowCard);
}
.iconCircle{
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-align: center;
    border: 2px solid var(--primaryColor);
    color: white;
    background: var(--primaryColor);
    position: absolute;
    margin: auto;
    top: -30px;
    right: 0;
    left: 0;
}
.services-card{
    border-radius: 15px;
}
.services-card-title{
    margin-top: 4rem;
    margin-bottom: 1.5rem;
    font-size: 16px;
    font-weight: var(--semiBold);
}
.services-card-img{
    width: 65px;
    height: 43.3px;
}
.services-card-text{
    font-size: 14px;
    color: #7D7D7D;
    font-weight: var(--regular);
}
/* End Services Section */
/* Start Quality Section */
.quality-container{
    margin-top: 252px;
    //margin-bottom: 5rem;
    width: 807px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.quality-header{
    text-align: center;
}
.quality-container .header-block h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: var(--semiBold);
    margin-bottom: 25px;
}
.quality-container .quality-text-block .quality-text{
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 32px;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    font-family: var(--font-open-sans);
}
/* End Quality Section */
/* Start Count Section */
.count-header{
    font-weight: var(--semiBold);
    margin-bottom: 30px;
    text-align: left;
}
.count-header-mobile{
    display: none;
}
.count-btn-end{
    display: none;
}
.count-container{
    display: flex;
    justify-content: center;
    margin-top: 252px;
}
.count-text{
    margin-bottom: 30px;
}
.count-btn{
    margin-top: 30px !important;
}
.count-row{
    width: 1188px;
}
.count-images-col{
    display: flex;
    justify-content: flex-end;
}
.count-cards-block{
    width: 550px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    height: 550px;
}
.count-single-card{
    width: 272px;
    padding: 0;
    height: 187px;
    position: relative;
}
.count-overlay{
    position: absolute;
    top: 0;
    height: 97%;
    padding: 2rem;
    display: flex;
    background-color: rgba(0, 0, 0, 0.7);
    flex-direction: column;
    justify-content: center;
}
.count-overlay .card-title{
    font-size: 20px;
    line-height: 30px;
    font-weight: var(--semiBold);
    margin-bottom: 7px;
    color: var(--whiteColor);
}
.count-overlay .card-text{
    font-size: 14px;
    line-height: 20px;
    font-weight: var(--regular);
    font-family: var(--font-open-sans);
    color: var(--whiteColor);
}
/* End Count Section */
/* Start Industry Section */
.industry-section{
    margin-top: 252px;
}
.industry-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.industry-img-box{
    width: 216px;
    height: 174px;
}
.industry-header-block{
    width: 37rem;
}
.industry-images-block{
    margin-top: 90px;
    margin-bottom: 90px;
    width: 1116px;
}
.industry-block{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.industry-image{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.industry-card-title{
    font-size: 16px;
    font-weight: var(--semiBold);
    margin-top: 2rem;
}
.industry-btn-block{
    margin-bottom: 252px;
}
/* End Industry Section */
/* Start Quote Section */
.quote-section{
    background-color: var(--backgroundColorGrey);
    padding-bottom: 150px;
    padding-top: 150px;
}
.quote-card-block{
    padding-right: 10rem;
    padding-left: 10rem;
}
.quote-card-block .card{
    padding: 2rem;
    border-radius: 15px;
}
.quote-card-block .card .card-title{
    margin-bottom: 2.5rem;
    font-weight: var(--semiBold);
    font-size: 22px;
    line-height: 44px;
}
.quote-label-block{
    justify-content: flex-start;
    display: flex;
    align-items: center
}
.quote-row{
    margin-bottom: 2.5rem;
}
.input-block{
    box-shadow: var(--boxShadowCard);
}
.quote-label{
    font-weight: var(--semiBold);
    font-size: 14px;
    line-height: 22px;
    text-align: left;
}
.quote-label-block span{
    margin-left: 5px;
}
.quote-text{
    border-radius: .5rem;
    height: 3.5rem;
    font-size: 16px;
}
.quote-text-area{
    border-radius: .5rem;
}
.checkbox-label{
    font-size: .8rem;
    margin-left: 5px;
}
.submit-btn{
    width: 15rem;
    margin-top: 1rem;
    border-radius: .5rem;
}
.quote-card-block .card{
    box-shadow: var(--boxShadowCard);
}
.quote-select{
    position: relative;
}
.quote-select:after{
    font-family: FontAwesome;
    content: '\f107';
    display: inline-block;
    position: absolute;
    top: calc(50% - 15px);
    right: 1.5rem;
    pointer-events: none;
    font-size: 25px;
}
.attach{
    position: relative;
}
.attach:after{
    font-family: FontAwesome;
    content: '\f0c6';
    display: inline-block;
    position: absolute;
    top: calc(50% - 18px);
    right: 1.5rem;
    font-size: 25px;
    cursor: pointer;
}
.file{
    opacity: 0;
    width: 10px;
    position: absolute;
    right: 72px;
}
.firstname-block{
    width: 38%;
}
.lastname-block{
    width: 37%;
}
/* End Quote Section */
/* Footer  */
.main-footer{
    border-top: 20px solid var(--primaryColor);
}
.main-footer img{
    width: 75%;
}
.footer-block{
    margin-top: 2rem;
    margin-bottom: 5rem;
}
.footer-text{
    font-size: 14px;
    font-weight: var(--regular);
    margin-bottom: 3rem;
}
.footer-logo-block{
    margin-right: 10rem;
}
.main-footer .copyright{
    font-size: 14px;
    font-weight: var(--semiBold);
}
.main-footer .footer-header{
    color: var(--primaryColor);
    font-weight: var(--semiBold);
    font-size: 16px;
}
.main-footer .footer-link{
    font-size: 14px;
    font-weight: var(--regular);
    font-family: var(--font-open-sans);
}
.main-footer .copyright{
    font-size: 16px;
    font-weight: var(--regular);
}
.main-footer .copyright-end{
    font-size: 14px;
    font-weight: var(--semiBold);
    margin-top: 4rem;
    margin-bottom: 1rem;
    display: none;
}
.main-footer .footer-inline-block{
    display: inline-flex;
    justify-content: space-between;
}
.main-footer .footer-link-inline{
    font-size: 12px;
    font-weight: var(--semiBold);
    color: var(--primaryColor);
}
.main-footer .footer-icon{
    color: var(--primaryColor);
    line-height: 1 !important;
}
.footer-down-block{
    display: flex;
    align-content: center;
    align-items: center;
}
.footer-icon-btn-block{
    justify-content: end;
    display: flex;
}
.footer-custom-underline{
    position: relative;
    display: inline-block;
    text-align: center;
}
.footer-custom-underline:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -15px;
    left: 0;
    background-color: var(--secondColor);
    border-radius: 5px;
}
/* Start Page not found */
.page-nf-container{
    width: 385px;
}
.page-nf-row{
    margin-top: 5rem;
    margin-bottom: 5rem;
    display: flex;
    justify-content: center;
}
.page-nf-row img{
    margin-bottom: 2rem;
}
.page-nf-row p{
    text-align: center;
    font-size: 25px;
    line-height: 35px;
    font-weight: var(--medium);
}
.page-nf-row .btn{
    width: 50%;
    font-weight: var(--semiBold);
    font-size: 16px;
}
/* End Page not found */
/* Start About */
.about-container{
    width: 1036px;
}
.about-section-one-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-section-one-header h1{
    text-align: center;
}
/////////////////////////////////
.whatever-section{
    background-color: var(--backgroundColorGrey);
}
.about-section-two{
    height: 600px;
    background-color: var(--backgroundColorGrey);
}
.whatever-container{
    width: 969px;
    padding-top: 7rem !important;
}
.whatever-section-header{
    font-weight: var(--semiBold);
}
.whatever-section-header h2{
    font-weight: var(--semiBold);
    font-size: 45px;
    margin-bottom: 2rem;
    text-align: start !important;
    margin-bottom: 50px;
}
.whatever-image-block{
    justify-content: center;
    display: flex;
}
.whatever-section-text{
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 32px;
    margin-bottom: 30px;
}
.whatever-image-block img{
    width: 377px;
    height: 220px;
    border-radius: .6rem;
}
.whatever-container .btn{
    width: 12rem;
}
/* About us */
.about-us-section{
    //margin-top: 8rem;
    margin-bottom: 300px;
}
.about-header-block{
    width: 37rem;
}
.aboutus-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 14rem;
    width: 881px;
    height: 474px;
}
.about-us-text-block{
    //padding-top: 1rem;
    margin-top: 25px;
    //margin-bottom: 300px;
}
.about-us-text-block p{
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 1.5rem;
    width: 25rem;
    padding: .5rem;
}
.about-us-btn-block{
    display: none;
}
/* Vision */
.vision-section{
    margin-bottom: 300px;
}
.vision-container{
    width: 969px;
}
.vision-row{
    margin-top: 25px;
}
.vision-col{
    //padding: 1rem;
}
.vision-col p{
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 1.5rem;
    width: 25rem;
    padding: .5rem;
}
/* Mission */
.mission-section{
    margin-bottom: 300px;
}
.mission-container{
    width: 883px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mission-section .mission-heading-block{
    width: 40rem;
}
.mission-row{
    margin-top: 25px;
}
.mission-col p{
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 1.5rem;
    width: 25rem;
    padding: .5rem;
}
/* Values */
.values-section{
    //margin-top: 4rem;
    margin-bottom: 300px;
}
.values-container{
    width: 844px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.values-section .values-heading-block{
    width: 24rem;
}
.values-row{
    text-align: center;
    margin-top: 25px;
}
.values-row p{
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 1.5rem;
    width: 42rem;
}
.values-cards-row{
    width: 844px;
    display: flex;
    justify-content: space-between;
}
.values-cards-row .card{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 1rem;
    box-shadow: var(--boxShadowCard);
    width: 250px;
}
.values-single-card{
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
}
.values-cards-row .card .card-title{
    font-weight: var(--semiBold);
    font-size: 16px;
    line-height: 55px;
}
.values-cards-row .card .card-text{
    color: #a5a5a5;
    font-size: 14px;
    line-height: 20px;
}
.values-img{
    background-color: var(--primaryColor);
    width: 50%;
    padding: 1rem;
}
.icon-circle{
    width: 80px;
    height: 80px;
    background-color: var(--primaryColor);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-circle-image{
    width: 65px;
    height: 65px;
}
/* About Sourcing */
.prefotter-section{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--primaryColor);
}
.prefotter-container{
    width: 868px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.prefooter-card{
    width: 216px;
}
.prefotter-block{
    width: 800px;
    display: flex;
    justify-content: space-between;
}
.prefotter-heading-block h2,
.prefotter-heading-block p,
.prefotter-section h6{
    color: var(--whiteColor);
}
.prefotter-heading-block h2{
    font-size: 35px;
    font-weight: var(--semiBold);
    font-family: var(--font-open-montserrat);
    line-height: 45px;
    margin-bottom: 30px;
}
.prefotter-heading-block p{
    font-size: 25px;
    font-weight: var(--regular);
    font-family: var(--font-open-sans);
    line-height: 30px;
    margin-bottom: 30px;
}
.prefotter-section h6{
    font-size: 20px;
    font-weight: var(--regular);
    line-height: 30px;
}
.prefotter-img{
    width: 100%;
    border-radius: 1rem;
}
/* End About */
/* Team Page */
.team-block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* Team Diverce */
.team-diverse-section{
    background-color: var(--backgroundColorGrey);
    //padding-bottom: 8rem;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 0;
}
.team-diverse-container{
    width: 847px;
    display: flex;
    flex-direction: column;
    align-items: center;
    //padding-top: 3rem;
}
.team-diverse-heading-block h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: var(--semiBold);
    text-align: center;
    margin-bottom: 30px;
}
.team-diverse-heading-block p{
    font-weight: var(--regular);
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    width: 773px;
    font-family: var(--font-open-sans);
    margin-bottom: 30px;
}
/* End Team Diverse */
/* Start Team Images */
.team-images-section{
    margin-top: 200px;
    margin-bottom: 200px;
}
.team-images-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.team-img-col{
    text-align: center;
    margin-bottom: 6rem;
}
.team-img{
    width: 50%;
    border-radius: 1rem;
    margin-bottom: 1rem;
}
.team-img-col h6{
    font-weight: var(--semiBold);
}
.team-img-col p{
    font-weight: var(--medium);
    margin-bottom: .5rem;
}
.team-email-icon{
    width: 2rem;
}
/* End Team Images */
/* Join Team */
.join-team{
    background-color: var(--primaryColor);
    height: 482px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.join-team-container{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.join-team-container h2,
.join-team-container p{
    color: var(--whiteColor);
}
.join-team-container h2{
    font-weight: var(--semiBold);
    margin-bottom: 2rem;
    text-align: center;
}
.join-team-container p{
    width: 25rem;
    font-size: 18px;
    text-align: center;
    font-weight: var(--regular);
}
/* End Join Team */
/* End Team Page */
/* Start Partners Page */
.partners-block{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
/* Partners Ecosystem */
.ecosystem-section{
    background-color: var(--backgroundColorGrey);
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ecosystem-container{
    width: 1015px;
    text-align: center;
}
.ecosystem-row{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.ecosystem-header-block{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ecosystem-row h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: var(--semiBold);
    text-align: center;
    margin-bottom: 30px;
}
.ecosystem-row p{
    font-weight: var(--regular);
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    width: 773px;
    font-family: var(--font-open-sans);
    margin-bottom: 30px;
}
/* Become Parters */
.become-partner-section{
    margin-top: 300px;
    margin-bottom: 300px;
}
.become-partner-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.become-partner-header-block{
    width: 37rem;
}
.become-partner-row{
    margin-top: 3rem;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.become-partner-text-block{
    margin-top: 1rem;
    width: 58rem;
}
.become-partner-text-block p{
    font-weight: var(--regular);
    text-align: center;
    font-size: 16px;
    margin-top: 25px;
}
.become-partner-header-block h2{
    font-weight: var(--semiBold);
    margin-bottom: 25px;
}
.become-partner-row-cards{
    width: 70rem;
    margin-top: 90px;
}
.become-partner-card{
    margin-bottom: 90px;
}
.become-partner-row-cards .card{
    border-radius: 1rem;
    width: 20rem;
    text-align: center;
    box-shadow: var(--boxShadowCard);
    min-height: 400px !important;
}
.become-partner-row-cards .card img{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    box-shadow: var(--boxShadowImg);
}
.become-partner-row-cards .card .card-title{
    font-weight: var(--semiBold);
    font-size: 16px;
}
.become-partner-row-cards .card .card-text{
    font-weight: var(--regular);
    color: #a5a5a5;
    font-size: 14px;
}
/* End Partners Page */
/* Start Careers Page */
.careers-section img{
    transform: scaleX(1);
}
.careers-container{
    text-align: center;
}
/* Better Future */
.better-future-section{
    background-color: var(--backgroundColorGrey);
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.better-future-container{
    width: 890px;
    text-align: center;
}
.better-future-row{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.better-future-header-block{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.better-future-row h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: var(--semiBold);
    text-align: center;
    margin-bottom: 30px;
}
.better-future-row p{
    font-weight: var(--regular);
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    width: 773px;
    font-family: var(--font-open-sans);
}
/* Vacancies */
.vacancies-section{
    margin-bottom: 300px;
}
.vacancies-container{
    text-align: center;
}
.vacancies-row{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.vacancies-header-block{
    width: 30rem;
    margin-bottom: 90px;
}
.vacancies-header-block h2{
    margin-bottom: 25px;
}
.vacancies-card-block{
    width: 50%;
    margin-bottom: 6rem;
}
.vacancies-card-block .card{
    border-radius: .5rem;
    background-color: var(--backgroundColorGrey);
    padding: 2rem;
    box-shadow: var(--boxShadowCard);
}
.vacancies-card-block .card .card-title{
    font-weight: var(--semiBold);
    margin-bottom: 2rem;
}
.vacancies-card-block .card .card-text{
    font-weight: var(--regular);
}
/* End Careers Page */
/* Start Sourcing Page */
.sourcing-block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* Committed */
.committed-section{
    background-color: var(--backgroundColorGrey);
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}
.committed-container{
    width: 947px;
    text-align: center;
}
.committed-row{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.committed-header-block{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.committed-row h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: var(--semiBold);
    text-align: center;
    margin-bottom: 30px;
    width: 841px;
}
.committed-row p{
    font-weight: var(--regular);
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    width: 764px;
    font-family: var(--font-open-sans);
    margin-bottom: 30px;
}
.indus-header-block p{
    width: 789px;
}
/* Process */
.process-section{
    /* margin-top: 300px;
    margin-bottom: 8rem; */
}
.process-container{
    width: 1190px;
}
.process-label{
    font-weight: var(--regular);
    color: var(--labelGrey);
    font-size: 20px;
    line-height: 25px;
}
.process-row{
    display: flex;
    justify-content: space-between;
}
.process-img-col{
    justify-content: end;
    display: flex;
    position: relative;
    width: 479px;
    height: 263px;
    margin-top: 45px;
}
.process-img{
    width: 100%;
    border-radius: 1rem;
}
.dots-img-one{
    position: absolute;
    top: 205px;
    left: -35px;
}
.dots-img-two{
    position: absolute;
    right: -20px;
    top: 40px;
    z-index: -1;
}
.process-row .section-label{
    font-weight: var(--medium);
    color: var(--labelGrey);
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 3px;
    margin-bottom: 25px;
}
.process-row .section-title{
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 25px;
}
.process-row .process-text{
    font-size: 16px;
    line-height: 32px;
    margin-top: 25px;
    margin-bottom: 90px;
}
.process-cards-row{
    margin-bottom: 90px;
}
.process-cards-row img{
    width: 20%;
    height: 20%;
    padding: .5rem;
}
.process-cards-row .card{
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.process-cards-row .card .card-title{
    font-size: 20px;
    line-height: 30px;
    font-weight: var(--semiBold);
}
.process-cards-row .card .card-text{
    color: #959595;
    font-size: 14px;
    line-height: 24px;
    font-weight: var(--regular);
}
/* How It Work */
/* .how-section{
    margin-top: 300px;
} */
.how-container{
    width: 1190px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.how-container .how-header-block{
    width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.how-container .how-header-block .underline{
    width: 600px;
}
.how-container .how-header-block .how-header{
    font-size: 35px;
    line-height: 45px;
    font-weight: var(--semiBold);
    margin-bottom: 25px;
}
.how-container .how-header-block .how-text{
    font-size: 16px;
    line-height: 32px;
    font-weight: var(--regular);
    font-family: var(--font-open-sans);
    margin-top: 10px;
    width: 663px;
    margin-bottom: 180px;
}
.how-text-block-sourcing .how-number{
    font-weight: var(--bold);
    font-size: 45px;
    line-height: 45px;
    color: var(--secondColor);
    margin-bottom: 25px;
}
.how-text-block .how-heading{
    font-weight: var(--semiBold);
    font-size: 25px;
    line-height: 35px;
    width: 340px;
}
.how-text-block-sourcing .how-heading{
    font-weight: var(--semiBold);
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 25px;
}
.how-text-block .how-testing,
.how-text-block-sourcing .how-testing{
    font-weight: var(--regular);
    font-family: var(--font-open-sans);
    font-size: 14px;
    line-height: 24px;
}
.how-row{
    margin-bottom: 150px;
    width: 994px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.how-row-sourcing{
    margin-bottom: 150px;
    width: 1190px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.how-image-block-start{
    padding: 0;
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.dots-image{
    position: absolute;
    left: 297px;
    top: 170px;
}
.dots-image-reverse{
    position: absolute;
    left: 0px;
    top: 180px;
}
.dots-image-reverse-trade{
    position: absolute;
    left: -60px;
    top: 180px;
}
.dots-image-reverse-price{
    position: absolute;
    left: -60px;
    top: 180px;
}
.how-image-block-end{
    padding: 0;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.how-image{
    width: 350px;
    border-radius: 1rem;
}
.how-text-block{
    text-align: start;
    width: 456px;
}
.how-text-block-sourcing{
    text-align: start;
    width: 662px;
}
.how-btn-block{
    text-align: center;
    //margin-bottom: 4rem;
    //margin-top: 4rem;
}
/* Looking to Service */
.looking-section{
    margin-bottom: 300px;
}
.looking-container{
    width: 1100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.looking-header-block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.looking-header-block .underline{
    width: 572px;
}
.looking-header{
    font-size: 35px;
    line-height: 45px;
    font-weight: var(--semiBold);
}
.looking-row{
    margin-top: 90px;
    //margin-bottom: 4rem;
    justify-content: space-around;
    width: 1100px;
}
.looking-row .card{
    border-radius: 1rem;
}
.looking-row .card img{
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}
.looking-row .card .card-title{
    font-weight: var(--semiBold);
    margin-bottom: 1rem;
    font-size: 20px;
    line-height: 42px;
}
.looking-row .looking-col{
    width: 500px;
}
/* Typical */
.typical-section{
    background-color: var(--primaryColor);
    //padding-top: 5rem;
    //padding-bottom: 5rem;
    margin-top: 0;
}
.typical-container{
    display: flex;
    justify-content: center;
}
.typical-left-box{
    width: 529px;
    margin-top: 150px;
    margin-bottom: 195px;
}
.typical-img{
    width: 100%;
    border-radius: 1rem;
    margin-bottom: 1rem;
}
.typical-section h3,
.typical-section p,
.typical-section h6{
    color: var(--whiteColor);
}
.typical-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1155px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.typical-section h3{
    font-weight: var(--semiBold);
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 40.13px;
}
.typical-section p{
    font-weight: var(--regular);
    font-family: var(--font-open-sans);
    font-size: 20px;
    line-height: 35px;
    width: 347px;
}
.typical-img-col{
    width: 216px;
    height: 174px;
    margin-left: 50px;
}
.typical-right-box{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 143px;
    margin-bottom: 168px;
}
.typical-container-indust{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.typical-row-indust{
    display: flex;
    align-content: center;
    justify-content: space-around;
    width: 868px;
}
.typical-img-col-indust{
    width: 216px;
}
/* End Sourcing Page */
/* Start Price Scanner Page */
.price-scanner-section{
    text-align: center;
}
.compare-section{
    background-color: var(--backgroundColorGrey);
    height: 482px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.compare-container{
    width: 953px;
    text-align: center;
}
.compare-row{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.compare-header-block{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.compare-row h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: var(--semiBold);
    text-align: center;
    margin-bottom: 30px;
}
.compare-row p{
    font-weight: var(--regular);
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    width: 661px;
    font-family: var(--font-open-sans);
}
/* End Price Scanner Page */
/* Start Raw Materiel Page */
.which-raw-section{
    margin-top: 300px;
    margin-bottom: 300px;
}
.which-raw-container{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10rem;
}
.which-raw-header{
    width: 786px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 616px;
}
.indus-header{
    width: 724px;
}
.which-raw-header .section-title{
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 25px;
}
.which-raw-header .which-raw-text{
    font-weight: var(--regular);
    font-size: 16px;
    line-height: 32px;
    font-family: var(--font-open-sans);
    margin-top: 25px;
    margin-bottom: 100px;
    width: 786px;
}
.which-raw-row{
    width: 1190px;
}
.which-raw-row .card{
    border-radius: 1rem;
    box-shadow: var(--boxShadowCard);
    width: 265px;
}
.which-raw-row .card .card-body{
    padding: 1rem 0;
}
.which-raw-row .card img{
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    box-shadow: var(--boxShadowImg);
}
.which-raw-row .card .card-title{
    font-weight: var(--semiBold);
    font-size: 16px;
    line-height: 32px;
}
.which-raw-col{
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* End Raw Materiel Page */
/* Start Contact Page */
.contact-choose-section{
    margin-top: 150px;
    margin-bottom: 150px;
}
.contact-choose-container{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-header-block{
    width: 678px;
}
.contact-header-block .section-title{
    font-weight: var(--semiBold);
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 25px;
}
.contact-choose-row{
    margin-top: 100px;
}
.contact-choose-col{
    height: 11rem;
    border-radius: 1rem;
}
.contact-choose-title{
    margin-top: 1rem;
    font-size: 25px;
    font-weight: var(--semiBold);
    line-height: 35px;
    color: var(--primaryColor);
}
.contact-header-block{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contact-quote-header{
    width: 827px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-quote-text{
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 24px;
    font-family: var(--font-open-sans);
    margin-top: 25px;
    margin-bottom: 100px;
    width: 485px;
}
.body-block{
    margin-top: 1.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.body-block .address{
    line-height: 45px;
}
.contact-choose-col .phone{
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 30px;
    font-family: var(--font-open-sans);
    text-align: start;
}
.contact-choose-img{
    width: 3rem;
}
.chat-img{
    width: 35%;
}
/* End Contact Page */
/* Start Privacy Page */
.privacy-top-section{
    background-color: var(--primaryColor);
    height: 300px;
}
.privacy-top-container{
    text-align: center;
}
.privacy-top-container h1,
.privacy-top-container p{
    color: var(--whiteColor);
}
.privacy-top-container h1{
    font-weight: var(--semiBold);
    font-size: 60px;
    line-height: 85px;
    margin-top: 150px;
    margin-bottom: 25px;
}
.privacy-top-container p{
    font-weight: var(--regular);
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 64.86px;
}
.privacy-container{
    width: 897px;
}
/* Start Blog Page */
.blog-section{
    height: 500px;
    background-color: var(--secondColor);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.blog-container{
    width: 849px;
    text-align: center;
}
.blog-image-label{
    color: var(--primaryColor);
    font-weight: var(--bold);
    font-size: 20px;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 3px;
}
/* Story */
.blog-story-section{
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.blog-story-container{
    width: 1156px;
}
.blog-img-block{
    position: relative;
    width: 400px;
    height: 269px;
    justify-content: center;
    display: flex;
    bottom: 40px;
}
.blog-header-block{
    display: flex;
    justify-content: center;
    margin-left: 80px;
}
.blog-text-block{
    margin-left: 100px;
}
.card-block{
    background-color: var(--backgroundColorGrey);
    padding: 50px;
    border-radius: 20px;
    box-shadow: var(--boxShadowCard);
}
.blog-img-block .blog-logo-letter{
    width: 10%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom-left-radius: 20px;
}
.blog-story-row .blog-img{
    border-radius: 20px;
}
.blog-story-row .blog-img-block::after{
    content: '';
    width: 90%;
    height: 1rem;
    background-color: var(--secondColor);
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 20px;
}
.blog-story-row .card-label{
    color: var(--secondColor);
    font-weight: var(--bold);
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 1rem;
}
.blog-story-row .card-title{
    font-weight: var(--bold);
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 1rem;
}
.blog-story-row .card-text{
    font-weight: var(--regular);
    font-size: 16px;
    line-height: 24px;
    font-family: var(--font-open-sans);
}
.blog-story-row .read-more{
    color: var(--primaryColor);
    font-size: 16px;
    line-height: 28px;
    font-weight: var(--semiBold);
}
/* More Stories */
.more-stories-container{
    text-align: center;
}
.more-stories-row{
    justify-content: center;
}
.more-stories-row .btn-block{
    margin-bottom: 3rem;
    justify-content: center;
    width: 900px;
}
.blog-stories-block{
    width: 1156px;
    display: flex;
    justify-content: space-between;
}
.more-stories-row .btn-nav{
    width: 100%;
    margin-bottom: 1rem;
}
.more-stories-row .btn-sotto.active{
    background-color: var(--secondColor);
    color: var(--whiteColor);
    border-color: var(--secondColor);
}
.more-stories-row .card{
    text-align: start;
    border-radius: 1rem;
    box-shadow: var(--boxShadowCard);
}
.more-stories-row .card .blog-img{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    box-shadow: var(--boxShadowImg);
}
.more-stories-row .card-title{
    font-size: 16px;
    line-height: 24px;
    font-weight: var(--bold);
    margin-bottom: 1rem;
}
.blog-stories-btn-icon{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    font-size: 10px;
    font-weight: var(--medium);
    line-height: 16px;
}
.blog-stories-btn{
    width: 40%;
    height: 25px;
    border-radius: 1.5rem;
    color: var(--secondColor);
    font-weight: var(--bold);
    text-transform: uppercase;
    font-size: 10px;
}
.blog-stories-icon{
    margin-right: .8rem;
}
.more-stories-row .card-text{
    font-size: 14px;
    line-height: 20px;
    font-weight: var(--regular);
    font-family: var(--font-open-sans);
}
.blog-stories-read{
    color: #000;
    font-size: 10px;
    line-height: 16px;
    font-weight: var(--medium);
}
.blog-stories-img-block{
    position: relative;
    width: 100%;
    justify-content: center;
    display: flex;
}
.blog-stories-img-block .blog-logo-letter{
    width: 10%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.blog-stories-img-block::after{
    content: '';
    width: 90%;
    height: 1rem;
    background-color: var(--secondColor);
    position: absolute;
    bottom: 0;
    right: 0
}
.blog-stories-col{
    margin-bottom: 5rem;
    width: 350px;
}
.blog-stories-more-stories{
    margin-bottom: 5rem;
}
.load-more{
    color: var(--primaryColor);
    font-weight: var(--bold);
}
/* End Blog Page */
/* Start Blog Show */
.blog-show-section{
    position: relative;
}
.blog-show-title{
    font-size: 55px;
    line-height: 65px;
    font-weight: var(--semiBold);
    color: var(--whiteColor);
    margin-top: 40px;
}
.blog-show-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.blog-show-header-row{
    width: 960px;
}
.blog-show-section .card-img-overlay{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
}
.blog-show-container{
    text-align: center;
}
.blog-show-container .btn-sotto-yellow{
    font-weight: var(--bold);
    font-size: 14px;
    line-height: 18px;
    width: 150px;
    color: var(--primaryColor);
}
/* Other Stories */
.other-stories{
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.other-stories-container{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.other-stories-header{
    width: 590px;
}
.other-stories-header h3{
    font-weight: var(--semiBold);
    font-size: 35px;
    line-height: 45px;
}
.other-stories-block{
    margin-top: 80px;
    width: 1156px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.other-stories-container .card{
    border-radius: 1rem;
    box-shadow: var(--boxShadowCard);
    width: 350px;
}
.other-stories-container .card .card-title{
    font-size: 16px;
    font-weight: var(--bold);
    line-height: 24px;
}
.other-stories-container .card img{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    box-shadow: var(--boxShadowImg);
}
.other-stories-container .card .card-body .btn{
    margin-bottom: 30px;
}
/* End Blog Show */
/* Start Login Page */
.login-section{
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.login-container{
    text-align: center;
}
.login-row{
    justify-content: center;
}
.login-row .card{
    padding: 3rem;
}
.login-row .card h3{
    margin-bottom: 2rem;
    color: var(--primaryColor);
    font-weight: 600;
}
/* End Login Page */
.privacy-section{
    margin-top: 58px;
    margin-bottom: 58px;
}
.privacy-block strong{
    font-weight: var(--semiBold);
}
.privacy-block p{
    font-weight: var(--regular);
}
/* End Privacy Page */
/* Scroll To Top style */
.scroll-to-top {
    position: fixed;
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    right: 9px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    z-index: 999999;
    cursor: pointer;
    margin-left: -4px;
    display: none;
}
.scroll-to-top:hover {
    color: var(--whiteColor);
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    box-shadow: inset 0 -1px 0 #fff;
}
/* Platform */
.navbar-platform{
    background-color: #fff;
    border-bottom: 1px solid #bababa;
}
.user-platform-icon{
    width: 30%;
    margin-right: 10px;
}
.bg-menu-theme-platform{
    background-color: var(--primaryColor);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 823px;
    width: 300px;
}
.sidebar-menu{
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    margin-left: 25px;
}
.sidebar-menu-items-top{
    flex: 1;
}
.sidebar-menu-items-bottom{
    margin-bottom: 80px !important;
}
.sidebar-menu-item{
    margin-bottom: 20px !important;
}
.sidebar-icon{
    margin-right: 5px;
    background-color: #fff;
    padding: 3px;
    border-radius: 50%;
}
.sidebar-menu-title{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.sidebar-icon.active{
    background-color: var(--secondColor);
}
.sidebar-menu-title.active{
    color: var(--secondColor);
}
.container-fluid{
    padding: 0;
    overflow: auto;
}
.dashboard-right-section{
    background-color: #fff;
}
.dashboard-right{
    width: 904px;
    margin-top: 50px;
}
.dashboard-card{
    padding: 20px 9px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    border: 1px solid #bababa;
}
.dashboard-title{
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
}
.dashboard-summary{
    font-size: 18px;
    line-height: 30px;
    font-weight: var(--semiBold);
}
.dashboard-total{
    font-size: 18px;
    line-height: 30px;
    font-weight: var(--medium);
    margin-bottom: 22px;
}
.dashboard-total-number{
    font-size: 50px;
    line-height: 30px;
    font-weight: bold;
}
.dashboard-last-section-row{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.dashboard-last-section-card{
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #bababa;
}
.dashboard-badge{
    font-size: 14px;
    line-height: 30px;
    font-weight: var(--semiBold);
    width: 83px;
    height: 31px;
    padding: 0;
}
.badge-shipping{
    background-color: #0084BD;
}
.badge-aejea{
    background-color: #AEBD00;
}
.badge-transit{
    background-color: #9E0303;
    width: 94px;
    height: 31px;
}
.badge-aekhl{
    background-color: #777E1E;
}
.background-red{
    background-color: #9E0303;
    color: #FFF;
}
.dashboard-link{
    font-size: 16px;
    line-height: 30px;
    font-weight: var(--medium);
}
hr{
    margin-top: 70px;
    margin-bottom: 70px;
}
/* Orders */
.export-btn{
    margin-right: 20px;
    font-size: 16px;
    font-weight: var(--semiBold);
}
.input-span{
    width: 150px;
    background-color: #f9f6f6;
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 18px;
    line-height: 30px;
    font-weight: var(--medium);
}
.platform-orders-icon{
    margin-right: 10px;
}
.table {
    border-collapse: separate;
    border-spacing: 0 25px;
}
.table th{
    font-size: 18px;
    line-height: 30px;
    font-weight: var(--medium);
    color: #000 !important;
}
.table td{
    font-size: 18px;
    line-height: 30px;
    font-weight: var(--medium);
    color: #7d7d7d !important;
}
.table td a{
    font-size: 18px;
    line-height: 30px;
    font-weight: var(--medium);
    color: #7d7d7d !important;
}
.table-order-icon{
    cursor: pointer;
}
/* Order Deatils */
#progressbar {
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.progress-step{
    font-size: 14px;
    line-height: 18px;
    font-weight: var(--semiBold);
}
#progressbar li {
    list-style-type: none;
    position: relative;
    color: #000;
    width: 20%;
}
#progressbar li.active:before {
    content: "";
    width: 50px;
    height: 50px;
    background: url('../images/platform/done.png') center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    margin-left: 12px !important;
    background-color: #fff;
    border: 2px solid var(--secondColor);
    border-radius: 50%;
    display: flex;
    margin-bottom: 10px;
}
#progressbar li.inprogress:before {
    content: "";
    width: 50px;
    height: 50px;
    background: url('../images/platform/inprogress.png') center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    margin-left: 12px !important;
    background-color: #fff;
    border: 2px solid #f00;
    border-radius: 50%;
    display: flex;
    margin-bottom: 10px;
}
#progressbar li:before {
    content: "";
    color: #fff;
    width: 50px;
    height: 50px;
    margin-left: 12px !important;
    border: 2px solid #000;
    border-radius: 50%;
    display: flex;
    margin-bottom: 10px;
}
#progressbar li:after {
    content: '';
    height: 3px;
    background: #000;
    position: absolute;
    left: 37%;
    width: 71%;
    top: 24px;
}
#progressbar li.active:after {
    content: '';
    height: 3px;
    background: var(--secondColor);
    position: absolute;
    left: 37%;
    width: 71%;
    top: 24px;
}
#progressbar li:last-child:after {
    content: '';
    left: 37%;
    width: 0%;
    top: 24px;
}
.step1-title{
    margin-left: 10px;
}
/*///////////////////////////////////// Mobile Screens //////////////////////*/
@media (max-width: 576px) {
    .header-up .nav-item{
        margin-right: 13px;
    }
    .section-one-title{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 38px;
    }
    .section-one-label{
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 38px;
    }
    .section-one-desc{
        color: var(--whiteColor);
        font-weight: var(--medium);
        font-size: 18px;
        line-height: 26px;
    }
    .section-label{
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 3px;
        font-weight: var(--semiBold);
    }
    .btn-sotto{
        height: 33px;
    }
    .home-section-one{
        height: 550px;
    }
    .home-image-header{
        text-align: center;
    }
    .home-image-text{
        text-align: center;
    }
    .section-block{
        margin-top: 125px;
    }
    .home-image-header{
        font-size: 40px;
        line-height: 50px;
    }
    .home-image-text .card-text{
        font-size: 14px;
        font-weight: var(--semiBold);
        line-height: 20px;
        width: 283px;
        height: 54px;
        text-align: center;
    }
    .home-image-text-block{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .navbar-collapse .navbar-nav{
        position: absolute;
        z-index: 9999999;
    }
    .intro-section{
        padding: 0rem .5rem 0rem .5rem;
        margin-top: 43px;
        margin-bottom: 43px;
    }
    .intro-container{
        width: 100%;
        height: 100%;
    }
    .intro-container>.row{
        flex-direction: column-reverse;
    }
    .intro-container .left-box{
        margin-right: 0;
    }
    .intro-img-block{
        display: flex;
        justify-content: center;
        height: 146px;
        margin-bottom: 24px;
    }
    .intro-img{
        border-radius: 10px !important;
        width: 250px;
    }
    .intro-header{
        text-align: center;
        font-size: 20px;
        line-height: 28px;
        font-weight: var(--semiBold);
        margin-bottom: 21px;
    }
    .intro-text{
        text-align: center;
        font-size: 14px;
        line-height: 24px;
        font-weight: var(--regular);
        font-family: var(--font-open-sans);
        margin-bottom: 21px;
    }
    .btn-get-start-block{
        text-align: center;
    }
    .smarter-container{
        margin-top: 0;
    }
    .smarter-block{
        width: 100%;
    }
    .smarter-block h2{
        font-size: 27px;
        line-height: 28px;
        font-weight: var(--semiBold);
        margin-bottom: 15px;
    }
    .smarter-text-block{
        width: 100%;
    }
    .smarter-text-block .text-block-right{
        margin-bottom: 15px;
    }
    .smarter-text{
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        font-family: var(--font-open-sans);
        margin-top: 15px;
        margin-bottom: 0;
    }
    .services-container{
        margin-top: 0;
        margin-bottom: 0;
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .services-card-text{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .services-container .header-block{
        width: 100%;
    }
    .services-container .header-block h2{
        font-size: 27px;
        line-height: 28px;
        font-weight: var(--semiBold);
        margin-bottom: 15px;
    }
    .services-container .services-text{
        width: 100%;
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .services-container .services-text p{
        font-size: 14px;
        line-height: 24px;
        font-weight: var(--regular);
        font-family: var(--font-open-sans);
    }
    .services-image{
        border-radius: 1rem !important;
        margin-top: 1rem;
        width: 250px;
        height: 146px;
        padding: 0;
    }
    .services-image-w-cards{
        width: 100%;
        height: 100%;
        margin-bottom: 0;
    }
    .services-cards .single-card{
        margin-top: 75px;
        width: 250px;
    }
    .services-cards .single-card .card{
        box-shadow: var(--boxShadowCard);
    }
    .services-card-title{
        margin-top: 60px;
        margin-bottom: 0;
    }
    .services-cards{
        position: relative;
        top: -55px;
        justify-content: center;
    }
    .header-block{
        text-align: center;
    }
    .quality-container{
        width: 100%;
        margin-top: 0;
    }
    .quality-container .quality-text-block .quality-text{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .quality-text{
        padding-right: 0;
        padding-left: 0;
        margin-top: 15px;
    }
    .quality-text-block{
        padding-left: 0;
        padding-right: 0;
    }
    .quality-container .header-block h2{
        font-size: 23px;
        margin-bottom: 15px;
    }
    .count-container{
        margin-top: 0;
    }
    .count-row{
        width: 100%;
    }
    .count-cards-block{
        width: 100%;
        height: 100%;
    }
    .count-images-col {
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
    .count-single-card{
        width: 49%;
        height: 117px !important;
        /*margin-top: 8px;*/
    }
    .count-overlay{
        padding: 1rem;
        align-items: flex-start;
    }
    .count-overlay .card-title{
        font-size: 16px;
        line-height: 18px;
    }
    .count-overlay .card-text{
        font-size: 12px;
        line-height: 18px;
    }
    .custom-underline{
        display: none;
    }
    .count-header-mobile{
        display: flex;
    }
    .count-btn{
        display: none;
    }
    .count-btn-end{
        display: flex;
        justify-content: center;
    }
    .count-header{
        text-align: center;
        font-size: 24px;
        line-height: 28px;
        font-weight: var(--semiBold);
        margin-bottom: 15px;
    }
    .count-text{
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        font-weight: var(--regular);
        font-family: var(--font-open-sans);
    }
    .industry-images-block{
        width: 100%;
        height: 100%;
    }
    .become-partner-header-block h2{
        margin-bottom: 15px;
    }
    .industry-images-block{
        margin-top: 75px;
        margin-bottom: 0;
    }
    .industry-block{
        margin-bottom: 75px;
    }
    .industry-card-title{
        margin-top: 15px;
    }
    .industry-btn-block{
        margin-bottom: 125px;
    }
    .industry-img-box{
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .industry-image{
        width: 50%;
    }
    .quote-card-block {
        padding-right: 15px;
        padding-left: 15px;
    }
    .quote-row{
        margin-bottom: 1rem;
    }
    .firstname-block{
        width: 50%;
    }
    .lastname-block{
        width: 50%;
    }
    .quote-label{
        font-weight: var(--semiBold);
        font-size: 16px;
        line-height: 60px;
    }
    .quote-card-block .card {
        padding-right: 0;
        padding-left: 0;
        border-radius: 15px;
    }
    .quote-card-block .card .card-body{
        padding-right: 0;
        padding-left: 0;
    }
    .submit-btn{
        width: 94px;
        height: 33px;
    }
    .quote-card-block .card .card-title{
        font-size: 20px;
        line-height: 30px;
    }
    .main-footer {
        padding: 3rem;
    }
    .footer-logo-block{
        margin: 0;
        text-align: center;
    }
    .footer-inline-block{
        display: flex;
        flex-direction: column;
    }
    .footer-text{
        text-align: justify;
        font-size: 12px;
        line-height: 18px;
    }
    .footer-block{
        margin-bottom: 0;
    }
    .footer-link-inline{
        margin-bottom: 1rem;
    }
    .footer-icon-btn-block{
        display: flex;
        margin-top: 2rem;
        justify-content: space-between;
    }
    .main-footer .copyright{
        display: none;
    }
    .main-footer .copyright-end{
        display: flex;
        font-size: 12px;
    }
    .page-nf-row .btn{
        width: 100%;
    }
    .about-container{
        width: 100%;
    }
    .about-section{
        height: 40vh;
    }
    .whatever-section {
        //background-color: var(--whiteColor);
    }
    .whatever-container {
        width: 100%;
        height: 100%;
        padding-top: 42px !important;
    }
    .whatever-section-header{
        padding: 0 75px;
    }
    .whatever-section-header h2{
        font-size: 23px;
        line-height: 28px;
        text-align: center !important;
        margin-bottom: 24px;
    }
    .whatever-image-block img {
        width: 100%;
        height: 100%;
    }
    .whatever-row{
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
    }
    .whatever-row a{
        margin-bottom: 42px;
    }
    .whatever-image-block{
        margin-bottom: 24px;
        padding: 0 50px;
    }
    .whatever-section-text{
        font-weight: var(--regular);
        font-size: 14px;
        line-height: 20px;
    }
    .whatever-container .btn {
        width: 7rem;
    }
    .about-header-block{
        width: 100%;
    }
    .about-us-section{
        margin-bottom: 125px;
    }
    .aboutus-container{
        width: 100%;
        height: 100%;
        margin-top: 0;
    }
    .about-header-block .underline{
        display: none;
    }
    .about-us-text-block{
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .about-header-block .section-label{
        color: var(--secondColor);
        margin-bottom: 20px;
    }
    .about-header-block .section-title{
        margin-bottom: 0;
        font-size: 24px;
    }
    .about-us-text-block p {
        margin-bottom: 1rem;
    }
    .about-us-btn-block{
        display: flex;
        justify-content: center;
    }
    .vision-section{
        margin-bottom: 125px;
    }
    .vision-container{
        width: 100%;
    }
    .about-vision-header-block{
        width: 100%;
    }
    .about-vision-header-block .about-underline{
        display: none;
    }
    .about-vision-header-block .section-label{
        color: var(--secondColor);
        margin-bottom: 20px;
    }
    .about-vision-header-block .section-title{
        margin-bottom: 15px;
    }
    .vision-col{
        padding: 0;
    }
    .vision-col p{
        text-align: center;
    }
    .vision-row{
        margin-top: 0;
        margin-bottom: 0;
    }
    .mission-section{
        margin-bottom: 125px;
    }
    .mission-container{
        width: 100%;
    }
    .mission-section .mission-heading-block{
        width: 100%;
    }
    .mission-heading-block .underline{
        display: none;
    }
    .mission-heading-block .section-label{
        color: var(--secondColor);
        margin-bottom: 20px;
    }
    .mission-heading-block .section-title{
        margin-bottom: 15px;
    }
    .mission-row{
        text-align: center;
        margin-bottom: 0;
        margin-top: 0;
    }
    .mission-col{
        padding: 0;
    }
    .mission-col p{
        padding: 0;
    }
    .values-section{
        margin-bottom: 125px;
    }
    .values-container{
        width: 100%;
    }
    .values-section .values-heading-block{
        width: 100%;
    }
    .values-heading-block .underline{
        display: none;
    }
    .values-heading-block .section-label{
        color: var(--secondColor);
        margin-bottom: 20px;
    }
    .values-heading-block .section-title{
        margin-bottom: 15px;
    }
    .values-header{
        font-weight: var(--semiBold);
        color: var(--secondColor);
    }
    .values-single-card{
        margin-top: 50px;
    }
    .values-cards-row{
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
    }
    .values-cards-row .card {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .values-cards-row .card .card-title{
        margin-top: 15px;
        margin-bottom: 15px;
        line-height: 0px;
    }
    .values-single-card .card-body{
        padding-top: 0;
        padding-bottom: 0;
    }
    .values-row{
        width: 100%;
        margin-top: 0;
    }
    .values-row p{
        width: 100%;
    }
    .prefotter-section{
        padding-top: 0;
        padding-bottom: 0;
    }
    .prefotter-container{
        width: 100%;
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 3rem;
    }
    .prefotter-heading-block h2,
    .prefotter-heading-block p{
        text-align: center;
    }
    .prefotter-heading-block h2{
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    .prefotter-heading-block p{
        font-size: 14px;
        line-height: 20px;
        width: 214px;
    }
    .prefotter-block{
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .prefooter-card{
        margin-top: 50px;
    }
    .quote-section{
        padding-bottom: 125px;
        padding-top: 125px;
    }
    .team-section{
        height: 40vh;
    }
    .team-diverse-section{
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .team-diverse-container{
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }
    .team-diverse-heading-block h2{
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 24px;
    }
    .team-diverse-heading-block p{
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        margin-bottom: 21px;
    }
    .team-diverse-heading-block{
        width: 100%;
    }
    .team-images-section{
        padding: 0 4rem !important;
    }
    .team-img{
        margin-bottom: 15px;
    }
    .team-img-col{
        margin-bottom: 25px;
    }
    .team-img-col h6{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .team-img-col p{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .team-images-section{
        margin-bottom: 100px;
    }
    .join-team-container h2{
        font-size: 25px;
        line-height: 35px;
    }
    .join-team-container p{
        width: 100%;
    }
    .join-team{
        padding-right: 0;
        padding-left: 0;
    }
    .ecosystem-section{
        height: 100%;
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .ecosystem-row{
        //padding-top: 3rem;
        padding-right: 0;
        padding-left: 0;
    }
    .ecosystem-row h2{
        font-weight: var(--semiBold);
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 24px;
    }
    .ecosystem-row p{
        font-weight: var(--regular);
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        margin-bottom: 21px;
    }
    .partners-block .section-one-title{
        text-align: center;
    }
    .become-partner-section{
        margin-bottom: 125px;
    }
    .become-partner-header-block{
        width: 100%;
    }
    .become-partner-text-block{
        margin-top: 0;
    }
    .become-partner-text-block p{
        margin-top: 15px;
    }
    .become-partner-row{
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
    .become-partner-row .btn-sotto{
        margin-top: 75px;
    }
    .become-partner-row-cards {
        width: 100%;
        padding: 0 2rem;
        margin-top: 0;
    }
    .become-partner-row-cards .card{
        width: 100%;
        margin-top: 75px;
        min-height: 380px !important;
    }
    .become-partner-row-cards .card .card-body{
        margin-top: 0 !important;
        padding: 0 var(--bs-card-spacer-y);
    }
    .become-partner-row-cards .card .card-body .card-title{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .become-partner-row-cards .card .card-text{
        margin-top: 0 !important;
    }
    .become-partner-card{
        margin-top: 70px;
        margin-bottom: 0;
    }
    .better-future-section{
        height: 100%;
        padding-top: 112px;
        padding-bottom: 113px;
    }
    .better-future-row{
        padding-top: 3rem;
        padding-right: 0;
        padding-left: 0;
    }
    .better-future-row h2{
        font-weight: var(--semiBold);
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 24px;
    }
    .better-future-row p{
        font-weight: var(--regular);
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        margin-top: 21px;
    }
    .vacancies-section{
        margin-bottom: 125px;
    }
    .vacancies-header-block{
        margin-bottom: 15px;
    }
    .vacancies-header-block h2{
        margin-bottom: 15px;
    }
    .vacancies-card-block{
        width: 100%;
        margin-bottom: 0;
        padding: 20px;
    }
    .vacancies-card-block .card{
        padding: .1rem;
    }
    .vacancies-card-block .card .card-title{
        font-weight: 800;
        font-size: 14px;
    }
    .committed-section{
        margin-top: 0;
        height: auto;
        padding: 98px 0;
    }
    .committed-row{
        //margin-bottom: 104px;
    }
    .committed-row h2{
        font-weight: var(--semiBold);
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 24px;
        width: 100%;
    }
    .committed-row p{
        font-weight: var(--regular);
        font-size: 14px;
        line-height: 28px;
        width: 100%;
        margin-bottom: 24px;
    }
    .indus-header-block p{
        width: 100%;
    }
    .process-container{
        width: 100%;
    }
    .process-row{
        display: flex;
        justify-content: center;
    }
    .process-row .process-header{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .process-row .section-label{
        margin-bottom: 20px;
    }
    .process-row .process-header .section-title{
        font-size: 26px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 15px;
    }
    .process-row .process-header .process-text{
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .process-img-col{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 292px;
        margin-top: 0;
        margin-bottom: 25px;
    }
    .dots-img-one{
        top: 160px;
        height: 80px;
        left: -25px;
    }
    .dots-img-two{
        position: absolute;
        right: -10px;
        top: 62px;
        z-index: -1;
        height: 98px;
    }
    .dots-image-reverse-trade{
        position: absolute;
        left: -35px;
        top: 115px;
    }
    .process-cards-row{
        margin-bottom: 75px;
    }
    .process-cards-row .card .card-title{
        font-size: 16px;
        line-height: 20px;
    }
    .process-cards-row .card .card-text{
        font-size: 12px;
        line-height: 20px;
    }
    .process-cards-row .card{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }
    .process-cards-row img{
        width: 25%;
        padding: .5rem;
    }
    .how-container{
        width: 100%;
    }
    .how-container .how-header-block{
        width: 100%;
    }
    .how-container .how-header-block .underline{
        width: 100%;
    }
    .how-container .how-header-block .how-header{
        font-size: 26px;
        line-height: 30px;
    }
    .how-container .how-header-block .how-text{
        margin-top: 20px;
        width: 100%;
        margin-bottom: 75px;
    }
    .how-row{
        margin-top: 50px;
        margin-bottom: 0;
        width: 100%;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .how-text-block{
        margin-top: 50px;
    }
    .how-container .btn-sotto{
        width: 100%;
    }
    .how-image{
        margin-bottom: 15px;
        width: 100%;
    }
    .how-row-sourcing{
        width: 100%;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }
    .how-text-block-sourcing{
        width: 100%;
        margin-top: 15px;
    }
    .how-text-block-sourcing .how-number{
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .how-text-block-sourcing .how-heading{
        margin-bottom: 15px;
    }
    .how-text-block-sourcing .how-testing{
        margin-bottom: 50px;
    }
    .how-image-block-start{
        padding: 0;
        display: flex;
        justify-content: flex-start;
        position: relative;
        width: 292px;
    }
    .how-image-block-end{
        width: 292px;
    }
    .how-btn-block{
        margin-top: 25px;
        margin-bottom: 75px;
    }
    .dots-image-reverse-price {
        position: absolute;
        left: -40px;
        top: 115px;
    }
    .dots-image {
        position: absolute;
        left: 240px;
        top: 115px;
    }
    .dots-image-reverse{
        position: absolute;
        left: -35px;
        top: 115px;
    }
    .looking-container{
        width: 100%;
    }
    .looking-header-block .underline{
        width: 100%;
    }
    .looking-section{
        margin-bottom: 125px;
    }
    .looking-row{
        display: flex;
        flex-direction: column;
        align-content: center;
        width: 100%;
        margin-top: 25px;
    }
    .looking-row .looking-col{
        width: 100%;
        padding-right: 3rem;
        padding-left: 3rem;
        margin-top: 50px;
    }
    .looking-row .card .card-title{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .looking-row .card a{
        margin-bottom: 22px;
    }
    .typical-section{
        margin-top: 0;
    }
    .typical-left-box{
        width: 100%;
        margin-top: 50px;
        margin-bottom: 0;
    }
    .typical-section h3,
    .typical-section p{
        text-align: center;
    }
    .typical-section p{
        font-size: 16px;
        line-height: 20px;
    }
    .typical-section h3{
        font-size: 25px;
        line-height: 35px;
        margin-top: 50px;
    }
    .typical-section h6{
        font-size: 18px;
        line-height: 30px;
    }
    .typical-img{
        width: 75%;
    }
    .typical-img-col{
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 75px;
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .typical-row{
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }
    .typical-right-box{
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 0;
        margin-bottom: 75px;
    }
    .typical-row-indust{
        width: 100%;
        margin-top: 25px;
    }
    .typical-img-col-indust{
        text-align: center;
    }
    .compare-row{
        padding-top: 3rem;
        padding-right: 0;
        padding-left: 0;
    }
    .compare-row h2{
        font-weight: var(--semiBold);
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .compare-row p{
        font-weight: var(--regular);
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        margin-top: 2rem;
    }
    .which-raw-section{
        margin-bottom: 125px;
    }
    .which-raw-row{
        width: 100%;
    }
    .which-raw-col{
        margin-bottom: 75px;
    }
    .which-raw-header{
        width: 100%;
    }
    .which-raw-row .card .card-body{
        padding: 0;
    }
    .which-raw-row .card .card-title{
        font-weight: var(--semiBold);
        font-size: 16px;
        line-height: 20px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .indus-header .section-title{
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .which-raw-header .which-raw-text{
        width: 100%;
        margin-top: 15px;
        margin-bottom: 75px;
    }
    .join-team{
        height: 100%;
        padding: 75px 0;
    }
    .contact-choose-section{
        margin-top: 125px;
        margin-bottom: 125px;
    }
    .contact-choose-row{
        margin-top: 50px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .contact-header-block{
        width: 100%;
    }
    .contact-header-block .section-title{
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    .contact-choose-col{
        width: 250px;
    }
    .contact-choose-col .body-block{
        padding: .5px;
        margin-top: 0;
    }
    .contact-choose-col .body-block .address{
        line-height: 30px;
        font-size: 14px;
    }
    .chat-img{
        width: 30%;
    }
    .contact-quote-header{
        width: 100%;
    }
    .contact-quote-text{
        width: 100%;
    }
    .contact-choose-col .phone{
        //text-align: center;
    }
    .privacy-container{
        width: 100%;
        padding: 25px;
    }
    .privacy-top-container h1{
        font-size: 30px;
        line-height: 40px;
        margin-top: 100px;
        margin-bottom: 15px;
    }
    .privacy-top-container p{
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 125px;
    }
    .privacy-section{
        margin-top: 125px;
        margin-bottom: 125px;
    }
    .blog-container{
        width: 100%;
    }
    .blog-img-block{
        width: 100%;
    }
    .blog-header-block{
        margin-left: 0;
    }
    .blog-img-block{
        height: 201px;
        bottom: 0;
    }
    .blog-container{
        width: 100%;
    }
    .card-block{
        padding: 20px;
    }
    .blog-story-row{
        display: flex;
        align-content: center;
        justify-content: center;
    }
    .blog-text-block{
        margin-left: 0;
        text-align: center;
        margin-top: 20px;
    }
    .blog-img-block .blog-logo-letter{
        left: 12px;
        z-index: 9999;
    }
    .blog-story-row .blog-img-block::after{
        right: 12px;
    }
    .blog-story-container{
        width: 100%;
    }
    .blog-story-row .card .card-body{
        margin-left: 0;
    }
    .blog-story-row .card{
        padding: 1.5rem 1rem;
    }
    .blog-img{
        width: 100%;
    }
    .blog-stories-block {
        width: 1156px;
        display: flex;
        justify-content: center;
    }
    .more-stories-row .card-text-block{
        text-align: center;
    }
    .more-stories-row .card-title{
        text-align: center;
    }
    .blog-show-header-row {
        width: 100%;
    }
    .blog-show-title{
        font-size: 25px;
        line-height: 35px;
    }
    .other-stories-header{
        width: 100%;
    }
    .other-stories-header h3{
        font-size: 26px;
        line-height: 30px;
    }
    .other-stories-block{
        width: 100%;
    }
    .checkbox-label{
        font-size: 12px;
    }
    .home-image-two{
        height: 100%;
    }
    .page-not-found-section{
        margin-top: 125px;
        margin-bottom: 125px;
    }
    .page-nf-row{
        margin-top: 0;
        margin-bottom: 0;
        padding: 20px;
    }
    /* Platform */
    .dashboard-right{
        width: 100%;
    }
    .new-order-btn{
        margin-top: 20px;
    }
    .dashboard-card,
    .dashboard-last-section-card{
        margin-bottom: 20px;
    }
    hr{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .navbar-platform{
        padding: 0px 20px;
    }
    .navbar-collapse .navbar-nav{
        top: 155px;
    }
    .navbar-nav .nav-link{
        margin: 0;
        padding: 0;
    }
    .orders-btns{
        margin-top: 20px;
    }
    .progress-step{
        font-size: 10px;
        line-height: 12px;
        font-weight: var(--semiBold);
    }
    #progressbar li.active:before,
    #progressbar li:before,
    #progressbar li.inprogress:before{
        width: 30px;
        height: 30px;
        background-size: 25px 25px;
    }
    #progressbar li.active:after,
    #progressbar li:after{
        left: 64%;
        width: 55%;
        top: 14px;
    }
    .table th{
        font-size: 14px;
    }
    .table td{
        font-size: 14px;
    }
}
