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

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

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

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

/*==============end fonts area ==============*/

body{
    font-family: "Inter", sans-serif;
}
 body {
    overflow-x: hidden !important;
  }


a.navbar-brand.inspiretoshine_header{
    display: block;
}

a.navbar-brand.inspiretoshine_header img {
    width: 125px;
}


ul{
	margin: 0px;
}
a{
	text-decoration: none;
}
button:focus, button:a{
	outline: none;
	box-shadow: none;
}
.form-control:focus{
    outline: none;
    box-shadow: none;
}

p {
    color: #000;
}
body {
    overflow-x: hidden;
/*     background: linear-gradient(176.57deg, #000000 11%, #332A53 104.06%); */
    background: #000;

}

.dot {
  z-index: -1;
}

.dot-container {
  overflow: hidden;
/*   background: linear-gradient(176.57deg, #000000 11%, #332A53 104.06%); */
}

.dot {
  display: block;
  font-size: 70px;
  line-height: 1;
  color: transparent;
}

.dot1::before, .dot1::after,
.dot2::before, .dot2::after {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 3em;
  height: 3em;
  content: "●";
  mix-blend-mode: screen;
  animation: 44s -27s move infinite ease-in-out alternate;
  transform-origin: 0 0;
  z-index: -1;
}


.dot1::before {
    text-shadow: 1.1280566355em 0.0793611511em 20px rgb(156 67 160 / 75%), 0.1876322637em 1.0455623408em 20px rgb(115 150 142 / 90%), -0.2678166188em 0.1781995859em 20px rgb(42 91 120 / 79%), 0.4397226883em 0.571864246em 20px rgb(255 16 0 / 0%), 1.3269263231em 0.4899887051em 20px rgb(255 103 0 / 0%), -0.2908080867em 0.8092753108em 20px rgb(43 48 106 / 77%);
    animation-duration: 20s;
    animation-delay: -27s;
}
.dot1::after {
    text-shadow: 1.1508181139em 0.0502231368em 20px rgb(0 29 255 / 79%), -0.3300669282em 1.2842233967em 20px rgba(193, 0, 255, 0.9), 1.2601170091em 0.2382405902em 20px rgba(255, 192, 0, 0.9), 0.2546055605em 1.0137046587em 20px rgba(0, 70, 255, 0.9), -0.3348686005em 0.8121476585em 20px rgb(59 109 96 / 81%), 0.6368084578em 1.2019494147em 20px rgba(255, 0, 80, 0.9);
    animation-duration: 20s;
    animation-delay: -32s;
}
@keyframes move {
  from {
    transform: rotate(0deg) scale(10) translateX(0px);
  }
  to {
    transform: rotate(360deg) scale(10) translateX(0px);
  }
}

html{
    scroll-behavior: smooth;
}
.p-50{
    padding: 50px 0px;
}
.btn-a {
    color: #000;
    background: transparent;
    border: solid 1px #000;
    padding: 5px 50px 5px 50px;
    display: inline-block;
    transition: all 0.5s ease-out;
    font-size: 12px;
    border-radius: 100px;
    font-weight: 600;
}
.btn-a:hover{
    color: #000;
    background: #d2c2ab;
}


.heading h3 {
    font-size: 16px;
    color: #9f6861;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
}
.heading h2 {
    color: #fff;
    /* margin-bottom: 13px; */
        margin-bottom: 46px;
    font-size: 40px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}
