@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=IBM+Plex+Sans+Devanagari:wght@100;200;300;400;500;600;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300..700&family=Teko:wght@300..700&display=swap');

* {
  margin: 0px;
  padding: 0px;
  outline: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong,
ul,
li,
span,
ol {
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
}

body {
  font-size: 15px;
  color: #000;
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/** **************** **/
html {
  scroll-behvior: smooth;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: none;
  background-color: #7c797a;
}

::-webkit-scrollbar:horizontal {
  height: 7px;
}

::-webkit-scrollbar-track {
  background-color: rgba(239, 239, 239, 0.5);
}

/** **************** **/
.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pd-0 {
  padding: 0;
}

.pd-lr30 {
  padding: 0 30px;
}

/** **************** **/
.align-center {
  align-items: center;
}

/** **************** **/
#header_top {
  background: #384777;
  padding: 8px 0;
  transition: all 0.5s ease;
}

.tag_line span {
  color: #fff;
  line-height: 32px;
  display: block;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
}

.header-call {
  float: right;
  width: auto;
  transition: all 0.6s ease-in-out;
  position: relative;
}

.header-call ul li {
  padding: 4px 12px;
  display: inline-block;
  position: relative;
}

.header-call ul li:last-child {
  padding-right: 0px;
}

.header-call ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #fff5;
  right: 0;
  top: 5px;
}

.header-call ul li:last-child:after {
  display: none;
}

.header-call ul li img {
  margin-right: 1px;
  float: left;
}

.header-call img {
  width: 24px;
}

.header-call ul li a {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: inline-block;
  text-transform: lowercase;
  padding: 0 5px;
}

/** **************** **/
.fixed-top {
  position: relative;
  display: block;
  top: 0px;
  background-image: url(https://vedamarble.com/images/header-bg.webp);
  background-size: 76%;
  background-position: center;
  padding: 0px 0 0px;
}

.fixed-top:after {
  content: "";
  position: absolute;
  width: 350px;
  height: 100%;
  background: #ffffff;
  left: -22px;
  top: 0;
  transform: skew(-24deg, 0deg);
  z-index: -1;
  border-radius: 0 0 0px;
}

.fixed-top::before {
  position: absolute;
  background-image: url(https://vedamarble.com/images/header-curv.webp);
  left: 237px;
  height: 100%;
  background-color: rgb(32 32 32 / 0%);
  width: 169px;
  background-size: cover;
  content: "";
  transform: skew(135deg, 0deg);
  top: -1px;
  z-index: -2;
}

.header-scrolled .logo {
  bottom: -25px;
  width: 263px;
  margin-top: -10px;
  transition: all.5s ease;
}

.header-scrolled .scrollto img {
  height: auto;
  transition: all.5s ease;
  margin-top: 0px;
}

.header-scrolled .main-nav>ul {
  margin: 0px 0 0 0;
}

.logo {
  position: absolute;
  transition: all.5s ease;
  bottom: -3px;
  width: 324px;
}

.header-scrolled .logo:after {
  height: 78px;
}

.header-scrolled .scrollto img {
  width: 205px;
  height: auto;
  transition: all .5s ease;
  position: relative;
  top: -18px;
}

.header-scrolled {
  position: fixed;
  padding: 15px 0;
  background:#fff;
  box-shadow: 0 8px 20px 0 rgb(0 0 0 / 5%);
}

.header-scrolled .main-nav a {
	color:#000;
}

.scrollto img {
  width: 235px;
  height: auto;
  transition: all .5s ease;
  position: relative;
  top: -10px;
}

.main-nav {
  float: right;
  transition: all.3s ease-in-out;
}

.main-nav>ul {
  margin: 20px 0 20px 0;
  display: flex;
  align-items: center;
}

.main-nav>ul>li {
  position: relative;
  white-space: nowrap;
}

.main-nav a {
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.25px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 12px;
}


.main-nav .drop-down ul li:after {
  display: none;
}

.main-nav li:last-child a {
  /*border-right:0px;*/
  /* padding-right: 0px; */
}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
  color: #292929;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: ease all 0.3s;
  padding: 10px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
  border: none;
}

.main-nav .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 220px;
  position: relative;
}

.main-nav .drop-down ul li {
  border-bottom: 1px solid #f4f4f7;
  margin-top: 0px;
}

.main-nav .drop-down ul li:last-child {
  border-bottom: 0px;
}

.main-nav .drop-down .drop-down>a {
  padding-right: 35px;
}

.main-nav .drop-down ul li a {
  padding: 6px 5px;
  color: #231e1f;
  border-radius: 2px;
  font-weight: 400;
  transition: all 200ms linear;
  font-size: 14px;
  letter-spacing: 0.25px;
  text-transform: capitalize;
  width: 100%;
}

.main-nav .drop-down ul li a span {
  color: #2c2c2c;
}

.main-nav .drop-down ul li a:hover span {
  color: #fff;
}

.main-nav .drop-down ul li a span img {
  width: 20px;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
  color: #fff;
  background-color: #f0ad21;
}

.main-nav .drop-down>a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
  font-size: 16px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 10px);
}

.main-nav .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down>a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/*******************/
.call_start {
  margin-left: 35px !important;
  margin-top: 2px;
  position: relative;
}

