*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Overpass', sans-serif;
/*	font-family: 'Philosopher', sans-serif;*/
}
/*color: #3A98B9;*/
a{
	text-decoration: none !important;
}
:root {
  --theme-blue: #316595;
  --theme-pink: #ac5464;
}
::selection{
	background: #3A98B9;
	color: #fff;
}

/*header*/
#header{
	background: #316595;
	padding: 12px 0;
}
#header p{
	color: #fff;
	font-size: 12px;
	letter-spacing: 1.26px;
}

/*navbar*/
#navbar{
	padding: 15px 0;
}
#navbar .top .brand img{
	max-width: 300px;
}
#navbar .top a{
	color: #18122B;
	transition: 0.3s;
}
#navbar .top a:hover{
	color: var(--theme-pink);
}
#navbar .top .left a{
	font-size: 16px;
}
#navbar .top .left a i{
	margin-right: 5px;
	margin-top: -3px;
}
#navbar .top .icons a{
	margin-right: 5px;
	font-size: 20px;
}
#navbar .top .icons a:last-child{
	margin-right: 0;
}
#navbar .bottom ul{
	list-style: none;
	margin-top: 15px;
}
#navbar .bottom ul li a{
	padding: 0 35px;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	transition: 0.3s;
	font-weight: 600;
}
#navbar .bottom ul li a:after{
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	background: #000;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
#navbar .bottom ul li a:hover,
#navbar .bottom ul li a.active{
	color: var(--theme-pink);
}
#navbar .bottom ul li:last-child a:after{
	display: none;
}
#navbar .bottom .menu{
	height: 20px;
	width: 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	z-index: 92;
}
#navbar .bottom .menu.active{
	justify-content: center;
}
#navbar .bottom .menu.active span{
	background: var(--theme-pink);
}
#navbar .bottom .menu.active span:nth-child(1){
	transform: rotate(45deg);
}
#navbar .bottom .menu.active span:nth-child(3){
	transform: rotate(-45deg) translateY(-3px) translateX(3px);
}
#navbar .bottom .menu.active span:nth-child(2){
	opacity: 0;
	visibility: hidden;
}
#navbar .bottom .menu span{
	height: 2px;
	width: 100%;
	background: #000;
	display: flex;
	border-radius: 2px;
	transition: 0.3s;
}
@media (min-width: 992px) and (max-width: 1024px){
	#navbar .bottom ul li a{
		padding: 0 20px;
	}
}
@media (max-width: 991px) {
	#header,
	#navbar .top .left a,
	#navbar .top .icons,
	#navbar .top .brand img{
		display: none !important;
	}
	#navbar .bottom .main-menu .brand{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 15px;
	}
	#navbar .bottom .brand img{
		max-width: 180px;
	}
	#navbar{
		background: #f2f2f2;
	}
	#navbar .main-menu{
		background: #E3DFFD;
		position: absolute;
		height: 100%;
		width: 100%;
		z-index: 9;
		top: 0;
		display: flex;
		align-items: space-between;
		flex-direction: column;
		transition: 0.5s;
		opacity: 0;
		visibility: hidden;
	}
	#navbar .bottom .main-menu.open{
		visibility: visible;
		opacity: 1;
	}
	#navbar .bottom ul{
		flex-direction: column;
		height: 100%;
		justify-content: center;
	}
	#navbar .bottom ul li a:after{
		display: none;
	}
	#navbar .bottom ul li a{
		height: 65px;
		display: flex;
		background: #eee7f573;
		align-items: center;
		padding: 0 20px;
		border-top: 0.5px solid #ccc;
	}
}

.fixed-navbar{
	position: fixed;
	width: 100%;
	z-index: 88;
	top: -100px;
	transition: 0.5s linear;
	opacity: 0;
	visibility: hidden;
}
.fixed-navbar .container{
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
	box-shadow: 1px 1px 10px rgb(0 0 0 / 12%);
}
.fixed-navbar .container .brand img{
	max-width: 70px;
}
.fixed-navbar.fixed{
	top: 0;
	opacity: 1;
	visibility: visible;
}
.normal-nav{
	box-shadow: 0 3px 60px #0000000d;
	background: #fff;
}


/*slider*/
#main-slider #slider{
}
#main-slider .item{
	min-height: 700px;
	position: relative;
}
#main-slider .item:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3));
	z-index: 2;
}
#main-slider .item img{
	max-height: 700px;
	object-fit: cover;
	width: 100%;
	user-select: none;
	animation: zoom 20s linear infinite;
	animation-direction: alternate;
}
#main-slider .item .desc{
	position: absolute;
	left: 0;
	bottom: 10%;
	padding-bottom: 50px;
	z-index: 3;
}
#main-slider .item .desc h2{
	font-size: 49px;
	color: #fff;
	font-weight: 300;
}
#main-slider .item .desc h2 span{
	font-weight: 700;
}
#main-slider .item .container{
	min-height: 100%;
}
#main-slider .item .desc .btn{
	background: #fff;
	border-radius: 0;
	padding: 10px 15px;
	margin-top: 10px;
	transition: 0.3s;
	font-size: 18px;
}
#main-slider .item .desc .btn:hover{
	background: var(--theme-pink);
	color: #Fff;
}
#main-slider .arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#main-slider .arrow:hover{
	background: rgba(0, 0, 0, 0.6);
}
#main-slider .arrow{
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0.3);
	transition: 0.3s;
	color: #fff;
	cursor: pointer;
	z-index: 5;
}
#main-slider .arrow.arrow-prev{
	left: 20px;
}
#main-slider .arrow.arrow-next{
	right: 20px;
}
@keyframes zoom{
	from{
		transform: scale(1);
	}
	to{
		transform: scale(1.2);
	}
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}
.fadeInUp {
    animation-name: fadeInUp;
}