.heading p {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
}
.heading h2 span {
    background: linear-gradient(to right, #FF8A5B, #0FA3B1);
    background-clip: text;
    color: transparent;
}
.heading hr {
    width: 54px;
    height: 3px;
    background-color: #9f6862;
    opacity: 1;
    margin: 10px 0px;
    margin-bottom: 20px;
}

.heading h5{
    font-size: 28px;
     font-family: "Inter", sans-serif;
    text-transform: uppercase;
    color: #414042;
}

.heading.heading-center {
    text-align: center;
}
.heading.heading-center hr {
    margin: 20px auto 20px;
}

 .container-fluid{
    width: 93%;
}
.heading.arrow-head {
    display: flex;
    align-items: center;
}
.heading.arrow-head h2{
    margin-bottom: 0px;
}
/*long arrow*/
.aro-lft {
    margin-right: 25px;
}
.aro-rgt {
    margin-left: 25px;
}
.aro-lft img {
    vertical-align: baseline;
}
.heading.arrow-head {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.heading.arrow-head p{
    margin-bottom: 0px;
}
.arrow-head .long-arrow-img {
    bottom: 0px;
}


.owl-dots {
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
}
.owl-dots .owl-dot {
    width: 30px;
    height: 4px;
    margin: 0 5px;
    background: #fff !important;
    outline: 0;
    cursor: pointer;
    transition: .25s ease-in-out;
    text-align: center;
    border-radius: 210px;
}
.owl-dots .owl-dot.active {
    background: #09798e !important;
}

/*end long arrow*/


/* .main {
    position: relative;
    z-index: 99;
} */

/* ============= hader area ==============*/

.header-area {
    padding: 0px 0px;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
    box-shadow: 0px 0px 4px #e4008a17;
    padding: 15px 0px;
    background: #0b0b0bde;
}

.header-area.fixed {
    position: fixed;
    width: 100%;
    animation: slideDown 0.35s ease-out;
    background-color: #000000c7;
    padding: 0px 0px;
}
.header-area.fixed .navbar-brand img {
    width: 50px;
    transition: all 0.6s;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.mega-clm a.megamenu-column-header {
    padding: 7px 10px 7px 6px !important;
    color: #9f6862 !important;
}


.header-area .navbar-brand {
    padding: 0px;
    position: relative;
    margin-right: 0px;
    width: 125px;
}
.header-area .navbar-brand img {
    width: 50px;
    /* width: 44px; */
}

.header-area .navbar-brand.inspiretoshine img {
    width: 125px;
}
/*.header-area .navbar-brand img {
    width: 185px;
}*/
.main-header .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
    transition: all 0.5s;
    padding: 10px 9px;
    position: relative;
    font-family: "Inter", sans-serif;
}
.nav-link.dropbtn.megamenu-column-header:after {
    margin-left: 7px;
    font-family: "FontAwesome";
    content: "\f078";
    font-size: 11px;
}
.main-header .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}
.main-header #collapsibleNavbar {
    justify-content: center;
    align-items: center;
}
#collapsibleNavbar .navbar-nav {
    margin-right: 0px;
    background: #090909;
    border: 1px solid #666666;
    border-radius: 100px;
    padding: 0px 15px;
}
/*on hover dropdown*/
.header-area .navbar .dropdown {
  position: relative;
  display: inline-block;
}
.header-area .navbar .dropdown-content {
    display: none;
    position: fixed;
    top: 90px;
    background-color: #fff;
    width: max-content;
    min-width: 200px;
    box-shadow: 0px 4px 10px 5px #aeadad17;
    z-index: 99;
    padding: 0px;
}
.header-area .navbar .dropdown:hover .dropdown-content {
    display: block;
}
.header-area .navbar .dropdown-content a {
    color: black;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    font-size: 13px;
    display: block;
}
.header-area .navbar .dropdown-content li {
    border-bottom: solid 1px #b3b3b34f;
    list-style: none;
}
.header-area .navbar .dropdown-content li:last-child{
    border: none;
}

.header-area .navbar .dropdown-content a:hover {
    background-color: #f5f5f5;
    color: #9f6862 !important;
}
header nav ul.dropdown-content li a:after {
    display: none;
}

/*on hover dropdown*/
.mega-clm {
    padding-top: 10px;
    border-left: 1px solid rgba(0,0,0,.07);
    padding-bottom: 5px;
}

