body {
    font-family: 'poppins', arial;
    overflow-x: hidden;
    width: 100%;
}
.top-header {
    background: #FEC341;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}

li {
    list-style: none;
}

ul {
    padding: 0;
}

footer,
    section{
    overflow:hidden;
}
h2.section-title.text-left {
    text-align: left;
}
ol.breadcrumb {
    margin: 20px 0 0 0;
}
ol.breadcrumb a {
  color: #000;
}
a.navbar-brand img {
    height: 70px;
}

li.nav-item a {
    color: #333333;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}
.top-header .row .d-flex.justify-content-end{
    float: right;
}
.hdr-socail-group a {
    color: #000;
    margin: 0 5px;
}
h3.section-sub-title {
    text-align: center;
    color: #f3842e;
    font-size: 20px;
}
.language select {
    background: transparent;
    border: 0;
}
.language .goog-te-gadget-simple {
    background: #fec341;
    border: 1px solid #000;
    font-weight: 500;
    padding: 2px 5px;
    margin-top: 3px;
    overflow: hidden;
}
.header_socail.d-flex {
    padding: 5px 10px;
}
section.company-culture p {
    color: #000000;
    text-align: center;
}
.language select {
    padding: 5px 15px;
    border-left: 1px solid #b78310;
}

a.navbar-brand img {
    height: 55px;
}

h2.section-title {
    font: normal normal bold 48px / 57px Poppins;
    color: #5E1D09;
    text-align: center;
}

section {
    margin: 20px 0;
    padding: 20px 0;
}

.goog-te-gadget-icon {
    /* display: none !important; */
    background-image: url(../imgs/language.png) !important;
    background-size: contain;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 20px !important;
}
  /* Add country flags */
  .goog-te-menu-value {
    padding-left: 28px; /* Adjust this value as needed */
    background-repeat: no-repeat;
    background-position: 0 50%; /* Adjust this value as needed */
  }
  
  /* Country flag icons */
  .goog-te-menu-value[data-language-code="en"]:before {
    content: url('assets/imgs/english-flag.png'); /* Replace 'path_to_flag_image' with the path to your flag images */
  }
  
  .goog-te-menu-value[data-language-code="fr"]:before {
    content: url('assets/imgs/english-flag.png');
  }
  
  .goog-te-menu-value[data-language-code="de"]:before {
    content: url('assets/imgs/english-flag.png');
  }
/* about us  */
.aboutus-item {
    position: relative;
}

.ab-info {
    background: #0000009c 0% 0% no-repeat padding-box;
    padding: 50px;
    position: absolute;
    bottom: 0;
    max-width: 400px;
    color: #fff;
    height:371px;
}

.aboutus-item.left .ab-info {
    right: 0;
    border-radius: 70px 70px 0px 70px;

}

.aboutus-item.right .ab-info {
    left: 0;
    border-radius: 70px 70px 70px 00px;
}

p.section-p {
    color: #000000;
    text-align: center;
    margin: 10px 30px 30px 30px;
    font: normal normal normal 18px / 30px Poppins;
}

.ab-info h3 {
    color: #FFFFFF;
    font: normal normal bold 56px / 67px Poppins;
}

.ab-info p {
    font: normal normal normal 18px / 27px Poppins;
}

.aboutCompany {
    border: 2px solid rgb(139, 139, 139);
    border-radius: 100px;
    background: linear-gradient(0deg, rgb(255 255 255) 30%, rgb(227 227 227) 100%);
    position: relative;
}

.aboutCompany-tag {
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translate(-50%, 0);
}
.aboutCompany-tag h5 {
    background-color: #F9832D;
    color: #fff;
    border-radius: 10px;
    margin: 0;
    font-size: 20px;
    padding: 10px;
    width: 450px;
    text-align: center;
}



/* Testimonial */
.testimonial .card-body {
    padding: 3rem 0rem 3rem 3rem;
}

.testimonial .card-outer {
    background: #F8F8F8;
    border-radius: 100px 0 0 100px;
}

.testimonial .card {
    border: none;
}

.testimonial .card-title {
    color: #5E1D09;
    font-weight: 600;
    margin-bottom: 15px;
}

.testimonial .card-subtitle {
    color: #F9832D;
    margin-bottom: 15px;
}

/* Our sourcing     */
.our-sourcing .content-wrapper img {
    max-width: 100px;
}

.our-sourcing .content-wrapper h4 {
    font: normal normal bold 32px / 34px Poppins;
    color: #5E1D09;
    margin-bottom: 20px;
}

.our-sourcing .content-wrapper p {
    text-align: justify;
    font: normal normal normal 17px / 28px Poppins;
    color: #000000;
}

.our-sourcing .content-wrapper a {
    font: normal normal 600 26px / 39px Poppins;
    color: #F3842E;
}

/* carousel css start here */

.carousel-inner {
    padding: 1em;
}

@media screen and (min-width: 576px) {
    .carousel-inner {
        display: flex;
        width: 90%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }

    .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 2);
    }
}