@media (max-width: 767px) {
	#main-slider .item{
		min-height: auto;
	}
	#main-slider .item img{
		max-height: 150px;
	}
	#main-slider .item:before{
		display: none;
	}
	#main-slider .item .desc{
		position: relative;
		padding-bottom: 0;
		text-align: center;
		margin: 30px;
	}
	#main-slider .item .desc h2{
		color: #000;
		font-size: 25px;
		font-weight: 700;
	}
	#main-slider .item .desc .btn{
		background: #000;
		color: #fff;
		font-size: 14px;
		padding: 10px 20px;
		margin: 10px;
	}
	#main-slider .arrow{
		top: 20%;
		height: 25px;
		width: 25px;
		font-size: 14px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	#main-slider .item{
		min-height: 300px;
	}
	#main-slider .item img{
		max-height: 300px;
	}
	#main-slider .arrow{
		height: 25px;
		width: 25px;
	}
	#main-slider .item .desc h2{
		font-size: 35px;
	}
	#main-slider .item .desc .btn{
		font-size: 16px;
	}
}
@media (min-width: 1025px) and (max-width: 1300px) {
	#main-slider .item{
		min-height: 500px;
	}
	#main-slider .item img{
		max-height: 500px;
	}
}

/*choose*/
#choose{
	margin-top: 45px;
}
#choose .top-p{
	font-size: 17px;
	font-weight: 300;
	max-width: 1163px;
	margin: auto;
}
#choose .heading{
	margin-top: 45px;
}
.heading h2{
	color: var(--theme-pink);
	font-size: 22px;
	font-family: 'Philosopher', sans-serif;
	font-style: italic;
}
#choose .heading p{
	margin: auto;
}
#choose .body{
	margin-top: 30px;
}
#choose .body .item h4{
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.4px;
	margin-bottom: 15px;
}
#choose .body .item p{
	margin-top: 35px;
	font-weight: 300;
	max-width: 405px;
	font-size: 17px;
}
@media (max-width: 767px) {
	#choose .top-p{
		font-size: 14px;
	}
	.heading h2{
		font-size: 18px;
	}
	#choose .body .item h4{
		font-size: 16px;
	}
	#choose .body .item p{
		margin-top: 15px;
		font-size: 14px;
	}
	#choose .body .item{
		margin-top: 30px;
	}
	#choose .body{
		margin-top: 0;
	}
}
@media (min-width: 768px) and (max-width:1024px) {
	#choose .top-p{
		font-size: 15px;
	}
	.heading h2{
		font-size: 20px;
	}
	#choose .body .item h4{
		font-size: 18px;
	}
	#choose .body .item p{
		margin-top: 25px;
		font-size: 13px;
	}
}

/*shape*/
#shape{
	margin-top: 50px;
	background: #f9f9f9;
	padding: 40px 0;
}
.heading h3{
	font-weight: 700;
	font-size: 30px;
	font-family: 'Philosopher', sans-serif;
}
.heading p{
	color: #505050;
	font-weight: 300;
	font-size: 17px;
	max-width: 1045px;
	margin: 20px auto;
	line-height: 1.8;
}
#shape .body .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
/*	transform: scale(0.6);*/
	transition: 0.3s;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
#shape .body .owl-carousel{
	padding: 0 30px;
}
#shape .body .item img{
	max-width: 100%;
}
#shape .body .item:hover .name{
	transform: translateY(0);
	opacity: 1;
}
#shape .body .item .name{
	position: absolute;
	height: 150px;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(87, 88, 187, 0.4));
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
	opacity: 0;
	transform: translateY(100%);
}
#shape .body .item h5{
	font-size: 25px;
	font-family: 'Philosopher', sans-serif;
	font-weight: 600;
	color: #fff;
	margin-top: 20px;
}
#shape .body .center .item{
	transform: scale(0.9);
}
#shape .body .owl-prev,
#shape .body .owl-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	z-index: 8;
	background: #fff;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	box-shadow: 1px 1px 10px rgb(0 0 0 / 12%);
	transition: 0.3s;
}
#shape .body .owl-prev:hover,
#shape .body .owl-next:hover{
	background: var(--theme-pink);
	color: #fff;
}
#shape .body .owl-prev{
	left: 0;
}
#shape .body .owl-next{
	right: 0;
}
@media (max-width: 767px) {
	#shape{
		padding: 30px 0;
		margin-top: 25px;
	}
	.heading h3{
		font-size: 25px;
	}
	.heading p{
		font-size: 14px;
		margin: 10px auto;
	}
	#shape .body .center .item{
		transform: scale(0.6);
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.heading h3{
		font-size: 26px;
	}
	.heading p{
		font-size: 15px;
		margin: 15px auto;
	}
	#shape{
		margin-top: 40px;
		padding: 30px 0;
	}
}

