@font-face {
    font-family: 'against';
    src: url('/fonts/against-Regular.woff2') format('woff2'),
        url('/fonts/against-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'against-new';
    src: url('/fonts/against-Regular-new.woff2') format('woff2'),
        url('/fonts/against-Regular-new.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'against-regular-new';
  src: url(/fonts/against-regular.ttf) format('truetype'),
       url(/fonts/against-regular.woff) format('woff');
}

*{
	margin: 0px;
	padding: 0px;
}
body {
    overflow-x: hidden;
}
header {
    width: 100%;
    background-color: #f8f8f8;
    padding: 10px 0;
}
body {
    margin: 0px;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.left-menu, .right-menu {
	display: flex;
	align-items: center;
	width: 31%;
	padding-bottom: 5px;
}

.menu-left ul, .menu-right ul {
    display: flex;
    gap: 20px;
    list-style: none;
}

.menu-left a, .menu-right a {
    text-decoration: none;
    color: #04437D;
    padding: 5px 16px;
	font-family: "aktiv-grotesk", sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	display:inline-block;
}
.menu-left li:hover a, .menu-right li:hover a{
	color: #A49460;
}
	.right-menu ul.menu-right,
	.left-menu ul.menu-left {
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 0px;
		margin: 0px;
}
.right-menu ul.menu-right li.active,
	.left-menu ul.menu-left li.active,
	.right-menu ul.menu-right li,
	.left-menu ul.menu-left li{
		list-style: none;
		position: relative;
	}

.right-menu ul.menu-right li:after,
.left-menu ul.menu-left li:after,
.right-menu ul.menu-right li.active:after,
.left-menu ul.menu-left li.active:after
{
	content: '';
	position: absolute;
	bottom: 0px;
	width: 0%;
	height: 1px;
	background: #A49460;
	-webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	transition: all 0.5s;
	left: 0px;
}
.right-menu ul.menu-right li.active:after,
.left-menu ul.menu-left li.active:after,
.right-menu ul.menu-right li:hover:after,
.left-menu ul.menu-left li:hover:after{
	width: 100%;
	left: 0px;
}
.right-menu ul.menu-right li.active a,
.left-menu ul.menu-left li.active a{
	color: #A49460 !important;
}
	header.topmenu {
		padding: 10px 0px;
		height: 100px;
		display: flex;
		background: #fff;
		align-items: center;
		padding-bottom: 18px;
	}
	header.topmenu nav.navbar {
		width: 100%;
		align-items: flex-end;
		max-width: 100%;
		padding: 0px;
	}
.client-wraper .owl-nav button.owl-next:before, .client-wraper .owl-nav button.owl-prev:before {
    content: "" !important;
}
/* header style end */
section.stripe {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.banner_top {
    background: url(/wp-content/uploads/2024/10/shutterstock_2477130377a.jpg);
    height: calc(100vh - 100px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
}
section.banner_top:after {
    content: '';
    background: rgb(164 148 96 / 52%);
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 1s ease;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.container{
	max-width: 1300px;
}
section.banner_top .banner_content {
    display: flex;
    flex-direction: column;
	height: calc(100vh - 100px);
	justify-content: center;
	position: relative;
	z-index:1;
}
.banner_content h1{
	font-size: 60px;
	width: 45%;
	color: #fff;
	margin-bottom: 20px;
	font-family: 'against';
}
.banner_content p{
	 color: #fff;
    text-transform: uppercase;
	font-family: "aktiv-grotesk", sans-serif;
    font-size: 25px;
	font-weight: 400;
	width: 27%;
}
a.banner-btn {
    color: #fff;
    font-size: 16px;
    padding: 13px 24px;
    border: 1px solid #fff;
    display: flex;
    font-family: "aktiv-grotesk", sans-serif;
/*     place-self: flex-start; */
    letter-spacing: 0.5px;
	font-weight: 400;
	margin-top: 15px;
	transition: all 0.5s;
}
.slider-btn {
    display: flex;
}
.aboutus-wrape .right {
    display: flex;
    justify-content: space-between;
}
a.banner-btn:hover {
    background: #a39262;
    border: 1px solid #a39262;
    text-decoration: none;
}
.aboutus-wrape {
    display: flex;
    padding: 0px;
}
.aboutus-wrape .left, .aboutus-wrape .right {
    padding: 0px;
    display: flex;
    flex-direction: column;
}
.aboutus-wrape .left {
    padding-right: 15px;
}
.aboutus-wrape .right {
    padding-left: 15px;
}
.about-img img {
    width: 100%;
}
.aboutus-wrape .left h2{
	font-size: 44px;
	color: #04437D;
	font-family: 'against';
	margin-bottom:20px;
}
.aboutus-wrape .left h3{
	font-size: 30px;
	font-family: "aktiv-grotesk", sans-serif;
	color: #A49460;
	letter-spacing: 1px;
	margin-bottom: 27px;
}
.hallmarking .hall-inner p,
.aboutus-wrape p{
	font-size: 16px;
	color: #434343;
	font-family: "aktiv-grotesk", sans-serif;
}
.aboutus-wrape .left p{
	margin-bottom: 45px;
}
.aboutus-wrape .right p{
	margin-bottom:18px;
	margin-top: 30px;
}
.read-btn {
    display: flex;
}
a.readmore-btn {
    padding: 13px 34px;
    border: 1px solid #A49460;
    color: #A49460;
    font-size: 16px;
	font-family: "aktiv-grotesk", sans-serif;
}
a.readmore-btn:hover{
	text-decoration: none;
	background: #a49460;
	color: #fff;
}
section.aboutus .read-btn a.readmore-btn {
    background: #a49460 !important;
	color: #fff !important;
	transition: all 0.5s;
}
section.aboutus .read-btn a.readmore-btn:hover{
	background: none !important;
	color: #a49460 !important;
	border: 1px solid #a49460;
}
.our-products,
section.aboutus {
    padding: 130px 0px;
}
section.aboutus{
	padding-top: 50px;
}
.our-products{
	background: #A49460;
}
.pro-img img {
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.product-list {
    position: relative;
}
.full-new-content .content h3.abouttitle,
.product-inner h2 {
    font-size: 44px;
    color: #fff;
    font-family: 'against';
    width: 100%;
    margin-bottom: 50px;
}
.full-new-content .content h3.abouttitle{
	color: #04437D;
}
.product-inner h4{
	text-align: center;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 0px;
	font-family: "aktiv-grotesk", sans-serif; 
	color: #1D1D1D;
	font-weight: 500;
	transition: all 0.5s;
}
.product-wraper .pro-img:hover h4 {
    color: #A49460;
}
section.our-products .product-inner {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    justify-content: space-between;
}
.product-inner .product-wraper {
    padding: 0px;
    width: 32%;
    max-width: 32%;
    flex: 0 0 32%;
	margin-bottom: 30px;
}
.product-wraper .pro-img {
    background: #fff;
    padding: 15px;
}
.product-list .backside{
	display:block;
	position: absolute;
	top: 0px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	opacity:0;
	visibility:hidden;
	transition:all 1s ease-in-out;
}
.product-wraper .pro-img:hover .product-list .backside{
	opacity:1;
	visibility:visible;
}
.backside p{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    width: 90%;
    margin: 0px;
    font-family: "aktiv-grotesk", sans-serif;
	transition: all 1s ease;
}
.product-wraper .pro-img:hover .product-list:before {
    content: '';
    background: rgb(164 148 96 / 60%);
    width: 100%;
    height: 100%;
    position: absolute;
}
.product-list:before {
    content: '';
    background: rgb(164 148 96 / 60%);
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 1s ease;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 0;
}

.product-wraper .pro-img:hover .product-list:before{
	height: 100%;
}
section.our-services {
	padding: 130px 0px;
	background: #e4dfd0;
}
.client-logo h2,
section.our-services h2 {
    font-size: 44px;
    color: #04437D;
    font-family: 'against';
    width: 100%;
    margin-bottom: 50px;
}
.serives-wraper .right {
    display: flex;
    justify-content: space-between;
}
.services-inner .serives-wraper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.serives-wraper h3 {
    margin: 0;
    font-size: 25px;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 500;
    color: #A49460;
}
.serives-wraper .right p{
	font-size: 18px;
	color: #777777;
	margin: 0;
	font-family: "aktiv-grotesk", sans-serif;
	width: 100%;
	line-height: 30px;
}

.services-inner .serives-wraper:first-child {
	padding: 0px;
	border: 0;
}
.serives-wraper .right {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.services-inner .serives-wraper {
    display: flex;
    align-items: center;
    justify-content: center;
/*     padding: 25px 0px;
	border-bottom: 1px solid #d8d8d870; */
	margin: 0px;
}
.services-inner {
    padding: 0px;
}
.serives-wraper .right,
.serives-wraper .left {
	padding: 22px 0px;
	border-bottom: 1px solid #A49460;
}
.serives-wraper .gap-info {
    display: flex;
    align-items: center;
    justify-content: center;
}
.serives-wraper .read-btn {
    display: none;
}
section {
    position: relative;
}
div.anchorposition {
    position: absolute;
    top:-70px;
    width: 100%;
    height: 0px;
    display: inline;
}
.ourhistory h4 {
    color: #A49460 !important;
    margin-top: 20px;
    text-transform: capitalize;
}
section.googlemap iframe {
    min-height: 100vh;
}
/* .services-inner .serives-wraper:hover .read-btn{
	display: block;
} */

/* .services-inner .serives-wraper:hover {
	transition: background 1s;
} */
.services-inner .serives-wraper:hover .gap-info {
/* 	background: #a494600a; */
/* 	transition: background 1s; */
}


.services-inner .serives-wraper:first-child:hover {
    background: none !important;
}
.rings-new-carousel .owl-stage,
.onsale-carousel .owl-stage,
.clients-carousel .owl-stage {
    display: flex;
}
.clients-carousel {
    overflow: hidden;
	display:flex;
}
section.client-logo {
    background: #F2F2F2;
    padding: 130px 0px;
}
img.client-img {
    width: 100%;
}
.client-logo .client-wraper {
    padding: 0px;
}
.client-logo h2 {
    margin-bottom: 40px;
}
section#clientlogo {
    position: relative;
    height: auto;
    padding: 80px 0;
}
.client-wraper .owl-nav.disabled {
    display: block !important;
    position: absolute;
	right: 0;
	top: -108px;
}
.client-wraper button.owl-prev,
.client-wraper button.owl-prev {
    border: 0;
}
.owl-nav button.owl-next span,
.owl-nav button.owl-prev span {
    background: #fff;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
	justify-content: center;
	border-radius: 100px;
	border: 0px;
	font-size: 0px;
}
.client-wraper .owl-nav button:focus-visible,
.client-wraper .owl-nav button:active,
.client-wraper .owl-nav button, .client-wraper .owl-nav button:focus {
    border: 0px !important;
	outline: none;
}
.client-logo .owl-nav button span:after {
    content: '';
    background: url(/wp-content/uploads/2024/10/arrow-right-small.png);
    position: absolute;
    width: 22px;
    height: 12px;
}
.client-logo .owl-nav button.owl-next span:after {
    rotate: 180deg;
}
.client-wraper .owl-nav button:hover span {
    background: #00215C;
}
.client-wraper .owl-nav button:hover span:after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(14%) hue-rotate(212deg) brightness(104%) contrast(104%);
}
section#clientlogo .item.box {
    background: #fff;
    width: 187px;
    height: 187px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
section#clientlogo .item.box img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-size: cover;
}
.client-wraper .owl-nav button.owl-next,
.client-wraper .owl-nav button.owl-prev {
    margin-right: 8px;
	background: transparent;
	border: 0px !important;
}
.hand-rings .about-img {
    display: flex;
}
.hand-rings .aboutus-wrape h3 {
    font-size: 30px;
    color: #A49460;
	margin-bottom: 10px;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.hand-rings .aboutus-wrape h5 {
    color: #A49460;
	margin-bottom: 10px;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	margin-top: 20px;
}
.hand-rings .aboutus-wrape h2 {
    font-size: 44px;
    color: #04437D;
    font-family: 'against';
    margin-bottom: 20px;
	width: 100%;
}
/* .hand-rings .aboutus-wrape .right {
    justify-content: inherit;
} */

.hand-rings .aboutus-wrape .about-img .right {
    justify-content: inherit;
    padding: 0px;
    position: relative;
}
.hand-rings .aboutus-wrape .about-img .right h4.last {
	color: #A49460;
	position: absolute;
	bottom: 0;
	padding: 50px 0px;
	text-transform: capitalize;
}
.hand-rings .aboutus-wrape{
	flex-wrap: wrap;
}
.hand-rings .about-img h4 {
    font-size: 18px;
    color: #1D1D1D;
/* 	font-family: "aktiv-grotesk", sans-serif; */
	font-weight: 500;
	text-transform: capitalize;
	font-family: "aktiv-grotesk", sans-serif;
}
.hand-rings .about-img .right h3 {
    font-size: 18px;
    color: #A49460;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 500;
}
.hand-rings .aboutus-wrape .right p{
    font-size: 16px;
/* 	color: #434343; */
	color: #777;
	font-family: "aktiv-grotesk", sans-serif;
	margin-top: 10px;
    margin-bottom: 0px;
}
.aboutus-wrape.hand-rings .right h2{
	color: #A49460;
}
.hand-rings .aboutus-wrape .about-img .right h4.last:before {
    content: '';
    background: url(/wp-content/uploads/2024/10/quote-new.png);
    position: absolute;
    left: 0px;
    top: 0;
    width: 29px;
    height: 29px;
}
.hand-rings .aboutus-wrape .about-img .right h4.last:after {
    content: '';
    background: url(/wp-content/uploads/2024/10/quote-new.png);
    position: absolute;
    left: 100px;
    bottom: 0;
    width: 29px;
	height: 29px;
	rotate: 180deg;
}
.special-product-inner {
    display: flex;
	flex-wrap: wrap;
	padding: 0px;
}
.special-product-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.special-product-inner .left,
.special-product-inner .right {
    position: relative;
}
.special-product-inner .left .special-product-text,
.special-product-inner .right .special-product-text {
	position: absolute;
	bottom: 30px;
	left: 40px;
	width: 70%;
	margin: 0 auto;
	z-index: 2;
	transition: all 0.5s ease;
}
.special-product-inner .left{
	padding-left: 0px;
}
.special-product-inner .right{
	padding-right: 0px;
}
section.special-product h3 {
    font-size: 44px;
/*     color: #1D1D1D; */
	color: #fff;
    font-family: 'against';
    margin-bottom: 12px;
    width: 100%;
}
section.special-product p {
	font-size: 18px;
/* 	color: #787978; */
	color: #fff;
    font-family: "aktiv-grotesk", sans-serif;
    margin-bottom: 25px;
    width: 100%;
}
.special-product a.readmore-btn {
	background: #A49460;
	color: #fff;
	transition: all 0.5s;
}
.special-product a.readmore-btn:hover {
    background: #fff;
    text-decoration: none;
    color: #A49460;
}
/* .special-product a.readmore-btn:hover {
    background: none;
    text-decoration: none;
} */
section.special-product {
    background: #04437D;
    padding: 130px 0;
}
.special-product-box {
    display: flex;
    position: relative;
    height: 100%;
}
.special-product-box:before {
	content: '';
	/* background: rgb(4 67 125 / 30%); */
	background: rgb(164 148 96 / 60%);
	position: absolute;
	height: 0;
	width: 100%;
	z-index: 1;
	transition: all 1s ease;
	bottom: 0px;
}
.special-product-box:hover:before {
    height: 100%;
    bottom: 0px;
}
.visit-btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
.visit-btn a {
    background: #fff;
    padding: 10px 24px;
    font-size: 16px;
    width: 143px;
    text-align: center;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
	font-family: "aktiv-grotesk", sans-serif;
	border: 1px solid #fff;
	transition: all 0.5s;
}
.visit-btn a:hover{
	background: none;
	color: #fff;
	text-decoration: none;
}


section.facebook-connect {
	padding: 130px 0px;
	background: #F2F2F2;
}
.facebook-connect .facebook-inner {
    display: flex;
    align-items: center;
	padding: 0px;
}
.facebook-connect .facebook-inner h2 {
    font-size: 44px;
    color: #04437D;
    font-family: 'against';
    margin-bottom: 20px;
    width: 80%;
}
a.blue-btn {
    width: 302px;
    height: 67px;
	font-size: 20px;
	background: #04437D;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #04437D;
	margin-top: 40px;
	transition: all 0.5s;
}
a.blue-btn:hover{
	background: none;
	color: #04437D;
	text-decoration: none;
}
section.facebook-connect .facebook-banner {
    background: #fff;
    padding: 12px;
}
.place-card.place-card-large {
    display: none;
}
section.googlemap {
	position: relative;
	background: #f2f2f2;
}
section.googlemap .home-contact {
    position: absolute;
    top: 0px;
    z-index: 100;
    left: 0;
	 width: 100%;
}
.contactforminr {
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
	width: 634px;
	min-height:100vh;
	justify-content: space-between;
}
.contactforminr .form-home, .contactforminr .home-icon
{
    padding: 30px;
}
.form-home
{
	width:100%;
}
.openinghours {
    width: 100%;
    padding: 20px 50px;
    position: relative;
}
.home-contact, .home-contact .container, .home-contact .contactform, .contactforminr
{
	height:100%;
}
.openinghours ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); /* Adjust column size */
    gap: 5px; /* Add spacing between grid items */
    padding: 0;
    list-style: none;
	margin:0px;
	padding-bottom:15px;
}
.iframely-responsive * {
    width: 100% !important;
}
.openinghours li {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    font-size: 0.9em;
    border-radius: 4px;
    display: flex;
	margin-bottom:0;
    flex-direction: column;
}
.openinghours ul li:first-child {
    background: #04437d;
}
.openinghours ul li:first-child h4 {
    font-size: 15px;
    color: #fff;
    padding: 0 10px;
    line-height: 1.2;
}
.openingnote, .sundaystatus {
    width: 100%;
    text-align: center;
    background: #f0f0f0;
    padding: 5px;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.form-home textarea, .form-home input {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 10px;
    height: 35px;
    color: #1D1D1D;
    outline: none;
    font-size: 15px;
    font-family: "aktiv-grotesk", sans-serif;
    overflow: hidden;
    padding-left: 0;
	box-shadow: 0px 0px 0px;
}
.form-home textarea {
    height: 100px;
}
.form-home label br:first-child, .acceptance-356 + br {
    display: none;
}
.form-home h2 {
    font-size: 28px;
    color: #04437D;
    font-family: 'against';
    margin-bottom: 10px;
}
.form-home .wpcf7-submit {
    background: #A49460;
    color: #fff;
    font-size: 16px;
	font-family: "aktiv-grotesk", sans-serif;
	border: 1px solid #A49460;
	margin-top: 15px;
	transition: all 0.5s;
}
div#form-home>p {
    margin: 0;
}
.form-home .wpcf7-submit:hover{
	background: none;
	color: #A49460;
}
.home-contact .home-icon {
    padding: 27px 54px;
    width: 634px;
    background: #F2F2F2;
}
.home-contact .home-icon p:first-child {
    margin-bottom: 15px;
}
.home-contact .home-icon p {
	font-size: 16px;
	color: #000000;
	display: flex;
	align-items: center;
}
.home-contact .home-icon p:last-child {
    margin-bottom: 10px;
}
.home-contact .home-icon p img {
    padding-right: 10px;
}
.facebook-connect .facebook-inner .left {
    padding-left: 0px;
}
.home-contact .contactform .left,
.facebook-connect .facebook-inner .right {
    padding-left: 0px;
}
.facebook-banner img {
    width: 100%;
}
.home-contact .contactform {
    padding: 0px;
}

/* onsale start */

.client-logo.onsale .owl-nav.disabled {
/*     display: none !important; */
}
.sale-text h3 {
    font-size: 18px;
    text-transform: capitalize;
    color: #1D1D1D;
    padding-top: 12px;
    line-height: 39px;
	margin: 0px;
	font-family: "aktiv-grotesk", sans-serif;
}
.sale-box span {
    font-size: 15px;
    color: #A49460;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 500;
	line-height: 39px;
}
.sale-box span strong {
    color: #727272;
    font-size: 15px;
	font-family: "aktiv-grotesk", sans-serif;
	margin-left: 0;
}
.onsale-carousel .owl-dots {
    width: 100%;
    color: #4c4a4a;
    height: 4px;
    background: #D8D8D8;
    margin-top: 40px;
	position: relative;
	display: flex;
}
.sale-box span {
    display: flex;
    justify-content: flex-start;
}
.onsale-carousel button.owl-dot{
	position: inherit;
    top: 0px;
    width: 400px;
	background: #D8D8D8;
	height: 4px;
	border: 0px;
}
.onsale-carousel button.owl-dot.active {
/*     position: inherit;
    top: 0px; */
    width: 400px;
	background: #A49460;
	height: 4px;
	border: 0px;
}
.onsale p {
    color: #737373;
    font-size: 18px;
    margin-bottom: 45px;
	font-family: "aktiv-grotesk", sans-serif;
	text-transform: capitalize;
}
.onsale h2 {
    margin-bottom: 05px;
}
/* onsale end */


/* Rangs style start */
.sale-box span label {
    color: #9d9d9d;
	position: relative;
	font-family: "aktiv-grotesk", sans-serif;
}
.sale-box span label:before {
    content: '';
    display: block;
    width: 100%;
/*     border-top: 2px solid rgba(128, 128, 128, 0.8); */
    border-bottom: 2px solid rgba(128, 128, 128, 0.8);
    height: 1px;
    position: absolute;
    bottom: 17px;
    left: 0;
}
.client-logo.onsale.rigns {
    background: #e4dfd0;
}
.onsale.rigns .sale-box span:last-child strong {
    margin: 0px;
    color: #000;
}
section.client-logo.onsale.rigns .owl-dots{
	width: 100%;
	height: 4px;
	background: #D8D8D8;
	margin-top: 40px;
	position: relative;
	display: flex;
}
section.client-logo.onsale.rigns button.owl-dot{
/* 	position: absolute;
	top: 0px; */
	width: 400px;
	background: #D8D8D8;
	height:4px;
	border: 0px;
}
section.client-logo.onsale.rigns button.owl-dot.active {
/*     position: absolute;
    top: 0px; */
    width: 400px;
    background: #A49460;
	height:4px;
	border: 0px;
}
/* Rangs style end */

/* footer start */

footer.site-footer .footer-inner {
    padding: 0px;
}
.site-footer {
    background-color: #333; /* Example background color */
    padding: 20px 0;
}
.footer-menu .footer-nav {
    margin: 0;
}

.site-footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-menu {
    display: flex;
}
.footer-menu {
    display: flex;
    width: 55%;
}
.footer-menu .footer-nav {
    list-style: none;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.footer-menu .footer-nav li a {
	font-size: 14px;
	color: #04437D;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0px;
}
footer.site-footer {
    background: #04437d;
    padding: 35px 0px;
	padding-bottom: 20px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
	align-items: self-end;
}
.footer-menu .footer-nav li a:hover {
    color: #A49460;
    text-decoration: none;
}
.social-media ul {
    display: flex;
}
.p-policy ul {
    display: flex;
    margin: 0;
    list-style: none;
}
.p-policy ul a {
    font-size: 13px;
    margin-left: 32px;
    color: #1D1D1D;
}
.footer-bottom {
    display: flex;
    margin-top: 0px;
    justify-content: center;
    text-align: center;
}
.social-media ul {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
}
.social-media ul li {
    margin-right: 25px;
}
.copyright p, .copyright p * {
	margin: 0px;
	font-size: 13px;
	text-transform: capitalize;
	font-family: "aktiv-grotesk", sans-serif;
	color: #fff !important;
}
.copyright p a {
    text-decoration: underline;
}
section.our-products .visit-btn {
    margin-top: 40px;
}
section.stripe img {
        width: 100%;
    }
.onsale .sale-box span:last-child strong {
    color: #1D1D1D;
}
section.aboutus.hand-rings .right {
    justify-content: center;
}
section.aboutus.hand-rings .right .about-img {
    display: none;
}
.scroll-bottm {
 /*    display: none;
	transition: 0.5s;
  transform: translateY(145%); */
	opacity: 0; /* Start hidden */
    transform: translateY(20px); /* Start slightly below */
    visibility: hidden; /* Prevent interaction when hidden */
    transition: opacity 0.5s ease, transform 0.5s ease; 
}
/* .special-product-box{
	overflow: hidden;
} */
.special-product-box:hover .scroll-bottm {
 /*    display: block;
    height: 100%;
    display: flex;
    align-items: baseline;
    justify-content: left;
    text-align: left;
    flex-direction: column;
	transition: 0.5s;
	transform: translateY(0); */
	opacity: 1; /* Fade in */
    transform: translateY(0); /* Move to original position */
    visibility: visible; /* Make it visible for interaction */
    display: flex; /* Ensure it is a flex container */
    align-items: baseline;
    justify-content: left;
    text-align: left;
    flex-direction: column;

}
.special-product-box .special-product-text>h3 {
    opacity: 1;
    position: absolute;
    bottom: 0px;
    transform: translateY(0px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.special-product-box:hover .special-product-text>h3 {
    opacity: 0;
    position: absolute;
    transform: translateY(-100px);
}
section.client-logo.onsale h2,
section.client-logo.onsale.rigns h2 {
    margin-bottom: 12px;
}
html {
    overflow-x: hidden;
}
section.special-product .visit-btn a {
    background: #A49460;
    border-color: #A49460;
	color: #fff;
	transition: all 0.5s
}
section.special-product .visit-btn a:hover{
	 background: #fff;
	color: #04437D;
}
section.googlemap .home-contact {
		pointer-events: none;
	}
	.home-contact .contactform .left {
		pointer-events: visible;
	}
a.folcratech {
    color: #04437d;
    text-decoration: underline;
}
a.folcratech:hover{
	 text-decoration: none;
}
.home-contact div#mapDiv .gm-style>div>div {
    left: 71% !important;
}
.form-home label {
    width: 100%;
}
section.our-services .serives-wraper a.readmore-btn {
    padding: 0px;
    border: none;
    padding-left: 4px;
    text-transform: lowercase;
    font-style: italic;
    font-size: 18px;
    color: #a49460;
}
section.our-services .serives-wraper a.readmore-btn:hover{
	background:none;
	border: none;
	text-decoration: none;
}

/* section.stripe img{
	width: 100%;
	white-space: nowrap;
	width: max-content;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	transform: translateX(0);
	animation: b-text-scroll 35s linear infinite;
} */

section.stripe img {
	width: 100%; /* Set your desired width */
}
section.stripe {
    position: relative;
    background: rgb(164, 148, 96, 0.3);
}
.inner-header {
    width: 100%;
}
@keyframes b-text-scroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
}

.services-inner .serives-wraper:hover a.readmore-btn {
    color: #A49460;
}
section.aboutus{
		padding-top: 130px;
	}

/* .marquee-row{
  width: 100%;
  overflow-x: hidden;
}
.marquee-block{
  position:relative;
  display: flex;
  width: 100%;  
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  justify-content: space-between;
}
.marquee-item-list{
 display: inline-flex;
}
.marquee-item-list li{
width: 100%;
list-style: none;
padding-right: 30px;
font-size: 40px;
white-space: nowrap
}
.marquee1{animation-name: marquee1;}
@keyframes marquee1 {
  0% { left: 0; }
  100% {left: -100%;}
} */


.marquee-row {
    width: 100%;
    overflow-x: hidden;
/*     border-bottom: 1px solid #A49460; */
    padding: 10px 0;
}
.marquee-block{
  position:relative;
  display: flex;
  width: 100%;  
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  justify-content: space-between;
}
.marquee-item-list{
	margin: 0px;
 display: inline-flex;
}
.marquee-item-list li{
width: 100%;
list-style: none;
padding-right: 30px;
font-size:35px;
	white-space: nowrap;
	display: flex;
	align-items: center;
	font-weight: 500;
}
ul.marquee-item-list li.marqee-st {
	color: #04437D;
	font-weight: 500;
	font-family: "aktiv-grotesk", sans-serif;
}

li.marqee-last {
    color: #A49460;
    font-weight: 500;
    font-family: "aktiv-grotesk", sans-serif;
    padding-right: 15px;
}
section.stripe li.marqee-center img {
    width: 50px;
}
.marquee1{animation-name: marquee1;}
@keyframes marquee1 {
  0% { left: 0; }
  100% {left: -100%;}
}
#clientlogo .client-wraper:after {
    content: '';
    position: absolute;
    right: -2px;
    top: 0;
    width: 56px;
    height: 100%;
    background: #000;
    background: rgb(255, 255, 255);
    z-index: 1000;
    transform: rotate(180deg);
    background: linear-gradient(to right, rgb(242 242 242) 0%, rgb(242 242 242) 6%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
}
#clientlogo .client-wraper:before {
    content: '';
    position: absolute;
    left: 0;
    width: 56px;
    height: 100%;
    background: #000;
    background: rgb(255, 255, 255);
	z-index: 1000;
	background:linear-gradient(to right, rgb(242 242 242) 0%, rgb(242 242 242) 6%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
}

/* menu active  */

/* COLOR */

.color-accent,
.color-accent-hover:focus,
.color-accent-hover:hover {
	color: #cd2653;
}

/* BACKGROUND COLOR */

.bg-accent,
.bg-accent-hover:focus,
.bg-accent-hover:hover {
	background-color: #cd2653;
}

/* BORDER COLOR */

.border-color-accent,
.border-color-accent-hover:focus,
.border-color-accent-hover:hover {
	border-color: #cd2653;
}

/* FILL COLOR */

.fill-children-accent,
.fill-children-accent * {
	fill: #cd2653;
}

.facebook-banner iframe {
   overflow:hidden;
}
.facebook-banner iframe ._2p3a {
    width: 100% !important;
    max-width: 100% !important;
}
.facebook-banner iframe div#u_0_1_P6 ._2p3a {
    width: 100%;
}
.facebook-connect .facebook-inner .right {
    max-width: 42.3%;
}
.facebook-connect .facebook-inner {
     justify-content: space-between;
}
header.topmenu{
	 transition: all 0.5s ease;
}
header.topmenu.sticky .inner-header {
    position: fixed;
    background: rgb(228 223 207);
    z-index: 1000;
    animation: goDown 0.5s ease-in-out forwards;
    padding-top: 45px;
	border-bottom: 1px solid #e4dfd0;
	padding-bottom: 5px;
	z-index: 10000;
}
header.topmenu.sticky .inner-header img {
    transition: all 0.3s ease-in-out;
    width: 190px;
}
section#rings .owl-dots,
section#onsale .owl-dots{
	display: none !important;
}
section#rings .owl-nav button span,
section#onsale .owl-nav button span {
	background: #A49460;
	transition: all 0.4s;
}

section#clientlogo .owl-nav button span {
	transition: all 0.4s;
}
section#rings .owl-nav button span:after,
section#onsale .owl-nav button span:after{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(14%) hue-rotate(212deg) brightness(104%) contrast(104%);
}
section#rings .owl-nav button:hover span,
section#onsale .owl-nav button:hover span {
    background: #fff;
}
section#rings .owl-nav button:hover span:after,
section#onsale .owl-nav button:hover span:after{
    filter: none;
}
.desktop {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}
.mobile-menu {
    display: none;
}
@keyframes goDown {
  0%{
    top: 0px;
  }
  100% {
    transform: translateY(-30px);
  }
}
.menu-toggle {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}
.full-width {
    width: 100%;
    padding: 0 20px; /* Optional padding */
    box-sizing: border-box;
}

