 body {font-family: "Work Sans", sans-serif;color: #1C1B1C;}a {color: #47b2e4;text-decoration: none;}a:hover {color: #73c5eb;text-decoration: none;}h1, h2, h3, h4, h5, h6 {font-family: "Work Sans", sans-serif;}#header {transition: all 0.5s;z-index: 997;padding: 5px 0;background-color:#fff;}#header.header-scrolled, #header.header-inner-pages {background: #fff;}#header .logo img {max-height: 100px;}.contact-info {align-items: center;display: flex;justify-content:right;margin-bottom: 5px;}.navbar {padding: 0;position: relative;display: initial;align-items: center;justify-content: space-between;}.navbar ul {margin: 0;padding: 0;display: flex;list-style: none;align-items: center;}.navbar li {position: relative;}.navbar a, .navbar a:focus {display: flex;align-items: center;justify-content: space-between;padding: 10px 20px 10px 20px;font-size: 16px;font-weight: 500;color: #1C1B1C;white-space: nowrap;transition: 0.3s;text-transform:capitalize }.navbar a i, .navbar a:focus i {font-size: 20px;line-height: 0;margin-left: 5px;}.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {color: #74180C;}.navbar .getstarted, .navbar .getstarted:focus {padding: 10px 30px;margin-left: 10px;border-radius: 50px;color: #fff;font-size: 14px;border: 2px solid #1C1B1C;background-color:#1C1B1C;font-weight: 600;}.navbar .getstarted:hover, .navbar .getstarted:focus:hover {color: #fff;background: #74180C;}.navbar .dropdown ul {display: block;position: absolute;left: 14px;top: calc(100% + 30px);margin: 0;padding: 10px 0;z-index: 99;opacity: 0;visibility: hidden;background: #fff;box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);transition: 0.3s;border-radius: 4px;}.navbar .dropdown ul li {min-width: 200px;}.navbar .dropdown ul a {padding: 10px 20px;font-size: 14px;text-transform: none;font-weight: 500;color: #0c3c53;}.navbar .dropdown ul a i {font-size: 12px;}.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover>a {color: #47b2e4;}.navbar .dropdown:hover>ul {opacity: 1;top: 100%;visibility: visible;}.navbar .dropdown .dropdown ul {top: 0;left: calc(100% - 30px);visibility: hidden;}.navbar .dropdown .dropdown:hover>ul {opacity: 1;top: 0;left: 100%;visibility: visible;}@media (max-width: 1366px) {.navbar .dropdown .dropdown ul {left: -90%;}.navbar .dropdown .dropdown:hover>ul {left: -100%;}}.mobile-nav-toggle {color: #74180c;font-size: 28px;cursor: pointer;display: none;line-height: 0;transition: 0.5s;}.mobile-nav-toggle.bi-x {color: #fff;}@media (max-width: 991px) {.mobile-nav-toggle {display: block;float: right;}.navbar ul {display: none;}}.navbar-mobile {position: fixed;overflow: hidden;top: 0;right: 0;left: 0;bottom: 0;background: rgba(40, 58, 90, 0.9);transition: 0.3s;z-index: 999;}.navbar-mobile .mobile-nav-toggle {position: absolute;top: 15px;right: 15px;}.navbar-mobile ul {display: block;position: absolute;top: 55px;right: 15px;bottom: 15px;left: 15px;padding: 10px 0;border-radius: 10px;background-color: #fff;overflow-y: auto;transition: 0.3s;}.navbar-mobile a, .navbar-mobile a:focus {padding: 10px 20px;font-size: 17px;color: #1C1B1C;}.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover>a {color: #74180C;}.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {margin: 15px;color: #fff;}.navbar-mobile .dropdown ul {position: static;display: none;margin: 10px 20px;padding: 10px 0;z-index: 99;opacity: 1;visibility: visible;background: #fff;box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);}.navbar-mobile .dropdown ul li {min-width: 200px;}.navbar-mobile .dropdown ul a {padding: 10px 20px;}.navbar-mobile .dropdown ul a i {font-size: 12px;}.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover>a {color: #47b2e4;}.navbar-mobile .dropdown>.dropdown-active {display: block;}.contact-info a, .contact-info a:focus {font-size: 20px;padding: 10px 0 10px 5px;color: #1C1B1C;font-weight: 500;letter-spacing: 0.5px;}#home{margin-top:6em;background-color:#74180C;}#home .item {height: 75vh;position: relative;background-color: #1c1b1c;}#home .item img {width: 100%;height: 100%;object-fit: cover;}#home .item .cover {padding: 75px 0;position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, 0.3);display: flex;align-items: center;}#home .item .cover .header-content {position: absolute;padding: 10px;overflow: hidden;bottom:5%;}#home .item .cover .header-content .line {content: "";display: inline-block;width: 100%;height: 100%;left: 0;top: 0;position: absolute;border: 9px solid #fff;-webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);}#home .item .cover .header-content h2 {font-weight: 700;font-size: 2em;color: #fff;line-height: 1.25;text-transform:capitalize;}#home .item .cover .header-content h3 {font-size: 1.2em;font-weight: 600;color: #fff;margin-bottom: 10px;text-transform:uppercase;color:#f2f2f2f2;}#home .owl-item.active h3 {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;animation-name: fadeInDown;animation-delay: 0.3s;}#home .owl-item.active h2 {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;animation-name: fadeInDown;animation-delay: 0.3s;}#home .owl-item.active h4 {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;animation-name: fadeInUp;animation-delay: 0.3s;}#home .owl-nav .owl-prev {position: absolute;left: 15px;top: 43%;opacity: 0;-webkit-transition: all 0.4s ease-out;transition: all 0.4s ease-out;background: #1C1B1C !important;width: 40px;cursor: pointer;height: 40px;position: absolute;display: block;z-index: 1000;border-radius: 50px;}#home .owl-nav .owl-prev span {font-size: 1.6875rem;color: #fff;}#home .owl-nav .owl-prev:focus {outline: 0;}#home .owl-nav .owl-prev:hover {background: #1C1B1C !important;}#home .owl-nav .owl-next {position: absolute;right: 15px;top: 43%;opacity: 0;-webkit-transition: all 0.4s ease-out;transition: all 0.4s ease-out;background: #1C1B1C !important;width: 40px;cursor: pointer;height: 40px;position: absolute;display: block;z-index: 1000;border-radius: 50px;}#home .owl-nav .owl-next span {font-size: 1.6875rem;color: #fff;}#home .owl-nav .owl-next:focus {outline: 0;}#home .owl-nav .owl-next:hover {background: #1C1B1C !important;}#home:hover .owl-prev {left: 0px;opacity: 1;}#home:hover .owl-next {right: 0px;opacity: 1;}.event-1{padding:10px 30px;border:3px solid #74180c;font-size:1em;background-color:rgb(116 , 24, 12,0.8);color:#fff;font-weight:500;letter-spacing:0.5px }.content-cont-but-flex{display:flex;margin-top:1em;align-items: center;gap:1em;transition: 0.3s;}.event-1:hover{border:3px solid #74180c;background-color:rgb(116 , 24, 12,0.8);color:#fff;opacity:0.8;}.event-2{padding:10px 30px;border:3px solid #f5f5f5f5;font-size:1em;background-color:transparent;color:#fff;font-weight:500;letter-spacing:0.5px }
 .event-2:hover{border:3px solid #f5f5f5f5;background-color:#f5f5f5f5;color:#222;}.heading-contetn h1{font-weight: 600;font-size: 1.8em;line-height: 1.25;text-transform: capitalize;text-align:center;}.heading-1{background-color:#fff;padding:20px 0 20px;}.industries-about{padding:100px 0 80px;background-color:#f5f5f5f5;}.manufacter-head h2{font-weight: 600;font-size: 1.8em;line-height: 1.25;text-transform: capitalize;color:#74180c;}.manufacter-head p{font-weight: 400;font-size: 1em;line-height: 1.6;}.bordericn {background: url(../images/line1.png);background-repeat: no-repeat;background-size: contain;background-position-x: right;}img.lazy {min-height: 1px;}.icon-box-side .icon-box-icon {display: inline-block;line-height: 0;min-width: 7rem;text-align: center;margin-bottom: 0;}.icon-box {font-weight: 500;font-size: 1.4rem;line-height: 1.5;letter-spacing: -.01em;margin-bottom: 2rem;}.icon-box-side .icon-box-title {margin-right: 17px;text-transform: uppercase;font-weight: 500;line-height: 1.3;font-size: 18px;}.icon-box-side {text-align: center;align-items: center;width: 100%;padding-top: 2rem;padding-bottom: 2rem;margin-bottom: 0;}.gap-indus{margin-top:4em;}.line-ston{text-align:center;}.line-ston h2{font-weight: 600;font-size: 1.8em;line-height: 1.25;text-transform: capitalize;color:#74180c;margin-bottom:30px;}.products-sec{padding:60px 0 60px;}.img-produ h2{font-weight: 500;font-size: 1.3em;line-height: 1.45;text-transform: capitalize;text-align:center;margin-top:10px;}.img-produ{box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;padding:10px;border-radius:16px;margin-bottom: 30px;}.img-produ img{border-radius:16px;}products-box p{font-weight: 400;font-size: 1em;line-height: 1.6;}.class-gap{margin-top:5em;}.tabs {width: 100% !important;}.tabs__list {background-color: #f5f5f5f5;display: flex;border-bottom: 1px solid #f5f5f5f5;list-style: none;justify-content: space-between;align-items: center;padding: 0;}.tabs__item {flex: 0.25;}.tabs__button {background: #f5f5f5f5;border: 0;padding:10px;width: 100%;cursor: pointer;}.tabs__button:hover {border:3px solid #f5f5f5f5;background:#f2f2f2f2;color:#222;}.tabs__button.active {border:3px solid #74180c;background:#74180c;color:#fff;font-size: 17px;font-weight: 500;text-transform: capitalize;}.tabs__button {font-size: 17px;font-weight: 500;text-transform: capitalize;}.tabs__articles > *:not(.active) {display: none;}.tab {background:#fff;padding:30px;}.title-des h3{font-weight: 600;font-size: 1.3em;line-height: 1.25;text-transform: capitalize;margin-bottom: 10px;}.title-des p{font-weight: 400;font-size: 1em;line-height: 1.6;}.title-des{margin-bottom:30px;}.img-black{width:100%;height:220px;}.img-produ h4{font-weight: 500;font-size: 1em;line-height: 1.35;text-transform: capitalize;padding-top:10px;text-align:center;}#lime-stone-banners{padding-top: 30px;padding-bottom: 30px;background-image: url("../images/banners/natural-stones.webp");background-repeat: no-repeat;background-position: center center;background-size: cover;position:relative;}#lime-stone-banners::before{content: '';background-color: rgb(0,0,0,0.55);position: absolute;height: 100%;width: 100%;top: 0;right: 0;left: 0;bottom: 0;}.promise-1{position:relative;color:#fff;text-align:center;}.contetn-p h5{font-weight: 600;font-size: 1.3em;line-height: 1.25;text-transform:uppercase;margin: 10px 0 10px;}.contetn-p p{font-weight: 400;font-size: 1em;line-height: 1.6;}.why-choose h3{font-weight: 600;font-size: 1.8em;line-height: 1.25;text-transform: capitalize;margin: 10px 0 30px;color:#fff;text-align:center;position:relative;}.no-mobile{width: 82%;margin:0 auto;}.project-item a {position: absolute;width: 100%;height: 100%;top: 0;left: 0;display: flex;align-items: center;justify-content: center;color: #FFFFFF;background: rgba(0, 0, 0, .6);border-radius: 6px;opacity: 0;transition: .5s;}.project-item a i{font-size:40px;}.project-item:hover a {opacity: 1;}.project-carousel .owl-dots {display: flex;align-items: center;justify-content: center;flex-wrap: wrap;margin-top: 20px;}.project-carousel .owl-dot {width: 35px;height: 35px;margin: 3px;display: flex;align-items: center;justify-content: center;border: 1px solid #DEE2E6;border-radius: 35px;transition: .5s;}.project-carousel .owl-dot:hover, .project-carousel .owl-dot.active {color: #FFFFFF;border-color: var(--primary);background: var(--primary);}.project-carousel{margin-bottom:30px;}#Gallery{padding:60px 0 60px;background-color: #fff;}.position-relative img{height: 250px;width: 320px;}.space{margin-bottom:20px;}#footer-cta{background:#1C1B1C;color:#fff;padding:30px 0 30px;}.chose-stone{text-align:center;margin-bottom: 30px;}.chose-stone h6{font-weight: 600;font-size: 1.1em;line-height: 1.25;letter-spacing:0.5px;text-transform: uppercase;margin: 20px 0 10px;}#footer-sec {background-color: #f5f5f5f5;padding: 60px 0 10px;}.links-1 h6 {font-size: 1.5em;font-weight: 700;line-height: 1.3;text-transform: capitalize;margin: 10px 0 5px;color: #74180c;}.serv-link li {font-weight: 400;font-size: 1rem;line-height:2.2;}.serv-link a {color: #333;transition: color .3s ease-in-out, box-shadow .3s ease-in-out;padding:10px;margin: 0 -.25rem;box-shadow: inset 0 0 0 0 #74180c;}.serv-link a:hover {color: #fff;box-shadow: inset 200px 0 0 0 #74180c;padding:10px;}.oddtice svg {height: 20px;fill: #74180c;margin-right: 5px;}.oddtice {font-size: 1.1em;font-weight: 400;line-height: 1.3;margin: 10px 0 5px;}.sub-foot {margin-top: 2em;text-align: center;}.copy {font-size: 1em;font-weight: 400;line-height: 1.6;}.serv-link {padding: 0;list-style-type: none;}.social_list {padding: 0;list-style-type: none;display: flex;gap: 1em;align-items: center;}.social_list li i {font-size: 30px;}.social_list li a {color: #333;}.abouy-banner{height:300px;background-image: url("../images/banners/black-limestone-banner.webp");background-repeat: no-repeat;background-position: center center;background-size: cover;position: relative;margin-top:6em;}.abouy-banner::before{content: '';background-color: rgb(0,0,0,0.35);position: absolute;height: 100%;width: 100%;top: 0;right: 0;left: 0;bottom: 0;}.indus-h1 h1{font-weight: 600;font-size: 2.2em;line-height: 1.25;text-transform:capitalize;margin: 10px 0 10px;color:#fff;}.indus-h1{position:relative;margin-top:6em;}.content-about{padding:60px 0 60px;}.img-high img{position:relative;}.img-high{position:relative;}.img-high-1{position:absolute;bottom:0;left:10px;}.img-high-1 h4{font-size: 18px;font-weight: 700;}.img-black1 {width: 100%;height: 250px;}.conternt-head h2{font-weight: 600;font-size: 1.8em;line-height: 1.25;text-transform: capitalize;color: #74180c;}.conternt-head p {font-weight: 400;font-size: 1em;line-height: 1.6;}.gap-indust{margin-top:2em;}.visiion-miss{padding:40px 0 40px;}.vision-head h3{font-weight: 600;font-size: 1.6em;line-height: 1.25;text-transform: capitalize;color: #74180c;text-align:center;}.vision-head p {font-weight: 400;font-size: 1em;line-height: 1.6;}.vision-head{padding:30px;background-color:#f5f5f5f5;height:100%;}.accordion .tab{padding:10px;}.tab input {position: absolute;opacity: 0;z-index: -1;}.tab__content {max-height: 0;overflow: hidden;transition: all 0.35s;}.tab input:checked ~ .tab__content {max-height: 10rem;}.accordion {overflow: hidden;padding:60px 0 60px;}.tab__label, .tab__close {display: flex;color: #1C1B1C;background:#f5f5f5f5;cursor: pointer;}.tab__label {justify-content: space-between;padding: 1rem;font-size: 19px;font-weight: 500;}.tab__label::after {content: "\276F";width: 1em;height: 1em;text-align: center;transform: rotate(90deg);transition: all 0.35s;}.tab input:checked + .tab__label::after {transform: rotate(270deg);}.tab__content p {margin: 0;padding: 1rem;font-size: 1em;font-weight: 400;line-height:1.6;}.tab__close {justify-content: flex-end;padding: 0.5rem 1rem;font-size: 0.75rem;}.tab input:not(:checked) + .tab__label:hover::after {animation: bounce .5s infinite;}@keyframes bounce {25% {transform: rotate(90deg) translate(.25rem);}75% {transform: rotate(90deg) translate(-.25rem);}}.faq h4{font-weight: 600;font-size: 1.6em;line-height: 1.25;text-transform: capitalize;color: #74180c;margin-bottom:20px;}.cover h4{font-weight: 500;font-size: 1em;line-height: 1.35;text-transform: capitalize;padding-top: 10px;text-align: center;}.cover{margin-bottom:30px;}.gallery-sec{padding:60px 0 60px;}.gallery-title h2{font-weight: 600;font-size: 1.4em;line-height: 1.25;text-transform: capitalize;color: #74180c;margin-bottom:20px;}.sticky-side .tab{padding:2px;}.tab__label1{display: flex;color: #1C1B1C;background: #f5f5f5f5;cursor: pointer;padding:10px;font-size:15px;font-weight:500;margin-bottom:10px;text-transform:capitalize }.sticky-side{position: -webkit-sticky;position: sticky;top: 20%;}.products-sec1{padding:60px 0 60px;}.supplie-pro h2{font-weight: 600;font-size: 1.8em;line-height: 1.25;text-transform: capitalize;color: #74180c;}.supplie-pro p{font-weight: 400;font-size: 1em;line-height: 1.7;}.lime-stone-product{background-color:#1c1b1c;padding:60px 0 60px;color:#fff;}.img-produ1{width:100%;height:250px;}.heading-pro h2{font-weight: 600;font-size: 2em;line-height: 1.25;text-transform: capitalize;}.heading-pro p{font-weight: 400;font-size: 1em;line-height: 1.7;}.lime-stone-product1{background-color:#f5f5f5f5;padding:60px 0 60px;}.heading-pro h4{font-weight: 600;font-size: 1.6em;line-height: 1.25;text-transform: capitalize;margin-bottom:10px;}.heading-pro ul{margin-bottom:20px;}.heading-pro ul li{font-weight: 400;font-size: 1em;line-height: 1.7;}.space-row{margin-top:2em;}.applications{padding:60px 0 60px;}.application-boc h5{font-weight: 600;font-size: 1.8em;line-height: 1.25;text-transform: capitalize;color: #74180c;}.application-boc p{font-weight: 400;font-size: 1em;line-height: 1.7;}.application-boc ul li{font-weight: 400;font-size: 1em;line-height: 1.7;}.table-class{text-align:center;}.table{padding:60px 0 60px;}.table-class h4{font-weight: 600;font-size: 1.8em;line-height: 1.25;text-transform: capitalize;color: #74180c;margin-bottom:1em;}.table > :not(caption) > * > * {padding: .5rem .5rem;background-color: var(--bs-table-bg);border-bottom-width: 1px;box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);font-size: 18px;}.links-1 h6 {font-size: 1.5em;font-weight: 700;line-height: 1.3;text-transform: capitalize;margin: 10px 0 5px;color: #74180c;}#reactupt {padding: 60px 0 60px;}.formBox {background-color: #f5f5f5f5;padding: 32px;border-radius: 8px;width: 100%;}.formBox h3 {margin-bottom: 16px;font-size: 26px;font-weight: 700;}.form-group {margin-bottom: 1rem;}.form-control {display: block;width: 100%;padding: 0.375rem 0.75rem;font-size: 1rem;line-height: 1.5;color: #495057;background-color: #fff;background-clip: padding-box;border: 1px solid #ced4da;border-radius: 0.25rem;font-weight: 500;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}.btn.theme-btn {position: relative;background: #74180c;border: 2px solid #74180c;color: #fff;font-size: 17px;font-weight: 700;width: 100%;padding: 6px 24px;border-radius: 50px;-webkit-transition: all 0.35s;-moz-transition: all 0.35s;transition: all 0.35s;z-index: 1;text-transform: uppercase;}b, strong {font-weight: bolder;font-size: 1.1em;}#page_navigation {clear:both;margin: 20px 0;text-align: center;}#page_navigation a{padding:3px 6px;border:3px solid #74180c;margin:2px;color:black;text-decoration:none }.active_page{background:#74180c;color:white !important;}.physicianBox{border: 1px solid #ddd;color: #333;margin-bottom: 20px;position: relative;padding-bottom: 20px;background-color: #f5f5f5;}#pagingBox{display: flex;align-items: center;justify-content: space-evenly;gap: 0.5em;flex-wrap:wrap;}
 .float {position: fixed;width: 65px;height: 60px;bottom: 80px;right: 52px;color: #FFF;border-radius: 50px;text-align: center;font-size: 30px;z-index: 100;padding: 5px;}
.img-fluid-what {width: 120px;height: auto;}