/*fancy diamonds*/
#fancy-diamonds{
	margin-top: 50px;
}
#fancy-diamonds .heading{
	margin-bottom: 45px;
}
#fancy-diamonds table {
	margin-top: 80px;
}
#fancy-diamonds table th{
	height: 65px;
	background: var(--theme-blue);
	text-align: center;
	vertical-align: middle;
	color: #fff;
}
#fancy-diamonds table tr td{
	text-align: center;
	height: 55px;
	vertical-align: middle;
	font-size: 16px;
	color: #505050;
}
#fancy-diamonds table tr td i{
	color: var(--theme-pink);
	font-weight: bold;
	font-size: 20px;
}
#fancy-diamonds .btn2{
	background: #000;
	color: #fff;
	display: flex;
	border-radius: 0;
	padding: 10px 20px;
	max-width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
	font-size: 17px;
}
#fancy-diamonds .btn2:hover{
	background: var(--theme-blue);
}
#fancy-diamonds .buttons .btn{
	border-radius: 20px;
	padding: 8px 20px;
	font-weight: 500;
	background: #cbd0fc;
	margin-right: 5px;
	font-size: 16px;
	transition: 0.3s;
}
#fancy-diamonds .buttons .btn.active{
	background: var(--theme-blue);
	color: #fff;
}
#fancy-diamonds .box{
	padding: 10px;
	border-radius: 2px;
	box-shadow: 1px 1px 10px rgb(0 0 0 / 12%);
	margin-top: 30px;
	max-width: 370px;
	height: 370px;
	width: 100%;
	border-radius: 2px;
}
#fancy-diamonds .box .threesixty{
	position: absolute;
}
#fancy-diamonds .box .threesixty img{
    max-width: 349px;
}
#fancy-diamonds .box .threesixty.off{
	opacity: 0;
	visibility: hidden;
}
@media (max-width: 767px) {
	#fancy-diamonds{
		margin-top: 25px;
	}
	#fancy-diamonds .heading{
		margin-bottom: 25px;
	}
	#fancy-diamonds table{
		margin-top: 30px;
	}
	#fancy-diamonds table th{
		height: 55px;
		font-size: 14px;
	}
	#fancy-diamonds table tr td{
		height: 45px;
		font-size: 14px;
	}
	#fancy-diamonds .buttons a{
		font-size: 14px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	#fancy-diamonds{
		margin-top: 30px;
	}
	#fancy-diamonds .heading{
		margin-bottom: 35px;
	}
	#fancy-diamonds table th{
		height: 55px;
		font-size: 15px;
	}
	#fancy-diamonds table tr td{
		height: 45px;
		font-size: 15px;
	}
}


/*about*/
#about{
	margin-top: 50px;
}
#about .body{
	margin-top: 30px;
}
#about .body table th{
	height: 65px;
	background: var(--theme-blue);
	text-align: center;
	vertical-align: middle;
	color: #fff;
}
#about .body table tr td{
	text-align: center;
	height: 55px;
	vertical-align: middle;
	font-size: 16px;
	color: #505050;
}
#about .body table tr td i{
	color: var(--theme-pink);
	font-weight: bold;
	font-size: 20px;
}
#about .body table tr td:first-child,
#about .body table tr th:first-child{
	text-align: left !important;
}
@media (max-width: 767px) {
	#about .body{
		margin-top: 0;
	}
	#about .body iframe{
		height: 205px;
		width: 100%;
	}
	#about .body table{
		margin-top: 20px;
	}
	#about .body table th{
		height: 55px;
		font-size: 14px;
	}
	#about .body table tr td{
		height: 45px;
		font-size: 14px;
	}
}
@media (min-width: 768px) and (max-width:1024px) {
	#about .body table th{
		height: 55px;
		font-size: 13px;
	}
	#about .body table tr td{
		height: 45px;
		font-size: 13px;
	}
	#about .body{
		margin-top: 0;
	}
	#about .body iframe{
		height: 250px;
		width: 100%;
	}
}

/*video*/
#video{
	margin-top: 50px !important;
}
@media (max-width: 767px) {
	#video iframe{
		width: 100% !important;
		height: 205px;
	}
}
@media (min-width: 768px) and (max-width:1024px) {
	#video iframe{
		width: 100% !important;
		height: 405px;
	}
}
@media (min-width: 1025px) and (max-width:1399px) {
	#video iframe{
		width: 100% !important;
		height: 550px;
	}
}


/*footer*/
#footer{
	margin-top: 80px;