.call_start:after {
  content: "";
  position: absolute;
  top: 2px;
  left: -20px;
  width: 1px;
  height: 35px;
  background: #e3e3e3;
}

.call_tp {
  border-radius: 50px;
  padding: 5px 12px 5px 11px;
  margin-left: 15px;
  height: 43px;
  display: flex;
  background: #384777;
  border: 2px solid #384777;
}

.call_tp img {
  margin-right: 8px;
  width: 22px;
  height: 22px;
  margin-top: 4px;
}

.call_tp a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  display: block;
  line-height: 15px;
  padding: 0px;
}

.call_tp a span {
  font-weight: 400;
  color: #292929;
}

.call_start a {
  padding-top: 6px;
}

.head-cont {
  position: relative;
  margin-left: 70px;
  margin-top: -20px;
  font-size: 18px !important;
}

.head-cont:after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 5px;
  width: 137px;
  height: 1px;
  background: #292929;
}

.head-cont:hover {
  color: #ff0000 !important;
}

.head-cont img {
  width: 55px;
  height: auto;
  position: absolute;
  left: -55px;
  top: 14px;
}

.head-call {
  font-size: 15px;
}

.head-cont:hover .head-call {
  color: #292929 !important;
}

.head-cont .pbmit-svg-arrow {
  stroke: #fff;
  width: 10px;
  height: 10px;
  fill: none;
  stroke-width: 5px;
  stroke-miterlimit: 10;
  position: relative;
  bottom: 1px;
  left: 6px;
  transform: rotate(45deg);
}

.pbmit-svg-arrow-span {
  position: relative;
  left: 5px;
}

.pbmit-svg-arrow-span:before {
  content: "";
  width: 22px;
  height: 22px;
  background: #e81122;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}

.head-cont .pbmit-svg-arrow line:nth-child(1) {
  stroke-dasharray: 25px;
  stroke-dashoffset: 50px;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}

.head-cont .pbmit-svg-arrow line:nth-child(2) {
  stroke-dasharray: 20px;
  stroke-dashoffset: 40px;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s;
}

.head-cont .pbmit-svg-arrow line:nth-child(3) {
  stroke-dasharray: 20px;
  stroke-dashoffset: 40px;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s;
}

.head-cont:hover svg line {
  stroke-dashoffset: 0 !important;
  stroke: #fff;
}

/** *************** **/
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #416b9d;
  transition: 0.4s;
}

.mobile-nav a {
  display: block;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #8cc63f;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\f077";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 0px 0px 0 0;
  color: #004289;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/** **************** **/

.carousel-indicators {
  bottom: 30px;
}

.header-scrolled .button a {
  color: #fff;
}

/*Only Fade Slide*/
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {

  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

/*Only Fade Slide End*/
#carousel {
  overflow: hidden;
}

#carousel .carousel-control {
  background: none;
  top: 45%;
  font-size: 30px;
  text-align: center;
  width: 40px;
  height: 40px;
  opacity: 1;
  position: absolute;
}

#carousel .carousel-control-right {
  right: 4%;
}

#carousel .carousel-control-left {
  left: 0;
}

#carousel .carousel-control-right span {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}

#carousel .carousel-control-left span {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}

#carousel:hover .carousel-control-right span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}

#carousel:hover .carousel-control-left span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}

#carousel .carousel-control span {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  height: 45px;
  width: 45px;
  z-index: 121;
  line-height: 45px;
  text-align: center;
  position: absolute;
}

#carousel .carousel-control span:hover {
  background-color: #32b0fa;
}

#carousel .carousel-item .caption {
  background-color: rgb(0 0 0 / 20%);
  padding: 40px;
  animation-duration: 1s;
  animation-delay: 1s;
}

#carousel .caption h2 {
  animation-duration: 1s;
  animation-delay: 1s;
  font-size: 70px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  text-align: center;
  letter-spacing: 3px;
  font-family: "Montserrat", sans-serif;
}

.carousel-caption p {
  text-align: center !important;
  font-size: 18px !important;
  letter-spacing: 0.5px !important;
}

#carousel .caption span {
  animation-duration: 1s;
  animation-delay: 2.2s;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  display: block;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Space Grotesk", sans-serif;
}

#carousel .caption a {
  animation-duration: 1s;
  animation-delay: 2.4s;
}

#carousel .carousel-item.banner1 {
  background-image: url("https://vedamarble.com/images/banner01.webp");
}

#carousel .carousel-item.banner2 {
  background-image: url("https://vedamarble.com/images/banner02.webp");
}

#carousel .carousel-item.banner3 {
  background-image: url("https://vedamarble.com/images/banner03.webp");
}

#carousel .carousel-item {
  height: auto;
  width: 100%;
  background: no-repeat center center scroll;
  background-size: cover;
}

.carousel-indicators {
  bottom: 25px;
}

.carousel-caption {
  position: absolute;
  top: 25%;
  left: 0px;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}

/** **************** **/