/* Banner styling */
.header-banner-new {
    background-size: cover;
    background-position: center;
/*     padding: 60px 20px; /* Adjust padding as needed */ */
    color: #fff; /* Ensure text is visible */
	text-align: center;
	height: 350px;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.header-banner-new h1 {
    font-size: 60px;
    font-family: "aktiv-grotesk", sans-serif;
	font-weight: 500;
	color: #fff;
	position: relative;
	z-index: 10;
	margin:0px;
	font-family: 'against';
}
/* .page-id-43930 .header-banner-new,
.page-id-43925 .header-banner-new{
    background-image: url(https://mantons.ftwebdemo.com/wp-content/uploads/2024/10/shutterstock_2477130377a.jpg) !important;
} */
.full-new-content .content {
    padding: 130px 0px;
}
.full-new-content .content h2 {
	color: #024476;
	margin-bottom: 20px;
	font-weight: 500;
	font-family: "aktiv-grotesk", sans-serif;
	font-size: 34px;
	    font-size: 30px;
    font-family: "aktiv-grotesk", sans-serif;
    color: #A49460;
    letter-spacing: 1px;
    margin-bottom: 27px;
}
 section.our-history-new p,
.full-new-content .content p, .full-new-content .content li, .full-new-content .content strong{
	color: #434343;
	font-weight: 500;
	font-family: "aktiv-grotesk", sans-serif;
	font-size: 16px;
	line-height: 30px;
}
.full-new-content .content table tbody td {
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    padding: 10px;
}
.full-new-content .content table {
    border: 1px solid #e2e2e2;
    margin-top: 30px;
    margin-bottom: 30px;
}
.full-new-content .content p a {
    color: #01437f;
    text-decoration: underline;
    font-size: 16px;
	font-weight: 500;
	font-family: "aktiv-grotesk", sans-serif;
}
.full-new-content .content h4,
.full-new-content .content h3 {
    color: #024476;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 22px;
}
.full-new-content .content ol, .full-new-content .content ul {
    padding-left: 40px;
}
.topbanner-new{
	position: relative;
}
.header-banner-new {
    background-size: cover;
    background-position: center;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.topbanner-new .header-banner-new:after {
    content: '';
    background: rgb(164 148 96 / 52%);
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 1s ease;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.full-new-content .content p a:hover{
	text-decoration: none;
}
.serives-wraper .right p a {
    display: inline;
}
.full-new-content.aboutus-content {
    background: #F2F2F2;
}
.full-new-content.aboutus-content.ourhistory {
    background: #fff;
}
.l-section-h.i-cf .w-gallery-item-img {
    padding: 5px;
}
.l-section-h.i-cf .w-gallery-item-img img {
    height: 250px;
    object-fit: cover;
	width: 100%;
}
.w-gallery-list {
    display: flex;
}
.l-section-h.i-cf .w-gallery-item:first-child {
    padding-left: 0px;
}
.l-section-h.i-cf .w-gallery-item:last-child {
    padding-right: 0px;
}
.full-new-content.aboutus-content.ourhistory div#primary {
    padding: 0px;
}
.full-new-content.aboutus-content.ourhistory div#primary .content{
    padding: 0px;
}
.full-new-content.aboutus-content.ourhistory div#primary .container {
    padding: 0px;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
}
.ourhistory .w-gallery .w-gallery-item-img {
    width: 100%;
}
.ourhistory .w-gallery .w-gallery-item {
    width: 25%;
}
header.topmenu nav.navbar button.menu-toggle {
    pointer-events: none;
    display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	outline: none;
}
header.topmenu nav.navbar button.menu-toggle img {
    background-size: 100px 100px;
    display: flex;
    width: 22%;
    pointer-events: visible;
}

