@charset "utf-8";
/* CSS Document */

section.banner {
    display: block;
    width: 100%;
    overflow: hidden;
}

.banner {
    position: relative;
}
.bannertext {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
   
    position: absolute;
}
.bnr_right_img {
    position: relative;
    right: 0;
    top: 0;
}

.bnr_overlay {
    position: relative;
}

.bnrtxt {
    display: flex;
    flex-wrap: wrap;
}

.bnr-box {
    text-align: left;
    height: 100%;
    display: flex;
    max-width: 100%;
    z-index: 2;
   
    align-items: flex-end;
    position: relative;
}

.bnr_heading {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    text-shadow: 0 3px rgb(0 0 0 / 48%);
    margin-bottom: 180px;
}

.bannertext:after { position: absolute;
    content: "";
    background: linear-gradient(180deg, rgb(0 0 0 / 20%), transparent);
    height: 50%;
    width: 100%;
    left: 0;
    top: 0;
}

.explore_text { font-size: 12px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 6px;
    position: absolute;
    bottom:35px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 11;
 }
/* .explore_text:after , */ 
.explore_text:before{ position: absolute;
    content: "";
    height: 60px;
    width: 2px;
    background: #fff;
    bottom: -75px;
    left: 0;
    right: 0;
    margin: auto;
 }
 .explore_text:before{ bottom: auto; top:-35px ;  height: 20px; }
.explore_text a img{
	margin: 10px auto 0;
}

 .explore_text::after {
    /*-webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;*/
    /* position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 90px;
    background: #b91a2f;
    content: ' '; */
}
@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

.ban_xs {
    display: none !important;
}
img.desk-view {width: 100%;}

html{
    scroll-behavior: smooth;
}
#home_top_content { scroll-margin-top: 150px;}