.carousel-sec .carousel-item h2 {
  line-height: 1.3;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  text-shadow: 3px 9px 0px #121212b8;
  color: #f0ad21;
  font-size: 75px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.carousel-sec .text-small h2 {
  line-height: 1.7;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  text-shadow: 3px 9px 0px #121212b8;
  color: #e8b12d;
  font-size: 52px !important;
  font-weight: 800;
  letter-spacing: 0.2px;
}


/** **************** **/

.carousel-sec .carousel-caption {
  height: auto;
  width: 100%;
}

#carousel .carousel-item img {
  position: relative;
}

.carousel-caption {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  will-change: opacity, transform;
}

.carousel-item.active .carousel-caption {
  animation: slideFadeUp 2s ease forwards;
}

@keyframes slideFadeUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {

  .carousel-caption,
  .carousel-item.active .carousel-caption {
    animation: none !important;
    transition: none !important;
    opacity: 1;
    transform: none;
  }
}

/** **************** **/


.buttn-margin {
  margin-left: 20px;
}

.download-button {
  position: relative;
  border-width: 0;
  color: #424242;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #6f6f6f;
  border-radius: 10px;
  z-index: 1;
  margin-left: 10px;
}

.download-button .docs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  min-height: 46px;
  color: #2d2d2d;
  padding: 0 10px;
  border-radius: 10px;
  letter-spacing: 0.10px;
  font-weight: 500;
  z-index: 1;
  background-color: #ffffff;
  border: solid 1px #e8e8e82d;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.download-button:hover {
  box-shadow:
    rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px,
    rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px,
    rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.download {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  margin: 0 auto;
  z-index: -1;
  border-radius: 0 0 10px 10px;
  transform: translateY(0%);
  background-color: #f3a610;
  border: solid 1px #ffffff86;
  border-top: 0;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.download-button:hover .download {
  transform: translateY(100%);
}

.download svg polyline,
.download svg line {
  animation: docs 1s infinite;
}

@keyframes docs {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(-15%);
  }

  100% {
    transform: translateY(0%);
  }
}

#carousel .carousel-item img {
  position: relative;
  width: 100%;
}

/* download brousher ends */

.about-section {
  padding: 100px 0;
}

.hm-photo img {
  width: 100%;
  border-radius: 50%;
  border: 7px solid #04040400;
  box-shadow: rgb(60 64 67 / 0%) 0px 0px 6px 0px, rgba(60, 64, 67, 0.15) 0px 0px 1px 2px;
}

.sec-title_title {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  padding: 2px 0px;
  letter-spacing: 0.9px;
  margin-left: 33px;
  margin-bottom: 15px;
  display: inline-block;
  color: #2d2d2d;
  text-transform: uppercase;
  border-top: 1px solid #f9a30f;
  border-bottom: 1px solid #f9a30f;
}

.sec-title_title {
  position: relative;
}

.sec-title_title::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(https://vedamarble.com/images/side-logo.webp);
  background-repeat: no-repeat;
  top: -2px;
  bottom: 0;
  left: -32px;
  right: 0;
}

.hm_about_para h1 {
  margin-top: 0px;
  font-size: 35px;
  color: #f1a717;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: 0.7px;
  line-height: 1.3;
}

.hm_about_para p {
  letter-spacing: 0.2px;
  font-size: 15px;
  padding-bottom: 5px;
  line-height: 29px;
  color: #4f4f4fe0;
  text-align: left;
  font-weight: 400;

}

/* Btn Style One */

.btn-style-one {
  position: relative;
  font-weight: 500;
  font-size: 13px;
  overflow: hidden;
  text-align: center;
  letter-spacing: 1px;
  padding: 15px 19px;
  display: inline-block;
  color: #fff;
  border-radius: 7px;
  text-transform: uppercase;
  margin-top: 15px;
  background-color: #f1a717;
}

.btn-style-one:before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 1;
  background-color: #2d2d2d;
}

.btn-style-one:hover:before {
  top: 0%;
}

.btn-style-one .btn-wrap {
  position: relative;
  z-index: 1;
  float: left;
  overflow: hidden;
  display: inline-block;
}