/* history section */
section.our-history-new {
    padding: 130px 0px;
}
section.our-history-new h2{
	color: #04437D;
}
.our-history-new .ourhistory img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.our-history-new .history-col {
    padding: 0px;
	display: flex;
    justify-content: space-between;
	margin: 0px;
	padding-bottom: 30px;
	padding-top: 10px;
}
.our-history-new .history-inner {
    padding: 0px;
	max-width: 24.5%;
	flex: 0 0 24.5%;
}
.hallmarking .hall-inner {
    display: flex;
    padding: 0;
}
.hallmarking .hall-inner .left{
	padding: 0px;
	padding-right: 15px;
} 

.hallmarking .hall-inner .right {
    padding: 0px;
	padding-left: 15px;
}
.hallmarking .hall-inner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hallmarking .hall-inner ul {
    padding: 15px;
    padding-left: 45px;
    margin: 0px;
}
.hallmarking .hall-inner ul li p,
.hallmarking .hall-inner ul li {
    color: #434343;
    font-weight: 500;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 16px;
    line-height: 28px;
}
.full-new-content.aboutus-content.ourhistory .content h3,
.hallmarking .hall-inner h3 {
    font-size: 32px;
    color: #04437D;
    font-family: 'against';
    width: 100%;
    margin-bottom: 25px;
	margin-top: 25px;
}
.full-new-content.aboutus-content.ourhistory .content h3
{
    font-family: "aktiv-grotesk", sans-serif;	
}
.full-new-content.ourhistory .content h2,
.hallmarking .hall-inner h4 {
    font-size: 30px;
    color: #A49460;
    margin-bottom: 10px;
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.hallmarking .hall-inner:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}
.hallmarking .hall-inner:nth-child(odd) .left {
    padding: 0px;
}
.hallmarking .hall-inner:nth-child(even) .right {
    padding-left: 0px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hallmarking .hall-inner:nth-child(even) .left {
    padding-left: 0px;
	padding-right: 0px;
}
.hallmarking .hall-inner:nth-child(odd) .right {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
}
section.our-history-new p:last-child, .full-new-content .content p:last-child{
	margin: 0px;
}
section.hallmarking {
    background: #F2F2F2;
    padding: 130px 0px;
}
.our-history-new .ourhistory img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
}
.our-history-new .ourhistory:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.1);
}
.our-history-new .ourhistory{
	overflow: hidden;
}
section.our-history-new .product-inner {
    padding: 0px;
}
section.our-history-new {
    background: #e4dfd0;
}
.full-new-content.aboutus-content.ourhistory .content {
    display: flex;
}
.full-new-content.aboutus-content.ourhistory .content img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content-area.full-width.full-new-content.aboutus-content.ourhistory {
    background: #F2F2F2;
}
.page-id-43930 .full-new-content.aboutus-content.ourhistory .content {
    flex-direction: row-reverse;
}
.full-new-content.aboutus-content.ourhistory .ourhistory-single .content .right {
    padding-left: 0px;
}
.full-new-content.aboutus-content.ourhistory .ourhistory-single .content .left {
    padding-right: 0px;
}
.page-id-43930 .full-new-content.aboutus-content.ourhistory .content .left {
	padding-left: 0;
	padding-right: 15px;
}
.page-id-43930 .full-new-content.aboutus-content.ourhistory .content .right {
	padding-left: 15px;
	padding-right: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/* .page-id-43930 .full-new-content.aboutus-content.ourhistory .content .right h3 {
    margin-top: 0px;
} */
.page-id-43913 .full-new-content.aboutus-content.ourhistory .content .left {
    display: none;
}
.page-id-43913 .full-new-content.aboutus-content.ourhistory .content .right {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
}
.page-id-43913 .full-new-content.aboutus-content.ourhistory .content .content {
    display: flex;
    flex-direction: column;
}
.page-id-43913 .full-new-content.aboutus-content.ourhistory .content .w-gallery-item img {
    height: 300px;
}
.hallmarking .hall-inner:nth-child(odd) .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hallmarking .hall-inner:nth-child(even) .right p:last-child {
    margin-bottom: 0;
}
header.topmenu nav.navbar {
	z-index: 100;
}
.ourhistory .w-gallery-list {
	margin-top: 20px;
	margin-bottom: 15px;
}
.ourhistory .w-gallery-list {
	justify-content: space-between;
}
.ourhistory .w-gallery .w-gallery-item-img {
	padding: 0;
}
.ourhistory .w-gallery .w-gallery-item {
    width: 24.9%;
}
header.topmenu {
    transition: all 0.5s ease;
    background: rgb(228 223 207);
}
.full-new-content .content li a {
    color: #A49460;
}
.getaquote {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.getaquote a {
    background: #04437d;
    color: #fff !important;
    transition: all 0.5s;
    padding: 13px 34px;
    font-size: 16px;
    font-family: "aktiv-grotesk", sans-serif;
    position: relative;
    top: 20px;
	text-decoration:none;
}
.getaquote a:hover
{
	background:#A49460;
}
.wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 14px;
}
.wpcf7-acceptance input[type="checkbox"] {
    width: auto;
    height: auto;
	margin-right: 6px;
	margin-top: 5px;
}
.hallmarkimages>div {
    margin-bottom: 20px;
}
.hallmarkimages {
    margin: 60px 0;
}
.hmimg {
    position: relative;
}
.hallmarkimages label {
    margin-top: 20px;
    width: 100%;
    font-weight: bold;
}
.saleimg img {
    object-fit: contain;
    height: 60vh;
    width: 100%;
    background: #a79358;
    padding: 30px 0;
}
.saleimg
{
	margin-bottom: 20px;
}
#contact{

}
div.anchorposition {
    position: absolute;
    top: -70px;
    width: 100%;
    height: 0px;
    display: inline;
}
.openinghours ul
{
	margin:0px !important;
}
@media only screen and (max-width: 1680px) and (min-width: 1051px)  {
	section.hallmarking,
	section.our-history-new,
	.full-new-content .content {
		padding: 60px 0px;
	}
	.facebook-banner iframe {
    width: 100% !important;
}
	section#aboutus {
		padding-top: 100px;
		padding-bottom: 50px;
	}