/* faq */
.faq_sec .content_text { max-width: 450px; }
.customer_sec .bg_light {  height: 100%; padding: 60px 97px; background:#FEF2E3 ;}
.custo_content { max-width: 610px; padding-right: 100px;}
.cust_box p { font-style: italic; font-weight: 500; line-height: 28px; color: #242222;}
.cust_nm span {  width: 44px; height: 44px; border-radius: 100%; background: var(--orange); color: #fff; font-size: 20px; font-weight: 600; display: inline-block; text-align: center;line-height: 44px;}
.cust_nm label { font-weight: 600; text-decoration: underline; margin-left: 10px;}
.customer_list { margin-bottom: 30px; margin-top: 20px; padding-bottom: 20px;}
.customer_sec .slick-active.slick-current, .customer_list   { border-bottom: 1px solid rgb(0 0 0 / 10%);}
.customer_sec .slick-vertical .slick-slide { padding: 34px 0;}
.g_text_cont {
    position: absolute;
    right: 0;
    bottom: 60px;
    width: 50px;
    text-align: left;
}
.g_text {
    display: flex;
    flex-direction: column;
    transform: rotate(-90deg);
    width: 135px;
    right: 42px;
    position: relative;
    bottom: 50px;
}
.g_text label{
	color: #000;
}
.custo_content:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 45%;
    background: rgb(0 0 0 / 10%);
    right: 10px;
    top: 50px;
}
.customer_list:after { position: absolute; content: ""; width: 100%; height: 100px; background:linear-gradient(0deg, #FEF2E3,rgb(254 242 227 / 12%)); bottom: 0; left: 0;}
.full_video { position: absolute;
    inset: 0;
    padding: 20px;
    border-radius: 100%;
    background: rgb(0 0 0 / 38%);
    /* left: 0; */
    /* right: 0; */
    width: 148px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
    height: 148px;
    top: 53px;
    backdrop-filter: blur(3px);
    color: #fff;
    text-transform: uppercase; font-size: 14px; font-weight: 600;
}
.relative.video_img {
    display: inline-block;
}
.js_cistomers  .slick-list{
	padding-top: 0 !important;
}


/*supplier Stone */
.supplier-stone:after { position: absolute;content: "";background: rgb(0 0 0 / 50%);width: 100%;height: 100%;left: 0; top: 0; opacity: 1; z-index: -1;backdrop-filter: blur(5px);}
.supp_list { display: flex;}
.supplier-stone  { color: #fff ;}
.icon_image { width: 130px; height: 130px; border-radius: 100%; box-shadow: 0 4px 4px rgb(0 0 0 / 9%); background: #fff; display: flex; justify-content: center; align-items: center; margin: 0 auto 20px; position: relative;} 
.supp_list  li { width: 25%; text-align: center;}
.tab.content_block { display: none;}
.tab.content_block.active { display: block;}
.tab_ul { display: flex; justify-content: center;}
.tab_ul li span { border: 2px solid #fff; color: #fff; padding: 6px 27px; border-radius:50px; cursor: pointer; }
.tab_ul li { margin: 0 10px;}

.prod_tab .tab_ul{
	overflow-y: hidden;
	overflow-x: auto;
	white-space: nowrap;
	padding-bottom: 10px;
	justify-content: center;
}


/* For Chrome, Edge, Safari */
.prod_tab .tab_ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.prod_tab .tab_ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.prod_tab .tab_ul::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 4px;
}

.prod_tab .tab_ul::-webkit-scrollbar-thumb:hover {
  background: var(--orange);
}


.product_list.js_product.flex.slick-initialized{
	display: block;
}



.icon_image:after  { background: url(../images/image-shap-2.svg); width: 43px; height: 62px; }
.supp_text { font-size: 16px; font-weight: 600; letter-spacing: 0.4px; }
.supplier-stone :is(.text-xl , p ) { color: #fff;}
.supp_image  img { border-radius: 140px;}
.stone_badge { position: absolute; left: 0;margin: auto;top: 0;bottom: 0; z-index: 11; display: flex;align-items: center;}
.supp_image { text-align: right;position: relative;max-width: 625px;margin: 0 0 0 auto;}
.supp_image .bg_border:after { border-radius: 140px; left: auto;top: 6px;
    right: 6px; border: 1px solid rgb(255 255 255 / 22%); z-index:-1;}
.supp_image span { display: inline-block; position: relative;  z-index: 2;}
.tab_ul li.active span { background: #000; color: #fff; border-color: #000;}
.tab_ul { margin: 60px 0 ;}
.supplier-stone :is(.bgimg) , .supplier-stone:after { border-radius: 0 0 50px 0;}

.stone_badge::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    animation: pulse 1s ease infinite;
    border-radius: 50%;
    border: 4px double #ede7e0;
    width: 80px;
    height: 80px;
    margin: auto;
}
  @keyframes pulse {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    60% {
      transform: scale(1.3);
      opacity: 0.4;
    }
    100% {
      transform: scale(1.4);
      opacity: 0;
    }
  }

/* our products */
.prod_tit { font-size: 18px; font-weight: 600; color: #242222; transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
} 
.prod_text span { color: #545454; font-size: 14px; }
.prod_text { margin: 23px 0 0; text-align: center;}
.prod_tab .tab_ul li span { font-size: 14px; font-weight: 600; letter-spacing: 0.4px; color: #242222; background: transparent; border: 0;}
.prod_tab .tab_ul li.active span { text-decoration: underline; color: #F6931E; }
.prod_tab  .tab_ul { margin: 0px 0 60px;}
.product_list li { padding: 0 15px; width: 20%;}
.js_product li:not(:nth-child(-n + 5)) { display: none;}
.js_product.slick-initialized li { display: block;}
.js_product .slick-arrow {top: 38%;}
.js_product .slick-prev.slick-arrow { left: -50px;}
.js_product .slick-next.slick-arrow { right: -50px;}

.tab_ul.text_line:after, .tab_ul.text_line:before { background: rgb(255 255 255 / 18%); width: 36%; }


.js_service.top_btn .slick-prev.slick-arrow {
    right: auto;
    left: calc(54vw / 2 + (100% - 300px) / 2);
}

.js_service.top_btn  .slick-next.slick-arrow { left: calc(59vw / 2 + (100% - 300px) / 2); }

.prod_box:hover .prod_tit {
    color: var(--orange);
}

/* FQA */
.faq_sec{padding: 100px 0}

@media (min-width: 1921px) and (max-width: 3800px) { 
   
}
@media (min-width: 1921px) {
    .relative.video_img{
        max-width: 750px;
        margin: 0 0 0 auto;
        display: block;
       }
}

@media (max-width: 1599.98px) {
    
    .customer_list { margin-top: 0;}
    .customer_sec .flex { align-items: center;}
    .customer_sec .bg_light { padding: 60px 45px; }

    .js_service.top_btn .slick-prev.slick-arrow {
      
        left: calc(54vw / 2 + (100% - 65px) / 2);
    }
    .js_service.top_btn .slick-next.slick-arrow {
        left: calc(59vw / 2 + (100% - 52px) / 2);
    }
}

@media (max-width: 1439.98px) {

    .custo_content { padding-right: 65px; }
    .custo_content {
        padding-right: 50px;
    }
    .customer_sec .bg_light {
        padding: 35px 35px;
    }
    .tab_ul.text_line:after, .tab_ul.text_line:before {
        background: rgb(255 255 255 / 18%);
        width: 32%;
    }
    .supp_image .bg_border:after {top: 5px; right: 5px; }
    .supp_image {max-width: 440px; }
    .stone_badge { left: -66px; }

    .js_service.top_btn .slick-prev.slick-arrow {
        left: calc(56vw / 2 + (100% - 300px) / 2);
    }
    .js_service.top_btn .slick-next.slick-arrow {
        left: calc(63vw / 2 + (100% - 300px) / 2);
    }
    .faq_sec{padding: 80px 0}

    .js_hmbanner{
        height: 650px;
    }
    .js_hmbanner .slideingdiv  > img {
        width: 100%;
        height: 650px;
        object-fit: cover;
    }
    
}

@media (max-width: 1199.98px) {
	.faq_sec{padding: 40px 0}

    .customer_sec .slick-vertical .slick-slide {
        padding: 25px 0;
    }
    .g_text_cont { display: none;}
    .custo_content {
        padding-right: 0;
    }
    .custo_content:after { content: none;}
    .customer_sec .bg_light {
        padding: 35px 45px;
    }
    .customer_sec .w-50 { width: 100%;}
    .customer_sec .flex { flex-wrap: wrap;}
    .relative.video_img {
        display: inline-block;
        margin:0 auto 30px;
        width: 100%;
        text-align: center;
    }
    .custo_content { max-width: 100%; }

    .supplier-stone .w-50 { width: 100%; text-align: center; }
    .supplier-stone .flex { flex-wrap: wrap;}
    .supp_image { margin: auto;}
    .cust_box p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: 83px;
        overflow: hidden;
    }
    .customer_list:after { content: none;}

    .product_list li { width: 25%;}

    .prod_tab .tab_ul li span{padding: 6px 10px;}

    
}
@media (max-width: 991.98px) {
    .js_service.top_btn .slick-prev.slick-arrow {
        left: calc(40vw / 2 + (100% - 300px) / 2);
    }
    .js_service.top_btn .slick-next.slick-arrow {
        left: calc(51vw / 2 + (100% - 300px) / 2);
    }
    .prod_tab .tab_ul {
        margin: 0px 0 30px;
    }
    .bnr_heading {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 0;
    }
   /* .explore_text { display: none;}*/
    .product_list li {
        width: 33.3%;
    }
    .cust_box p{
    	height: auto;
    }
    .bannertext{align-items: flex-end;padding-bottom: 25px;}
    .explore_text{position: relative;bottom: 0;}
    .bnr-box{margin-bottom: 50px;}

}
@media (max-width: 767.98px) {

    .supp_text { line-height: 20px; }
    .icon_image {
        width: 110px;
        height: 110px;
    }
    .supp_text {
        font-size: 14px;
    }

    .js_service.top_btn .slick-next.slick-arrow, .js_service.top_btn .slick-prev.slick-arrow {  top: auto; bottom: -76px;}
    .js_service.top_btn .slick-prev.slick-arrow  { left: 50%; margin:0 0 0 -44px;}
    .js_service.top_btn .slick-next.slick-arrow { left: auto; right: 50%;  margin: 0px -44px 0 0px;}
  
}  
@media (max-width: 575.98px) {

    .full_video {width: 85px; height: 85px; font-size: 12px;line-height: 16px;}
    .supp_list li { width: 50%; margin-bottom: 20px;}
    .supp_image { margin: 0  auto;}
    .stone_badge {
        max-width: 80px;
    }
    .supp_image {
        max-width: 260px;
    }
    .stone_badge {
        left: -37px;
    }
    .tab_ul {
        margin: 35px 0;
    }
    .tab_ul li {
        margin: 0 5px;
    }
    .product_list li {
        padding: 0 8px;
    }
    .js_product { margin: 0 -8px;}
    .prod_tab .tab_ul li span {
        line-height: 18px;
    display: inline-block;
    font-size: 12px;
    padding: 6px 10px;
    }
    .prod_tab .tab_ul {
        margin: 0px 0 15px;
    }
    .prod_tit {
        font-size: 14px;
        line-height: 14px;
    }
    .bnr_heading {
        font-size: 24px;
        line-height: 35px;
    }
    img.desk-view {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
    .customer_sec .bg_light {
        padding: 35px 35px;
    }
    .product_list li { width: 50%;}
    .stone_badge::before { 
        width: 50px;
    height: 50px;
    }
}

@media (min-width: 300px) and (max-width: 370px) { 
    .supp_image {
        max-width: 220px;
    }
}