/*	border-top: 1px solid var(--theme-blue);*/
	background: #f5d8ec38;
	padding: 50px 0;
}
#footer .info p{
	margin-top: 20px;
	font-size: 16px;
	color: #505050;
}
#footer .info .btn{
	background: #000;
	margin-top: 15px;
	color: #fff;
	border-radius: 0;
	padding: 10px 20px;
	font-size: 16px;
	transition: 0.3s;
}
#footer .info .btn:hover{
	background: var(--theme-pink);
}
#footer .heading{
	font-size: 22px;
	font-family: 'Philosopher', sans-serif;
	margin-bottom: 25px;
	font-weight: bold;
}
#footer .body .item h6{
	font-size: 16px;
	font-family: 'Philosopher', sans-serif;
	font-weight: 600;
}
#footer .body a{
	color: #505050;
	transition: 0.3s;
}
#footer .body a:hover{
	color: var(--theme-pink);
}
#footer .body.link a{
	margin-top: 5px;
}
#footer .body.social-media a{
	height: 35px;
	width: 35px;
	border: 1px solid var(--theme-pink);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 10px;
	color: var(--theme-pink);
	transition: 0.3s;
}
#footer .body.social-media a:hover{
	background: var(--theme-pink);
	color: #fff;
}

.copyright{
	background: #FDF6FB;
	padding-bottom: 25px;
	text-align: center;
}
.copyright p{
	font-size: 15px;
}
.copyright p a{
	color: var(--theme-pink);
}
@media (max-width: 767px) {
	#footer{
		margin-top: 40px;
		padding: 25px 0;
	}
	#footer .info p{
		font-size: 14px;
	}
	#footer .heading{
		margin-top: 30px;
		font-size: 18px;
		margin-bottom: 10px;
	}
	#footer .body .item h6{
		font-size: 14px;
	}
	#footer .body a{
		font-size: 14px;
	}
	.copyright p{
		font-size: 12px;
	}
	.copyright{
		padding: 15px 0;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	#footer{
		margin-top: 50px;
		padding: 30px 0;
	}
	#footer .info p{
		margin-top: 10px;
		font-size: 14px;
	}
	#footer .heading{
		margin-top: 20px;
		margin-bottom: 15px;
		font-size: 20px;
	}
	#footer .body .item h6,
	#footer .body .item a{
		font-size: 15px;
	}
	.copyright{
		padding: 20px 0;
	}
	.copyright p{
		font-size: 13px;
	}
}


/*lab grown diamonds*/
#lab-grown .lab-grown-section{
	margin: 50px 0;
}
#lab-grown .lab-grown-section p i{
	color: var(--theme-pink);
	font-weight: bold;
}
#lab-grown #difference.lab-grown-section table th{
	height: 65px;
	background: var(--theme-pink);
	text-align: center;
	vertical-align: middle;
	color: #fff;
}
#lab-grown #difference.lab-grown-section table td{
	text-align: center;
	height: 55px;
	vertical-align: middle;
	font-size: 16px;
	color: #505050;
}
#lab-grown #difference.lab-grown-section table td:first-child,
#lab-grown #difference.lab-grown-section table th:first-child{
	text-align: left !important;
}
@media (max-width: 767px) {
	#lab-grown #difference.lab-grown-section table{
		margin-top: 20px;
	}
	#lab-grown #difference.lab-grown-section table th{
		height: 55px;
		font-size: 14px;
	}
	#lab-grown #difference.lab-grown-section table tr td{
		height: 45px;
		font-size: 14px;
	}
	#lab-grown .lab-grown-section .heading{
		margin-top: 30px;
	}
	#lab-grown .lab-grown-section{
		margin: 25px 0;
	}
	#lab-grown .lab-grown-section iframe{
		height: 250px;
	}
}
@media (min-width: 768px) and (max-width:1024px) {
	#lab-grown #difference.lab-grown-section table th{
		height: 55px;
		font-size: 13px;
	}
	#lab-grown #difference.lab-grown-section table tr td{
		height: 45px;
		font-size: 13px;
	}
	#lab-grown .lab-grown-section .heading h3{
		font-size: 20px;
	}
	#lab-grown .lab-grown-section p{
		font-size: 12px;
		margin: 5px auto !important;

	}
}

/*Benefits*/
#benefits{
	margin-top: 50px;
}
#benefits .item{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 20px;
}
#benefits .item h6{
	color: #505050;
	font-weight: 600;
	font-size: 16px;
	margin-top: 20px;
}
@media (max-width: 767px) {
	#benefits{
		margin-top: 30px;
	}
	#benefits .item h6{
		font-size: 14px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#benefits .item h6{
		font-size: 14px;
	}
	#benefits{
		margin-top: 40px;
	}
}


/*faq*/
#faq{
	margin-top: 50px;
}
#faq .body{
	margin-top: 30px;
}

