






/* Banner */
.banner-h1 h1 {
    font-family: 'Neou';
    font-size: 75px;
    line-height: 80px;
}
.banner-h1 h1 span.bold {
    font-family: 'Monument Extended';
    text-transform: uppercase;
}
.WhyUsTag p {
    background-color: #1C1E31;
    max-width: 90px;
    margin: 0 auto;
    display: table;
    color: #D4FFE3;
    border-radius: 5px;
    font-size: 14px;
    padding: 3px 0px;
    line-height: 20px;
    margin-bottom: 15px;
}
.buttonBanner_Box a {
    font-family: 'DM Sans';
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0px;
    transition: .9s;
    padding: 16px 70px 16px 32px;
    text-decoration: underline;
    font-weight: 600;
    border-radius: 40px;
}
.buttonBanner_Box {
    margin-top: 18px;
    margin-bottom: 15px;
}
.ButtonBox .buttonBanner_Box a.ButtonBg{
    background-color: #1C1E31;
    color: #fff;
    text-decoration: unset;
}
/* .buttonBanner_Box a:hover{
    background-color: #1C1E31;
    color: #fff;
    text-decoration: unset;
} */
/* .buttonBanner_Box a:hover span i{
    opacity: 1 !important;
} */
/* .buttonBanner_Box a span.fontButton i {
    color: #fff;
    opacity: 0;
} */

.buttonBanner_Box a span.fontButton {
    position: relative;
    left: 38px;
}

#transparent-banner .container-fluid {
    padding: 12rem 60px 26rem;
    margin-top: -135px;
    border-radius: 90px;
}
#transparent-banner img.scroll-img {
    width: 28%;
    animation: spin 15s linear infinite;
}
@keyframes spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
#transparent-banner {
    margin: 20px 0px 80px;
}
#transparent-banner {
    margin-bottom: -24rem;
}

#SingleImage img {
    border-radius: 20px;
    margin: 0 auto;
    display: table;
    transition: .9s;
        width: 90%;

}
#SingleImage img:hover {
    filter: brightness(0.8);
}
.banner-img {
    position: relative;
    bottom: -60px;
}
h1.animated-h1 {
    display: inline-grid;
    grid-template-areas: "stack";
    vertical-align: bottom;
    font-size: 220px;
}
span.light-weight {
    font-family: 'Neou';
    font-weight: 100;
}

/***Trusted Company ****/

#TrustedCompanies h3 {
    font-size: 25px;
    font-family: 'DM Sans';
}
.BrandLogoBox {
    gap: 6rem;
}
.BrandLogoBox {
    display: inline-block;
    white-space: nowrap;
    animation: scroll 20s linear infinite;
}
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); } /* Resets halfway through the double set */
}
.marqueeTrustedCompany {
    overflow: hidden;
}

/***Mision & Vission ****/
#VisionAndMissionSection {
    padding-top: 3rem;
}
#VisionBox h3 {
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 50px;
    color: #000;
}
#VisionBox h2 {
    font-size: 25px;
    line-height: 35px;
    color: #000;
}
#VisionBox p {
    font-size: 22px;
    font-weight: 200;
    color: #000;
}
/* .ImageBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.4) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg);
    animation: shine 2.5s infinite;
} */

@keyframes shine {
    0% { left: -75%; }
    100% { left: 125%; }
}
.ImageBox {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
#VisionBox .ImageBox img {
    border-radius: 30px;
}
.OurMissionStyle {
    padding-left: 4rem;
}

/* Quality Section */

#QualitySection .container-fluid {
    background-color: #E8FFEF;
    border-radius: 70px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 5rem;
    padding-left: 3rem;
    padding-right: 3rem;
}
.coreBox p {
    background-color: #1C1E31;
    max-width: 140px;
    margin: 0 auto;
    display: table;
    color: #D4FFE3;
    border-radius: 5px;
    font-size: 14px;
    padding: 3px 15px;
    line-height: 20px;
    margin-bottom: 15px;
}
#QualityRow h1 {
    font-family: 'Neou';
    font-size: 55px;
}

#QualityRow h1 span.qualityHeadingBold {
    font-family: 'Monument Extended';
    text-transform: uppercase;
}
#QualityServices .InnerContentBox h3 {
    font-family: 'DM Sans';
    font-size: 30px;
    font-weight: 600;
}

#QualityServices .InnerContentBox p {
    font-size: 19px;
    font-weight: 200;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#QualityServices .innerCol {
    background-color: #ffffff;
    padding: 40px 30px 40px 30px;
    border-radius: 20px;
}
#QualityServices {
    margin-top: 2rem;
}

/* Delivery Section */