.facebook-banner iframe ._2p3a {
    width: 100% !important;
    max-width: 100% !important;
}
	section.aboutus{
		padding-top: 50px;
	}
	.client-logo h2 {
		margin-bottom: 80px;
	}
	.client-wraper .owl-nav.disabled {
		top: -131px;
	}
	.our-products {
		padding: 60px 0px;
	}
	section.special-product,
	section.facebook-connect,
	section.special-product,
	section.client-logo,
	section.our-services,
	section.aboutus {
		height: 100vh;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	section.special-product,
	section.facebook-connect,
	section.special-product,
	section.client-logo,
	section.our-services,
	section.aboutus.hand-rings
	{
		height: calc(100vh - 65px);
	}
	#onsale img.client-img,
	#rings img.client-img {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
	.contactforminr {
		width: 534px;
	}
	.home-contact .home-icon,
	.form-home {
		width: 100%;
	}
	section#clientlogo {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	section.aboutus.hand-rings {
		padding: 0;
		display: flex;
		align-items: center;
	}
/* 	section.facebook-connect{
		padding: 80px 0px;
	} */
	section.special-product {
		padding: 0;
		display: flex;
		align-items: center;
	}
	.facebook-connect .facebook-inner .right {
		width: 40%;
		max-width: 40%;
	}
	.facebook-connect .facebook-inner {
			justify-content: space-between;
	}
	section.client-logo.onsale,
	section.client-logo.onsale.rigns {
		padding: 60px 0px;
		padding-bottom: 80px;
	}
}
@media screen and (max-width: 1050px) {
	.contactforminr {
    min-height: 100%;
	}
	.home-contact .home-icon,
	.contactforminr .form-home{
		width: 100%;
	}
	.contactforminr {
		width: 100%;
	}
	.facebook-connect .facebook-inner .right {
		max-width: 50%;
	}
	.page-template-template-full-width .padding-n-new{
		padding: 0;
	}
	.page-id-43913 .full-new-content.aboutus-content.ourhistory .content .w-gallery-item img {
		height: 250px;
	}
	.marquee-item-list li {
		font-size: 24px
	}
	.menu-left a, .menu-right a {
		font-size: 13px;
	}
	.topmenu .logo {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 24%;
	}
	.full-new-content .content h3.abouttitle, .product-inner h2,
	.full-new-content.aboutus-content.ourhistory .content h3, .hallmarking .hall-inner h3,
	section.special-product h3,
	.form-home h2,
	.facebook-connect .facebook-inner h2,
	.hand-rings .aboutus-wrape h2,
	.onsale h2, .client-logo h2, section.our-services h2,
	.product-inner h2,
	.aboutus-wrape .left h2
	{
		font-size: 38px;
	}
	.full-new-content .content h2,
	.full-new-content.ourhistory .content h2, .hallmarking .hall-inner h4,
	.hand-rings .aboutus-wrape h3,
	.serives-wraper h3,
	.aboutus-wrape .left h3 {
		font-size: 24px;
	}
	.hand-rings .aboutus-wrape .about-img .right h4.last {
		padding: 30px 0px;
		padding-bottom: 10px;
	}
	header.topmenu nav.navbar {
		width: 100%;
		max-width: 100%;
	}
	.banner_content p {
		font-size: 18px;
	}
	.topmenu .logo img {
		width: 80%;
	}
	a.blue-btn {
		width: 250px;
		height: 50px;
		font-size: 18px;
		margin-top: 20px;
	}
	.topmenu .logo a{
		display: flex;
		align-content: center;
		justify-content: center;
	}
	.form-home {
		padding: 30px 35px;
		width: 450px;
		padding-bottom: 30px;
	}
	.form-home textarea{
		width: 100%;
	} 
	.form-home input {
		width: 100%;
		height: 46px;
	}
	.left-menu, .right-menu {
		display: flex;
		align-items: center;
		width: 38%;
		padding-bottom: 5px;
	}
	.banner_content h1 {
		font-size: 44px;
		width: 63%;
	}
	.header-banner-new h1{
		font-size: 44px;
	}
	.banner_content p {
		width: 21%;
	}
	.full-new-content .content,
	section.our-history-new,
	section.hallmarking,
	section.special-product,
	section.facebook-connect,
	section.special-product,
	section.client-logo,
	section.our-services,
	.our-products, section.aboutus {
		padding: 80px 0px;
	}
	section.aboutus{
		padding-top: 80px;
	}
	.client-wraper .owl-nav.disabled {
		top: -102px;
	}
	footer.site-footer img {
		width: 80%;
	}
	.home-contact .home-icon {
		padding: 27px 30px;
/* 		width: 450px; */
	}
	.product-inner h4 {
		font-size: 16px;
	}
	section.our-products .visit-btn {
		margin-top: 15px;
	}
	section#clientlogo .item.box {
		width: 200px;
		height: 200px;
	}
	.visit-btn {
		margin-top: 35px;
	}
	.footer-bottom {
		margin-top:0px;
	}
	.p-policy ul li:first-child a {
		margin: 0px;
	}
	section.banner_top {
    height: calc(90vh - 100px);
	}
	section.banner_top .banner_content {
    	height: calc(90vh - 100px);
	}
}
@media screen and (max-width: 999px) {
	.facebook-connect .facebook-inner .right {
		padding: 0;
	}
	.page-template-template-full-width .full-new-content .content h4, .page-template-template-full-width .full-new-content .content h3 {
		font-size: 20px;
	}
	.page-id-43913 .full-new-content.aboutus-content.ourhistory .content .w-gallery-item img {
		height: 200px;
	}
	.full-new-content .content h3.abouttitle, .product-inner h2, .full-new-content.aboutus-content.ourhistory .content h3, .hallmarking .hall-inner h3, section.special-product h3, .form-home h2, .facebook-connect .facebook-inner h2, .hand-rings .aboutus-wrape h2, .onsale h2, .client-logo h2, section.our-services h2, .product-inner h2, .aboutus-wrape .left h2{
		margin-bottom: 20px;
	}
/* 	menu */
	.desktop {
		display: none;
	}
	.mobile-menu {
		display: block;
	}
	nav.navbar .mobile-menu {
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	nav.navbar .mobile-menu .logo {
		width: 100% !important;
		display: flex;
		justify-content: flex-start;
	}
	.topmenu nav.navbar .logo a {
        display: flex;
        align-content: center;
        justify-content: flex-start;
    }
	.right-menu ul.menu-right, .left-menu ul.menu-left {
		flex-direction: column;
	}

	header.topmenu nav.navbar {
        flex-direction: row-reverse;
		align-items: center;
    }
.left-menu, .right-menu {
        display: none; /* Hide menus by default on mobile */
        flex-direction: column;
        position: absolute;
        top: 100%; /* Position under the header */
        left: 0;
        width: 100%;
        background-color: #fff;
        
        
    }
	
    .navbar.active .left-menu,
    .navbar.active .right-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: #e4dfcf;
        width: 100%;
        padding: 0;
    }
    .navbar.active .left-menu li, .navbar.active .right-menu li {
	    border-bottom: 1px solid #000;
	    width: 100%;
	}
	ul#menu-right-menu-1 {
	    width: 100%;
	    margin: 0;
	}
	.navbar.active .left-menu li, .navbar.active .right-menu li{
		list-style: none;
		text-decoration: none;
		padding: 10px 0px;
	}
    .menu-toggle {
        display: block; /* Show toggle button on mobile */
    }
	.right-menu {
		left: 50%;
	}
	.topmenu .mobile-menu .logo img {
		width: 100%;
		max-height: 60px;
    }