#faq .body .accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}
#faq .body .accordion-button:not(.collapsed) {
    background: transparent;
}
#faq .body .accordion-header button {
    height: 88px;
    color: #412d2d;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    padding-right: 25px;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
}
#faq .body .accordion-item {
    border: none;
    background: #f5d8ec38;
    border-bottom: 1px solid #eeeaf2;
}
#faq .body .accordion-item .accordion-body {
    padding-bottom: 30px;
}
.collapse.show ~ .accordion-item button {
    border: none;
}
#faq .body .accordion-item .accordion-body p {
    color: #412d2d;
    letter-spacing: 0.36px;
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
}
#faq .body .accordion-item .accordion-body p:first-child{
	margin-top: 0;
}
@media (max-width: 767px) {
    #faq .body .accordion-header button{
        height: auto;
    }
    #faq .body .accordion-header button,
    #faq .body .accordion-item .accordion-body p{
    	font-size: 14px;
    }
}



/*about page*/


/*about section*/
.ab-sec{
	margin: 50px 0;
}
/*aim*/
#aim h2{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
#aim .item{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #F8F8F8;
	padding: 30px 20px;
}
#aim .item h4{
	margin-top: 20px;
	font-weight: 700;
	font-size: 13px;
}
@media (max-width: 767px) {
	.ab-sec .heading{
		margin-top: 20px;
	}
	.ab-sec{
		margin: 20px 0;
	}
	#aim h2{
		font-size: 14px;
		margin-bottom: 10px;
	}
	#aim .item{
		margin-top: 20px;
	}
	#aim .item h4{
		font-size: 12px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.ab-sec .heading p{
		font-size: 12px;
	}
	#aim h2{
		font-size: 16px;
	}
	#aim .item{
		margin-top: 20px;
	}
	#aim .item h4{
		font-size: 12px;
	}
}


/*contact page*/
#contact-page .main-contact{
	padding-bottom: 50px;
	margin-top: 50px;
}
#contact-page .main-contact .left{
	position: relative;
}
#contact-page .main-contact .left:before{
	content: '';
	position: absolute;
	height: 602px;
	width: 2px;
	background: #000;
	right: -20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#contact-page .main-contact .left h2{
	font-weight: 700;
	font-size: 34px;
	font-family: 'Philosopher', sans-serif;
}
#contact-page .main-contact .left p{
	margin-top: 10px;
	font-weight: 300;
	font-size: 16px;
}
#contact-page .main-contact .left .form-group{
	margin-top: 20px;
}
#contact-page .main-contact .left .form-group label{
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
}
#contact-page .main-contact .left .form-group .form-control{
	background: #F8F8F8;
	border-radius: 0px;
	border: 1px solid transparent;
	height: 55px;
	padding: 10px 20px;
	margin-top: 8px;
	transition: 0.3s;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
#contact-page .main-contact .left .form-group .form-control:focus{
	border-color: var(--theme-pink);
}
#contact-page .main-contact .left .form-group textarea{
	height: 175px !important;
	resize: none;
	padding-top: 10px;
}
#contact-page .main-contact .left .form-group .btn{
	padding: 12px 20px;
	background: #000;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
}
#contact-page .main-contact .left .form-group .btn:hover{
	background: var(--theme-pink);
}
#contact-page .main-contact .right{
	padding-left: 50px;
}
#contact-page .main-contact .right .contact-info h6 i{
	margin-right: 5px;
}
#contact-page .main-contact .right .contact-info h6{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
}
#contact-page .main-contact .right .contact-info h6 a{
	font-weight: 400;
	font-size: 18px;
	color: #000;
	transition: 0.3s;
	font-weight: 500;
}
#contact-page .main-contact .right .contact-info h6 a:hover{
	color: var(--theme-pink);
}
#contact-page .main-contact .right .contact-info h6:first-child{
	margin-top: 0;
}
#contact-page .main-contact .right .map{
	margin-top: 30px;
}
@media (max-width: 767px) {
	#contact-page .main-contact .left h2{
		font-size: 30px;
	}
	#contact-page .main-contact .left p{
		margin-top: 10px;
		font-size: 14px;
	}
	#contact-page .main-contact .left .form-group label{
		font-size: 14px;
	}
	#contact-page .main-contact .right{
		padding-left: 12px;
	}
	#contact-page .main-contact .right .contact-info h6,
	#contact-page .main-contact .right .contact-info h6:first-child{
		margin-top: 30px;
	}
	#contact-page .main-contact .left:before{
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#contact-page .main-contact .left p{
		font-size: 12px;
	}
	#contact-page .main-contact .left .form-group label{
		font-size: 14px;
	}
	#contact-page .main-contact .left .form-group .form-control{
		height: 50px;
	}
	#contact-page .main-contact .right .contact-info h6 a, #contact-page .main-contact .right .contact-info h6{
		font-size: 14px;
	}
	#contact-page .main-contact .right .contact-info h6{
		margin-top: 15px;
	}
}