.navbar .dropdown-content.cstm-drop-menu {
    width: 1140px;
    left: 10%;
    right: 0;
    top: 122px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    padding-bottom: 20px;
    padding-top: 0px;
}
.navbar .dropdown:hover .dropdown-content,
.navbar .dropdown .dropdown-content:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
}
.megamenu-column-header {
    font-size: 15px;
    color: #9f6862;
    font-family: "Inter", sans-serif;
}
.cstm-drop-menu span.megamenu-column-header {
    text-transform: uppercase;
    margin-bottom: 6px !important;
    display: block;
}
.main-header .navbar-dark .navbar-nav .mega-clm .nav-item .nav-link {
    padding: 3px 5px;
    text-transform: capitalize;
    color: #000;
    font-size: 13px;
    font-family: "Inter", sans-serif;
}
.header-area .navbar .link_has_dash .nav-item a {
    padding: 3px 5px 2px 15px;
}

/* ============ end hader area =============*/


/*======== banner area =========*/
.enter-area {
    height: 100vh;
    width: 100%;
	overflow:hidden;
    position: relative;
}
.enter-area:after {
    content: '';
    background-color: #000000b8;
    position: absolute;
    height: 100%;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.enter-area video {
    /* width: 100%; */
    width: 108%;
    height: 103vh;
    object-fit: cover;
}


.enter-area-two {
    height: 100vh;
    width: 100%;
    overflow:hidden;
    position: relative;
}
.enter-area-two:after {
    content: '';
    background-color: #000000b8;
    position: absolute;
    height: 100%;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.enter-area-two video {
    /* width: 100%; */
    width: 108%;
    height: 103vh;
    object-fit: cover;
}

.enter-content {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.enter-content h1 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 58px;
    font-weight: 600;
    
}

.enter-content h1 .eng{
    text-shadow: 3px 2px 7px #000000c9;
}
.enter-content h1 .lab {
    font-size: 64px;
    background: linear-gradient(90deg, #22d3ee 20%, #c084fc 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
}
.enter-content p {
    font-size: 30px;
    color: #fff;
    margin-bottom: 0px;
    text-shadow: 2px 2px 6px #000000c9;
}

/* .banner-buttons a {
    padding: 10px 21px;
    display: inline-block;
    border: solid 1px #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 100px;
    margin: 100px 20px 0px 20px;
    transition: all 0.5s;
}
.banner-buttons a.active {
    background-color: #61b0ef;
    border: solid 1px #61b0ef;
}
.banner-buttons a:hover {
    background-color: #61b0ef;
    border: solid 1px #61b0ef;
}
 */
.banner-buttons {
    display: flex;
    justify-content: center;
}
.btn-x {
    margin: 75px 7px 20px;
    width: 290px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.btn-x.active::before {
    background-color: #60b0ef;
    color: #fff;
}
.btn-x::before {
    content: attr(content);
    position: absolute;
    width: 286px;
    height: 46px;
    z-index: 1;
    background-color: #000000;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    color: #fff;
}
.btn-x.active::before {
    background-color: #0B1243;
    color: #fff;
}
.btn-x:hover::before {
  	background-color: #0B1243;
    color: #fff;
}

.btn-x::after {
    content: "";
    width: 400px;
    height: 400px;
    position: absolute;
    border-radius: 50px;
    background: conic-gradient(
		#7DCBFF 0%12.5%,
		#7DCBFF 12.5%25%,
		#7DCBFF 25%37.5%,
		#7DCBFF 37.5%50%,
		#4f55e0 50%62.5%,
		#4f55e0 62.5%75%,
		#4f55e0 75%87.5%,
		#4f55e0 87.5%100%
	);
    animation: border-animation 5s linear infinite;
    -webkit-animation: border-animation 5s linear infinite;
}

@keyframes border-animation {
	to {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}


.enter-btn {
    position: absolute;
    bottom: 110px;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.enter-btn button {
    background: transparent;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #fff;
    font-size: 16px;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}


/*@media screen and (min-width: 768px) {
    .navbar-expand-lg .navbar-collapse {
        display: none !important;
    }
    .navbar-expand-lg .navbar-collapse.show {
        display: flex!important;
    }
    
}*/

/*======== end banner area =========*/


/*======= our focus area ======*/

.our-focus {
    padding: 80px 0px 40px;
    position: relative;
}
.our-focus .heading p {
    margin-bottom: 50px;
}
.focus-bg {
    background-image: url(../images/diamatrix-web-animation1final1.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.focus-bx {
    text-align: center;
    padding: 60px 0px;
}
.focus-bx h4 {
    color: #fff;
    font-size: 22px;
    margin-top: 17px;
}
.focus-bx p {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    margin-top: 14px;
}
.our-focus:after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.50) 0%, rgba(255, 255, 255, 0.28) 49.84%, rgba(0, 0, 0, 0.50) 100%);
    height: 2px;
    width: 100%;
    bottom: 0px;
    content: '';
    position: absolute;
}
.focus-bx img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

/*====== technical  ========*/
.technical-foundation {
    padding: 80px 0px 0px;
    position: relative;
}

.technical-foundation:after{
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.50) 0%, rgba(255, 255, 255, 0.28) 49.84%, rgba(0, 0, 0, 0.50) 100%);
    height: 2px;
    width: 100%;
    bottom: 0px;
    content: '';
    position: absolute;
}


.technical-foundation .content-section {
    border-radius: 20px;
    background: rgba(7, 11, 44, 0.35);
    padding: 9px;
    margin-bottom: 80px;
}
.technical-foundation .inner-content {
  border-radius: 18px;
  border: 1.5px solid rgba(6, 34, 198, 0.35);
  background: radial-gradient(58.15% 56.02% at 50.1% 50%, #0B1455 0%, #0B1141 22.6%, #0C1140 49.12%, #090912 99.04%);
  padding: 60px 50px;
}

.technical-foundation .inner-content h2 {
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
  opacity: 0.2;
  margin-bottom: 34px;
}
.technical-foundation .inner-content h3 {
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
}
.technical-foundation .inner-content hr {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.50) 0%, rgb(255 255 255) 49.84%, rgba(0, 0, 0, 0.50) 100%);
  height: 2px;
  margin: 30px auto;
}

.technical-foundation .content-section ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.technical-foundation .content-section ul li {
    margin-bottom: 18px;
    position: relative;
    padding-left: 20px;
    color: #FFF;
    font-family: Inter;
    font-size: 17px;
    font-weight: 400;
}

.technical-foundation .content-section ul li::before {
  content: '•';
  color: #ffffff;
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: -5px;
}

.technical-foundation .content-section p {
  margin-top: 20px;
  color: #fff;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
}
.technical-foundation .left-scroll-content {
  padding-right: 110px;
}
.technical-foundation .left-scroll-content .heading {
  margin-bottom: 50px;
}
/* Right Fixed Image Area */
.technical-foundation .right-fixed-image {
  transition: background-color 0.5s ease;
  position: sticky;
  top: 150px;
  padding-left: 50px;
}

.technical-foundation .right-fixed-image img {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    position: absolute;
    width: 70%;
    border-radius: 20px;
}

.technical-foundation .right-fixed-image img.active {
  opacity: 1; /* Make image visible */
}



/*=======  Benefits =========*/
.benefits {
    padding: 50px 0px 60px;
    position: relative;
}
.benefits:after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.50) 0%, rgba(255, 255, 255, 0.28) 49.84%, rgba(0, 0, 0, 0.50) 100%);
    height: 2px;
    width: 100%;
    bottom: 0px;
    content: '';
    position: absolute;
}
.benefits-bx {
    height: 580px;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 30px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.benefits-bx:after{
    content: '';
    background: rgba(11, 20, 85, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.benefits-bx:hover::after {
    opacity: 1;
}
.benefits .heading {
    margin-bottom: 45px;
}
.benefits-img {
    text-align: center;
    margin-bottom: 20px;
    transition: transform 0.5s ease, text-align 0.3s ease;
    width: 100%;
    position: relative;
    z-index: 99;
}
.benefits-img img {
    width: 80px;
    height: 90px;
    object-fit: contain;
}
.benefits-img h4 {
    color: #fff;
    font-size: 24px;
    margin-top: 22px;
}

.benefits-bx:hover {
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}
.benefits-bx:hover .benefits-img {
    transform: translateY(-20px);
    margin-bottom: 0px;
}

.benefits-ul {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(10px);
    transition: all 0.6s ease;
    width: 100%;
    z-index: 99;
}
.benefits-bx:hover .benefits-ul {
  max-height: 580px;
  opacity: 1;
  transform: translateY(0);
}

.benefits-bx:hover .benefits-ul {
  height: 100%;
  opacity: 1;
}
.benefits-ul ul {
    padding-left: 17px;
}
.benefits-ul ul li {
    position: relative;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 17px;
}



/*our products*/
.our-products {
    padding: 50px 0px 60px;
    position: relative;
}
.our-products:after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.50) 0%, rgba(255, 255, 255, 0.28) 49.84%, rgba(0, 0, 0, 0.50) 100%);
    height: 2px;
    width: 100%;
    bottom: 0px;
    content: '';
    position: absolute;
}
.our-products .heading {
    margin-bottom: 60px;
}
.stone-tab-nav .nav-pills .nav-link {
    text-align: left;
    color: #fff;
    font-size: 18px;
    padding: 18px 18px;
    background-color: transparent;
    margin: 20px 0px 0px;
    border-radius: 14px;
    font-weight: 300;
    /* border: solid 1px #218195; */
}
.stone-tab-nav .nav-pills .nav-link img {
    margin-right: 18px;
}