#DeliverSection {
    background-image: url(/WhyUs/assets/Images/deliver.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 6rem;
        margin-top: 6rem;
}
#DeliverySectionInner .ContentBox p {
    background-color: #D4FFE3;
    max-width: 110px;
    color: #000000;
    border-radius: 5px;
    font-size: 14px;
    padding: 3px 0px;
    line-height: 20px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
#DeliverySectionInner .ContentBox h3 {
    color: #fff;
    font-family: 'Neou';
    font-size: 60px;
    line-height: 70px;
}
#DeliverySectionInner .ContentBox h3 span.bold {
    font-family: 'Monument Extended';
    text-transform: uppercase;
}
#DeliveryServiceSection .imageBox {
    margin-bottom: 1rem;
}
#DeliveryServiceSection .InnerCol {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 30px 30px 30px;
}
#DeliveryServiceSection .DelSerContentBox p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #595959;
    padding-right: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.DelSerContentBox h3 {
    font-family: 'DM Sans';
    font-size: 85px;
    line-height: 90px;
    font-weight: 500;
}
#DeliveryServiceSection {
    padding-top: 11rem;
    padding-bottom: 10rem;
}
#DeliveryServiceSection .InnerCol img {
    transition: .9s;
}

#DeliveryServiceSection .InnerCol:hover img {
    transform: scale(1.1);
}

/***BoldDesign****/

#BoldDesignSection {
    padding-top: 4rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 22rem;
    background-image: url(/WhyUs/assets/Images/bold.jpg);
    background-position: center;
    margin-bottom: -14rem;
}
.BoldSwiper {
    padding-top: 12rem !important;
}
.BoldMainContent h3 {
    font-size: 60px;
    line-height: 70px;
    font-family: 'Neou';
}
.BoldMainContent
 {
    margin-bottom: -5rem;
}
.BoldMainContent h3 span.bold {
    font-family: 'Monument Extended';
    text-transform: uppercase;
    color: #010205;
}
#BoldSlider .SliderContentBox p {
    font-size: 20px;
    color: #000000;
    font-family: 'DM Sans';
}
.swiperSliderInnerBg {
    background-color: #fff;
    border-radius: 32px;
    padding: 30px 40px 30px 40px;
    box-shadow: 0px 1px 4px 1px #F6FFF8;
} 
.innerSwiperBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.swiperSliderInnerBg .slider-imgBox img {
    position: absolute;
    top: -29px;
}
.sliderAuthorBox h4 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}
.sliderAuthorBox p {
    font-size: 15px;
    font-weight: 300;
}
.sliderAuthorBox {
    margin-top: 3rem;
}
#BoldSlider .swiper-button-next , #BoldSlider .swiper-button-prev{
    top: 2rem;
    z-index: 999999999;
    transform: scale(1.2);
}
#BoldSlider .swiper-button-prev{
    left: 99rem;
}

#BoldSlider .swiper-button-next path , #BoldSlider .swiper-button-prev path {
    color: #000;
}

#BoldSlider .swiper-button-next svg.swiper-navigation-icon , #BoldSlider .swiper-button-prev svg.swiper-navigation-icon {
    width: 51px;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 0px 17px;
    border: 1px solid #A0CF7B;
}


/***Responsive*****/