/*demand*/
#demand-page #demand{
	margin-top: 50px;
}
#demand-page #demand .body{
	margin-top: 30px;
}
#demand-page #demand .body .form-group{
	margin-top: 20px;
}
#demand-page #demand .body .form-group label{
	font-size: 18px;
}
#demand-page #demand .body .form-group .form-control{
    background: #F8F8F8;
    border-radius: 0px;
    border: 1px solid transparent;
    height: 55px;
    padding: 10px 20px;
    margin-top: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: 0.3s;
}
#demand-page #demand .body .form-group .form-control:focus{
	border-color: var(--theme-pink);
}
#demand-page #demand .body .form-group textarea{
	height: 200px !important;
}
#demand-page #demand .body .form-group .btn{
	background: #000;
	color: #fff;
	padding: 10px 20px;
	border-radius: 0;
	transition: 0.3s;
}
#demand-page #demand .body .form-group .btn:hover{
	background: var(--theme-pink);
}
@media (max-width: 767px) {
	#demand-page #demand .body{
		margin-top: 10px;
	}
	#demand-page #demand .body .form-group{
		margin-top: 15px;
	}
	#demand-page #demand .body .form-group label{
		font-size: 14px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#demand-page #demand .body .form-group label{
		font-size: 14px;
	}
	#demand-page #demand .body .form-group{
		margin-top: 15px;
	}
	#demand-page #demand .body .form-group .form-control::placeholder{
		font-size: 14px;
	}
	#demand-page #demand .body{
		margin-top: 20px;
	}
}


/*whtsapp*/
#whatsapp {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
	background: #25d366;
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}
#whatsapp a i{
	font-size: 30px;
	color: #fff;
}


/*products*/
/*button*/
.header-btn{
	margin-top: 20px;	
}
.header-btn .btn{
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--theme-blue);
	color: #fff;
	padding: 8px 20px;
	width: 160px;
	border-radius: 0;
	height: 45px;
}
.header-btn .btn i{
	margin-left: 10px;
	margin-bottom: 5px;
}
.header-btn .btn:hover{
	background: var(--theme-pink);
	color: #fff;
}



#products-dia .item{
	background: #fff;
	box-shadow: 0 4px 8px rgba(51, 51, 51, 0.104988), 0 2px 4px rgba(51, 51, 51, 0.0977129);
	border-radius: 2px;
	overflow: hidden;
	margin-top: 20px;
}
#products-dia .item .img img{
	height: 240px !important;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
#products-dia .item .img{
	position: relative;
	transition: 0.3s;
	height: 240px;
	overflow: hidden;
	width: 100%;
}
#products-dia .item .img video{
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
#products-dia .item .img iframe{
	height: 300px;
	width: 100%;
}
/*#products-dia .item .img:hover img.s-img{
	opacity: 1;
	visibility: visible;
}*/
#products-dia .item .img img.s-img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
#products-dia .item .content{
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
#products-dia .item .content .top a{
	font-size: 12px;
	color: #2d3c5c;
}
#products-dia .item .content .top a:first-child{
	border-right: 1px solid #2d3c5c;
	padding-right: 10px;
}
#products-dia .item .content .top a:last-child{
	padding-left: 10px;
}
#products-dia .item .content h3 a{
	margin-top: 10px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	transition: 0.3s;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}
#products-dia .item .content h3 a:hover{
	color: var(--theme-blue);
}
#products-dia .item .content .tag{
	margin-top: 15px;
}
#products-dia .item .content .tag h4{
	border-radius: 12px;
	padding: 3px 6px;
	font-size: 12px;
	background: #cbd0fc;
	margin-right: 10px;
}
#products-dia .item .btn{
	margin-top: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--theme-blue);
	color: #fff;
	border-radius: 0;
	transition: 0.3s;
}
#products-dia .item .btn:hover{
	background: var(--theme-pink);
}
@media (max-width: 991px) {
	#products-dia .item .img{
		height: 300px;
	}
	#products-dia .item .img img{
		height: 100% !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#products-dia .item .img{
		height: 300px;
	}
}
@media (min-width: 1201px) and (max-width: 1400px) {
	#products-dia .item .img{
		height: 204px;
	}
}



/*single product*/
#single-page{
	background: rgb(246, 249, 250);
}
#single-prod{
	margin-top: 50px;
}
#single-prod .left-inner {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: rgba(51, 51, 51, 0.106) 0px 4px 8px, rgba(51, 51, 51, 0.098) 0px 2px 4px;
	min-height: 650px;
}
#single-prod .left .left-inner .buttons button{
	border: none;
    border-radius: 20px;
    padding: 8px 20px;
    font-weight: 500;
    background: #cbd0fc;
    color: #000;
    margin-right: 5px;
    font-size: 16px;
    transition: 0.3s;
}
#single-prod .left .left-inner .buttons button.active{
	background: var(--theme-blue);
    color: #fff;
}
#single-prod .left .content .list{
	transition: 0.3s;
}
#single-prod .left .content .hide{
	height: 0;
	opacity: 0;
	visibility: hidden;
}
#single-prod .left .content{
	margin-top: 30px;
}
#single-prod .left img{
	height: 500px;
	width: 100%;
	object-fit: cover;
}
#single-prod .left video{
	width: 100%;
	height: 500px;
	object-fit: cover;
}
#single-prod .left iframe{
	width: 100%;
	height: 500px;
}
#single-prod .right .info{
	background: #fff;
	width: 100%;
	padding: 20px;
	border-radius: 8px;
	box-shadow: rgba(51, 51, 51, 0.106) 0px 4px 8px, rgba(51, 51, 51, 0.098) 0px 2px 4px;
}
#single-prod .right .info .info-heading{
	background: rgb(226, 228, 238);
	color: #000;
	font-weight: 600;
	width: 100%;
	padding: 5px 10px;
	font-size: 18px;
	font-family: 'Philosopher', sans-serif;
	border-radius: 4px;
}
#single-prod .right .info .body{
	padding: 0 5px;
}
#single-prod .right .info .body .row{
	margin-top: 10px;
}
#single-prod .right .info .body .row .col-6,
#single-prod .right .info .body .row p{
	font-size: 14px;
}
#single-prod .right .info .body .left-txt{
	color: rgb(130, 130, 140);
}