/* 	menu close */
	.facebook-connect .facebook-inner h2 {
		width: 80%;
	}
	.form-home {
        padding: 20px;
        width: 380px;
        padding-bottom: 20px;
    }
	section.client-logo.onsale button.owl-dot,
	section.client-logo.onsale button.owl-dot.active,
	section.client-logo.onsale.rigns button.owl-dot,
	section.client-logo.onsale.rigns button.owl-dot.active {
    width: 200px;
	}
	
	.form-home textarea{
		width: 100%;
	}
	.form-home input {
        width: 100%;
        height: 46px;
    }
	.form-home label {
		margin: 0px;
	}
	.home-contact .home-icon {
        padding: 25px;
        width: 100%;
    }
	footer.site-footer {
		padding: 20px 0px;
	}
	footer.site-footer img {
        width: 70%;
    }
	.footer-menu {
		width: 75%;
	}
	.copyright {
		display: flex;
		align-items: self-end;
	}
	section#clientlogo .item.box {
		width: 160px;
		height: 160px;
	}
	.hand-rings .aboutus-wrape .about-img .right h4.last:before {
		left: -7px;
		background-size: 50%;
		background-repeat: no-repeat;
		background-position: bottom;
	}
	.hand-rings .aboutus-wrape .about-img .right h4.last:after {
		right: 0px;
		background-size: 50%;
		background-repeat: no-repeat;
		background-position: bottom;
		left: inherit;
	}
	section.special-product h3 {
		margin-bottom: 5px;
	}
	section.special-product p {
    	font-size: 16px;
	}
	.special-product-inner .left .special-product-text, .special-product-inner .right .special-product-text {
		position: absolute;
		bottom: 20px;
		left: 20px;
	}
	.pro-img img {
		width: 100%;
		height: 210px;
	}
	
}
@media screen and (max-width: 828px) {
	section#clientlogo .item.box img {
		width: 130px;
		height: 130px;
	}
	.hand-rings .about-img h4 {
		font-size: 16px;
	}
	.home-contact .home-icon p {
		font-size: 16px;
	}
	.footer-menu {
		width: 65%;
	}
	footer.site-footer img {
        width: 64%;
    }
}
@media screen and (max-width: 768px) {
	.page-id-43913 .full-new-content.aboutus-content.ourhistory .content .w-gallery-item img,
	.our-history-new .ourhistory img {
		height: 180px;
	}
	.full-new-content .content h2, .full-new-content.ourhistory .content h2, .hallmarking .hall-inner h4,
	.full-new-content .content h2,
	.hand-rings .aboutus-wrape h3, .serives-wraper h3, .aboutus-wrape .left h3 {
        font-size: 22px;
    }
	.full-new-content .content h3.abouttitle, .product-inner h2, .full-new-content.aboutus-content.ourhistory .content h3, .hallmarking .hall-inner h3,
	section.special-product h3, .form-home h2, .facebook-connect .facebook-inner h2, .hand-rings .aboutus-wrape h2, .onsale h2, .client-logo h2, section.our-services h2, .product-inner h2, .aboutus-wrape .left h2 {
        font-size: 32px;
    }
	.sale-text h3 {
    	font-size: 14px;
	}
	.pro-img img {
       height: 170px;
    }
	.client-logo h2, section.our-services h2 {
		margin-bottom: 18px;
	}
	.container.gap-info .right {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	a.readmore-btn {
		padding: 6px 25px;
		border: 1px solid #A49460;
		color: #A49460;
		font-size: 16px;
		font-family: "aktiv-grotesk", sans-serif;
		margin-top: 10px;
		display: flex;
	}
	.serives-wraper .right p {
		width: 100%;
	}
	.sale-box span strong,
	.sale-text h3 {
    font-size: 14px;
	}
    .navbar {
        flex-direction: column;
        align-items: center;
    }
	section#clientlogo .item.box {
        width: 200px;
        height: 200px;
    }
	section.special-product p {
  		margin-bottom: 7px;
	}
    .left-menu, .right-menu {
        display: none;
    }

    .logo img {
        max-height: 40px;
    }
	
	.site-footer .container {
        flex-direction: column;
        text-align: center;
    }

    .footer-menu {
        margin-top: 20px;
    }
	.footer-logo a {
		display: flex;
	}
	.footer-menu {
        margin-top: 20px;
        width: 70%;
    }
	footer.site-footer .footer-logo {
		width: 30%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
}


@media screen and (max-width: 767px) {
	.facebook-inner .right {
		display: none;
	}
	section.googlemap {
		background: #04437d;
	}
	section#clientlogo {
		padding-top: 40px;
		padding-top: 20px;
	}
	.client-wraper .owl-nav.disabled {
		position: relative;
	}
	.facebook-connect .facebook-inner .left {
       margin-bottom: 40px;
    }
	.contactforminr {
		width: 100%;
	}
	.home-contact .home-icon,
	div#form-home {
		width: 100%;
	}
	.form-home textarea, .form-home input {
        width: 100%;
	}
	.form-home textarea {
        height: 130px;
    }
	section.googlemap .home-contact {
        position: inherit;
        top: -10px;
        z-index: 100;
        left: 0;
        width: inherit;
        padding: 50px 0px;
        background: #04437d;
    }
	.openinghours ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 !important;
        flex-direction: inherit;
        gap: inherit;
        justify-content: space-between;
    }
	.openingnote, .sundaystatus {
		position: inherit;
	}
	.openinghours li {
		width: 49%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 10px;
	}
	.wpcf7-acceptance label {
		align-items: flex-start;
	}
	.wpcf7-acceptance label input[type="checkbox"] {
		margin-top: 5px;
		width: 20px;
	}
	.facebook-connect .facebook-inner .right {
		max-width: 100%;
		padding: 0;
	}
	.facebook-connect .facebook-inner {
        flex-direction: column;
    }
	.saleimg img {
	    height: auto;
	    padding: 0;
	}
	.page-template-template-full-width .full-new-content .content h4, .page-template-template-full-width .full-new-content .content h3 {
        font-size: 18px;
    }
	.page-template-template-full-width .full-new-content .content ol, .page-template-template-full-width .full-new-content .content ul {
		padding-left: 25px;
	}
	.page-id-43913 .full-new-content.aboutus-content.ourhistory .content .w-gallery-item img {
        height: 300px;
    }
	.serives-wraper .right, .serives-wraper .left {
		padding: inherit;
		border-bottom: none;
	}
	.serives-wraper {
		padding: 25px 0px;
		border-bottom: 1px solid #d8d8d870;
	}
	.hallmarking .hall-inner:nth-child(even) .right
	{
		padding-right:0px;
	}
	.full-new-content.aboutus-content.ourhistory .ourhistory-single .content .right,
	.hallmarking .hall-inner:nth-child(odd) .right {
		padding: 0;
	}
	.full-new-content.aboutus-content.ourhistory .content{
		flex-direction: column-reverse !important;
	}
	.page-id-43930 .full-new-content.aboutus-content.ourhistory .content .right h3{
		margin-top: 25px;
	}
	.full-new-content.aboutus-content.ourhistory .ourhistory-single .content .left {
		padding: 0;
	}
	.hallmarking .hall-inner:nth-child(even),
	.hallmarking .hall-inner:nth-child(odd) .right,
	.hallmarking .hall-inner {
		flex-direction: column;
	}
	.home-contact .home-icon p:first-child {
		margin-bottom: 20px;
	}
	.hallmarking .hall-inner:nth-child(odd) {
		margin-bottom: 30px;
	}
	.ourhistory .w-gallery-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.ourhistory .w-gallery .w-gallery-item-img {
		padding: 0;
	}
	.ourhistory .w-gallery .w-gallery-item,
	.our-history-new .history-inner {
		padding: 0px;
		max-width: 49%;
		flex: 0 0 49%;
		margin-bottom: 11px;
	}
	.our-history-new .history-inner:nth-child(3), .our-history-new .history-inner:nth-child(4){
		margin-bottom: 0px;
	}