@media screen and (min-width: 1024px) {
    .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 3);
    }
}

.carousel .card {
    margin: 0 0.5em;
    border: 0;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: #AD2304;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

/* carousel css end here */


/* certification  */
.certificate-item {
    padding: 10px;
}

.certification-item {
    margin: 10px;
    box-shadow: 0px 7px 11px #0000001C;
    padding: 10px;
}

.certification-item h4 {
    font: normal normal bold 36px / 34px Poppins;
    letter-spacing: 0px;
    color: #F9832D;
    text-align: center;
    margin: 20px 0;
}
.carousel-control-next, .carousel-control-prev{
    opacity: 1;
}
/* our domain  */
.our-domains h3 {
    font: normal normal bold 48px / 57px Poppins;
    color: #5E1D09;
}
.our-domains p {
    font: normal normal normal 18px / 30px Poppins;
    color: #000000;
    /* text-align: justify; */
}
.our-domians-item {
    padding: 30px;
}
.our-domians-item p {
    text-align: justify;
}
/* # contact page  */
.contact-info h3 {
    font: normal normal bold 48px / 57px Poppins;
    color: #5E1D09;
}

.contact-info p{
    font: normal normal normal 14px/18px Poppins;
color: #000000;
}
section.contact-sec h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
.address h4 {
    font: normal normal bold 18px / 18px Poppins;
    letter-spacing: 0px;
    color: #000000;
}
.address ul li:hover a {
    color: #934603;
}
.faqs button.accordion-button {
    color: #000000 !important;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}
.faqs button.accordion-button b {
    /* font: normal normal 600 26px / 24px Poppins; */
    color: #5E1D09;
    margin: 0 20px 0 0;
}
.faqs .accordion-body {
    font: normal normal normal 14px / 18px Poppins;
    letter-spacing: 0px;
    color: #000000;
}
.faqs .accordion-item {
    border: none;
    margin-bottom: 20px;
}
.faqs button.accordion-button {
    background: transparent !important;
    box-shadow: none !important;
}
.faqs .accordion-body {
    padding: 0 50px;
}
.address li a {
    font: normal normal normal 14px / 18px Poppins;
    color: #000000;
}
.address li{
    margin-bottom: 15px;
    display: flex;
}
.address i {
    color: #F9832D;
    margin: 0 10px  0 0px;
}
.contact-form input.btn {
    font: normal normal medium 19px / 29px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #F9832D;
    padding: 10px 50px;
    font-size: 19px;
    line-height: 29px;
    margin-top: 10px;
}
.contact-form label {
    height: 25px;
    text-align: left;
    font: normal normal bold 18px / 18px Poppins;
    letter-spacing: 0px;
    color: #000000;
}
.contact-form input {
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    height: 52px;
    color: #BCBCBC;
    font: normal normal normal 14px / 18px Poppins;
}
.contact-form .form-group {
    margin-bottom: 20px;
}
.contact-info {
    padding-right: 50px;
}
section.highlight_features .bottom-item {
    margin-top: -60px;
}
section.highlight_features .container {
    max-width: 900px;
}

.highlight_features .hl-info {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 80%;
}
.highlight_features .hl-item {
    position: relative;
}
.highlight_features .hl-info img {
    width: 100px;
    height: 100px;
}
.highlight_features .hl-info h4 {
    font: normal normal 600 19px / 23px Poppins;
    color: #FFFFFF;
}
.highlight_features .hl-info p {
    font: normal normal 800 20px / 24px Poppins;
    color: #F9832D;
}
.our-domains .op-item {
    position: relative;
}
.our-domains .op-item .info{
    text-align: center;
}
/* .op-item .info {
    position: absolute;
    bottom: -50px;
    left: 30%;
    background-image: url(../imgs/bee-fill-pattern-border.png);
    width: 175px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 20px;
    justify-content: center;
} */
section.our-domains {
    overflow: visible;
}
.our-domains .op-item .info {
    position: absolute;
    bottom: -60px;
    max-width: 50%;
    left: 50%;
    transform: translate(-50%, 0);
}
.our-domains .content-info p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 500;
}
.aboutus-item .info p {
    width: 100%;
}
.aboutus-item .info span {
    font: normal normal 600 19px / 28px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #F9832D;
    display: inline-block;
    padding: 20px 0px;
    width: 100%;
    border-radius: 10px;
    text-align: center;
}
.aboutus-item .info {
    display: flex;
    margin-top: -100px;
    align-items: center;
}
.aboutus-item .info img {
    width: 200px;
}
/* company about  */
.company-culture-item .info {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 400px;
    text-align: center;
}
.company-culture-item {
    position: relative;
}
.company-culture-item .info img {
    width: 60px;
}


/* footer  */
.footer {
    background-color: #efe1ba;
    padding: 60px 0 0 0;
}
.bottom-ftr.row {
    align-items: center;
    margin-top: 30px;
    border-top: 1px solid #161515;
    padding-top: 20px;
}
.footer .ftr-logo {
    height: 60px;
    width: auto;
}

.footer p,
.footer h5,
.footer a {
    color: #000;
}
.ftr-p {
    font-size: 13px;
    margin: 15px 0;
    text-align: justify;
    padding-right: 20px;
}
.footer ul li a {
    font: normal normal normal 14px / 34px Poppins;
}

.ftr-socail-group a {
    color: #181818;
    margin: 4px;
    font-size: 18px;
}

h6.followus-on {
    color: #000;
    text-align: left;
    font: normal normal medium 17px / 26px Poppins;
}
.faqs button.accordion-button {
    padding: 10px 0;
}
span#hide-navbar-collapse {
   display: none;
}
/* media start here  */
@media(max-width:1440px){
    .our-domains h3 {
        font: normal normal bold 40px / 47px Poppins;
    }
    .our-domains p{
        font: normal normal normal 17px/26px Poppins;
    }
    h2.section-title {
        font: normal normal bold 45px / 52px Poppins;
    }
    p.section-p {
        font: normal normal normal 16px / 24px Poppins;
    }
    .about-us .ab-info h3 {
        font: normal normal bold 37px / 47px Poppins;
    }
    .about-us .ab-info p {
        font: normal normal normal 15px / 23px Poppins;
    }
    .certification-item h4 {
        font: normal normal bold 28px / 32px Poppins;
    }
    .content-wrapper p {
        font: normal normal normal 17px / 25px Poppins;
    }
    .content-wrapper a {
        font: normal normal 600 21px / 30px Poppins;
        }
        .content-wrapper h4 {
            font: normal normal bold 32px / 33px Poppins;
        }
        .faqs button.accordion-button {
            font-size: 19px;
            line-height: 25px;
        }
        .faqs button.accordion-button b {
        }
}
@media(max-width:1024px){
    h2.section-title {
        font: normal normal bold 40px / 52px Poppins;
    }
    .about-us .ab-info h3 {
        font: normal normal bold 28px / 37px Poppins;
    }
    .about-us .ab-info p {
        font: normal normal normal 14px / 20px Poppins;
    }
    .about-us .ab-info {
        padding: 30px;
        width: 300px;
    }
    .aboutus-item.left .ab-info {
        border-radius: 40px 40px 0 40px;
    }
    .aboutus-item.right .ab-info {
        border-radius: 40px 40px 40px 0;
    }
    .aboutus-item .info img {
        width: 100px;
    }
    .aboutus-item .info span {
        font: normal normal 600 14px / 16px Poppins;
        padding: 20px 0px;
    }
    .aboutus-item .info {
        margin-top: -60px;
    }
  
    .aboutCompany-tag h5 {
        max-width: 300px;
        font-size: 15px;
    }
    .highlight_features .hl-info p {
        font: normal normal 800 19px / 22px Poppins;
    }
    .highlight_features .hl-info img {
        width: 70px;
        height: 70px;
    }
    .highlight_features .hl-info h4 {
        font: normal normal 600 17px / 23px Poppins;
    }
    .our-domains p {
        font: normal normal normal 14px / 20px Poppins;
    }
    .our-sourcing .content-wrapper h4 {
        font: normal normal bold 26px / 30px Poppins;
    }
    .our-sourcing .content-wrapper p {
        font: normal normal normal 15px / 23px Poppins;
    }
    .our-sourcing .content-wrapper a {
        font: normal normal 600 19px / 25px Poppins;
    }
    .our-sourcing .content-wrapper img {
        max-width: 70px;
    }
}
@media(max-width:992px){
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -300px;
        background: #fff;
        height: 100%;
        width: 300px;
        transition: .5s ease all;
        z-index: 9999;
    }
    span#hide-navbar-collapse {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 30px;
        display: block;
    }
    .navbar-collapse.show {
        left: 0px;
    }
    ul.navbar-nav .nav-item {
        padding: 0 20px;
    }
    .mbl-logo img {
        max-width: 100px;
        margin: 10px 10px 20px 10px;
    }
    .navbar-light .navbar-toggler {
        color: rgb(254 195 65);
        border-color: none;
    }
    .our-domains .op-item .info {
        max-width: 60%;
    }
    section {
        margin: 15px 0;
        padding: 15px 0;
    }
    section.our-products {
        margin-top: 60px;
    }
}
@media(max-width:768px){

    .aboutus-item .ab-info {
        top: 50%;
        left: 50% !important;
        transform: translate(-50%, -50%);
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .faqs button.accordion-button {
        font-size: 17px;
        line-height: 20px;
    }
    .faqs .accordion-body {
        padding: 0px 41px 20px 41px;
    }
    h2.section-title {
        font: normal normal bold 30px / 42px Poppins;
    }
    p.section-p {
        text-align: justify;
        margin: 0 0 20px 0;
        font: normal normal normal 15px / 23px Poppins;
    }
    .aboutCompany-tag h5 {
        max-width: 450px;
    }
    .highlight_features .hl-info p {
        font: normal normal 800 15px / 18px Poppins;
    }
    .highlight_features .hl-info img {
        width: 50px;
        height: 50px;
    }
    .highlight_features .hl-info h4 {
        font: normal normal 600 13px / 23px Poppins;
    }
    section.highlight_features .bottom-item {
        margin-top: -45px;
    }
    section {
        margin: 15px 0;
        padding: 15px 0;
    }
    .our-sourcing .content-wrapper p {
        font: normal normal normal 15px / 22px Poppins;
    }
    .our-sourcing .content-wrapper a {
        font: normal normal 600 17px / 30px Poppins;
    }
    .our-sourcing .content-wrapper h4 {
        font-size: 25px ;
    }
    section.our-sourcing {
        padding: 0 15px;
    }
    .our-domains h3 {
        font: normal normal bold 30px / 40px Poppins;
    }
    .our-domians-item {
        padding: 10px;
    }
    section.our-products {
        margin-top: 50px;
    }
    .our-sourcing .content-wrapper, .our-sourcing .content-wrapper p {
        text-align: center !important;
    }
    .certification-item h4 {
        font: normal normal bold 21px / 25px Poppins;
    }
    .certification-item h4 {
        font: normal normal bold 21px / 25px Poppins;
        margin: 10px 0 5px 0;
    }
}
@media(max-width:575px){
    p.section-p {
        font: normal normal normal 14px / 22px Poppins;
    }
    section.highlight_features .bottom-item.first{
        margin-top: 0px;
    }
    .header_socail.d-flex {
        display: none !important;
    }
    section.our-products {
        margin-top: 10px;
    }
    h2.section-title {
        font: normal normal bold 32px / 40px Poppins;
    }
    .op-item {
        margin-bottom: 70px;
    }
    .faqs button.accordion-button {
        font-size: 15px;
        line-height: 20px;
    }
    .our-sourcing .content-wrapper h4 {
        font-size: 22px;
        line-height: 25px;
    }
    .our-sourcing .content-wrapper p {
        font: normal normal normal 14px / 20px Poppins;
    }
    .our-sourcing .content-wrapper img {
        max-width: 80px;
    }
}
@media(max-width:375px){
   
}