@charset "utf-8";
/* CSS Document */

/* CSS Document © 2024 ProWebPrism */
/* @import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap'); */

::-moz-selection{ background:#7b7d7f; color:var(--primary-color); text-shadow:none;}
::selection { background:#7b7d7f; color:var(--primary-color); text-shadow:none;}
*,
*:before, *:after{-webkit-box-sizing:  border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0;padding: 0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video, textarea, input { margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; outline:none; font-family: "Space Grotesk", serif;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {color:#000000; background:#171818; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
:root { --primary-color:#D44F0E; --secondary-color:#171818;overflow: hidden; overflow-y: auto;}
a { text-decoration:none; transition:all 0.25s ease-out 0s; outline: none; box-shadow: none;}
a:hover{text-decoration: none;}
h1, h2, h3 , h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{font-family: "Space Grotesk", serif;}
p, p span {  font-family: "DM Sans", serif;}
img { border:0px;}
ol, ul, li{ list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
* {-webkit-appearance: none;}
::-webkit-input-placeholder {
  color:#ffffff;
}
::-moz-placeholder { 
  color:#ffffff;
}
:-ms-input-placeholder {
  color:#ffffff;
}
:-moz-placeholder {
  color:#ffffff;
}

section, header, footer {width: 100%; float: left;}

img{max-width: 100%; display: block;}

strong{font-weight: bold;}



.error-page-section {background: var(--secondary-color);}
.error-page-row {max-width: 800px; margin: 50px auto;}
.error-page-col1 h1 {font-size: 40px;color: var(--primary-color);}
.error-page-col1 h2 {font-size: 40px;font-weight: 700;margin: 0 0 20px;color: var(--primary-color);}
.error-page-col1 p {font-size: 16px;font-weight: 600;line-height: 1.67;margin: 0 0 22px;color:#fff;}
.search-form { width: 100%; display: flex; align-items: center;}
.search-form input {width: 197px;height: 45px;border: 1px solid var(--primary-color);margin: 0 7px 0 0;padding: 0 10px;color: var(--primary-color);outline: none;box-shadow: none;display: inline-block;border-radius: 80px;}
.search-form .search-submit {width: auto;height: 45px;display: inline-block;padding: 0 25px;color: #ffff;border: 1px solid var(--primary-color);background: var(--primary-color);transition:all 0.25s ease-in-out;border-radius: 80px;}
.search-form .search-submit .screen-reader-text { position: relative !important;  display: block;  height: auto;  width: auto;  color: #ffff;  clip-path: none;  transition: all 0.25s ease-in-out;}
.search-form .search-submit:hover { color: var(--primary-color); background: none;}
.search-form .search-submit:hover .screen-reader-text { color: var(--primary-color);}
.search-form input::placeholder { color: var(--primary-color);}
.search-page-section {padding: 80px 0px;background: var(--secondary-color);}
.search-page-row {  max-width: 1320px;  margin: 0 auto;}
.search-page-row .page-header .page-title {font-size: 40px;margin: 0 0 35px;display: flex;color: var(--primary-color);font-weight: 500;}
.search-page-card {  margin: 0 0 50px;}
.search-page-content { padding: 0; max-width: inherit;  width: 100%;  text-align: left;  flex: 1 0 0;}
.search-page-content h3 {font-size: 32px;color: var(--primary-color);font-weight: 500;margin-bottom: 20px;padding-bottom: 10px;border-bottom: 1px solid var(--primary);}
.search-page-content p {font-size: 16px;font-weight: 500;line-height: 1.67;margin: 0 0 22px;color: #fff;}
.search-btn1 {padding: 12px 24px;background-color: var(--primary-color);border-radius: 80px;color: #ffffff;border: 1px solid var(--primary-color);transition: 0.3s all ease-in-out;font-size: 16px;font-weight: 400;display: inline-block;margin: 10px auto 0;}
.search-btn1:hover {background-color: #ffffff;color: var(--primary-color);}

.defualt-page-section {padding: 60px 0; background: #fff;}
.content-wrapp h2 { font-size: 2rem; font-weight: 500; color: var(--secondary-color); margin: 0 0 20px;}
.content-wrapp p { font-size: 16px; color: var(--secondary-color); line-height: 1.56; margin: 0 0 20px;}
.content-wrapp ul {width: 100%; margin: 0 0 20px;}
.content-wrapp ul li { font-size: 16px; line-height: 1.56; color: var(--secondary-color); padding-left: 10px; position: relative;}
.content-wrapp ul li:before { content: "\2022"; position: absolute; left: 0; top: 0;}
.content-wrapp ol { width: 100%;float: none; counter-reset: my-awesome-counter; margin: 0 auto 28px;position: relative;}
.content-wrapp ol li {font-size: 16px; line-height: 1.56; color: var(--secondary-color); padding-left: 20px;position: relative;counter-increment: step-counter;}
.content-wrapp ol li:before { content: counter(step-counter) '.'; margin-right: 0px; position: absolute; left: -4px; top: 0;}
.content-wrapp p a, .content-wrapp ul li a, .content-wrapp ol li a{color:var(--primary-color);}
.content-wrapp p a:hover, .content-wrapp ul li a:hover, .content-wrapp ol li a:hover{color: #000000;}
.product-detail-content.content-wrapp ul li{color: #fff;margin-bottom: 15px;}
.product-detail-content.content-wrapp ul li:before { content: "\2022"; position: absolute; left: 0; top: 0;}

.header.header-wrapp.sticky{position: fixed;top: 0;left: 0;z-index: 99;background:var(--secondary-color);animation: .7s slide-down;box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;}
.header.header-wrapp.sticky .menu-list ul li a{color:var(--primary);}



.top-header-sec{background-color:var(--secondary-color);padding: 15px 0px;z-index:99;position: relative;}
.top-header-row{display: flex;align-items: center;justify-content: space-between;width: 100%;}
.top-header-col1{width: 60%; display: flex;align-items: center;}
.top-header-col2{width: 40%;display: flex;align-items: center;justify-content: flex-end;}
.header-call,.header-location{display: flex;align-items: center;}
.header-call{margin-right:20px;}
.header-call .icon,.header-location .icon{margin-right:10px;}
.header-call .icon img,.header-location .icon img{width: 20px;height: 20px;}
.header-call .link a,.header-location .link a{color: #fff;}
.header-call .link a:hover{color: var(--primary-color);}
.header-location .link a:hover{color: var(--primary-color);}
.header-social-icons { width: auto;}
.header-social-icons a { display: inline-block; margin: 0 12px 0 0;}
.header-social-icons a:last-child { margin-right: 0;}
.header-social-icons .social-icon { display: flex;align-items: center;justify-content: center; width: 20px; height: 20px; position: relative;}
.header-social-icons .social-icon img { width: 20px;height: 20px; transition: all .25s ease-in-out;object-fit: contain;}
.header-social-icons .social-icon .hover-icon { position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; transition: all .25s ease-in-out;display: flex;align-items: center;justify-content: center;}
.header-social-icons a:hover .social-icon  .hover-icon { opacity: 1;}
.header-social-icons a:hover .social-icon > img { opacity: 0;}
.header-social-icons{display: flex;width: 100%;align-items: center;justify-content: space-between;max-width: 70px;}
.header-social{background-color: var(--primary);width: 20px;height: 20px;border-radius: 50%; display: flex;align-items: center;justify-content: center;}


.header{padding: 20px 0px;z-index:99;position: relative;}
.header-row{display: flex;align-items: center;justify-content: space-between;width: 100%;}
.header-col-1{width: 20%;}
.header-col-2{width: 70%;}
.header-row{display: flex;align-items: center;justify-content: space-between;}
.header-col-2{display: flex;align-items: center;justify-content:flex-end;}
.header-col-2 ul{display: flex;align-items: center;width: 70%; justify-content: space-between; margin-right: 50px;}
.header-col-2 ul li a{color: #fff;font-size: 1.2rem;}
.header-col-2 ul li a:hover{color: var(--primary-color);}
.contact-btn a{padding: 10px 30px;background-color: var(--primary-color);color:#fff;border: 1px solid var(--primary-color);}
.contact-btn a:hover{background-color:transparent;color:var(--primary-color);}
.logo-sec img{width:150px;}


.banner-sec{margin-top: -100px;z-index: 5;position: relative;}
.banner-slide{height: 95vh;width: 100%;object-fit: cover;position: relative;}
.banner-slide img{height: 95vh;width: 100%;object-fit: cover;}
.banner-slide::after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;content: "";background-color: #000000ac;}
.banner-slider-wrap .slick-dots{bottom: 50px;}
.banner-content{position:absolute;top: 60%;left: 10%;transform: translateY(-60%);max-width:1000px;padding-left: 30px;}
.banner-content::before{position: absolute;top: 0;left: 0;background-color: var(--primary-color);height:450px;width: 5px;content: "";}
.banner-wrap{position: relative;}
.banner-content h1{font-size: 5rem;color: #fff;font-weight: 700;text-transform: uppercase;}
.banner-content h1 span{color: var(--primary-color);}
.banner-content p{font-size: 1.6rem;color:#fff;margin-top:20px;line-height: 1.8;}
.banner-btn{margin-top: 60px;}


.highlighted-services{padding: 60px 0px;}
.highlight-service-row{display: flex;align-items: stretch;justify-content: space-between;}
.highlight-service-card{width: 24%;border: 1px solid #232728;padding: 30px;position: relative;overflow: hidden;}
.highlight-service-card::before{content: '';position: absolute;width: 100%;height: 100%;top: 60%;left: 0;-webkit-border-radius: 50%;border-radius: 50%;filter: blur(100px); opacity: 0;-webkit-transition: opacity 0.3s;transition: opacity 0.3s;background:  linear-gradient(to right, var(--primary-color) 0%, var(--primary-color) 100%);z-index: 1;}
.highlight-service-card:hover::before{opacity: 1;}
.high-light-des{color: #fff;margin-top: 30px;z-index: 5;position: relative;}
.high-light-des h3{font-size: 1.5rem;font-weight: 500;text-transform: uppercase;}
.high-light-des p{font-size: 1.1rem;margin-top: 20px;line-height: 1.8;opacity: 0.7;}



.about-sec{padding: 60px 0px;background-image: url("../images/about-bg.jpg");background-size: cover;background-attachment: fixed;background-position: center center;position: relative;}
.about-sec::after{position: absolute;top: 0;left: 0;background-color: #00000084;content: "";width: 100%;height: 100%;}
.about-row{display: flex;align-items: center;justify-content: space-between;width: 100%;position: relative;z-index: 55;}
.about-col1{width: 40%;}
.about-col1 img{height: 700px;width: 100%;object-fit: cover;border-radius: 50px;opacity: 0.8;}
.about-col2{width: 55%;}
.about-des{color:#fff;}
.about-des h4{font-size: 1rem;margin-bottom: 20px;}
.about-des h2{font-size: 3rem;font-weight:700;color: var(--primary-color);margin-bottom: 30px;border-bottom: 1px solid var(--primary-color);max-width: fit-content;padding-bottom: 20px;text-transform: uppercase;}
.about-des p{font-size: 1.2rem;line-height: 1.8;margin-bottom: 10px;}


.about-sec.kitchen-sec{background-image: url("../images/banner (2).jpg");}
.about-sec.kitchen-sec .about-row{flex-direction: row-reverse;}

.section-btn.banner-btn{margin-top: 30px !important;}

.product-sec{padding: 60px 0px;}
.product-head h2{font-size: 3rem;font-weight:700;color:#fff;margin-bottom: 30px;border-bottom: 1px solid var(--primary-color);max-width: fit-content;padding-bottom: 20px;margin: 0 auto;text-transform: uppercase;}
.product-content p{font-size: 1.2rem;line-height: 1.8;color:#fff;margin: 40px 0px;}
.product-wrap{display: flex;align-items: center;justify-content:center;margin: 80px 0px 30px;flex-wrap: wrap;}
.product-card{width: 32%;position: relative;margin-bottom:30px;margin-right: 2%;}
.product-card:nth-child(3n){margin-right: 0;}
.prod-image{width: 100%;height:400px;object-fit: cover;position: relative;}
.prod-image img{border-radius: 20px;position: relative;height: 100%;width: 100%;object-fit: cover;}
.prod-image::after{position: absolute;content: "";top: 0;left: 0;width:100%;height: 100%;background-color: #0000004a;border-radius: 20px;}
.prod-name h3{font-size: 1.3rem;font-weight: 600;text-transform: uppercase;text-align: center;}
.product-card:hover .prod-name{background-color: #fff; color: var(--primary-color);}
.prod-name{padding: 15px;background-color:var(--primary-color);color: #fff;position: absolute;left: 0;width: 100%;bottom: 0;border-radius: 20px;transition: 0.3s all ease-in-out;min-height: 80px;display: flex;align-items: center;justify-content: center;}



.testimonial-sec{padding: 60px 0px;background-image: url("../images/testi-bg.png");background-size: cover;background-attachment: fixed;background-position: center center;position: relative;}
.testi-card{text-align: center;max-width: 1100px;margin: 0 auto;}
.testi-image img{margin: 0 auto; max-width: fit-content;border-bottom: 1px solid #fff;padding-bottom: 20px;width: 100px;height: 80px;}
.testi-image h3{font-size: 1.8rem; color: #fff;margin-top: 10px;}
.testi-content p{font-size: 1.2rem;color: #fff;line-height: 1.8;}
.testi-image {margin-bottom: 30px;}
.testimonial-sec h2{font-size: 3rem;font-weight:700;color:#fff;border-bottom: 1px solid var(--primary-color);max-width: fit-content;padding-bottom: 20px;margin: 0 auto;margin-bottom: 30px;text-transform:uppercase;}



.contact-sec{padding: 80px 0px;}
.contact-row{display: flex;justify-content: space-between;}
.contact-col1{width: 47%;}
.contact-col2{width: 47%;}
.contact-details-col{display: flex;align-items: flex-start; margin: 30px 0px;}
.contact-details-icon {margin-right: 20px;}
.contact-details-icon{width: 30px;height: 30px;border-radius: 50%;display: flex;align-items: center;justify-content: center;object-fit: contain;}
.contact-details-icon img{width: 100%;height: 100%;object-fit: contain;}
.contact-details-content h3{font-size: 18px;font-weight: 600;color: var(--primary-color);}
.contact-details-content p{font-size: 14px;font-weight: 500;line-height: 1.67;color: #ffffff;} 
.contact-details-content a{font-size: 14px;font-weight: 500;line-height: 1.67;color: #ffffff;} 
.contact-details-content a:hover{color: var(--primary-color);}
.contact-details-content p:hover{color: var(--primary-color);}
.contact-head h4{font-size: 18px;text-transform: uppercase;font-weight: 600; margin-bottom: 20px;color: var(--primary-color);position: relative;padding-left: 30px;}
.contact-head h4::after{content: "";display: block;height: 3px;background: var(--primary-color);transition: width 0.3s;position: absolute;width:20px;left: 0;top: 50%;transform: translateY(-50%);}
.contact-head h2{font-size: 40px;font-weight: 700;margin: 0 0 20px;line-height: 1.3;color:#ffffff;text-transform: uppercase;}
.contact-wrapp .contact-form { width: 100%;}
.contact-wrapp .contact-form .text-fields { width: 100%;}
.contact-wrapp .contact-form .text-fields .text-field { width: 100%; margin: 0 0 20px;}
.contact-wrapp .contact-form input { width: 100%; height: 62px; border: none; border-bottom: 1px solid var(--primary-color); color:#ffffff;background-color:transparent;}
.contact-wrapp .contact-form textarea { width: 100%; height: 130px; border: none; border-bottom: 1px solid var(--primary-color); padding: 19px 0 0;  resize: none;background-color: transparent;color: #fff;padding: 15px;}
.contact-wrapp .contact-form .submit-btn { margin: 30px 0 0;}
.contact-wrapp .submit-btn.global-btn{margin-top: 50px;}
.contact-wrapp .submit-btn.global-btn a{display: inline-block;}
.contact-details-col:last-child{margin-bottom: 0px;}
.conatct-map-sec iframe{width: 100%;}
.everest-forms-submit-button.button.evf-submit{background-color: var(--primary-color) !important;color:#fff !important;padding: 10px 30px !important;border: 1px solid var(--primary-color) !important;}
.everest-forms-submit-button.button.evf-submit:hover{background-color: #fff !important;color: var(--primary-color) !important;}
.contact-details .contact-details-col .contact-details-content{color: #ffffff !important;}



.footer-wrapp{padding: 60px 0px 0px; background-color:#232728;}
.footer-wrapp .footer-social { width: auto;margin-top: 50px;}
.footer-wrapp .footer-social a { display: inline-block; margin: 0 12px 0 0;}
.footer-wrapp .footer-social a:last-child { margin-right: 0;}
.footer-wrapp .footer-social .social-icon { display: inline-block; width: 20px; height: 20px; position: relative;}
.footer-wrapp .footer-social .social-icon img { width: 100%; height: 100%; transition: all .25s ease-in-out;}
.footer-wrapp .footer-social .social-icon .hover-icon { position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; transition: all .25s ease-in-out;}
.footer-wrapp .footer-social a:hover .social-icon  .hover-icon { opacity: 1;}
.footer-wrapp .footer-social a:hover .social-icon > img { opacity: 0;}
.footer-row{display: flex;align-items:flex-start;justify-content: space-between;color: #fff;margin-bottom: 20px;}
.footer-col1{width: 40%;}
.footer-col2{width: 20%;}
.footer-col3{width: 20%;}
.footer-col4{width: 20%;}
.footer-row h3{font-size: 1.5rem;padding-bottom: 10px;max-width: fit-content;border-bottom: 1px solid #fff;margin-bottom: 20px;}
.footer-row  ul li{margin-bottom: 15px;display: flex;}
.footer-row  ul li a{font-size: 1.1rem;color: #fff}
.footer-row  ul li a:hover{color: var(--primary-color);}
.footer-row  ul li span img{width: 20px;}
.bottom-footer {width: 100%;display: flex; flex-wrap: wrap; justify-content: space-between;padding: 20px 0px;border-top: 1px solid #fff;}
.bottom-footer p {font-size: 16px; color:#fff;}
.bottom-footer .footer-col1{width: 50%;}
.bottom-footer .footer-col2{width: 50%;text-align: right;}
.bottom-footer p a { color:#fff; font-weight: 500;}
.bottom-footer p a:hover { color:var(--primary-color);}
.footer-col-link{display: flex;align-items: center;margin-bottom: 25px;}
.footer-col-icon{min-width: 30px;}
.footer-col-icon img{width: 20px;height: 20px;}
.footer-col-icon{margin-right: 10px;}
.footer-col-des a{color:#ffff;}
.footer-col-des a:hover{color: var(--primary-color);}
.footer-logo img{width: 200px;}



.inner-banner {position: relative;margin-top: -150px;}
.inner-banner .bg-img { width: 100%;position: relative;}
.inner-banner .bg-img::after{position: absolute;background-color: #000;opacity: 0.4;content: "";width: 100%; height: 100%; top: 0;left: 0;}
.inner-banner img { width: 100%; max-height: 400px; object-fit: cover;height: 100%;object-position:center center;}
.inner-banner .inner-content { width: 100%; position: absolute; top: 60%; transform: translateY(-60%); left: 0; text-align: center; z-index: 1;}
.inner-banner h2 {font-size:3rem; color: #fff; font-weight: 500;}



.about-page-sec{padding: 60px 0px;}
.about-page-row{width: 100%;align-items: center;justify-content: space-between;display: flex;}
.about-page-col1{width: 48%;}
.about-page-col2{width: 48%;}
.about-page-image{width:100%;height: 400px;object-fit: cover;}
.about-page-image img{width: 100%;height: 100%;object-fit: cover;border-radius: 20px;}
.about-page-content{color: #fff;text-align: left;}
.about-page-content h2{font-size: 3rem;font-weight:700;color:var(--primary-color);margin-bottom: 30px;border-bottom: 1px solid var(--primary-color);padding-bottom: 20px;text-transform: uppercase;}
.about-page-content p{font-size: 1.2rem;color: #fff;line-height: 1.8;opacity: 0.8;}



.vision-sec{padding: 60px 0px;background-color:var(--primary-color);}
.vision-row{display: flex;align-items: stretch;justify-content: space-between;}
.vision-col-1{width: 48%;background-color: #fff;border-radius: 20px; border: 3px solid var(--secondary-color);}
.vision-col-2{width: 48%;background-color: #fff;border-radius: 20px;border: 3px solid var(--secondary-color);}
.vision-content{padding:20px 50px 40px ;text-align: center;}
.vision-content img{margin: 10px auto;width: 100px;height: 100px;}
.vision-content h3{font-size:2rem;font-weight: 600;color: var(--primary-color);margin-bottom: 10px;max-width: fit-content;margin:10px auto;
padding-bottom: 10px;border-bottom: 3px solid #000;}
.vision-content p{font-size: 1rem;line-height: 1.8;font-weight: 500;margin-top: 20px;}



.core-sec{padding: 60px 0px 20px;}
.core-head h2{font-size: 3rem;font-weight:700;color:#fff;margin-bottom: 30px;border-bottom: 1px solid #fff;max-width: fit-content;padding-bottom: 20px;margin: 0 auto;text-transform: uppercase;}
.core-row{display: flex;align-items: center;justify-content:center;margin: 80px 0px 20px;flex-wrap: wrap;}
.core-card{width: 20%;margin-right: 1%;border-radius: 50%;width: 300px;height: 300px;border:3px solid var(--primary-color);color:#fff;
display: flex;align-items: center;justify-content: center;flex-direction: column;padding: 20px;text-align: center;position: relative;margin-bottom: 60px;}
.core-number{width: 80px;height: 80px;border-radius: 50%;background-color: var(--primary-color);display: flex;align-items: center;justify-content: center;position: absolute;top: -30px;}
.core-number h2{font-size: 2rem;font-weight: 600;}
.core-content h3{font-size: 2rem;font-weight: 600;color: var(--primary-color);}
.core-content p{font-size: 1rem;line-height: 1.8;font-weight: 500;margin-top: 10px;}


.contact-page-wrapp {padding: 100px 0; position: relative;background-color: var(--primary-color);}
.contact-page-wrapp:after{content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: url('../images/contact-bg3.webp') no-repeat center top / cover; z-index: -1; opacity: .2;}
.contact-page-wrapp .contact-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; flex-direction: row-reverse;}
.contact-page-wrapp .contact-col1 { width: 48%;}
.contact-page-wrapp h2 { font-size: 5rem; color: #fff; margin: 0 0 20px;}
.contact-page-wrapp p { font-size: 1.2rem; line-height: 1.8; color:#fff; margin: 0 0 20px;}
.contact-page-wrapp .contact-add { width: 100%;margin-top: 20px;background-color: #fff;padding: 40px 20px;border-radius: 20px;}
.contact-page-wrapp .contact-add li { display: block; font-size: 16px; line-height: 1.56; margin: 0 0 20px; padding-left: 60px; position: relative;}
.contact-page-wrapp .contact-add li p{color: var(--secondary-color);}
.contact-add li a p{color: var(--secondary-color);}
.contact-page-wrapp .contact-add li h3{color: var(--secondary-color);}
.contact-page-wrapp .contact-add li a { color:var(--secondary-color);font-size: 1.2rem;}
.contact-page-wrapp .contact-add li { color:var(--secondary-color);}
.contact-page-wrapp .contact-add li a:hover { color:var(--global)}
.contact-page-wrapp .contact-add li .icon { display: inline-block; width: 40px; height: 40px; position: absolute; left: 0; top: -7px;background-color:#fff;border-radius: 50%;display: flex;align-items: center;justify-content: center;align-items: center;}
.contact-page-wrapp .contact-add li .icon  img{width: 20px;height: 20px;object-fit: contain;}
.contact-page-wrapp .social-icons { width: 100%;  margin: 30px 0 0;}
.contact-page-wrapp .social-icons ul { width: 100%;}
.contact-page-wrapp .social-icons ul li {display: inline-block;margin: 0 15px 0 0;}
.contact-page-wrapp .social-icons ul li .icon {display: inline-block;width: 40px;height: 40px;margin: 0;padding: 10px;position: relative;border-radius: 50%;border: 1px solid #fff;transition: all .25s ease-in-out;}
.contact-page-wrapp .social-icons ul li .icon .hover-icon {position: absolute;width: 100%;height: 100%;top: 0;left: 0;padding: 10px;opacity: 0;transition: all .25s ease-in-out;}
.contact-page-wrapp .social-icons ul li .icon img { width: 100%; height: 100%; transition: all .25s ease-in-out;}
.contact-page-wrapp .social-icons ul li:hover .icon > img {  opacity: 0;}
.contact-page-wrapp .social-icons ul li:hover .icon .hover-icon { opacity: 1;}
.contact-page-wrapp .social-icons ul li:hover .icon { background: transparent;}
.contact-page-wrapp .social-icons ul li .icon:after { content: ""; width: 100%;  height: 100%; background:var(--primary-color); border-radius: 50%; opacity: 1; transition: 0.25s ease-out 0s; margin: 0 0 0; position: absolute; top: 0; right: 0; left: 0; z-index: -1;}
.contact-page-wrapp .social-icons ul li .icon:before { content: ""; width: 100%; height: 100%; border: 1px solid transparent; border-radius: 50%; background:var(--primary); -o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); -ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); -moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); mask-composite: exclude; -o-mask-composite: exclude; -ms-mask-composite: exclude; -moz-mask-composite: exclude; -webkit-mask-composite: exclude; -o-mask-composite: destination-out; -ms-mask-composite: destination-out; -moz-mask-composite: destination-out; -webkit-mask-composite: destination-out; position: absolute; top: 0; right: 0; left: 0;  z-index: -1;}
.contact-page-wrapp .social-icons ul li .icon:hover:after { opacity: 0;}
.contact-page-wrapp .contact-col2 { width: 48%; position: relative; margin: 0 0 0;}
.contact-page-wrapp .contact-form { width: 100%; padding: 50px; background:#fff; border-radius: 20px; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}
.contact-page-wrapp .contact-form  h2{font-size:2.5rem;color: var(--primary-color);}
.contact-page-wrapp .contact-form input { width: 100%; height: 52px; border-bottom: 1px solid var(--primary-color); margin: 0 0 20px; font-size: 16px; padding: 12px 20px;border-top: none;border-left: none;border-right: none;}
.contact-page-wrapp .contact-form input::placeholder, .contact-page-wrapp .contact-form textarea::placeholder { color: var(--secondary-color);border-top: none;border-left: none;border-right: none;}
.contact-page-wrapp .contact-form textarea { width: 100%; height: 131px;  border-bottom: 1px solid var(--primary-color);  margin: 0 0 20px;  font-size: 16px; padding: 12px 20px;  resize: none;border-top: none;border-left: none;border-right: none;}
.contact-page-wrapp .contact-form .banner-btn { padding: 12px 24px; background-color: var(--primary-color);color: #ffffff; border: 1px solid var(--primary-color); transition: 0.3s all ease-in-out; font-size: 16px; font-weight: 400; display: inline-block; margin: 10px auto 0;}
.contact-page-wrapp .contact-form .banner-btn:hover{background-color: #ffffff;color: var(--primary-color);}
.map-section iframe{width: 100%;}



.product-page-sec{padding: 60px 0px;background-image: url("../images/testi-bg.png");background-size: cover;background-attachment: fixed;background-position: center center;position: relative;}
.product-detail-row{display: flex;align-items: flex-start;justify-content: space-between; position: relative;}
.product-detail-col1{width: 35%;position: sticky;top: 130px;left: 0;}
.product-detail-col2{width: 60%;}
.product-detail-image img{border: 2px solid var(--primary-color);}
.product-detail-content h3{font-size: 3rem;font-weight:700;color:#fff;margin-bottom: 30px;border-bottom: 1px solid #fff;max-width: fit-content;padding-bottom: 20px;text-transform: uppercase;margin-bottom: 30px;text-align: left;}
.product-detail-content h4{font-size: 2rem;color: #fff; margin-bottom: 20px;}
.product-detail-content p{font-size: 1.2rem;color: #fff;line-height: 1.8;opacity: 0.8;margin-bottom: 20px;}



.related-product-sec{padding: 60px 0px;background-color: var(--primary-color);}
.related-product-card{display: flex;align-items: center;justify-content: space-between;background-color: #fff;margin-right: 5%;border: 2px solid var(--secondary-color);}
.related-product-card-row{display: flex;align-items: center;justify-content: space-between;}
.related-product-card-col1{width: 40%;}
.related-product-card-col1 img{padding: 15px;}
.related-product-card-col1 img{height: 200px;width: 100%;object-fit: cover;}
.related-product-card-col2{width: 55%;}
.related-product-card-col2 h3{font-size: 1.5rem;color: var(--secondary-color);text-transform: uppercase;font-weight: 600;padding-right: 20px;}
.related-products .slick-dotted.slick-slider{margin-bottom: 0;}
.slick-arrow{display: none !important;}


.overlay{display: none;}
.burger-btn{display: none;}


@media(max-width:1400px){
  .header-col-1{width: 20%;}
  .header-col-2{width: 70%;}
  .about-des h2 br{display: none;}
}


@media(max-width:1200px){
  .container{max-width: 95%;}
  .about-des h2,.product-head h2,.contact-head h2,.about-page-content h2,.core-head h2,.product-detail-content h3,.testimonial-sec h2{font-size: 2rem;}
  .prod-name{padding: 10px;}
  .prod-name h3{font-size: 1.1rem;}
  .footer-col1,.footer-col4{width: 25%;}
  .high-light-des h3{font-size: 1.2rem;}
  .banner-content h1{font-size: 4rem;}
  .banner-content::before{height: 400px;}
  .prod-image{height: 350px;}
  .prod-name{min-height: 60px;}
}


@media(max-width:992px){
  .banner-content{max-width: 700px;}
  .banner-content h1 br{display: none;}
  .banner-content h1 {font-size: 3rem;}
  .banner-content p{font-size: 1.2rem;}
  .banner-content::before{height: 320px;}
  .menu-list{display: none;}
  .overlay {display: block;position: fixed; right: 0; top: 0; width: 350px; height: 100%; background:var(--primary-color); background-size: 300% 100%; z-index: 99; padding: 110px 5% 50px; transform:translateX(100%); opacity: 0; visibility: hidden; transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
  .overlay.show{ transform:translateX(0); opacity: 1; visibility: visible;}
  .overlay ul {width: 100%;}
  .overlay ul { width: 100%;}
  .overlay ul li a { color: #fff; display: block; padding: 20px 0;}
  .overlay ul li { font-size: 18px; border-bottom: 1px solid #fff; text-transform: uppercase;}
  .overlay ul li a:hover { color: var(--primary-color) !important;}
  .burger-btn { display: block; position: fixed; width: 50px; height: 30px; right: 5%; top: 25px; z-index: 999;  overflow: hidden; cursor: pointer;}
  .burger-btn span { display: block; width: 100%; height: 3px; background:var(--primary-color); background-size: 300% 100%; border-radius: 5px; transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
  .burger-btn:hover span{background-position: 50% 0;}
  .burger-btn .active span { background: #fff;}
  .burger-btn span:first-child { width: 70%;}
  .burger-btn span:nth-child(2n) { margin: 9px 0; transition: all 0.5s cubic-bezier(.22,.68,0,1.71);}
  .burger-btn .burger-toggle { display: flex; flex-wrap: wrap; justify-content: right;}
  .burger-btn span:last-child { width: 70%;}
  .burger-btn .active span:nth-child(2n) { transform: translateX(-100%);}
  .burger-btn .active span:first-child { transform: translateY(13px) rotate(-45deg);}
  .burger-btn .active span:last-child { transform: translateY(-11px) rotate(45deg);}
  body:after { content: ""; display: block; position: fixed; right: 0; top: 0; width: 100%; height: 100%; background: rgb(255 255 255 / 40%); z-index: 9; transform: translateX(100%); opacity: 0; visibility: hidden;  transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
  body.menu-open:after{ transform:translateX(0); opacity: 1; visibility: visible;}
  body.menu-open{  overflow-y: hidden;}
  .overlay ul ul.sub-menu li {border: none; padding-left: 20px; position: relative;  color: var(--primary-color);}
  .overlay ul ul.sub-menu li:before {  content: "-"; position: absolute; left: 0; top: 50%;  transform: translateY(-50%);}
  .overlay ul li.has-sub > a {background: url(../images/chevron-down-white.svg) no-repeat center / 14px; background-position-x: 95%;}
  .global-btn.contact-btn{display: none;}
  .overlay ul li.has-sub > a:hover {background: url(../images/chevron-down-grey.svg) no-repeat center / 14px; background-position-x: 95%;}
  .highlight-service-card{width: 48%;margin-bottom: 30px;}
  .highlight-service-row{flex-wrap: wrap;}
  .about-row{flex-wrap: wrap;}
  .about-col1{width: 100%;}
  .about-col2{width: 100%;margin-top: 50px;}
  .about-col1 img{height: 500px;object-fit: cover;width: 100%;}
  .banner-slide{height: 80vh; min-height: 600px;}
  .banner-slide img{height: 80vh; min-height: 600px;}
  .header-col-2{display: none;}
  .top-header-sec{display: none;}
  .banner-content{max-width: 600px;padding-left: 0;}
  .banner-content::before{content: none;}
  .vision-content img{width: 80px;height: 80px;}
}



@media(max-width:768px){
  .product-card{width: 48%;}
  .product-card:nth-child(3n){margin-right: 2%;}
  .product-card:nth-child(2n){margin-right: 0;}
  .banner-content p,.high-light-des p,.about-des p,.testi-content p,.product-detail-content p{font-size: 1rem;}
  .contact-col1{width: 100%;}
  .contact-col2{width: 100%;margin-bottom: 50px;}
  .contact-row{flex-wrap: wrap;flex-direction: column-reverse;}
  .footer-row{flex-wrap: wrap;}
  .footer-col1{width: 100%;margin-bottom: 50px;}
  .footer-col4{width: 33%;}
  .footer-col2{width: 33%;}
  .footer-col3{width: 33%;}
  .footer-row ul li{margin-bottom: 20px;}
  .footer-row ul li a{line-height: 1.5;}
  .bottom-footer .footer-col1{margin-bottom: 0;}
  .vision-content{padding: 20px;;}
  .about-page-row{flex-wrap: wrap;}
  .about-page-col1{width: 100%;margin-bottom: 30px;}
  .about-page-col2{width: 100%;}
  .vision-row{flex-wrap: wrap;}
  .vision-col-1{width: 100%;margin-bottom: 30px;}
 .vision-col-2{width: 100%;} 
 .product-detail-row{flex-wrap: wrap;}
 .product-detail-col1{width: 100%;}
 .product-detail-col2{width: 100%;}
 .product-detail-image img{height: 400px;object-fit: cover;margin: 0 auto;}
 .product-detail-image{margin-bottom: 50px;}
 .contact-page-wrapp .contact-col2{width: 100%;margin-bottom: 50px;}
 .contact-page-wrapp .contact-col1{width: 100%;}
 .contact-row{flex-direction: column-reverse;}
 .contact-page-wrapp .contact-form h2{font-size: 2rem;}
 .contact-page-wrapp h2{font-size: 3rem;}
 .contact-page-wrapp .contact-form{padding: 30px 20px;}
 .contact-page-wrapp{padding: 60px 0px}
 .product-detail-col1{position: relative;}
}


@media(max-width:600px){
  .footer-col2{width: 48%;}
  .footer-col3{width: 48%;}
  .footer-col4{width: 100%;}
  .bottom-footer{justify-content: center;}
  .bottom-footer .footer-col1{width: 100%;text-align: center;margin-bottom: 10px;}
  .bottom-footer .footer-col2{width: 100%;text-align: center;}
  .highlight-service-card{width: 100%;}
  .product-card{width: 100%;margin-right: 0;}
  .product-card:nth-child(3n){margin-right: 0;}
  .banner-content h1{font-size: 2rem;}
  .banner-content{max-width: 300px;}
  .logo-sec img{width: 200px;}
  .header-col-1{width: 30%;}
  .about-col1 img{height: 300px;}
  .about-des h2, .product-head h2, .contact-head h2{font-size: 2rem;}
  .product-wrap{margin: 40px 0px 30px;}
  .prod-name h3{font-size: 1rem;}
  .core-content h3{font-size: 1.5rem;}
  .about-page-content p,.product-content p{font-size: 1rem;}
  .product-detail-image img{height: 300px;}
}


@media(max-width:400px){
  .footer-col2{width: 100%;margin-bottom: 40px;}
  .footer-col3{width: 100%;margin-bottom: 40px;}
  .footer-row ul li{margin-bottom: 10px;}
  .footer-row ul li a{font-size: 1rem;}
  .conatct-map-sec iframe{height: 350px;}
}