@media (max-width: 1550px)
{
    #VisionBox h3 {
    font-size: 35px;
    line-height: 45px;
}
#VisionBox p {
    font-size: 20px;
}
#DeliveryServiceSection {
    padding-top: 9rem;
    padding-bottom: 8rem;
}
#BoldSlider .swiper-button-prev {
    left: 80rem;
}
}
@media (max-width: 1440px)
{
        #VisionBox h3 {
        font-size: 32px;
        line-height: 42px;
    }
        #DeliveryServiceSection {
        padding-top: 7rem;
        padding-bottom: 6rem;
    }
        #BoldSlider .swiper-button-prev {
        left: 74rem;
    }
}
@media(max-width: 1366px)
{
    .banner-h1 h1 {
    font-size: 70px;
    line-height: 74px;
}
#SingleImage img {
    width: 75%;
}
#transparent-banner {
    margin-bottom: -18rem;
}
#transparent-banner .container-fluid {
    padding: 12rem 60px 20rem;
    width: 95%;
}
    #VisionBox h3 {
        font-size: 29px;
        line-height: 36px;
    }
    #VisionBox p br {
    display: none;
}
.OurMissionStyle {
    padding-left: 2rem;
}
#QualityRow h1 {
    font-size: 45px;
}
    #DeliveryServiceSection {
        padding-top: 5rem;
        padding-bottom: 6rem;
    }
    #DeliveryServiceSection .DelSerContentBox p {
    font-size: 18px;
    line-height: 26px;
}
.DelSerContentBox h3
 {
    font-size: 65px;
    line-height: 70px;
}
    #BoldSlider .swiper-button-prev {
        left: 70rem;
    }
}
@media (max-width: 1336px)
{
        .banner-h1 h1 {
        font-size: 60px;
        line-height: 65px;
    }
    #DeliverySectionInner .ContentBox h3 {
    font-size: 52px;
    line-height: 58px;
}
.BoldMainContent h3 {
    font-size: 45px;
    line-height: 50px;
}
    #BoldSlider .swiper-button-prev {
        left: 68rem;
    }
    #BoldSlider .SliderContentBox p {
    font-size: 16px;
    line-height: 25px;
}

}
@media (max-width: 1280px)
{
        #BoldSlider .SliderContentBox p {
                    display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    #QualityServices .InnerContentBox p {
    font-size: 17px;
}
#QualityServices .InnerContentBox h3 {
    font-size: 25px;
}
    #DeliverySectionInner .ContentBox h3 {
        font-size: 48px;
        line-height: 50px;
    }
        .DelSerContentBox h3 {
        font-size: 54px;
        line-height: 50px;
    }
        #BoldSlider .swiper-button-prev {
        left: 65rem;
    }

}
@media (max-width: 1115px)
{
    .banner-h1 h1 {
        font-size: 50px;
        line-height: 52px;
    }
    #transparent-banner .headerBox p {
    font-size: 16px;
}
#transparent-banner .container-fluid {
        padding: 10rem 60px 16rem;
    }
    #transparent-banner {
        margin-bottom: -14rem;
    }
        #VisionBox h3 {
        font-size: 24px;
        line-height: 30px;
    }
        #VisionBox p {
        font-size: 19px;
    }
        #QualityRow h1 {
        font-size: 38px;
    }
        #QualityServices .InnerContentBox p {
        font-size: 15px;
    }
    #QualityServices .innerCol {
    padding: 30px 20px 20px 30px;
}
    #QualityServices .InnerContentBox h3 {
        font-size: 21px;
    }
        #DeliverySectionInner .ContentBox h3 {
        font-size: 41px;
        line-height: 46px;
    }
        #DeliveryServiceSection {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
        .DelSerContentBox h3 {
        font-size: 45px;
        line-height: 40px;
    }
    #DeliveryServiceSection .DelSerContentBox p {
        font-size: 15px;
        line-height: 22px;
    }
    #DeliveryServiceSection .InnerCol {
    padding: 30px 30px 15px 30px;
}
.BoldMainContent h3 {
        font-size: 38px;
        line-height: 45px;
    }
    #BoldSlider .swiper-button-prev {
        left: 55rem;
    }
    .swiperSliderInnerBg {
    padding: 30px 20px 13px 24px;
}
.sliderAuthorBox {
    margin-top: 1rem;
}
.BoldSwiper {
    padding-top: 10rem !important;
}
}
@media (max-width: 1024px)
{
        #VisionBox h3 {
        font-size: 22px;
        line-height: 28px;
    }
        #VisionBox p {
        font-size: 18px;
    }
        .OurMissionStyle {
        padding-left: 1rem;
    }
        #BoldSlider .swiper-button-prev {
        left: 50rem;
    }
        .BoldSwiper {
        padding-top: 8rem !important;
    }
    .DelSerContentBox h3 {
        font-size: 35px;
        line-height: 33px;
    }
          #DeliveryServiceSection .DelSerContentBox p {
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 885px)
{
    .banner-h1 h1 {
        font-size: 35px;
        line-height: 37px;
    }
        #transparent-banner .headerBox p {
        font-size: 14px;
    }
        #transparent-banner {
        margin-bottom: -10rem;
    }
        #transparent-banner .container-fluid {
        padding: 10rem 60px 11rem;
    }
        #VisionBox h3 {
        font-size: 19px;
        line-height: 23px;
    }
    #VisionBox h2 {
    font-size: 21px;
    line-height: 30px;
}
    #VisionBox p {
        font-size: 16px;
    }
        .OurMissionStyle {
        padding-left: 0rem;
    }
        #QualityRow h1 {
        font-size: 26px;
    }
    #DeliverSection {
    margin-top: 4rem;
}
#BoldSlider .swiper-button-prev {
        left: 43rem;
    }
        .BoldMainContent h3 {
        font-size: 28px;
        line-height: 35px;
    }
        #BoldSlider .SliderContentBox p {
        font-size: 15px;
        line-height: 22px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