/* .stone-tab-nav .nav-pills .nav-link.active {
    color: #fff;
    border-radius: 20px;
    background: linear-gradient(270deg, #218195 0%, #332A53 100%);
    border: solid 1px #218195;
} */

.stone-tab-nav .nav-pills .nav-link.semiconductor {
     background: linear-gradient(90deg, #0A0A18 0%, #150d41 100%);
}

.stone-tab-nav .nav-pills .nav-link.quantum  {
    background: linear-gradient(90deg, #23778E 0%, #031060 100%);
}

.stone-tab-nav .nav-pills .nav-link.diamond-coating {
        background: linear-gradient(90deg, #0A0A18 0%, #150d41 100%);
}

.stone-tab-nav .nav-pills .nav-link.diamond-tooling {
    background: linear-gradient(90deg, #23778E 0%, #0A2228 100%);
}

.stone-tab-nav .nav-pills .nav-link.active {
/*     margin-bottom: 0px; */
    color: #fff;
    border-radius: 14px 14px 0px 0px;
}

.stone-tab-nav .nav-pills .collapse {
    border-radius: 0px 0px 14px 14px;
	margin-bottom: 0px;
}
.nav.flex-column.nav-pills.sub-nav-pills {
    padding-bottom: 15px;
}

.stone-tab-nav .nav-pills #v-pills-semiconductor-subtabs {
    background: linear-gradient(90deg, #0A0A18 0%, #150d41 100%);
}

.stone-tab-nav .nav-pills #v-pills-quantum-subtabs {
    background: linear-gradient(90deg, #23778E 0%, #031060 100%);
}

.stone-tab-nav .nav-pills #v-pills-diamond-coating-subtabs {
    background: linear-gradient(90deg, #0A0A18 0%, #150d41 100%);
}

/* .stone-tab-nav .nav-pills #v-pills-diamond-tooling-tab {
    background: linear-gradient(90deg, #23778E 0%, #0A2228 100%);
    border-radius: 14px 14px 14px 14px;
} */


.stone-tab-nav .nav-pills #v-pills-diamond-tooling-tab {
    border-radius: 14px 14px 14px 14px;
    background: linear-gradient(90deg, #23778E 0%, #031060 100%);
    padding-bottom: 25px;
}


div#v-pills-diamond-tooling-subtabs {
   background: linear-gradient(90deg, #23778E 0%, #031060 100%);
    border-radius: 0px 0px 14px 14px;
    margin-top: -11px;
}


.products-slide {
    margin-top: 19px;
}
.products-bx {
    background-color: #201C3F;
    border-radius: 14px;
    overflow: hidden;
}
.products-img img {
/*     height: 221px; */
	height:252px;
    object-fit: cover;
    object-position: bottom;
}
.products-cnt {
    padding: 40px 80px;
}
.products-cnt h3 {
    color: #218195;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.products-cnt p {
    color: #FFF;
    font-size: 17px;
}
.products-cnt ul {
    padding-left: 25px;
}
.products-cnt ul li {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 9px;
}
.products-cnt ul li strong {
    font-weight: unset;
    width: 32%;
    display: inline-block;
}

.download-btn {
    border-radius: 16px;
    background: linear-gradient(270deg, #218195 0%, #332A53 100%);
    display: inline-block;
    padding: 9px 15px;
/* 	 padding: 9px 20px; */
    color: #fff;
    margin-top: 20px;
}
.download-btn:hover{
   color: #fff; 
}
.products-cnt ul li span {
    position: relative;
    padding-left: 42px;
    width: 66%;
    display: inline-block;
}
.products-cnt ul li span:after {
    content: ':';
    position: absolute;
    left: 0;
}
.stone-tab-content {
    padding-left: 50px;
}

.stone-tab-nav .sub-nav-pills .nav-link {
    padding-left: 30px; /* Adjust as needed for indentation */
    font-size: 0.9em; /* Make sub-tabs slightly smaller */
    /* Add any other styling you want for sub-tabs */
}

.stone-tab-nav .nav-pills.sub-nav-pills .nav-link.active{
    background: transparent;
    border: none;
    color: #fff;
}
.stone-tab-nav .nav-pills.sub-nav-pills .nav-link {
    background: transparent;
    border: none;
	margin-top: 7px;
    margin-bottom: 0px;
    padding: 0px 10px 12px 63px;
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    position: relative;
}
.products-slide .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: 0;
    top: 48%;
    left: 5px;
}
.products-slide .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 48%;
    right: 5px;
}
.products-slide .owl-carousel .owl-nav button.owl-next, .products-slide .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    font-size: 20px;
    line-height: 42px;
    color: #ffffff;
    background-color: transparent;
    box-shadow: none;
}
/* 
.stone-tab-nav .nav-pills.sub-nav-pills .nav-link.active:before {
    background-color: #bfbfbf;
}
.stone-tab-nav .nav-pills.sub-nav-pills .nav-link:before {
    content: '';
    background-color: transparent;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 27px;
    top: 4px;
    border-radius: 100px;
    border: solid 2px #ffffff;
} */
.stone-tab-nav .nav-pills.sub-nav-pills .nav-link:before {
    content: '';
    width: 18px;
    height: 18px;
    left: 25px;
    top: 2px;
    position: absolute;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 50%;
}
.stone-tab-nav .nav-pills.sub-nav-pills .nav-link.active:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 30px;
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
}



/*contact area */
.partner-us {
    padding: 50px 0px 50px;
}
.partner-us .heading {
    margin-bottom: 60px;
}
.contact-from-info .form_inner .form-control {
    padding: 13px 18px 13px;
    color: #fff;
    border-bottom: solid 2px #535353;
    background-color: transparent;
    margin-bottom: 22px;
    border-radius: 16px;
    border: 1px solid #FFF;
    font-size: 16px;
}
.contact-from-info .input_box label {
    color: #fff;
    font-size: 19px;
    margin-bottom: 10px;
}
.contact-from-info .form_inner select option {
    color: #000;
}
.contact-from-info .form_inner .form-control::placeholder {
  color: #353434;
  opacity: 1; /* Firefox */
  font-weight: 500;
}
.contact-from-info .form_inner .form-control::-ms-input-placeholder { /* Edge 12-18 */
  color: #353434;
  font-weight: 500;
}
.contact-from-info .form_inner textarea.form-control {
    min-height: 120px;
}
.contact-from-info .form_inner button {
    border-radius: 16px;
    background: linear-gradient(270deg, #218195 0%, #332A53 100%);
    display: inline-block;
    padding: 9px 20px;
    color: #fff;
    margin-top: 20px;
}
.contact-from-info .form_inner h2 {
    color: #414042;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.contact-from-info .form_inner button img {
    margin-right: 5px;
}
.contact-bx h5 {
    color: #414042;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.contact-bx a {
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: flex-start;
}
.contact-bx {
    margin-bottom: 50px;
}
.contact-bx a img {
    margin-right: 25px;
}
.map-area iframe {
    width: 100%;
    height: 300px;
    border-radius: 30px;
}

.social_icons {
    margin-top: 30%;
    text-align: right;
}
.social_icons a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: #fff;
    color: #000;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 0px;
}




/*========== footer area   ==========*/
.footer-area {
    padding: 50px 0px 0px;
    position: relative;
}
.footer-area:after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.50) 0%, rgba(255, 255, 255, 0.28) 49.84%, rgba(0, 0, 0, 0.50) 100%);
    height: 2px;
    width: 100%;
    top: 0px;
    left: 0;
    content: '';
    position: absolute;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-logo hr {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.50) 0%, rgba(255, 255, 255, 0.28) 49.84%, rgba(0, 0, 0, 0.50) 100%);
    height: 2px;
    opacity: 1;
    width: 60%;
    margin: 35px 0px 25px;
}