#single-prod .slick-dots li button:before{
	font-size: 45px;
	color: var(--theme-blue);
}
@media (max-width: 767px) {
	#single-prod{
		margin-top: 10px;
	}
	#single-prod .left-inner{
		min-height: auto;
	}
	#single-prod .right .info{
		margin-top: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#single-prod{
		margin-top: 20px;
	}
	#single-prod .left-inner{
		min-height: auto;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	#single-prod .left .left-inner .buttons button{
		padding: 6px 15px;
		font-size: 12px;
	}
}


/*success page*/
#success{
	background: #EBF0F5;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 100vh;
}
#success .box{
	padding: 60px;
	background: #fff;
	box-shadow: rgba(51, 51, 51, 0.106) 0px 4px 8px, rgba(51, 51, 51, 0.098) 0px 2px 4px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#success .box .tick{
	height: 150px;
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 50px;
	background: #F8FAF5;
	border-radius: 100%;
	color: var(--theme-pink);
	font-weight: 600;
}
#success .box h4{
	color: var(--theme-pink);
	margin-top: 30px;
	font-weight: 800;
	font-size: 40px;
	font-family: 'Philosopher', sans-serif;
}
#success .box p{
	margin-top: 10px;
	font-size: 18px;
}
#success .box .button{
	margin-top: 10px;
}
#success .box .button a{
	background: var(--theme-pink);
	color: #fff;
	padding: 10px 20px;
	border-radius: 4px;
}
#success .box .button a:last-child{
	margin-left: 10px;
}
@media (max-width: 767px) {
	#success{
		padding: 20px;
	}
	#success .box{
		padding: 30px;
	}
	#success .box h4{
		font-size: 30px;
	}
	#success .box p{
		font-size: 14px;
	}
	#success .box .button a{
		padding: 5px 10px;
		font-size: 14px;
	}
}






/*filter*/
#diamonds .heading {
	margin-top: 30px;
}
#diamonds .heading h3{
	font-size: 49px;
	font-family: 'Philosopher', sans-serif;
	font-weight: 700;
}
.filter-popup{
	background: #fff;
	border-radius: 3px;
	max-height: calc(100vh - 300px);
	box-shadow: rgba(0, 0, 0, 0.39) -1px 1px 15px;
	margin-top: 20px;
	position: absolute;
	overflow-y: scroll;
	z-index: 99;
	top: 40px;
/*	opacity: 0;*/
/*	visibility: hidden;*/
/*	height: 0;*/
/*	transition: 0.3s;*/
}
.filter-popup.open{
/*	height: 100%;*/
/*	visibility: visible;*/
/*	opacity: 1;*/
}
.filter-popup form{
	overflow-y: hidden;
}