@media (max-width: 836px)
{
        #DeliverySectionInner .ContentBox h3 {
        font-size: 31px;
        line-height: 33px;
    }
        #DeliveryServiceSection .InnerCol {
        padding: 20px 17px 8px 17px;
    }
        #DeliveryServiceSection {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
    #DeliverSection {
    padding-top: 3rem;
}
    #BoldSlider .swiper-button-prev {
        left: 40rem;
    }
    .marqueeTrustedCompany {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
}
@media (max-width: 820px)
{
        #transparent-banner {
        margin-bottom: -9rem;
    }
    .BrandLogoBox {
    gap: 3rem;
}
}
@media (max-width: 800px)
{
        #transparent-banner .headerBox p {
        font-size: 13px;
    }
        #BoldSlider .swiper-button-prev {
        left: 38rem;
    }
  
}
@media (max-width: 768px)
{
          .banner-h1 h1{
        font-size: 28px;
        line-height: 30px;
    }
    #VisionBox h3 {
        font-size: 16px;
        line-height: 20px;
    }
    #VisionBox h2{
        font-size: 18px;
        line-height: 20px;
    }
    #QualitySection .container-fluid {
    padding-top: 38px;
    padding-bottom: 40px;
    margin-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
    #BoldSlider .swiper-button-prev {
        left: 36rem;
    }
}
@media (max-width: 480px)
{

    #BoldSlider .swiper-button-next, #BoldSlider .swiper-button-prev {
        transform: unset;
    }

        .banner-h1 h1 {
        font-size: 23px;
        line-height: 28px;
    }
    .buttonBanner_Box a {
    font-size: 12px;
    padding: 8px 9px 8px 10px;
}
.buttonBanner_Box a span.fontButton {
    left: 4px;
}
#TrustedCompanies h3 {
    font-size: 19px;
}
    #TrustedCompanies .container-fluid.p-5 {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 20px !important;
    }

 .visionBoxClass {
    flex-direction: column-reverse;
}
#VisionAndMissionSection .ContentBox {
    margin-top: 1rem;
}
    #QualitySection .container-fluid {
        margin-top: 1rem;
    }
        #QualityRow h1 {
        font-size: 19px;
        line-height: 22px;
    }
    #QualityServices {
    margin-top: 1rem;
}
    #QualityServices .innerCol {
        margin-bottom: 1rem;
    }
        #DeliverSection {
        background-color: #000000;
        background-image: unset;
    }
        #DeliveryServiceSection .InnerCol {
        margin-bottom: 1rem;
    }
        #BoldSlider .swiper-button-prev {
        left: 21rem;
    }
    #BoldDesignSection {
        padding-top: 3rem;
        padding-bottom: 14rem;
        margin-bottom: -11rem;
    }
#QualitySection .container-fluid {
    border-radius: 35px;
}
    .BoldMainContent h3 {
        font-size: 24px;
        line-height: 33px;
    }

}
@media (max-width: 430px)
{
    #transparent-banner .container-fluid {
        padding: 10rem 20px 11rem;
    }
        #transparent-banner {
        margin-bottom: -5rem;
    }
        #transparent-banner .container-fluid {
        padding: 9rem 20px 6rem;
        border-radius: 35px;
    }
    #BoldSlider .swiper-button-next, #BoldSlider .swiper-button-prev {
    top: 6rem;
}
    .BoldSwiper {
        padding-top: 10rem !important;
    }
        #BoldSlider .swiper-button-prev {
        left: 18rem;
    }
    .BrandLogoBox img {
    width: 35%;
}
    .BrandLogoBox {
        gap: 1rem;
    }
}
@media (max-width: 425px)
{
}
@media (max-width: 415px)
{
        .banner-h1 h1 {
        font-size: 20px;
        line-height: 25px;
    }
        #BoldSlider .swiper-button-prev {
        left: 17rem;
    }
}
@media (max-width: 395px)
{
        #QualityRow h1 {
        font-size: 15px;
        line-height: 20px;
    }
        #BoldSlider .swiper-button-prev {
        left: 16rem;
    }
}
@media (max-width: 380px)
{
    .BoldMainContent {
    margin-bottom: -4rem;
}
#BoldSlider .swiper-button-prev {
        left: 15rem;
    }
}
@media (max-width: 360px)
{
        #BoldSlider .swiper-button-prev {
        left: 14rem;
    }
}
@media (max-width: 320px)
{
        .banner-h1 h1 {
        font-size: 17px;
        line-height: 22px;
    }
        .buttonBanner_Box a {
        font-size: 10px;
        padding: 6px 9px 5px 10px;
    }
        #transparent-banner .container-fluid {
        padding: 9rem 8px 6rem;
    }
        #BoldSlider .swiper-button-prev {
        left: 11rem;
    }
        #QualitySection .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (max-width: 280px)
{
}