.footer-logo img {
    width: 80px;
}
.footer-logo p {
    margin-bottom: 0px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 25px;
    margin-left: 50px;
    width: 80%;
}
.footer-head {
    color: #fff;
    margin-bottom: 26px;
    font-size: 20px;
}
.footer-menu ul {
    padding-left: 0px;
    text-align: right;
}
.footer-menu ul li {
    list-style: none;
    padding: 0px 0px 0px 31px;
    display: inline-block;
}
.footer-menu ul li a {
    margin-top: 19px;
    margin-bottom: 0px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}


.footer-form p {
    margin-bottom: 16px;
    font-size: 14px;
    color: #464545;
    font-weight: 400;
    line-height: 20px;
}
.footer-form form .input-form {
    position: relative;
}
.footer-form form .input-form .form-control {
    padding: 10px 120px 10px 20px;
    border-radius: 30px;
    background-color: transparent;
    border: solid 1px #ffffff;
    color: #fff;
    font-size: 15px;
}
.footer-form form .input-form .form-control::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.footer-form form .input-form .form-control::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}

.footer-form button {
    background-color: #0C1140;
    color: #fff;
    padding: 10px 15px 10px;
    display: inline-block;
    font-size: 14px;
    border-radius: 28px;
    position: absolute;
    right: 1px;
    top: 2px;
    border: none;
    transition: all 0.5s;
}
.footer-form button:hover{
    color: #000;
    background: #d2c2ab;
}
.bottom-footer {
    padding: 40px 0px 40px;
    font-size: 17px;
    text-align: center;
    margin-top: 60px;
    position: relative;
}