.filter-popup .item{
	padding: 10px 20px;
	border-bottom: 1px solid rgb(224, 224, 224);
}
.filter-popup .item h4{
	font-size: 14px;
	font-weight: 600;
	margin-top: 15px;
	color: #000;
}
.filter-popup .item.shape .col-lg-9{
	display: flex;
	flex-wrap: wrap;
}
.filter-popup .item.shape .col-lg-9 label{
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 10px 0;
    border-radius: 3px;
    transition: 0.3s;
}
.filter-popup .item.shape .col-lg-9 .filter-shape{
	width: 12%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 11px;
	user-select: none;
	transition: 0.3s;
	margin-right: 5px;
	margin-top: 5px;
	position: relative;
}
.filter-popup .item.shape .col-lg-9 .filter-shape input{
	position: absolute;
	opacity: 0;
}
.filter-popup .item.shape .col-lg-9 .filter-shape input:checked ~ label{
	background: var(--theme-blue);
	color: #fff;
}
.filter-popup .item.shape .col-lg-9 .filter-shape input:checked ~ label svg path{
	fill: #fff;
}
.filter-popup .item.shape .col-lg-9 .filter-shape input:checked ~ label svg.stroke path{
	stroke: #fff;
}
.filter-popup .item.shape .col-lg-9 .filter-shape svg{
	margin-bottom: 5px;
}
.filter-popup .item.shape .col-lg-9 .filter-shape svg.stroke path{
	stroke: var(--theme-blue);
}
.filter-popup .item.shape .col-lg-9 .filter-shape svg path{
	fill: var(--theme-blue);
}
.filter-popup .item.cert .right .form-check{
	display: flex;
	align-items: center;
	margin-right: 15px;
}
.filter-popup .item.cert .right .form-check input{
	height: 20px;
	width: 20px;
	box-shadow: none;
}
.filter-popup .item.cert .right .form-check label{
	margin-top: 7px;
	margin-left: 5px;
	font-size: 14px;
	user-select: none;
}
.filter-popup .item.size .right .form input{
	width: 90px;
}
.filter-popup .item.size .right .form input::placeholder{
	font-size: 14px;
}
.filter-popup .item.size .right .form label{
	font-size: 14px;
	position: absolute;
}
.filter-popup .item.size .right .form .to{
	margin-left: 10px;
}
.filter-popup .item.size .right .form input{
	background: #F8F8F8;
	border-radius: 0;
	border:1px solid transparent;
	height: 45px;
	padding: 10px 5px;
	box-shadow: none;
}
.filter-popup .item.size .right .form .form-group{
	position: relative;
}
.filter-popup .item.size .right .form .form-group span{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	font-size: 14px;
}
.filter-popup .item.color a{
	margin-top: 10px;
	font-size: 14px;
	margin-right: 10px;
	position: relative;
	padding-bottom: 5px;
	transition: 0.3s;
}
.filter-popup .item.color a:before{
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	background: var(--theme-blue);
	left: 0;
	bottom: 0;
	transition: 0.3s;
	opacity: 0;
}
.filter-popup .item.color a.active{
	color: var(--theme-blue);
}
.filter-popup .item.color a.active:before{
	opacity: 1;
}
.filter-popup .item.color #one{
	display: flex;
	margin-top: 10px;
	flex-wrap: wrap;
}
.filter-popup .item div.in-lb{
	min-width: 60px;
	height: 30px;
	margin-top: 10px;
	margin-right: 10px;
}
.filter-popup .item div.in-lb label{
	height: 100%;
	width: 100%;
	padding: 5px;
	border: 1px solid rgb(224, 224, 224);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	border-radius: 3px;
	transition: 0.3s;
	cursor: pointer;
}
.filter-popup .item div.in-lb input{
	position: absolute;
	opacity: 0;
}
.filter-popup .item div.in-lb input:checked ~ label{
	background: var(--theme-blue);
	border-color: var(--theme-blue);
	color: #fff;
}
.filter-popup .item div.in-lb:hover{
	background: #F8F8F8;
	color: var(--theme-blue);
	border-color: #F8F8F8;
}
.filter-popup .item.color .hide{
	display: none !important;
}
.filter-popup .item.color #two label{
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.filter-popup .item.color #two select{
	background: #F8F8F8;
	height: 45px;
	padding: 10px;
	border: none;
	border-radius: 0px;
	font-size: 14px;
}
.filter-popup .item.clarity .items,
.filter-popup .item .items{
	display: flex;
	flex-wrap: wrap;
}
.filter-popup .item .btn{
	padding: 10px;
	background: var(--theme-blue);
	transition: 0.3s;
}
.filter-popup .item .btn:hover{
	color: #fff;
	background: var(--theme-pink);
}
.filter-popup .filter-heading{
	padding: 10px 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 5px;
	color: var(--theme-blue);
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 44;
	top: 0;
	left: 0;
}
.filter-popup .filter-heading .close{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 25px;
	cursor: pointer;
}
body.overflow{
	overflow: hidden;
}
@media (max-width: 767px) {
	.header-butn{
		display: none !important;
	}
	.filter-popup{
		position: fixed !important;
		height: 100%;
		max-height: initial;
		width: 100%;
		left: 0;
		margin-top: 0;
		top: 0;
		transform: translateY(100%);
		opacity: 0;
		transition: 0.3s linear;
		overflow-y: hidden;
	}
	.filter-popup.open{
		transform: translateY(0);
		opacity: 1;
	}
	.filter-popup .item.shape .col-lg-9 .filter-shape{
		width: 15%;
	}
	.filter-popup .item.size .right .form input{
		width: 150px;
	}
	.filter-popup .item h4{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.filter-popup .item.shape{
		margin-top: 50px;
	}
	.filter-popup .item .btn{
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		border-radius: 0;
	}
	.filter-popup .item.eye-clean{
		border-bottom: none;
	}
	.filter-popup .main-body{
		overflow-y: scroll;
		height: 100%;
		padding-bottom: 50px;
	}
	.filter-popup .item .btn:hover{
		background: var(--theme-pink) !important;
		color: #fff !important;
		border-color: var(--theme-pink) !important;
	}
	.fixed-btn-mb{
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 45;
		background: var(--theme-blue);
		width: 100%;
	}
	.fixed-btn-mb:before{
		content: '';
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		height: 100%;
		width: 2px;
		background: #ccc;
	}
	.fixed-btn-mb a{
		width: 49.5%;
		padding: 10px 20px;
		color: #fff;
		border-radius: 0;
		transition: 0.3s;
		height: 100%;
	}
	#diamonds .heading h3{
		font-size: 25px;
	}
	.header-btn{
		margin-top: 0;
	}
}