/*-- Font Start --*/
@font-face {
    font-family: 'Raleway';
    src: url('../font/Raleway-SemiBoldItalic.woff2') format('woff2'),
        url('../font/Raleway-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../font/Raleway-Bold.woff2') format('woff2'),
        url('../font/Raleway-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../font/Raleway-MediumItalic.woff2') format('woff2'),
        url('../font/Raleway-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../font/Raleway-Regular.woff2') format('woff2'),
        url('../font/Raleway-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../font/Raleway-SemiBold.woff2') format('woff2'),
        url('../font/Raleway-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../font/Raleway-BlackItalic.woff2') format('woff2'),
        url('../font/Raleway-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../font/Raleway-Italic.woff2') format('woff2'),
        url('../font/Raleway-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../font/Raleway-Medium.woff2') format('woff2'),
        url('../font/Raleway-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../font/Raleway-Light.woff2') format('woff2'),
        url('../font/Raleway-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Medium.woff2') format('woff2'),
        url('../font/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Black.woff2') format('woff2'),
        url('../font/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.woff2') format('woff2'),
        url('../font/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Bold.woff2') format('woff2'),
        url('../font/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Fair Prosper';
    src: url('./font/FairProsper.woff2') format('woff2'),
        url('./font/FairProsper.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Thin.woff2') format('woff2'),
        url('../font/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/*-- Font End --*/

/*-- Basic Style Start --*/
* {
margin: 0;
padding: 0;
}
body {font-family: 'Roboto';font-size: 14px;}

h1,
h2,
h3,
h4,
h5,
h6 {color: #000;font-weight: 600; font-family: 'Raleway';}
p {
    margin: 0 0 24px;
    margin-top: 0px;
    margin-bottom: 24px;
    padding: 0;
    font-size: 16px;
    color: #000000;
    font-family: 'Roboto';
    line-height: 1.5em;
}
.justifycontent p,
.justifycontent{
    text-align: justify;
}
.centerjustify p,
.centerjustify{
    text-align: center;
    text-align-last: center;
}
a {/* -webkit-transition-duration: 500ms;
transition-duration: 500ms; */text-decoration: none;outline: none;font-size: 16px;}
a:hover,
a:focus {/* -webkit-transition-duration: 500ms;
transition-duration: 500ms; */text-decoration: none;outline: none;font-size: 16px;}
ul,
ol {
margin: 0;
}
ul li,
ol li {
list-style: none;
}
img {height: auto;max-width: 100%;}
.subhding{
    font-family: 'Roboto';
}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6{
font-family: 'Raleway';
}

.dg-top-pd{
  padding-top:35px;
}
.dg-bottom-pd{
  padding-bottom:35px;
}
.dg-both{
  padding:35px 0px;
}
.button {
  width: 170px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
}

.button-2 {
  color: #fff;
  border: 3px solid #880215;
  background-image: -webkit-linear-gradient(30deg, #c266d3 50%, transparent 50%);
  background-image: linear-gradient(30deg, #880215 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.button-2:hover {
  background-position: 100%;
  color: #890215;
}

/*-- Basic Style End --*/

/*-- Header Top Start --*/
header.header-area{
    /* overflow: hidden; */
}
.top-header-area {
    background-color: #8bc34a;
    padding: 5px 15px;
}
.top-header-area img{
    max-width: 150px;
}
.top-header-area a {
    color: #fff;
}
.top-rt {
    display: flex;
    align-items: center;
    justify-content: left;
}

.topbar-btn {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.topbar-btn .tbtn-item a {
    display: block;
    background: #fcd900;
    color: #4a010b;
    font-weight: 600;
    padding: 15px 25px;
    margin-left: 1px;
    text-transform: uppercase;
}
.social-icons a {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #fff;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}
.email-address a {
    margin-right: 10px;
}
.main-header-area {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.sticky{
   position: fixed;
   top: 0;
   width: 100%;
   left: 0px;
   z-index: 9999;
   background: #fff;f
   width: 100%;
   transition: all 0.3s ease-in-out;
   animation: smoothScroll 1s forwards;
   box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.sticky + .content {
  padding-top: 102px;
}
.social-icons a svg {
    height: 20px;
    color: #fff;
    fill: #fff;
}
.breakpoint-off .classynav ul li .dropdown.megamenubox {
    width: 1000px;
    position: absolute;
    left: 73%;
    -webkit-transform: translate(-73%, 0%);
    -ms-transform: translate(-73%, 0%);
    transform: translate(-73%, 0%);
    display: flex;
    flex-wrap: wrap;
}

.breakpoint-off .classynav ul li .dropdown.megamenubox li {
    width: 33.333%;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.breakpoint-off .classynav ul li .dropdown.megamenubox li a {
    min-height: 60px;
    display: flex;
    align-items: center;
    border-top: 0px !important;
}
.classynav ul li .dropdown li a {
    font-size: 14px;
}
.classynav ul li a.mainitemmenu {
    text-transform: uppercase;
    padding: 0px 20px;
}
a.nav-brand {
    display: inline-flex !important;
    gap: 20px;
    align-items: center;
}
/*-- Header Top End --*/

/*-- Banner Section Start --*/
.banner-img img {
    width: 100%;
}
.slidercomen{
    position: relative;
    overflow: hidden;
}
.arrowdesign:after{
    display: none
}
.arrowdesign{
    height: 30px;
    width: 30px;
    background: #bf6e0fe3;
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}
.arrowdesign:hover{
    background: #ed3237;
    transition: all 0.3s ease-in-out;
}
/*-- Banner Section End --*/

/*-- Product Section Start --*/
.textcenter h2{
    text-align: center;
}
.prolist-title h3,
.prolist-title h2 {
   color: #bf6e0f;
}
.prolist-title h2{
    font-size: 48px;
    font-weight: bold;
}
.prolist-title {
    margin-bottom: 20px;
}
.listcontent {
    background: #fff;
    padding: 0;
    border-radius: 0;
    margin-bottom: 40px;
    border: 1px solid #eee;
    overflow: hidden;
    box-shadow: 10px 10px 10px 0px rgb(12 37 2 / 12%);
}
.listboxrow .col-lg-3 {
    padding-left: 20px;
    padding-right: 20px;
}
.listcontent-img img {
    height: auto;
    width: 100%;
    object-fit: cover;
    border-bottom: 1px solid #fff;
}

.listcontent-box {
    text-align: center;
}
.prollist-sec{
       background-color: #d0deb3;
}
.prolisttitle {
    font-size: 18px;
    padding: 10px 16px;
    min-height: 70px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.listcontent:hover .prolisttitle{
    color: #8bc34a;
    transition: all 0.3s ease-in-out;
}
.btnbox a, .butn__new{
    background: #653e38;
    color: #fff;
    padding: 10px 25px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    display: inline-flex;
    transition: all 0.3s ease-in-out;
    border:none;
    font-size: 16px;
    border-radius: 0px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 7px;
}

.btnbox a:hover, .butn__new:hover {
    background: #d49f60;
    color: #fff;
    transition: all 0.3s ease-in-out;
    border-radius: 7px;
}
/*-- Prodcut Section End --*/


/*-- About Us Section Start --*/
.ctabox {
    padding: 20px;
    background-image: url(../img/cta-bg-2.jpg);
    border-radius: 0;
    background-size: contain;
    background-position: center;
}
.ctabox .single-imgbox{
    margin-bottom: 0px;
}
.ctabox .row {
    display: flex;
    align-items: center;
}

.cta-content h3 {
    color: #bf6e0f;
    font-size: 1.75rem;
}
.prolist-title h4 {
    color: #000;
    font-size: 20px;
}
/*-- About Us Section End --*/

/*-- Catageris Section Start --*/
.cat-sec img {
    border-radius: 15px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
}

.cat-sec {
    position: relative;
}

.cat-sec:after {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    background: #fff4ef;
    top: 0;
    left: 0;
    position: absolute;
}

.cat-sec .single-imgbox {
    position: relative;
    z-index: 1;
}
.cat-sec .single-imgbox img{
        border: 1px solid #fff;
        border-radius: 15px;
}
.cat-sec .container {
    z-index: 1;
    position: relative;
}
/*-- Catageris Section End --*/

/*-- Why Us Section Start --*/
.textcenter p {
    text-align: center;
}

.whyus-sec .content-p {
    margin-top: 30px;
}

.whyuspoint {
    background: #eeeeee;
    padding: 20px;
    border-radius: 0;
    margin-top: 30px;
    font-size: 16px;
    position: relative;
    padding-left: 30px;
}

.whyuspoint span {
    font-weight: bold;
    font-size: 20px;
    background: #6c443e;
    color: #fff;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    left: -20px;
}

.whyuspoint.rightcontent {
    padding-left: 20px;
    padding-right: 30px;
}

.whyuspoint.rightcontent span {
    left: auto;
    right: -20px;
}
#extraContent {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

#extraContent.open {
    max-height: 2000px; /* adjust according to expected content height */
}
.content-p h3{
    font-size: 24px;
    color: #bf6e0f !important;
}
.footer::after {
    content: "";
       height: 60px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../../../../wp-content/uploads/2025/07/15percent.png');
}
.footer.footer {
    background-color: #ecc9a0;
    position: relative;
}
.mvg{
        padding: 20px;
    background: #eee;
    border-radius: 15px;
}
}
/*-- Why Us Section End --*/

/*-- Sustanibility Section Start --*/
.tabs {
  max-width: 100%;
}

.tab-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  justify-content: center;
}

.tab-btn {
  padding: 10px 20px;
  border: none;
  background: #000000;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  width: 33%;
}

.tab-btn.active {
  background: #ed3338;
  color: #fff;
}

.tab-content {
  display: none;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  margin-top: 20px;
  border-radius: 15px;
  background: #fff;
}

.tab-content.active {
  display: block;
}
.tabcontent {
    background: #eeeeee;
    padding: 30px;
}
.tab-content img {
    border-radius: 15px;
}
/*-- Sustanibility Section End --*/

/*-- Resources Section Start --*/
.resources-content {
    background: #eee;
    overflow: hidden;
    border: 1px solid #eee;
    position: relative;
}

.resources-text {
padding: 25px 15px;
    text-align: center;
    position: absolute;
    bottom: -100%;
    transition: all 0.3s ease-in-out;
    height: 100%;
    width: 100%;
    background: #d0deb3;
}
.resources-content:hover .resources-text {
    bottom: 0;
    transition: all 0.3s ease-in-out;
}
.resources-content img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.resources-content:hover img {
    transform: scale(1.2);
    transition: all 0.3s ease-in-out;
}
.resources-content .single-imgbox{
    margin-bottom: 0px;
}
.resources-text h3 {
    color: #000;
    font-size: 24px;
}

.resources-text p:last-child {
    margin: 0px;
}
.heiglishtext p {
    letter-spacing: 2px;
    display: inline-block;
    margin: 0 auto;
    font-style: italic;
    border-radius: 5px;
    font-family: 'Fair Prosper';
    font-size: 25px;
}

.heiglishtext {
    display: flex;
    justify-content: center;
}
/*-- Resources Section End --*/

/*-- Our Clients Section Start --*/
.crtificat-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0px;
    padding: 0px;
}

.crtificat-list ul li:nth-child(1) {
    width: 44%;
}
.our-ccontentslider {
    position: relative;
}

.clientc-sliderbox {
    background: #eee;
    padding: 30px;
    border-radius: 0;
    padding-bottom: 100px;
}

.single-imgbox img {
    border-radius: 0;
}

.single-imgbox {
    margin-bottom: 15px;
}

.textbox p {
    margin-bottom: 15px;
}
.cllint {
    margin: 0 auto;
    padding: 0px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.cllint img {
    max-height: 80px;
    width: 100%;
}
.our-client-sec .textbox {
    min-height: 120px;
}
.crtificat-list img{
    border-radius: 10px;
    border: 1px solid #eee;
}
/*-- Our Clients Section End --*/

/*-- Contact CTA Start --*/
.cta-content-box{
    background-image: url(../img/contact-cta-bg.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 0;
    padding: 30px;
    text-align: center;
    position: relative;
}
.cta-content-box h3 {
    color: #d7a465;
    font-size: 40px;
    font-weight: bold;
}

.cta-content-box p {
    font-size: 17px;
    font-weight: bold;
}
img.cta-img1 {
    position: absolute;
    max-width: 280px;
    bottom: 0;
    left: 30px;
}

img.cta-img2 {
    position: absolute;
    right: 30px;
    bottom: -40px;
    max-width: 250px;
}
/*-- Contact CTA End --*/

/*-- Blog Section Start --*/
.blogslider .clientc-sliderbox {padding: 20px;background: #eee;border-radius: 15px;}
.blogslider .clientc-sliderbox .single-imgbox{
    margin-bottom: 0px;
}
.blogslider .clientc-sliderbox .single-imgbox img{
    border: 1px solid #979797;
    border-radius: 15px;
}
.blogslider .clientc-sliderbox h3 {
    font-size: 20px;
    color: #000;
}
.blogslider .clientc-sliderbox .textbox {
    min-height: auto;
    padding: 20px 0px  0px 0px;
    position: relative;
}
.blogsec .arrowdesign {
    top: var(--swiper-navigation-top-offset, 50%);
}
/*-- Blog Section End --*/

/*-- Footer Section Start --*/
.footer {
    background: #f5ede5;
    padding-top: 60px;
}
ul.ft-listbox {
    padding: 0px;
    margin: 0px;
}

ul.ft-listbox a {
    color: #000;
    margin-top: 9px;
    display: inline-block;
    font-weight: bold;
}

.ft-list h4 {
    color: #000;
    font-size: 24px;
    border-bottom: 3px solid #6c443e;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

ul.ft-contactlist {
    padding: 0px;
    margin: 0px;
}

ul.ft-contactlist i {
    height: 45px;
    width: 45px;
    background: #6c443e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 20px;
    color: #fff;
    min-width: 25px;
}

font-w {display: flex;align-items: center;gap: 12px;margin-top: 15px;}

ul.ft-contactlist li a {
    color: #000;
    font-weight: bold;
}

ul.ft-contactlist li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.ft-content {
    margin-top: 20px;
}
.ft-btnbox p {
    margin: 0px;
    text-align: center;
}

.ft-btnbox p a {
    color: #000;
}

.ft-btnbox {
    padding: 20px 10px;
    border-top: 4px solid #653e38;
    margin-top: 30px;
}
.formbox {
    padding: 20px;
    border-radius: 0;
    background: #ecc9a0;
    /*border: 2px solid #6c443e;*/
    position: relative;
    z-index: 1;
}
.formbox .form-control {
    background: #fff;
    padding: 10px 15px;
    margin-bottom: 14px;
    border: 1px solid #6c443e;
}
.formbox .form-control::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

.formbox .form-control::-ms-input-placeholder { /* Edge 12-18 */
  color: #000;
}
.form-control:focus, .form-control:hover{
    box-shadow: none;
}
.chatbordicon{
      position: fixed;
    bottom: 40px;
    right: 40px;
    width: 70px;
    z-index: 9999;
}
.stickybtnwhatsapp {
    position: fixed;
    bottom: 40px;
    left: 40px;
    width: 70px;
    z-index: 9999;
}
.footer-box {
    display: none;
}
.desktopshow{
    display: block !important;
}
.mobileshow{
    display: none !important;
}
.slider__pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 5px;
}

.slider__pagination .swiper-pagination-bullet-active {
    background: #bf6e0f;
}
.slider__pagination{
   opacity: 0;
}
/*-- Footer Section End --*/

.clientc-sliderbox .btnbox {
    position: absolute;
    bottom: 30px;
}
.resources-text .btnbox {
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
ul.socicht {
    position: fixed;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0px;
    margin: 0px;
    z-index: 99;
}

ul.socicht a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d7a465;
    color: #fff;
    margin-top: 2px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.bannerslider .swiper-button-next.arrowdesign {
    right: 50px;
}
.single-imgbox.rightimgbox {
    /*margin-right: -20px;
    margin-bottom: -20px;*/
}
.cta-content {
    text-align: center;
}
.btnbox.colorbtn2 a {
    background: #ed3237;
}

.btnbox.colorbtn2 a:hover {
    background: #000;
}
.tab-btn span{
    display: none;
}


/*-- Trade Capacity Start --*/
.banner-imginnerpage img {
    height: 350px;
    object-fit: cover;
    width: 100%;
}

.banner-imginnerpage {
    position: relative;
}

.banner-imginnerpage:after {
    content: "";
    height: 100%;
    width: 100%;
    background: #fff4ef;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.7;
}

.innerbannerhd {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}

.innerpage-banner {
    position: relative;
    background: #d49f60;
    padding: 51px 0px;
}

.innerbannerhd h1 {
color: #fff;
    margin: 0px;
    font-size: 35px;
    font-weight: bold;
}
.tablebox table {
    width: 100%;
}

.tablebox table td {
    border-width: 1px;
    padding: 10px;
    border-color: #cccbcb;
}

.tablebox table td:nth-child(1) {
    font-weight: bold;
}

.tablebox th {
    border-width: 1px;
    background: #fff4ef;
    color: #000000;
    padding: 14px;
    border-color: #cccbcb;
}

.tablebox tr:nth-child(odd) {
    background: #eee;
}
.titlebox li {
    /*background: #ecc9a0;*/
    padding: 3px 8px;
    border-radius: 5px;
    margin-bottom: 6px;
    list-style-type: disclosure-closed;
    margin-left: 19px;
}
.titlebox li span {
    font-weight: bold;
    color: #000000;
    min-width: 20%;
    display: inline-block;
}
ul.titlebox {
    margin: 0px;
    padding: 0px;
}
/*-- Trade Capacity End --*/


/*-- Our Machinary Start --*/
.mach-box img.lazy {
    width: 100%;
}

.mach-box {
    background: #eeeeee;
    padding: 30px;
    border-radius: 15px;
}

.mach-box img {
    border-radius: 15px;
}

.mach-box h3 {
    margin: 0px;
    font-size: 20px;
    text-align: center;
    color: #000000;
    min-height: 50px;
}
.trade-cap-sec2 
 .single-imgbox {
    margin: 0px;
}

.trade-cap-sec2 .mach-box {
    padding: 15px;
}
/*-- Our Machinary End --*/

/*-- Catalog Start --*/
.cat-download {
    text-align: center;
    padding: 0px 15px;
}

.catd-icon {
    width: 100px;
    height: 100px;
    background: #fef7f0;
    padding: 10px;
    border-radius: 100%;
    margin: 0 auto 20px;
    border: 1px solid #ed3237;
}
/*-- Catalog End --*/

/*-- Blog Start --*/
.mainblogpage .clientc-sliderbox .textbox {
    position: relative;
    padding: 20px 0px  0px 0px;
    min-height: auto;
}

.mainblogpage .clientc-sliderbox .textbox .btnbox {
    position: static;
}

.mainblogpage.blogslider .clientc-sliderbox {
    margin-bottom: 20px;
}

.mainblogpage.blogslider .clientc-sliderbox h3 {
    min-height: 70px;
}

.mainblogpage.blogslider .clientc-sliderbox  p {
    min-height: 72px;
}
/*-- Blog End --*/

/*-- Contact Us Start --*/
.chc-contact-infoitem {
    background: #eee;
    text-align: center;
    padding: 30px;
    border-radius: 15px;
    min-height: 310px;
}

.chc-contact-infoitem img {
    max-width: 60px;
    margin: 0 auto 20px;
}

.chc-cinfotext h3 {
    color: #000;
    font-size: 20px;
}

.chc-cinfotext p {
    margin-bottom: 10px;
}

.chc-cinfotext a {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
}
.chc-cinfotext p {
    margin-bottom: 5px;
}
.map-sec {
    line-height: 0px;
}
.chc-formbg {
    background: #f5ede5;
    padding: 60px;
    margin-bottom: 40px;
    position: relative;
    z-index: 9;
    border-radius: 15px;
    border-bottom: 5px solid #d49f60;
}
.hr-contact-formbox .form-control::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}
.chc-formbg h2.title {
    color: #d49f60;
}
.hr-contact-formbox .form-control::-ms-input-placeholder { /* Edge 12-18 */
  color: #000;
}
.hr-contact-formbox .form-control{
    padding: 10px 20px !important;
}
.hr-contact-formbox .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ed3237;
    outline: 0;
    padding: 10px 20px !important;
}
/*-- Contact Us End --*/


/*-- Collection Page Start --*/
.collection-cat {
    background: #f5ede5;
    border-radius: 15px;
    padding: 15px;
}

.prdthead {
    font-weight: bold;
    color: #fff;
    background: #653e38;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

ul.prdtlist {
    padding: 0px;
    margin: 0px;
}

ul.prdtlist a {
    display: block;
    padding: 10px;
    color: #000;
    transition: all 0.3s ease-in-out;
}

ul.prdtlist li {
    border-bottom: 1px solid #f5cea9;
    border-left: 5px solid #f5cea9;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

ul.prdtlist li:last-child {
    margin: 0px;
    border-bottom: none;
}

ul.prdtlist li:last-child a {}

ul.prdtlist a:hover {
    color: #ed3237;
    transition: all 0.3s ease-in-out;
}
ul.prdtlist li:hover {
    border-left: 5px solid #ed3237;
    transition: all 0.3s ease-in-out;
}
/*-- Collection Page End --*/

/*-- Blog Detail Page Start --*/
.blog-featurd-img {
    margin-bottom: 15px;
}

.blog-featurd-img img {
    border-radius: 15px;
    border: 1px solid #eee;
}

.blog-detail-text h2 {
    font-size: 26px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
}

.blog-detail-text h3, .blog-detail-text h4 {
    font-size: 22px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
}

.blog-detail-tex ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.blog-detail-text ul {
    padding-left: 14px;
    margin-bottom: 20px;
}

.blog-detail-text ul li {
    list-style: disc;
    margin-bottom: 5px;
}

.blog-detail-text p {
    margin-bottom: 10px;
}
.formbox.blogpg-contactform {
    background: #eee;
    margin-top: 20px;
    border-color: #cbcbcb;
    border-radius: 15px;
}

.formbox.blogpg-contactform .form-control {
    border: 1px solid #cbcbcb;
}
.enquery-pgbox .chc-formbg {
    margin: 0px;
}
/*-- Blog Detail Page End --*/

/*-- Product Page Start --*/
.product-gallery {
  max-width: 500px;
  margin: auto;
}

.main-image img {
  width: 100%;
  border: 1px solid #ddd;
}

.thumbnail-slider {
  margin-top: 10px;
}

.thumbnail-slider img {
  width: 100px;
  height: auto;
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 2px;
  background: #fff;
}

.picZoomer{
    position: relative;
}
.picZoomer-pic-wp{
    position: relative;
    overflow: hidden;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
    display: block;
}
.picZoomer-zoom-pic{
    position: absolute;
    top: 0;
    left: 0;
    max-width: fit-content;
}
.picZoomer-pic{
    width: 100%;
    height: 100%;
}
.picZoomer-zoom-wp{
    display: none;
    position: absolute;
    z-index: 999;
    overflow: hidden;
}
.picZoomer-cursor{
    display: none;
    cursor: crosshair;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: rgba(0,0,0,.1);
}
.picZoomCursor-ico{
    width: 23px;
    height: 23px;
    position: absolute;
    top: 40px;
    left: 40px;
}
.piclist{
    margin-top: 30px;
}
.piclist li{
    display: inline-block;
    width: 50px;
    height: 50px;
}
.piclist li img{
    width: 100%;
    height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp{
    border: 1px solid #fff;
}
.picZoomer-pic-wp {
    width: 100% !important;
    height: auto !important;
}
.proingobox img {
    border-radius: 15px;
}
.piclist .slider__pagination{
    opacity: 1;
}
.protitle h1 {
    font-size: 26px;
    color: #ed3237;
    margin: 0px;
}

.protitle {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.proinfolist ul {
    margin-bottom: 15px;
    padding-left: 15px;
}

.proinfolist ul li {
    list-style: disc;
    margin-bottom: 9px;
    font-size: 18px;
}

.proinfolist ul li strong {
    color: #000000;
}

.prodetailpage .tabs {
      display: flex;
      border-bottom: 2px solid #ccc;
      margin-bottom: 1rem;
    }

.prodetailpage  .tab-button {
      padding: 10px 20px;
      cursor: pointer;
      border: none;
      background: none;
      font-size: 16px;
      border-bottom: 2px solid transparent;
      transition: all 0.3s ease;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      font-weight: bold;
      background: #eee;
    }

.prodetailpage  .tab-button.active {
      border-bottom: 2px solid #fff4ef;
      color: #000000;
      font-weight: bold;
      background: #fff4ef;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
    }

.prodetailpage  .tab-content {
      display: none;
      background: #eee;
    }

.prodetailpage  .tab-content.active {
      display: block;
    }
.prodetailpage  .tabsection {
    margin-top: 40px;
}

.prodetailpage  .tab-contentmain p {
    margin-bottom: 10px;
}

.prodetailpage  .tab-contentmain p:last-child {
    margin: 0px;
}

.prodetailpage  .tab-contentmain table {
    margin-top: 20px;
    margin-bottom: 20px;
}

.prodetailpage  .tab-contentmain ul li {
    list-style: disc;
    margin-bottom: 10px;
}

.prodetailpage  .tab-contentmain ul {
    padding-left: 18px;
}

.prodetailpage  .tab-contentmain ul li:last-child {
    margin: 0px;
}
.prodetailpage .single-imgbox {
    margin-bottom: 0px;
}
/*-- Prodcut Page End --*/

/*-- Thank you Start --*/
.thankyou {
    text-align: center;
    padding: 60px 0px;
}
.thankyou h3 {
    margin-top: 20px;
}
/*-- Thank you End --*/


/*-- Custimize page Start --*/
.custimizsec .bannerslider .swiper-button-next.arrowdesign {
    right: 10px;
}

.custimizsec  .bannerslider {
    padding: 20px;
    background: #eee;
    border-radius: 15px;
}

.custimizsec .bannerslider img {
    border-radius: 15px;
}
.custimizsec .bannerslider .swiper-container {
    position: relative;
    overflow: hidden;
}
.custimizsec .bannerslider h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}
.logobox-del ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.logobox-del ul li {
    width: calc(25% - 13px);
    overflow: hidden;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.logobox-del img {
    max-height: 150px;
    width: 100%;
    border: 1px solid #d2d2d2;
    padding: 10px;
    border-radius: 15px 15px 0px 0px;
}
.client-name {
    background: #d7a465;
    color: #fff;
    text-align: center;
    border-radius: 0px 0px 14px 14px;
    padding: 10px;
        width: 100%;
}
.logobox-del h3 {
    font-size: 1.75rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
}
/*-- Custimize page End --*/

.whitetextcolr p,
.whitetextcolr h2{
    color: #fff;
}
.banner-section .slider__pagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
    opacity: 1;
    z-index: 1;
}

.bestslr-item {
    background: #eee;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.bestslr-img img {
    border-radius: 15px;
    width: 100%;
    transition: .3s;
}

.hd-title {
    display: flex;
    margin-bottom: 13px;
    gap: 20px;
    min-height: 30px;
    justify-content: space-between;
}

.hd-title h3 {
    font-size: 16px;
    font-weight: 400;
}

.hd-title a {
    min-width: 30px;
    width: 30px;
    background: #bf6e0f;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    font-size: 23px;
}
.hd-title a svg {
    height: 16px;
    width: 16px;
}
.bestslr-img:hover img {
    transform: scale(1.1);
}

.bestslr-img {
    overflow: hidden;
    border-radius: 15px;
}
.aboutsingimg {
    padding: 20px;
    background: #eee;
    border-radius: 15px;
}

.aboutsingimg img {
    border-radius: 15px;
}

.workfl-list {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
}

.workfl-item {
    width: 20%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid  #eee;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    min-height: 300px;
}

.workfl-img {
    width: 100%;
    position: relative;
    z-index: 1;
    line-height: 0px;
}

.workfl-hding {
    text-align: center;
    width: 100%;
    padding: 15px;
    min-height: 130px;
}
.workfl-hding strong {
    font-size: 18px;
    text-transform: uppercase;
}

.arrowboxflow {
    width: 30px;
}

.workfl-item:after {
    content: "";
    height: 85px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    \: #bf6e0f;
}
.map-box img {
    width: 100%;
}
.map-box {
    position: relative;
}

.pointer {
    position: absolute;
}

.pointer span {
    background-color: #fff;
    padding: 10px 16px;
    border-radius: 3px;
    box-shadow: 0 3px 5px #10182866;
    font-size: 17px;
    color: #000000;
    display: inline-block;
    position: relative;
}
.pointer:after {
    content: "";
    height: 5px;
    width: 5px;
    background: red;
    display: block;
    border-radius: 100%;
    position: absolute;
    top: 150%;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, -50%);
}

.location-marker{
   align-items: center;
   aspect-ratio: 1 / 1;
   background-color: #bf6e0f;
   border-radius: 25px;
   cursor: pointer;
   display: flex;
   justify-content: center;
   position: absolute;
   width: .5%;
   top: 150%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
    .location-marker:after{
         content: "";
        position: absolute;
        width: .4%;
        aspect-ratio: 1/1;
        background-color: #bf6e0f;
        border-radius: 25px;
        animation: newLoop 1.5s 2s infinite;
    }
    .location-marker:before{
         content: "";
                position: absolute;
                width: .4%;
                aspect-ratio: 1/1;
                background-color: $tempColor;
                border-radius: 25px;
                animation: newLoop 1.5s 0s infinite;
    }
@keyframes newLoop {
    0% {
        background-color: #bf6e0f;
        width: 1px;
    }

    100% {
        background-color: #12715b00;
        width: 40px;
    }
}
.pointer span:after {
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -ms-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
    background: #fff;
}
.Israel {
    left: 585px;
    top: 170px;
}
.ecofrindly {
    background-image: url(../img/eco-friendly-bg.jpg);
    background-size: cover;
    position: relative;
    background-position: center;
}
.ecofrindly:after {
    content: "";
    background-image: linear-gradient(269.91deg, rgba(0, 0, 0, .346) 53.22%, #0000008a 64.79%), linear-gradient(270.3deg, #0000 53.38%, #0003 72.95%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ecofrindly .container {
    position: relative;
    z-index: 1;
}

.ecofrindly .prolist-title h3 {
    color: #fff;
    font-size: 60px;
}

.ecofrindly  p {
    color: #ffff;
}
.ecofrindly .btnbox a {
    background: #bf6e0f;
}
.blogslider .arrowdesign {
    -webkit-transform: translate(0%, -60px);
    -ms-transform: translate(0%, -60px);
    transform: translate(0%, -60px);
}
.papercupneed{
    position: relative ;
}
.papercupneed:after {
    background-color: #ecc9a0;
    bottom: 0;
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -1;
}
ul.listpaperld {
    margin: 0px 0px 30px 0px;
    padding: 0px;
    padding-left: 15px;
}

ul.listpaperld li {
    list-style: circle;
    margin-top: 10px;
    font-size: 16px;
}

.contentpapersld h5 i {
    color: #bf6e0f;
}

.rightboxcontentsld {
    background-image: url(../img/cup-pngimgbg.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 350px;
    width: 350px;
    text-align: center;
    padding: 40px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 70px auto 0;
    position: relative;
}
.rightboxcontentsld img {
    max-width: 110px;
    margin: 0 auto;
    position: absolute;
    top: -3%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.rightboxcontentsld h3 {
    margin-top: 15px;
    font-size: 22px;
}

.rightboxcontentsld p {
    margin: 0px;
}
.papercupneed .arrowdesign{
        position: relative;
        bottom: -50px;
}
.papersldbtn {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    max-width: 560px;
    margin: 0 auto;
}
.papercupneed .swiper-slide-count {
    text-align: center;
    margin-top: 0px !important;
    font-size: 40px;
}

.papercupneed .swiper-slide-count span#total-slides {
    font-size: 28px;
}

.papercupneed .swiper-slide-count span#current-slide {
    color: #bf6e0f;
}
.sustainability-sec img {
    border-radius: 15px;
}
.classy-nav-container .classynav ul li .dropdown.megamenubox li.highlightbox a{
    background: #bf6e0f;
    color: #fff;
}
.new-theme-contra-btn {
    background-color: #653e38;
    border: 0;
    color: #fff;
    font-weight: 600;
    height: 48px;
    padding: 4px 56px 4px 1rem;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    border-radius: 50px;
}
.new-theme-contra-btn:hover{
    color:#fff;
}
.new-theme-contra-btn span {
    align-items: center;
    border-radius: 3rem;
    display: flex;
}
.new-theme-contra-btn span {
    background-color: #bf6e0f;
    color: #fff;
    font-size: 20px;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: .3s;
    width: 40px;
}
.new-theme-contra-btn span svg {
    transition: .3s;
}
.new-theme-contra-btn:hover span {
    width: calc(100% - 8px);
}
.new-theme-contra-btn:hover span svg {
    transform: rotate(45deg);
}
.new-theme-contra-btn span svg {
    transition: .3s;
}
.papperslider-img img {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .5));
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.papperslider-img {
    max-width: 700px;
    margin: 0 auto;
}
.sustainability-sec .contentbox .prolist-title {
    margin-bottom: 20px;
}
.aus {
    left: 81%;
    bottom: 130px;
}
.ind {
    left: 67%;
    bottom: 260px;
}
.uae {
    left: 49%;
    bottom: 230px;
}
.uk {
    left: 46%;
    top: 90px;
}
.usa {
    left: 160px;
    top: 130px;
}
.canada {
    left: 140px;
    top: 50px;
}
.breakpoint-off .classynav ul li .dropdown.megamenubox li.highlightbox {
    width: 100%;
    text-align: center;
}

.classy-nav-container .classynav ul li .dropdown.megamenubox li.highlightbox a {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    text-transform: uppercase;
}
.breakpoint-off .classynav ul li .dropdown.megamenubox li.highlightbox img {
    max-width: 40px;
    margin-left: 10px;
}
.ourcrrttwif{
        background: #fff4ef;
}
.workfl-hding h3 {
    font-size: 20px;
    color: #bf6e0f;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 15px;
}

.workfl-hding p {
    margin: 0px;
}
.custimizsec2 .titlebox{column-count: 2}
/*-- Responsive Start RM --*/
@media (max-width: 1280px){
    .cl-container{
        max-width: 1220px;
    }
    .classy-navbar {
        padding: .9em 0em .9em .9em;
    }
    .nav-brand img{
    width: 75%;
    }
}
@media only screen and (min-width: 767px) and (max-width: 1023px){
.ipad{width:100%}
.dg-top-pd{
  padding-top:40px;
}
.dg-bottom-pd{
  padding-bottom:40px;
}
.dg-both{
  padding:40px 0px;
}
.footer-box {
    display: flex;
    position: fixed;
    bottom: 0px;
    flex-wrap: wrap;
    width: 100%;
    z-index: 999;
}

.footer-box .book-app {
    width: 50%;
    text-align: center;
    padding: 10px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.desktopshow{
    display: none !important;
}
.mobileshow{
    display: block !important;
}


/*-- Header Section Start --*/
.email-address a:last-child{
    display: none;
}
/*-- Header Section End --*/

/*-- About Us Start --*/
.revercell{
flex-direction: column-reverse;
}
.cta-content {
    margin-bottom: 30px;
    text-align: center;
}
.prolist-title h3, .prolist-title h2{
    text-align: center;
    font-size: 30px;
}
/*-- About Us End --*/
.whyus-sec .row .col-sm-12:nth-child(1) {
    order: 1;
}

.whyus-sec .row .col-sm-12:nth-child(2) {
    order: 2;
}

.whyus-sec .row .col-sm-12:nth-child(3) {
    order: 4;
}

.whyus-sec .row .col-sm-12:nth-child(4) {
    order: 3;
}

.whyus-sec .row .col-sm-12:nth-child(5) {
    order: 5;
}

.whyuspoint.rightcontent span {
    right: auto;
    left: 20px;
}

.whyuspoint span {
    left: 20px;
    top: 21px;
}

.whyuspoint {
    padding: 30px;
    padding-left: 70px;
}

.whyuspoint.rightcontent {
    padding-right: 20px;
    padding-left: 70px;
}

.whyus-sec .single-imgbox {
    margin-top: 20px;
}

.tabs .contentbox {
    text-align: center;
    margin-bottom: 20px;
}

.resources-text {
    min-height: 220px;
}

.resources-content {
    margin-bottom: 20px;
}

.cllint img {
    max-height: 100px;
}

.crtificat-list ul li:nth-child(1) {
    width: 82%;
}

img.cta-img1 {
    display: none;
}

img.cta-img2 {
    display: none;
}

.cta-content-box h3 {
    font-size: 32px;
}
.ft-formbox{
    margin-top: 20px;
}

footer.footer {
    margin-bottom: 70px;
}
.stickybtnwhatsapp{
    display: none;
}
.custimizesec  .single-imgbox img{
width: 100%;
}
.cta-content{
    margin-top: 30px;
}
    .resources-text {
        min-height: 290px;
        position: relative;
    }
.our-client-sec .textbox {
    min-height: auto;
}
.blogslider .clientc-sliderbox .textbox {
    min-height: auto;
}
.clientc-sliderbox .btnbox {
    position: static;
}
.clientc-sliderbox{
    padding-bottom: 30px;
}
/*-- Trade Capacity Start --*/
.titlebox li span{
        min-width: auto;
}
/*-- Trade Capacity End --*/


/*-- Our Machinary Start --*/
.mach-box {
    padding: 15px;
    margin-bottom: 20px;
}
/*-- Our Machinary End --*/

/*-- Contact Us Start --*/
.chc-contact-infoitem {
    margin-bottom: 20px;
    min-height: auto;
}
/*-- Contact Us End --*/

/*-- Collection Page Start --*/
.prdtlist.show {
    height: auto; /* or any style you want */
    opacity: 1;
    transition: all 0.3s ease;
  }

  .prdtlist {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .closlistmb {
    height: 0 !important;
}
.prdthead{
        margin-bottom: 0px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
}
.prdthead.active{
    margin-bottom: 15px;
}
.collection-cat {
    margin-bottom: 20px;
}
.hamburger span {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    left: 0;
    transition: all 0.3s ease;
  }

  .hamburger span:nth-child(1) {
    top: 0;
  }

  .hamburger span:nth-child(2) {
    top: 7px;
  }

  .hamburger span:nth-child(3) {
    top: 14px;
  }
  .hamburger {
    width: 20px;
    height: 16px;
    margin-left: 10px;
    position: relative;
     display: inline-block;
  }

/* Animate to X */
 .prdthead.active .hamburger span:nth-child(1) {
    transform: rotate(45deg);
    top: 7px;
  }

  .prdthead.active .hamburger span:nth-child(2) {
    opacity: 0;
  }

 .prdthead.active .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    top: 7px;
  }

/*-- Collection Page End --*/


/*-- Blog Detail Page Start --*/
.blog-detail-main ul.prdtlist {
    height: auto;
    opacity: 1;
    margin-top: 15px;
}

.blog-detail-main .collection-cat {
    margin-bottom: 0px;
    margin-top: 20px;
}
/*-- Blog Detail Page End --*/  

/*-- Prodcut Page Start --*/
.prodetailpage .tab-contentmain{
        overflow-x: scroll;
}
/*-- Prodcut Page End --*/


/*-- Custimize page Start --*/
.custimizsec .bannerslider {
    margin-top: 20px;
}
.logobox-del {
    margin-top: 20px;
}
/*-- Custimize page End --*/

.sustainability-sec .contentbox {
    text-align: center;
    margin-bottom: 30px;
}

.sustainability-sec .contentbox p {
    text-align: center;
}
.workfl-item {
    width: 100%;
    min-height: auto;
    margin-bottom: 30px;
}

.workfl-list {flex-wrap: wrap;gap: 5px;}

.workfl-img {
    padding: 14px;
}
.arrowboxflow {
    width: 5%;
    display: none;
}
.ecofrindly  .contentbox {
    text-align: center;
}

.ecofrindly .contentbox p {
    text-align: center;
}
.Israel {
    left: 365px;
    top: 80px;
}
.about-sec .prolist-title, .about-sec  p {
    text-align: center;
}

.about-sec  .d-flex {
    justify-content: center;
}

.about-sec .contentbox {
    margin-bottom: 40px;
}
.ecofrindly .d-flex,
.sustainability-sec .d-flex {
    justify-content: center;
}
.pointer span{
    font-size: 12px;
    padding: 5px 10px;
}
.aus {
    left: 81%;
    bottom: 90px;
}
.ind {
    left: 67%;
    bottom: 170px;
}
.uae {
    left: 49%;
    bottom: 140px;
}
.uk {
    left: 46%;
    top: 60px;
}
.canada {
    left: 100px;
    top: 60px;
}
.usa {
    left: 130px;
    top: 100px;
}
.breakpoint-off .classynav ul {
    width: 100%;
    padding: 0px;
}
.dark .classynav ul li .dropdown li a,
.breakpoint-off .classynav ul li .dropdown.megamenubox li a{
    height: auto;
            line-height: inherit;
    min-height: auto;
}
.breakpoint-off .classynav ul li .dropdown.megamenubox {
position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: none;
        left: 0;
        top: 0;
        opacity: 1;
        visibility: visible;
                width: 100%;
}
.breakpoint-off .classynav ul li .dropdown{
    position: relative;
     -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: none;
        left: 0;
        top: 0;
        opacity: 1;
        visibility: visible;
                width: 100%;
}
.breakpoint-off .classynav ul li .dropdown.megamenubox li{
    width: 100%;
}
.classynav ul li ul li a {
    padding: 10px 20px;
}
.classynav ul li a.mainitemmenu {
    text-transform: uppercase;
    padding: 7px 20px;
    height: auto;
}
.classy-nav-container .classynav ul li .dropdown.megamenubox li.highlightbox a {
    text-align: left;
    font-size: 17px;
    justify-content: left;
}
.workfl-hding {
    min-height: auto;
}
.classy-nav-container .classynav ul li .dropdown.megamenubox li.highlightbox a svg {
    width: 40px;
    height: 40px;
}
}

@media only screen and (min-width: 320px) and (max-width: 766px){
.logobox-del ul li
 {
    width: 100%;
}    
    .custimizsec2 .titlebox{column-count: unset;}
.ipad{width:100%}
.dg-top-pd{
  padding-top:40px;
}
.dg-bottom-pd{
  padding-bottom:40px;
}
.dg-both{
  padding:40px 0px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
.banner-content .h1{
    font-size: 24px;
}
.footer-box {
    display: flex;
    position: fixed;
    bottom: 0px;
    flex-wrap: wrap;
    width: 100%;
    z-index: 999;
}

.footer-box .book-app {
    width: 50%;
    text-align: center;
    padding: 10px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.desktopshow{
    display: none !important;
}
.mobileshow{
    display: block !important;
}

/*-- Header Section Start --*/
.email-address a:last-child{
    display: none;
}
.nav-brand img{
        max-width: 130px;
}
.top-rt {
    justify-content: center;
}
/*-- Header Section End --*/

/*-- About Us Start --*/
.revercell{
flex-direction: column-reverse;
}
.cta-content {
    margin-bottom: 30px;
    text-align: center;
    margin-top: 30px;
}
.prolist-title h3, .prolist-title h2{
    text-align: center;
    font-size: 23px;
}
/*-- About Us End --*/
.whyus-sec .row .col-sm-12:nth-child(1) {
    order: 1;
}

.whyus-sec .row .col-sm-12:nth-child(2) {
    order: 2;
}

.whyus-sec .row .col-sm-12:nth-child(3) {
    order: 4;
}

.whyus-sec .row .col-sm-12:nth-child(4) {
    order: 3;
}

.whyus-sec .row .col-sm-12:nth-child(5) {
    order: 5;
}

.whyuspoint.rightcontent span {
    right: auto;
    top: 50%;
    left: 35px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.whyuspoint span {
    top: 50%;
    left: 35px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.whyuspoint {
    padding: 30px;
    padding-left: 70px;
    margin-top: 10px;
}

.whyuspoint.rightcontent {
    padding-right: 20px;
    padding-left: 70px;
}

.whyus-sec .single-imgbox {
    margin-top: 20px;
}

.tabs .contentbox {
    text-align: center;
    margin-bottom: 20px;
}

.resources-text {
    min-height: revert-layer;
}

.resources-content {
    margin-bottom: 20px;
}

.cllint img {
    max-height: 100px;
}

.crtificat-list ul li:nth-child(1) {
    width: 100%;
}

img.cta-img1 {
    display: none;
}

img.cta-img2 {
    display: none;
}

.cta-content-box h3 {
    font-size: 32px;
}
.ft-formbox{
    margin-top: 0px;
}

footer.footer {
    margin-bottom: 70px;
}
.stickybtnwhatsapp{
    display: none;
}
.tab-buttons {
    flex-wrap: wrap;
}

.tab-btn {
    width: 100%;
}

.tabcontent {
    padding: 30px 10px;
}

.prolist-title {
    margin-bottom: 15px;
}

.tab-content .single-imgbox {
    margin: 0px;
}

.crtificat-list ul {
    flex-wrap: wrap;
}

.chatbordicon {
    bottom: 140px;
    right: 10px;
}
.ft-logo {
    text-align: center;
}

.ft-logo a.nav-brand img {
    max-width: 200px;
}
.ft-list {
    margin-top: 30px;
}
.slider__pagination{
    opacity: 1;
}
.arrowdesign{
    display: none !important;
}
.blogslider .clientc-sliderbox .textbox {
    min-height: auto;
    padding: 0px;
}
.prolisttitle {
    min-height: auto;
}

.centerjustify p, .centerjustify {
    text-align: center;
}

.resources-text {
    padding-bottom: 25px;
}

.resources-text .btnbox {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.clientc-sliderbox {
    padding-bottom: 30px;
}

.clientc-sliderbox .btnbox {
    position: static;
    text-align: center;
}
.top-lf {
    width: 100%;
    display: flex;
    justify-content: right;
}
.top-header-area .col-sm-12 {
    width: 50%;
}

.top-header-area .row {
    align-items: center;
}
ul.socicht{
    display: none;
}
.tab-btn span{
    display: block;
}
.custimizesec  .single-imgbox img{
width: 100%;
}
.cta-content{
    margin-top: 30px;
}
    .resources-text {
        min-height: auto;
        position: relative;
    }
.our-client-sec .textbox {
    min-height: auto;
}
.blogslider .clientc-sliderbox .textbox {
    min-height: auto;
    padding: 20px 0px 0px 0px;
    text-align: center;
}
.clientc-sliderbox .btnbox {
    position: static;
}
.clientc-sliderbox{
    padding-bottom: 20px;
    padding: 15px;
    text-align: center;
}
/*-- Trade Capacity Start --*/
.titlebox li span{
        min-width: auto;
}
.innerbannerhd h1{
        font-size: 28px;
}
.banner-imginnerpage img{
        height: 230px;
}
/*-- Trade Capacity End --*/


/*-- Our Machinary Start --*/
.mach-box {
    padding: 15px;
    margin-bottom: 20px;
}
/*-- Our Machinary End --*/

/*-- Blog Start --*/
.mainblogpage.blogslider .clientc-sliderbox {
    margin-bottom: 20px;
    padding: 15px;
}
/*-- Blog End --*/

/*-- Contact Us Start --*/
.chc-contact-infoitem {
    margin-bottom: 20px;
    min-height: auto;
}
.chc-formbg {
    padding: 30px 20px;
}
/*-- Contact Us End --*/

/*-- Collection Page Start --*/
.prdtlist.show {
    height: auto; /* or any style you want */
    opacity: 1;
    transition: all 0.3s ease;
  }

  .prdtlist {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .closlistmb {
    height: 0 !important;
}
.prdthead{
        margin-bottom: 0px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
}
.prdthead.active{
    margin-bottom: 15px;
}
.collection-cat {
    margin-bottom: 20px;
}
.hamburger span {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    left: 0;
    transition: all 0.3s ease;
  }

  .hamburger span:nth-child(1) {
    top: 0;
  }

  .hamburger span:nth-child(2) {
    top: 7px;
  }

  .hamburger span:nth-child(3) {
    top: 14px;
  }
  .hamburger {
    width: 20px;
    height: 16px;
    margin-left: 10px;
    position: relative;
     display: inline-block;
  }

/* Animate to X */
 .prdthead.active .hamburger span:nth-child(1) {
    transform: rotate(45deg);
    top: 7px;
  }

  .prdthead.active .hamburger span:nth-child(2) {
    opacity: 0;
  }

 .prdthead.active .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    top: 7px;
  }
  .listcontent{
        margin-bottom: 20px;
  }

/*-- Collection Page End --*/  

/*-- Blog Detail Page Start --*/
.blog-detail-main ul.prdtlist {
    height: auto;
    opacity: 1;
    margin-top: 15px;
}

.blog-detail-main .collection-cat {
    margin-bottom: 0px;
    margin-top: 20px;
}
/*-- Blog Detail Page End --*/  

/*-- Prodcut Page Start --*/
.prodetailpage  .tab-contentmain{
        overflow-x: scroll;
}
.prodetailpage .single-imgbox {
    margin-bottom: 15px;
}
.picZoomer-cursor{
    display: none !important;
}
.piclist {
    margin-top: 20px;
    margin-bottom: 20px;
}
/*-- Prodcut Page End --*/

/*-- Custimize page Start --*/
.custimizsec .bannerslider {
    margin-top: 20px;
}
.logobox-del {
    margin-top: 20px;
}
/*-- Custimize page End --*/
.our-ccontentslider p {
    text-align: center;
}
.custimizsec .bannerslider {
    margin-top: 20px;
}
.logobox-del {
    margin-top: 20px;
}
/*-- Custimize page End --*/

.sustainability-sec .contentbox {
    text-align: center;
    margin-bottom: 30px;
}

.sustainability-sec .contentbox p {
    text-align: center;
}
.workfl-item {
    width: 100%;
    min-height: auto;
}

.workfl-list {flex-wrap: wrap;gap: 5px;}

.workfl-img {
    padding: 14px;
}
.arrowboxflow {
    width: 5%;
    display: none;
}
.ecofrindly  .contentbox {
    text-align: center;
}

.ecofrindly .contentbox p {
    text-align: center;
}
.Israel {
    left: 174px;
    top: 10px;
}
.hd-title {
    min-height: auto;
}

.rightboxcontentsld {
    width: 320px;
    height: 320px;
}

.rightboxcontentsld img {
    top: -40px;
}

.papperslider-img img {
    max-width: 260px;
    margin: 0 auto;
}

.papperslider-img {
    text-align: center;
}

.papercupneed .arrowdesign {
    display: flex!important;
}

.ecofrindly .prolist-title h3 {
    font-size: 30px;
}
.about-sec .prolist-title, .about-sec  p {
    text-align: center;
}

.about-sec  .d-flex {
    justify-content: center;
}

.about-sec .contentbox {
    margin-bottom: 40px;
}
.ecofrindly .d-flex,
.sustainability-sec .d-flex {
    justify-content: center;
}
.pointer span{
    font-size: 7px;
    padding: 3px 4px;
}
.aus {
    left: 81%;
    bottom: 50px;
}
.ind {
    left: 67%;
    bottom: 90px;
}
.uae {
    left: 48%;
    bottom: 85px;
}
.uk {
    left: 46%;
    top: 27px;
}
.canada {
    left: 50px;
    top: 20px;
}
.usa {
    left: 60px;
    top: 34px;
}
.heiglishtext p,
.prolist-title h3{
    font-size: 18px;
}
.papercupneed:after{
        height: 60%;
            clip-path: none;
}
.breakpoint-off .classynav ul {
    width: 100%;
    padding: 0px;
}
.dark .classynav ul li .dropdown li a,
.breakpoint-off .classynav ul li .dropdown.megamenubox li a{
    height: auto;
    line-height: inherit;
    min-height: auto;
    padding: 10px 10px;
}
.breakpoint-off .classynav ul li .dropdown.megamenubox {
position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: none;
        left: 0;
        top: 0;
        opacity: 1;
        visibility: visible;
                width: 100%;
}
.breakpoint-off .classynav ul li .dropdown{
    position: relative;
     -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: none;
        left: 0;
        top: 0;
        opacity: 1;
        visibility: visible;
                width: 100%;
}
.breakpoint-off .classynav ul li .dropdown.megamenubox li{
    width: 100%;
}
.classynav ul li ul li a {
    padding: 10px 20px;
}
.classynav ul li a.mainitemmenu {
    text-transform: uppercase;
    padding: 7px 20px;
    height: auto;
}
.classy-nav-container .classynav ul li .dropdown.megamenubox li.highlightbox a {
    text-align: left;
    font-size: 17px;
    justify-content: left;
}
.classy-nav-container .classynav ul li .dropdown.megamenubox li.highlightbox a img{
    max-width: 50px;
}
.workfl-hding {
    min-height: auto;
}
.classy-nav-container .classynav ul li .dropdown.megamenubox li.highlightbox a svg {
    width: 40px;
    height: 40px;
}
}
/*-- Responsive End --*/


.cata-bg {
    background: #fff4ef;
    padding: 70px 0px;
    border-radius: 15px;
} 