.bottom-footer:before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.50) 0%, rgba(255, 255, 255, 0.28) 49.84%, rgba(0, 0, 0, 0.50) 100%);
    height: 2px;
    width: 100%;
    top: 0px;
    left: 0;
    right: 0;
    content: '';
    position: absolute;
}

.bottom-footer .copy-foot {
    margin-bottom: 0px;
    color: #fff;
}
.inner-foot-botm p a {
    color: #fff;
    padding-left: 70px;
    cursor: pointer;
}

.inner-foot-botm {
    display: flex;
    justify-content: space-between;
}

.form_inner .input_box.captcha-inp {
    position: relative;
}
.form_inner .input_box.captcha-inp span {
    position: absolute;
    right: 1px;
    top: 1px;
}
.form_inner .input_box.captcha-inp span img {
    border-radius: 0px 16px 15px 0px;
    height: 50px;
}
.form_inner .input_box.captcha-inp  #refresh_captcha {
    position: absolute;
    right: -41px;
    top: 8px;
}
.cmn-modal .modal-dialog {
    height: 100%;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}
#resultget_in_touch {
    color: #fff;
    margin-top: 13px;
}


.cmn-modal .modal-body {
    height: 551px;
}
.cmn-modal .modal-body h2 {
    font-size: 20px;
    margin: 15px 0px;
    color: #000;
}
.cmn-modal .modal-body {
    font-size: 14px;
}
.cmn-modal ul {
    margin: 13px 0px 12px;
}
/*========== end footer area   ==========*/