.btn-style-one .btn-wrap .text-one {
  position: relative;
  display: block;
  color: var(--white-color);
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn-style-one:hover .btn-wrap .text-one:first-child {
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
}

.btn-style-one .btn-wrap .text-two {
  position: absolute;
  top: 100%;
  display: block;
  color: var(--white-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-style-one:hover .btn-wrap .text-two {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-style-one:hover .btn-wrap .text-two {
  color: var(--white-color);
}

.btn-style-one:hover:before {
  top: -40%;
}

.hm_about_para {
  padding-left: 35px;
}

.borrom-img-abu {
  position: relative;
  left: 0px;
  top: 5px;
}

.borrom-img-abu img {
  border-radius: 10px;
}

.about-block-three .inner-box {
  display: flex;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.about-block-three .inner-box img {
  position: relative;
  width: 55px;
  height: 55px;
  margin-top: 3px;
  padding: 6px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  color: #fff;
  border: 1px solid #f1a717;
  background-color: #222225;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-block-three .inner-box .content {
  margin-left: 10px;
  padding-right: x;
  margin-top: 5px;
}

.inner-box .content .title {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 27px;
  font-weight: 500;
  color: #222225;
}

.about-two-img {
  position: absolute;
  right: 0px;
  bottom: 30px;
  display: inline-block;
  transform: skewY(20deg);
  border: 5px solid #ffffff;
}

/** **************** **/
.hm-produts-section {
  padding: 80px 0 50px 0;
  background: url(https://vedamarble.com/images/background-test.webp) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}


.sec-pro-title .sub-title {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 2.4;
  color: #ffffff;
  border: 3px solid #eee9e3;
  letter-spacing: 0.2em;
  top: 0px;
  margin-top: 7px;
  width: 128px;
  height: 38px;
  text-align: center;
  text-transform: uppercase;
}

.hm-industry-main {
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

.hm-industry .container-fluid {
  padding: 0px;
}

.hm-industry-head {
  padding-top: 50px;
  padding-bottom: 50px;
}

.hm-industry-head h2 {
  font-weight: 800;
}

.hm-industry-box {
  position: relative;
}

.hm-industry-name {
  position: absolute;
  left: 25px;
  bottom: 25px;
  z-index: 1;
}

.hm-industry-name span {
  color: #fff;
  display: block;
  margin-top: 10px;
  font-size: 30px;
  letter-spacing: 0.8px;
  font-weight: 700;
}

.hm-industry-name img {
  width: 70px !important;
}

.industry-slider .center .hm-industry-box .hm-industry-name img {
  width: 100px !important;
  animation: rotateme 15s normal linear infinite;
}

.hm-industry-main .owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}

.industry-slider .center {
  position: relative;
  z-index: 99;
}

.industry-slider .center .hm-industry-box {
  position: relative;


}

.industry-slider .center .hm-industry-box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 170px !important;
  pointer-events: none;
  background: linear-gradient(#00000000, #000000b3 91%);
  transition: all 800ms ease;
  transition: 3s;
  border-radius: 11px;
}

.hm-industry-main .owl-nav {
  position: absolute;
  bottom: 8px;
  margin: 0;
  position: absolute;
  width: 55%;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -60%);
  display: flex;
  justify-content: space-between;
  margin: 0;
  display: flex;
}

.hm-industry-main .owl-nav .owl-prev img {
  transform: translate(-2px, -4px);
}

.hm-industry-main .owl-nav .owl-next img {
  transform: translate(2px, -4px);
}

.hm-industry-main .owl-nav .owl-prev,
.hm-industry-main .owl-nav .owl-next {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  line-height: 59px !important;
  text-align: center;
  border: none;
  background: #ffffff !important;
  color: #ffffff !important;
  font-size: 14px;
  border: 3px solid #f5a510 !important;
  display: inline-block;
}

.hm-industry-main .owl-nav img {
  width: 12px !important;

}

@keyframes rotateme {

  0% {
    transform: rotate(0deg);
    opacity: 1;
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}

.sec-pro-title h3 {
  position: relative;
  font-size: 35px;
  color: #222225;
  font-weight: 700;
  line-height: 1.3;
}

.sec-pro-title {
  margin-bottom: 40px;
  text-align: center;
}

.hm-industry-box>img {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border: 4px solid #ffffff;
  border-radius: 13px;
}

/** **************** **/
.about-us {
  padding: 100px 0px 0px 0;
}

.about-bg-color {
  position: relative;
}

.about-bg-color::before {
  position: absolute;
  content: '';
  background-image: url(https://vedamarble.com/images/bg-top.webp);
  top: -123px;
  right: 50px;
  z-index: -1;
  width: 370px;
  height: 700px;
}

.aboutpage-bg-color::before {
  position: absolute;
  content: '';
  background-image: url(https://vedamarble.com/images/bg-top.webp);
  top: 0px !important;
  right: 50px;
  z-index: 0;
  width: 370px;
  height: 700px;
}

.layer-content {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 312px;
  margin-left: 68px;
}

.about-heading-text {
  position: relative;
  margin-bottom: 12px;
  margin-top: -7px;
}

.about-heading-text .text-main {
  padding-bottom: 11px;
}

.text-main h2 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 36px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 10px;
}

.title-desc {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.2px;
  color: #ffffff;
}

.abt-img img {
  border: 5px solid #f8f8f8;
  margin-top: 40px;
  width: 100%;
}

.ttm-vertical_sep>[class*='col']:not(:last-child):before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  right: 15px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.06);
}

.featured-icon-box.style1 {
  padding: 25px 5px;
  margin: 0;
}

.featured-icon-box.style1 .ttm-icon {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  opacity: 1;
  transition: all .6s ease;
}

.svg-icon img {
  width: 76px;
  background-color: #ffffff;
  border-radius: 40px;
  padding: 6px;
  border: 2px solid #f3a713;
}

.featured-icon-box.icon-align-top-content .featured-content {
  padding-top: 35px;
}

.featured-title h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 3px;
  color: #f3a610;
  font-weight: 500;
  text-transform: capitalize;
}

.featured-desc p {
  letter-spacing: 0.2px;
  font-size: 15px;
  padding-bottom: 5px;
  line-height: 29px;
  color: #4f4f4fe0;
  text-align: left;
  font-weight: 400;
}

.video_wrapper {
  width: 100%;
  overflow: hidden;
}

.video_wrapper video {
  object-fit: cover;
  width: 100%;
  height: 35vh;
  border: 5px solid #fff;
  border-radius: 20px;
}


/** **************** **/


.hm-solutions {
  padding: 90px 0 0 0;
}

.hm-solutions-head {
  margin-bottom: 40px;
}

.hm-solutions-head h2 {
  text-align: center;
  font-size: 45px;
  line-height: 1.2;
  font-family: "CentraNo2-Bold";
  margin-bottom: 25px;
  color: #3a3a3a;
}

.hm-solutions-head h2 span {
  background: linear-gradient(90deg, rgb(61 187 239) 23%, rgba(19, 111, 182, 1) 73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/** **************** **/
.hm-solutions-box {
  height: 100%;
  overflow: hidden;
}

.hm-solutions-dtl h4 {
  color: #fff;
  font-size: 20px;
  border: 1px solid #f1a610;
  padding: 11px 20px;
  letter-spacing: 0.9px;
  border-radius: 11px;
}

.hm-solutions-box video {
  object-fit: cover;
  width: 100%;
  height: 545px;
  /* border: 5px solid #fff; */
  border-radius: 20px;
}

.hm-solutions-dtl {
  position: relative;
  justify-content: center;
  display: flex;
  bottom: 109px;
  background-color: #222225db;
  padding: 28px 0;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
}

/** **************** **/

footer {
  background-color: #f1a811;
  color: #fff;
  background-image: url(https://vedamarble.com/images/footer-bg.webp);
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  padding: 65px 0 0 0;
}

.ftr-logo {
  margin-bottom: 30px;
}

.cont_details {
  display: flow-root;
  padding-bottom: 20px;
}

.cont_bx {
  width: 35px;
  height: 35px;
  line-height: 48px;
  text-align: center;
  background: #fff0;
  display: block;
  margin-right: 18px;
}

.cont_dtl span {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
}

.cont_dtl p {
  font-size: 14px;
  display: block;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 300;
  padding-left: 53px;
}

.cont_dtl a {
  font-size: 14px;
  display: block;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.cont_dtl a:hover {
  color: #ffe000;
}

.cont_bx {
  padding: 2px;
  float: left;
  border-radius: 10%;
  background-color: #fff0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icon h4 {
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  color: #f1a70e;
  font-weight: 400;
  display: block;
  padding: 5px 0;
  text-align: left;
  margin-bottom: 10px;
}

.social-icon ul {
  text-align: left;
  padding: 0 0px;
}

.social-icon ul li {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 8px;
  border: thin solid #676a6d;
  border-radius: 50%;
  margin-left: 6px;
  margin-bottom: 5px;
}

.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-float-shadow:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: "";
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(ellipse at center, rgb(255 255 255 / 35%) 0, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgb(255 255 255 / 35%) 0, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}

.social-icon li {
	display: inline-block;
}

.social-icon li a {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	display: block;
	padding: 5px 0;
	text-align: center;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

.social-icon li i {
  font-size: 17px;
  padding-top: 3px;
}

.social-icon li:hover i {
  color: #fff !important;
}

.social-icon li.facebook i {
  color: #3b5998;
}

.social-icon li.instagram i {
  color: #cd4a72;
}

.social-icon li.linkedin i {
  color: #007ab9;
}

.social-icon li.pinterest i {
  color: #b7081b;
}

.hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.social-icon li.facebook:hover a {
  background: #3b5998;
}

.social-icon li.instagram:hover a {
  background: #cd4a72;
}

.social-icon li.linkedin:hover a {
  background: #007ab9;
}

.social-icon li.pinterest:hover a {
  background: #b7081b;
}

.social-icon li.facebook:hover i,
.social_icon li.instagram:hover i,
.social_icon li.linkedin:hover i,
.social_icon li.pinterest:hover {
  color: #fff;
}

.hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.ftr-btm {
  background-color: #f1a70e;
  padding: 10px 0;
  border-top: 1px solid #ffffff21;
  margin-top: 40px;
}

.ftr-btm-text p {
  color: #fff;
  text-align: center;
}

.ftr-btm-text p a {
  color: #222327;
  font-weight: 600;
}

.ftr-head h4 {
  font-weight: 400;
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.ftr-link ul li a {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #fff;
  font-weight: 300;
  display: block;
  padding: 5px 0;
}

.ftr-link ul li a:hover {
  color: #e9ad2b;
}

.foote_serv {
  border-top: 1px solid #f2f7fd24;
  margin-top: 15px;
  padding-top: 15px;
}

.foote_serv h2 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 400;
}

.foote_serv ul {
  position: relative;
  left: -12px;
}

.foote_serv ul li {
  float: left;
  padding: 0px 12px;
  margin-bottom: 5px;
  position: relative;
  color: #f2f7fd;
  font-size: 0.9rem;
}

.foote_serv ul li:last-child:after {
  display: none;
}

.foote_serv ul li:after {
  content: "";
  width: 1px;
  height: 12px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 55%;
  transform: translate(-50%, -50%);
}

.foote_serv ul li img {
  width: 20px;
  border-radius: 50%;
  border: 1px solid #ffffff24;
}

/** Footer End **/
.pd-0 {
  padding: 0;
}

.pading-left {
  padding-left: 20px;
}

.ftr-logo img {
  padding: 20px;
  width: 90%;
  border-radius: 21px;
  border: 1px solid #ffffff;
  background:#fff;
}

.pading-left {
  padding-left: 20px;
}

/*------------------*/


.p0 {
  padding: 0px;
}

.home-integrated-single {
  height: 426px;
  position: relative;
  cursor: pointer;
  display: block;
}

.home-integrated-single-first {
  background-image: url(https://vedamarble.com/images/residential.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.home-integrated-single-secoand {
  background-image: url(https://vedamarble.com/images/office.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.home-integrated-single-third {
  background-image: url(https://vedamarble.com/images/hospitality.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.home-integrated-wrapper .caption-box {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}

.home-integrated-single:hover .caption-box {
  height: 100%;
  background: #f3a50f73;
}

.home-integrated-wrapper .text-box {
  padding-left: 5%;
  transition: all 0.3s ease-in-out;
}

.home-integrated-single:hover .text-box {
  padding-bottom: 10%;
}

.home-integrated-wrapper .text-box img {
  width: 68px;
}

.home-integrated-wrapper h2 {
  font-size: 30px;
  line-height: 35px;
  opacity: 1;
  color: rgb(255 255 255);
  margin-top: 10px;
  font-weight: 600;
}

.home-integrated-single:hover .common-btn {
  opacity: 1;
  margin-top: 25px;
}

.text-box p {
  letter-spacing: 0.2px;
  font-size: 17px;
  padding-bottom: 5px;
  line-height: 29px;
  color: rgb(255 255 255);
  text-align: left;
  font-weight: 400;
}

.text-box .common-btn {
  width: 150px;
  height: 45px;
  background: #f15a29;
  opacity: 0;
  color: rgb(255, 255, 255);
  background: transparent;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: 17px;
  transition: all 0.3s ease-in-out;
  position: relative;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  cursor: pointer;
}

.text-box .common-btn:hover {
  color: #000;
}

.text-box .common-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(255, 255, 255);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
  color: #1f1f1f;
}

.text-box .common-btn:hover:before {
  transform: scaleX(1);
}

/** **************** **/
.call-to-action {
  position: relative;
  padding: 38px 0px;
  background-color: #13b5ea;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

.call-to-action:before:before {
  background-color: rgba(19, 181, 234, 0.90);
}

.call-to-action:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: #222225;
}

.call-to-action h4 {
  position: relative;
  color: #f3a610;
  font-weight: 500;
  margin-top: 12px;
}

.call-to-action .btn-column {
  text-align: right;
}

.theme-btn {
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.btn-style-three {
  position: relative;
  padding: 12px 40px 12px;
  line-height: 25px;
  background: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  border: 2px solid #f3a610;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}

.hm-service {
  padding: 90px 0 0 0;
}

/* ======= */
.clients-section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

.clients-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(180deg, #f2a5143d 0%, #fff 100%);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  z-index: -1;
}

.client-logo {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 9px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.client-logo img {
  max-width: 100%;
  max-height: 77px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.client-logo:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.plus-sign {
  text-align: center;
  font-size: 24px;
  color: #999;
  position: relative;
  margin-bottom: 12px;
  top: 30px;
}

.view-btn {
  display: inline-block;
  background-color: #efa70d;
  color: #fff;
  padding: 12px 35px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 60px;
  transition: 0.3s ease;
}

.view-btn:hover {
  background-color: #efa70d;
  color: #fff;
}

.btn-column a:hover {
  color: #efa70d;
}

.btn-wrap .text-two {
  color: #efa70d !important;
}

/* inner product page */



.product-section {
  margin: 50px 0;
}

.product-item {
  position: relative;
}

.product-item {
  overflow: hidden;
  border-radius: 15px;
}

.product-item {
  position: relative;
  overflow: hidden;
  margin: 15px 0;
}

.product-item img {
  width: 100%;
  display: block;
  transition: transform 0.5s, filter 0.5s;
  filter: brightness(0.8);
  height: 340px;
  object-fit: cover;
}

/* Create a pseudo-element for the border effect */
.product-item::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s ease;
  z-index: 2;
  pointer-events: none;
  border-radius: 15px;
}

.product-item-detail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.product-item-detail h2 {
  color: #fff;
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.4s ease;
  margin: 0;
  letter-spacing: 1px;
  font-size: 24px;
  padding: 8px 30px;
  text-transform: capitalize;
  background-color: #eaad2b;
  width: fit-content;
  border-radius: 10px;
}

/* --- HOVER EFFECTS --- */

.product-item:hover img {
  transform: scale(1.05);
  filter: brightness(1);
  /* Darken image so text pops */
}

.product-item:hover::before {
  opacity: 0;
  transform: scale(1);
}

.product-item:hover .product-item-detail h2 {
  opacity: 0;
  transform: translateY(-20px);
}

/* contact */

.contact-wrapper {
  background-color: #ffffff;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

.contact-wrapper-2 {

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);

}

.left-side {
  padding: 50px 50px 50px 35px;
  position: relative;
  background-color: #fff;
}

.main-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 5px;
  line-height: 1.2;
}

.sub-text {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  line-height: 24px;
  max-width: 400px;
}

.custom-input-group {
  margin-bottom: 40px;
}

.custom-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s;
}

.btn-black {
  background-color: #1a1a1a;
  color: #ffffff;
  border: none;
  padding: 15px 0;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 20px;
}

.right-side {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-yellow-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-color: #eaad2c;

  z-index: 1;
}

.info-card {
  background-color: #1a1a1a;
  /*background: url(https://demo.vedamarble.com/images/footer-bg.jpg)center no-repeat;*/
  color: #fff;
  padding: 55px 40px;
  position: relative;
  z-index: 2;
  margin-right: 50px;
  margin-left: 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.deco-square {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  background-color: #eaad2c;
  z-index: 3;
}

.info-title {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}

.info-icon {
  width: 16px;
  font-size: 20px;
  color: #ffffff;
  margin-right: 16px;
  text-align: center;
}

.info-text a {
  color: #fff;
}

.info-item .info-icon .cont_bx img {
  margin-right: 20px;
}

.breadcrum {
  width: 100%;
  height: 280px;
  background: url(https://vedamarble.com/images/footer-bg.webp) center no-repeat;
  display: flex;
  align-items: center;
  background-size: cover;
}

.breadcrum-heading h1 {
  background-color: #eaad2c;
  width: fit-content;
  padding: 8px 75px;
  font-size: 35px;
  font-weight: 600;
  color: #313131;
  margin: auto;
  letter-spacing: 1px;
  position: relative;
}

.breadcrum-heading h1:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, rgb(234 173 44), rgb(255, 0, 0, 0));
  width: 30px;
  height: 100%;
  right: -29px;
  top: 0;
}

.breadcrum-heading h1:before {
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgb(234 173 44));
  width: 30px;
  height: 100%;
  left: -29px;
  top: 0;
}

.breadcrum-heading {
  display: flex;
}

.aboutus-featured-title h3 {
  font-size: 30px;
  padding-top: 70px;
  padding-bottom: 5px;
}

.about-us-page-sec {
  padding: 0;
  background: url(https://vedamarble.com/images/background-test.webp) no-repeat center;
  background-size: cover;
}

.about-us-page-sec .svg-icon img {
  opacity: 0.7;
}

.about-us-page-sec .featured-icon-box.icon-align-top-content .featured-content {
  padding-top: 17px;
}

.about-us-page-sec .abt-img img {
  position: relative;
}

.blog-nav-tabs {
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-bottom: 30px;
}


/* tabs */
/* Wrapper */
.blog-section-container {
  margin: 0 auto;
  padding: 50px 0;
}

/* Remove nav focus outline */
.blog-category-nav .blog-nav-item:focus {
  outline: none !important;
}

/* Navigation Tabs */
.blog-category-nav {
  border-bottom: none;
  justify-content: space-between;
  margin-bottom: 40px;
  border: 1px solid #4343435c;
  padding: 0 36px;
  border-radius: 35px;
}

.blog-tab-link {
  border: none !important;
  background: transparent !important;
  color: #1a202c;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 5px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.blog-tab-link:hover {
  color: #fca311;
}

/* Active */
.blog-tab-link.active {
  color: #1a202c;
  font-weight: 600;
}

.blog-tab-link.active::after {
  content: '';
  display: block;
  height: 3px;
  background-color: #fca311;
  margin-top: 5px;
  border-radius: 2px;
}

/* Correct Focus (Your main issue fixed) */
.nav-link.blog-tab-link.active:focus {
  outline: none !important;
}

/* Blog Cards */
.blog-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border: 1px solid #6b6b6b33;
  transition: transform 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-card-body {
  padding: 20px;
}

.blog-card-date {
  font-size: 12px;
  color: #888;
  margin-bottom: 8px;
  display: block;
}

.blog-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}


.blog-inner-main {
  padding: 60px 0 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.blog-inn-head {
  margin-bottom: 5px;
}

.blog-inn-head h2 {
  font-size: 34px;
  margin: 0;
  padding-bottom: 10px;
  font-weight: 600;
  line-height: 1.2;
  color: #393939;
}

.blog-in-img {
  text-align: center;
  margin-bottom: 30px;
}

.blog-in-img img {
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
}

.blog-inn-dtls p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #666;
  margin-bottom: 10px;
}

.blog-inn-dtls {
  margin-bottom: 30px;
}

.blog-inn-dtls h3 {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 24px;
}

.post-heading h4 {
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  color: #1e2327;
  margin-bottom: 30px;
  position: relative;
}

.post-heading h4:after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #e8ac2a;
  position: absolute;
  left: 0;
  bottom: -7px;
}

.recent-post {
  position: sticky;
  top: -5px;
}

@media screen and (max-width: 768px) {
  .blog-inn-head h2 {
    font-size: 20px;
  }

  .blog-inner-main {
    padding: 40px 0 30px;
  }

  .blog-in-img img {
    width: 100%;
  }

  .blog-inn-dtls p {
    font-size: 14px;
  }

  .blog-inn-dtls {
    margin-bottom: 20px;
  }

  .blog-inn-dtls h3 {
    font-size: 19px;
  }

  .recent-post {
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .dtls-of-blg h5 {
    font-size: 19px;
  }

  .blog-inn-head {
    margin-bottom: 20px;
  }

  .post-heading h4 {
    font-size: 19px;
  }
}


.blog-grd-box {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  overflow: hidden;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  border: 1px solid rgba(131, 131, 131, 0.2);
}

.dtls-of-blg1 {
  align-content: center;
  padding: 0 10px 0 0;
}

.dtls-of-blg1 a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.img-blg1 {
  width: 35%;
}

.dtls-of-blg1 {
  width: 65%;
}

.img-blg1 img {
  width: 135px !important;
  margin-right: 10px;
}

.featured-desc h3 {
  padding: 20px 0 6px 0;
}

.featured-desc ul li {
  color: #4f4f4fe0;
  padding: 0 0 12px 0;
}


.featured-desc-post-head ul {
  padding-left: 25px;
}

.blog-contact-detail {
  display: flex;
  padding: 2rem 0 0 0;
}

.blog-contact-detail li {
  width: 100%;
  background-color: #e9ac2b;
  padding: 10px 25px;
  border-right: 1px solid #fff;
}

.blog-contact-detail li b {
  font-size: 20px;
}
.blog-contact-detail li a {
  font-size: 16px;
  color:#fff;
}
.blog-contact-detail li a:hover {
	color:#000;
}

.prod-categ {
  position: sticky;
  top: 100px;
}

.featured-ul-li ul {
  display: flex;
  gap: 10px;
  color: #4f4f4fe0;
  padding: 0 0 12px 0;
}

.techinical-title {
  font-weight: 600;
  font-size: 26px;
  color: #272c2f;
  padding-bottom: 10px;
  border-bottom: 2px solid #e0e0e0;
}

.faq-accordion .accordion-item {
  margin-top: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.faq-accordion .accordion-body {
  padding: 15px 20px;
  background-color: #fff;
  border-top: 1px solid #eee;
  font-size: 16px;
}

.faq-accordion .accordion-button {
  background: #e9ad2b;
  color: #3d3d3d;
  font-weight: 600;
  padding: 15px 20px;
  text-align: left;
  width: 100%;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
}

.blog-section {
  padding: 50px 0;
}

#carousel .carousel-control span:hover {
  background-color: #eaad2b;
}

#carousel .carousel-control span:hover {
  background-color: rgb(233 173 43);
}

.hm-industry-box img{
  height: 400px;
}

.hm-industry-name img{
  height: auto;
}

.side_icon {
	position:fixed;
	right:15px;
	top:50%;
	display:block;
	z-index:999;
}
.side_icon ul li {
	margin:10px 0;
}
.side_icon ul li .call_icon {
	width:50px;
	height:50px;
	line-height:50px;
	display:block;
	background:#f3a712;
	border-radius:10px;
	text-align:center;
}
.side_icon ul li .call_icon:hover {
	background:#c98501;
}
.call_icon img {
	width:22px;
	height:auto;
}




.modal-dialog {
	max-width: 600px;
}
.modal-body {
	padding:0px;
	background: url(../images/pop-up-bg.webp) no-repeat center;
	background-size: cover;
}
.modal-header {
	text-align: center;
	background: #f3a712;
	font-size: 20px;
	font-weight: 600;
	padding: 15px 0;
	border-radius: 0px;
}
h6.modal-title {
	color:#fff;
	font-size:20px;
	text-align:center;
	letter-spacing:0.25px;
	font-weight:bold;
	padding-left:20px;
}
.modal-content .close {
	opacity:1;
	padding:0px;
	margin:0px;
	display:contents;
}
.modal-content .close span i {
    position: absolute;
    right: 15px;
    top: 0;
    width: 65px;
    height: 50px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-right: 0;
    color: #130e0b;
    border-radius: 50px 0px 0px 50px;
    cursor: pointer;
}
.modal_lft_data {
	padding: 25px 50px;
}
.pop_up_dtl img {
	width:60px;
	margin:0 auto;
	display:table;
}
.pop_up_dtl span {
	font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.50px;
    text-align: center;
    display: block;
    padding: 5px 0;
}
.pop_up_dtl p {
	font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.50px;
    text-align: center;
    display: block;
    padding-bottom: 15px;
}
.request_form .form-group input {
    display: block;
    width: 100%;
    color: #130e0b;
    font-weight: 500;
    border: 0px;
    border: 1px solid #000;
    line-height: 24px;
    letter-spacing:0.25px;
    padding: 8px 15px;
    font-size: 14px;
    background: #fff;
    margin-bottom:20px;
}
.submit_btn {
    font-size: 16px;
    padding: 15px 25px;
    background: #f3a712;
    color: #fff;
    cursor:pointer;
    display: block;
	width:100%;
    font-weight: 600;
    border:0px;
}
.submit_btn:hover {
	border:0px;
	color:#000;
	background: #c98501;
} 
.qbtn h5:hover {
	background: #c98501;
	color:#000;
}
.qbtn h5 {
    width: 100%;
    max-width: 100%;
    background-color: #f3a712;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 10px;
    border: none;
    cursor: pointer;
	text-align:center;
}
.quick_connect {
    border: #f3a712 thick solid;
    position: fixed;
    width: 210px;
    right: 10px;
    bottom: 10px;
    max-width: 100%;
    background-color: #ffffff;
    padding: 4px;
    z-index: 9999;
}