section.special-product h3, .form-home h2, .facebook-connect .facebook-inner h2, .hand-rings .aboutus-wrape h2, .onsale h2, .client-logo h2, section.our-services h2, .product-inner h2, .aboutus-wrape .left h2 {
        font-size: 28px;
    }
	.full-new-content.aboutus-content .padding-n-new{
		padding: 0px;
	}
	.visit-btn a {
		padding: 6px 25px;
		width: initial;
		height: inherit;
	}
	.full-new-content .content,
section.our-history-new,
section.hallmarking,
	section.special-product, section.facebook-connect, section.special-product, section.client-logo, section.our-services, .our-products, section.aboutus {
        padding: 50px 0px;
    }
	.container.gap-info .left {
		max-width: 30%;
		padding: 0px;
	}
	.container.gap-info .right {
        padding-right: 0px;
    }
	.services-inner .serives-wraper {
    	padding: 15px 0px;
	}
	serives-wraper h3{
		font-size: 18px;
	}
	.onsale p {
    	margin-bottom: 25px;
	}
	.sale-box span label:before {
		content: '';
		display: block;
		width: 100%;
		border-bottom: 2px solid rgba(128, 128, 128, 0.8);
		height: 0;
		position: absolute;
		bottom: 10px;
		left: 0;
		/* padding-bottom: 2px; */
	}
	.sale-box span strong,
	.sale-box span, .sale-box label, .sale-box strong {
		line-height: 22px;
		font-size: 13px;
	}
	.special-product-inner .left, .special-product-inner .right {
		padding: 0px !important;
	}
	.special-product-inner .left{
		margin-bottom: 20px !important;
	}
	section.aboutus.hand-rings .right, section.aboutus.hand-rings .left {
		padding: 0px;
	}
	.product-inner h2,
	section.aboutus.hand-rings .left{
		padding-bottom: 20px;
	}
	.client-wraper .owl-nav.disabled {
        top: -65px;
    }
	.owl-nav button.owl-next span, .owl-nav button.owl-prev span {
		background: #fff;
		width: 40px;
		height: 40px;
	}
	section#clientlogo .item.box {
        width: 160px;
        height: 160px;
    }
	.serives-wraper h3{
		font-size: 18px;
	}
	.aboutus-wrape .right p {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.aboutus-wrape .left, .aboutus-wrape .right {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
		padding: 0px;
	}
	.aboutus-wrape .left{
		margin-bottom: 20px;
	}
	.aboutus-wrape {
		flex-direction: column;
	}
	.product-inner h2 {
		margin-bottom: 20px;
		padding: 0 !important;
	}
	section.aboutus.hand-rings .left {
		padding-bottom: 0px;
	}
	section.aboutus.hand-rings .right h3 {
		margin-bottom: 0;
	}
	.banner_content h1 {
        font-size: 44px;
        width: 80%;
    }
	.banner_content p {
		width: 45%;
	}
	.aboutus-wrape .left h3,
	.aboutus-wrape .left p {
		margin-bottom: 20px;
	}
	a.readmore-btn {
       margin-top: 0;
	}
	section.our-services .serives-wraper a.readmore-btn,
	.form-home textarea, .form-home input,
	.backside p,
	.onsale p,
	.hand-rings .aboutus-wrape .right p,
	.serives-wraper .right p {
    	font-size: 14px;
	}
	.product-inner .product-wraper {
		padding: 0px;
		width: 49%;
		max-width: 49%;
		flex: 0 0 49%;
		margin-bottom: 12px;
	}
	a.blue-btn {
        width: 200px;
        height: 40px;
        font-size: 14px;
        margin-top: 20px;
    }
	.footer-top {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	footer.site-footer .footer-logo {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
	.footer-menu {
        margin-top: 20px;
        width: 100%;
    }
	.footer-menu .footer-nav {
		align-items: center;
		width: 100%;
		flex-direction: column;
	}
	.footer-logo a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
	.footer-bottom {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}
	.p-policy ul {
    display: flex;
    margin: 0;
    list-style: none;
    flex-direction: column;
    text-align: center;
}
	.p-policy ul a {
		margin-left: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.copyright {
        display: flex;
        align-items: center;
        margin-top: 15px;
    }
	.p-policy ul li {
		margin-bottom: 15px;
	}
}
@media screen and (max-height: 600px) {
	section, section.banner_top .banner_content
	{
		height:auto !important;
	}
	section.banner_top .banner_content
	{
		padding:40px 0;
	}
}
@media screen and (max-width: 540px) {
	.openinghours {
		padding: 20px 20px;
	}
	
	.openinghours ul {
		display: flex;
		flex-wrap: wrap;
	}
	
	
	.banner_content h1 {
        width: 100%;
    }
	.full-new-content .content h3.abouttitle, .product-inner h2, .full-new-content.aboutus-content.ourhistory .content h3, .hallmarking .hall-inner h3,
section.special-product h3, .form-home h2, .facebook-connect .facebook-inner h2, .hand-rings .aboutus-wrape h2, .onsale h2, .client-logo h2, section.our-services h2, .product-inner h2, .aboutus-wrape .left h2 {
        font-size: 24px;
    }
	.home-contact .home-icon {
        padding: 15px;
/*         width: 275px; */
    }
	.contactform .left {
		padding-right: 0px;
	}
	.form-home {
        width: 275px;
	}
	.form-home {
        padding: 10px;
        width: 300px;
        padding-bottom: 20px;
    }
/* 	.form-home textarea,  */
	.form-home input {
/* 		width: 250px; */
		height: 46px;
	}
/* 	.home-contact .home-icon {
        padding: 25px;
        width: 300px;
    } */
	section.googlemap .home-contact {
/* 		position: absolute; */
		top: -10px;
		z-index: 100;
		left: 0;
		width: inherit;
	}
	
	.product-inner .product-wraper {
        padding: 0px;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
	.product-wraper .pro-img {
		padding: 5px;
		padding-bottom: 10px;
	}
	.pro-img img {
        height: 100%;
    }
	.product-wraper .pro-img:hover .product-list .backside {
		left: 0;
		right: 0;
	}
	.services-inner .serives-wraper:nth-child(2) .read-btn {
		margin-top: 10px;
	}
	.marquee-item-list li {
        font-size: 18px;
    }
}
@media screen and (max-width: 480px) {
	.scrolled {
		display: flex;
		overflow: scroll;
		margin-bottom: 30px;
	}
	.container.gap-info .right {
        padding: 0;
    }
	.ourhistory .w-gallery .w-gallery-item,
	.our-history-new .history-inner {
        padding: 0px;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 11px;
    }
	.our-history-new .ourhistory img {
        height: 250px;
    }
	.full-new-content .content ol, .full-new-content .content ul,
	.hallmarking .hall-inner ul {
		padding-left: 20px;
	}
	
	.our-history-new .history-inner:nth-child(3){
		 margin-bottom: 11px;
	}
	section#clientlogo .item.box img {
        width: 200px;
        height: 200px;
    }
	.client-wraper .owl-nav.disabled {
		top: inherit;
		bottom: -40px;
        left: 0px;
        right: 0px;
        width: 100%;
        display: flex !important;
        align-items: center;
        justify-content: center;
		margin-top: 20px;
		position: inherit;
    }
	.serives-wraper .gap-info {
		flex-direction: column;
		text-align: left;
	}
	.container.gap-info .left {
        max-width: 100%;
    }
	
	.serives-wraper h3 {
       margin-bottom: 10px;
    }
	section#clientlogo .item.box {
        width: 220px;
        height: 220px;
        margin: 0 auto;
    }
	.facebook-connect .facebook-inner .left {
		padding-left: 0px;
		padding: 0px;
		margin-bottom: 40px;
	}
	.facebook-connect .facebook-inner h2 {
        width: 100%;
    }
	section.googlemap .home-contact {
        position: inherit;
	}
	section.googlemap .home-contact {
        position: inherit;
        background: #04437D;
        padding-top: 50px;
        padding-bottom: 50px !important;
    }
	section#clientlogo h2 {
		margin-bottom: 40px;
	}
	.facebook-connect .facebook-inner {
		flex-direction: column;
	}
	.home-contact .home-icon,
	.form-home {
       width: 100%;
	}
}
@media screen and (max-width: 390px) {
.header-banner-new h1,
	.banner_content h1 {
        font-size: 38px;
        width: 100%;
	}
}