body {
    font-family: "Work Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: #ffffff;
    background-repeat: repeat;
}

.main-content {
    margin-top: 100px;
    margin-bottom: 140px;
}

.main-content p {
    text-align: justify;
    margin-bottom: 70px;
}

.main-content h5 {
    font-size: 24px;
    font-weight: 600;
    color: #141414;
    margin-bottom: 24px;
}

.main-content .contact-us-fulfillment .companyAddress br {
    display: none;
}

.main-content .web,
.main-content .phone,
.main-content .email {
    color: #c78f00;
    font-weight: 600;
    text-decoration: underline;
}

.main-content .accepted-cards {
    margin-bottom: 40px;
}

.accepted-cards img {
    width: 120px;
    margin-right: 30px;
}


/* Header */
#header-main {
    background: #ffffff;
}

#header-main-top {
    border-bottom: 1px solid #e0edf6;
    padding-bottom: 15px;
    padding-top: 15px; 
}

#header-main #header-main-navigation {
    background-color: #e9ecef;
    padding-top: 30px;
}

#header-main #header-main-navigation nav {
    padding-left: 0;
    padding-right: 0;
}

#header-main #header-main-navigation nav.bg-light {
    background: none!important;
}

@media (min-width: 992px) {
    #header-main #header-main-navigation nav .navbar-collapse {
        display: flex!important;
        justify-content: flex-end;
    }
}

#header-main #header-main-navigation nav .navbar-nav {
    display: flex;
    align-items: center;
}

#header-main #header-main-navigation nav .navbar-nav .nav-link {
    color: #00353f;
    font-weight: 600;
    margin-right: 20px;
}

#header-main .slider {
    height: 280px;
    background: linear-gradient(rgb(233 236 239), rgb(0 0 0 / 68%)), url(img/bg-header.jpg) center center no-repeat;
    background-size: cover;
    display: flex
    ;
        justify-content: center;
}

#header-main .slider .text-box {
    display: flex;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
}
    
#header-main .slider .text-box .text-tile, .text-sub {
    display: block;
    text-align: center;
}
    
#header-main .slider .text-box .text-tile {
    font-size: 58px;
    color: #ffffff;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0px;
    animation: moveLeft 1.5s ease-in;
    text-shadow: 0px 0px 12px #000000;
}
    
#header-main .slider .text-box .text-sub {
    font-size: 32px;
    color: #ffffff;
    animation: moveRight 1.5s ease-in;
    text-shadow: -2px 2px 5px #000000;
    margin-top: 26px;
}    


@keyframes moveLeft {
    0% {
        opacity: 0;
        transform: translatex(-100px);
    }
    80% {
        transform: translatex(10px);
    }
    100% {
        opacity:1;
        transform: translatex(0);
    }
}
  
@keyframes moveRight {
    0% {
        opacity: 0;
        transform: translatex(100px);
    }
    80% {
    transform: translatex(-10px);
    }
    100% {
        opacity:1;
        transform: translatex(0);
    }
}


/* Main */
main .main-content {
    /* box-shadow: 0 0 0 10px rgba(0, 0, 0, .07);
    background-color: #fff;
    padding: 40px 60px; */
}

main .main-content .logo-boi {
    text-align: center;
}

main .main-content .act {
    font-size: 16px;
    text-align: justify;
    line-height: normal;
    display: flex;
    align-items: center;
    padding-right: 66px;
}


@media (min-width: 992px) {
    main {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    main {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 0 20px;
    }
}



/* Footer */
#footer {
    background-color: #2d3032;
    background: linear-gradient(#00272f, #001316d1), url(img/bg-footer.jpg) center center no-repeat;
    background-size: cover;
    border-top: 8px solid #cd9300;
    padding-top: 60px;
}

#footer h1 {
    font-size: 36px;
    color: #ffffff;
    margin-top: 50px;
    margin-bottom: 10px;
}

#footer hr {
    border: 1px solid #fff;
}

#footer h5 {
    color: #ffffff;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    #footer h5 {
        margin-top: 30px;
        margin-bottom: 10px;
    }
}

#footer ul li a {
    color: #ffffff;
}

#footer .footer-about-company .company-logo {
    margin-bottom: 20px;
}

#footer .footer-about-company .company-logo img {
    width: 274px;
    position: absolute;
    left: -16px;
    top: -150px;
}

#footer .footer-about-company p {
    font-size: 16px;
}

#footer .nav-item-fp {
    border-top: 1px solid #254753;
    padding-top: 14px;
}

#footer .nav-item-fp a {
    color: #ffb700;
}

#footer .footer-contact {
    color: #ffffff;
}

#footer .footer-contact .nav .nav-item {
    line-height: 22px;
    position: relative;
}

#footer .footer-contact .nav .nav-item i {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    width: 20px;
    position: absolute;
    top: 4px;
    left: -28px;
}

@media (max-width: 991px) {
    #footer .footer-contact .nav .nav-item i {
        display: none;
    }
}

#footer .footer-contact .nav .nav-item .line {
    color: #ffffff;
}

#footer .legal {
    font-size: 15px;
    color: #ffffff;
    width: 50%;
    margin-top: 130px;
    margin-bottom: 70px;
}

#footer .legal a {
    color: #ffb700;
}

#footer .copyright {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #000f12;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 2px solid #cd9300;
}