/* stylesheet for demo and examples */

@import url(http://fonts.googleapis.com/css?family=Lobster+Two:700italic,700);
@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
body{
	margin: 0;
	padding: 0;
	border: 0;
	background: #25201e;
	color: #d9d6d5;
	font-family: arial,sans-serif; 
	font-size: 1em; 
	line-height: 1.4em;
	overflow-x: hidden;
}

::-webkit-scrollbar-track
{
	border: 4px solid #fff;
	background-color: #000;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #fff;
}

::-webkit-scrollbar-thumb
{
	background-color: #D2AE6D;	
}

a{
	color: inherit;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;
}

hr{
	display: block; 
	height: 0; 
	border: 0; 
	border-top: 1px solid rgba(0,0,0,0.2); 
	border-bottom: 1px solid rgba(255,255,255,0.2); 
	margin: 1em 0; 
	padding:0;
}

h1, h2, h3, p{
	margin-bottom: 1em;
}

h1, h2{
	font-family: 'Lobster Two',georgia,serif;
	line-height: 1em;
	font-weight: 700;
}

h2{
	font-size: 4em;
}


/*=====================================MENU======================*/

ul {list-style: none;margin: 0; padding: 0;}

/* Micro Clearfix */
.cf:before, .cf:after {	content: '';	display: table;	visibility: hidden;}
.cf:after {	clear: both;}
.cf {	*zoom: 1;}
.wrap {  text-align: center;}
#header {overflow: visible;position: relative;}
#header h1 {margin: 5px 0;}
#primary-nav-button {background: transparent;display: none;border: 1px solid #020202;position: absolute;bottom: -2px; right: 18px;
  padding: 0; text-decoration: none; color: #333; text-align: center; font-weight: bold; font-size: 0;  z-index: 9999999;
  border-radius: 5px;}
#primary-nav-button:hover {background: rgb(210, 174, 109);}
#primary-nav-button.selected {background: rgb(210, 174, 109);}
#primary-nav-button:before { /* content: '☰'; */  content: '\2261'; display: block; font-size: 36px; font-style: normal;
  font-weight: normal;  line-height: 1.05;  height: 1em; width: 1em; color: inherit; speak: none;}
.menu li { float: left; padding-right:30px; position: relative;}
.menu li:last-child { margin-right: 0;}
.menu .sub-menu li { width: 100%;}
.menu li a {  display: block;  text-decoration: none;}
#top-nav li a { color: #8CC152; padding: 5px 0;}
#top-nav .sub-menu { background: #fff;}
#top-nav .sub-menu li a { padding: 5px;}
#top-nav .sub-menu li > a:hover, #top-nav .sub-menu li.selected > a {  background: #8CC152; color: #000;}
#primary-nav li a {color:#D2AE6D;font-size: 16px;text-decoration: none;font-family: 'Comfortaa', cursive;  padding: 20px 0 30px}
#primary-nav li.active > a, #primary-nav li > a:hover, #primary-nav li.selected > a { color:#fff; }
.hover2:hover > a:hover, .submenus2 li:hover >a:hover { color:#fff; margin-left: 10px;transition: all 0.3s ease-in-out; display: block;}
.downarrow {	background: none;display: inline-block; padding: 0;	text-align: center; min-width: 3px; }
.sub-menu .downarrow { position: absolute; right: 0; padding-right: 10px;}
.downarrow:before { content: '\25be'; color: inherit; display: block; font-family: sans-serif;  font-size: 1em; line-height: 1.1;
	  width: 1em;	height: 1em;}
.menu .sub-menu {display: none; position: absolute; left: 0; max-height: 1000px;}
.menu .sub-menu.hide { display: none;}
#primary-nav .sub-menu { background: #0C5DC5; min-width: 250px; z-index: 200;}
#primary-nav .sub-menu li { border-bottom: 1px solid #0d57a2;transition: all 0.5s ease;-moz-transition: all 0.5s ease;  -webkit-transition: all 0.5s ease;  -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease;}
#primary-nav .sub-menu li a{color:#fff; text-align: left;padding: 10px 15px;font-size: 16px;text-transform: capitalize;font-weight: 400; }
#primary-nav .sub-menu li:last-child { border-bottom: 0;}
#primary-nav .sub-menu .downarrow:before {content: '\25b8';}
#primary-nav.mobile { display: none; position: absolute; top: 100%; background: #D2AE6D; width: 100%; z-index: 999999; margin: 10px 0 0;}
#primary-nav.mobile li { width: 100%;  margin: 0; border-bottom: 1px solid #BD9650;}
#primary-nav li a.active{ color:rgb(14, 92, 172);}
#primary-nav .sub-menu li:hover {background: #4b4b4d;}
#primary-nav.mobile li:hover {background: #292929;}
#primary-nav .sub-menu li a.active{color:#fff;}
#primary-nav.mobile li a{color:#fff;}
#primary-nav .dropdown, .dropup {  position: relative;  float: right;margin: 0px;right: 6%;}
#primary-nav.mobile li.selected > a {  border-bottom: 1px solid #7cb142;}
#primary-nav.mobile li:last-child { border: none;}
#primary-nav.mobile li a { padding: 15px 0;}
#primary-nav.mobile li{transition: all 0.5s ease;-moz-transition: all 0.5s ease;  -webkit-transition: all 0.5s ease;  -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease;}
#primary-nav.mobile .sub-menu li a {text-align: center; }
#primary-nav.mobile .sub-menu .submenu li a { padding-left: 9%;  }
#primary-nav.mobile .sub-menu .sub-menu .sub-menu li a { padding-left: 11%;  }
#primary-nav.mobile .sub-menu { float: left; position: relative; width: 100%;}
.mobile .downarrow, .mobile .sub-menu .downarrow { position: absolute; right: 0; padding-right: 5%;}
#primary-nav.mobile .sub-menu .downarrow:before {content: '\25be';}
#primary-nav-button.mobile { display: inline-block;}
 ul.sub-menu li{padding: 0px;} 


 .hover:hover .submenus {
    display: block;
    padding-left: 15px;
}
.headerares .submenus li {
    display: block;
    padding: 8px 35px 4px 8px;
}

.headerares .submenus li span
{
    float: right;
}
.submenus2
{
    position: absolute;
    top: 0;
    left: 175px;
    width: 185px;
    text-align: left;
    background: #000000;
    border: dotted 1px #D2AE6D;
    display: none;
    z-index: 999;
    padding-bottom: 20px;
}
.submenus2 li a
{
    font-size: 15px !important;
}
.hover2:hover .submenus2
{
    display: block;
}
.submenus {
    position: absolute;
    top: 60px;
    left: 0;
    width: 227px;
    text-align: left;
    background: #000000;
	border: solid 2px #D2AE6D;
	border-top: solid 1px #D2AE6D;
    display: none;
    z-index: 99999;
    padding-bottom: 20px;
}
ul.submenus li a {
    padding: 4px 0 2px !important;
    border-bottom: dotted 1px;
}

/*================================menu End==============*/
/* ==============================header ======================================  */
#topcontrol img{width:40px;}
.headerares{padding: 15px 50px; margin: 0px 0; display: inline-block; width: 100%;background:rgb(0, 0, 0, .9);position: fixed;z-index: 9999;}
.bulletBox {background: #E85D22;height: 170px;width: 83%; margin: -95px 0 50px ;}
.mainLogo {float: left;}
.mainLogo a img {width: 300px;position: relative;z-index: 9999999;}
#navigation a:hover, #navigation a.mPS2id-highlight{color: #fff;}


.modal-content{-webkit-box-shadow: none !important;box-shadow: none !important;background: none !important;border: none !important;}
.box_imgname{  box-shadow: 0px 0px 3px 2px rgba(215, 215, 215, 1); margin-bottom: 30px; }
.box_imgname h4 {margin:0; padding:10px 0;  text-align:center; background: rgba(255,255,255,0.1);color: #fff;}
.bredcumsaa{padding: 15px 15px 0 15px; float: right; color: #fff;}
.bredcums p {
    float: right !important;
    padding: 15px 15px 0px 15px;
    color: #fff;
    margin-top: -30px;
}
.bredcums p a, .bredcumsaa p a
{
    color:#fff !important;
    text-decoration:none;
}
.bredcums p a:hover, .bredcumsaa p a:hover
{
    color:#D2AE6D !important;
    text-decoration:none;
}
.close-back 
{
    position: fixed !important;
    right: 50px;
    width: 55px !important;
    height: 55px !important;
    z-index:99;
    display: none !important;
}
.close-back .close-about, .close-back  .close-products, .close-back  .close-products2, .close-back  .close-products3, .close-back  .close-career
{
    margin: 4px;
    border: none;
}
.close-back .close-about .fa-arrow-left, .close-back  .close-products .fa-arrow-left, .close-back  .close-products2 .fa-arrow-left, .close-back  .close-products3 .fa-arrow-left, .close-back  .close-career .fa-arrow-left
{
    color: #D2AE6D;
}


/* 
header, #navigation-menu, #content, footer{
	position: relative;
}

header, footer{
	padding: 1em 3em;
	text-shadow: none;
}

header h1{
	color: #e6842c;
	font-size: 1.4em;
	font-style: italic;
}

nav ul, nav ol, nav li{
	list-style: none; 
	margin: 0; 
	padding: 0;
}

#navigation-menu{
	position: fixed;
	top: 2em;
	right: 3em;
	left: auto;
	bottom: auto;
	z-index: 9;
	text-shadow: none;
	font-size: 0.85em;
}

#navigation-menu ul{
	overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}

#navigation-menu li{
	margin: 3px;
}

#navigation-menu a{
	display: block;
	padding: 0.2em 0.6em;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	color: #D2AE6D;
	font-size: 16px;
	text-decoration: none;
	font-family: 'Comfortaa', cursive;
}

#navigation-menu a:hover, #navigation-menu a.mPS2id-highlight{
	color: #fff;
} */

#section-1{
	min-height: 662px;
	color: #d9d6d5;
	background-image: url("../imagesf/slide1.jpg");
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	padding:40px 0;
	min-height: 781px;
}

#section-2{
	background-image: url("../imagesf/slide2.jpg");
    background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding:100px 0;
	min-height: 781px;
}


#section-3{
	background-image: url("../imagesf/slide3.jpg");
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff; 
	padding:230px 0 315px 0;
}

#section-4{
	background-image: url("../imagesf/slide4.jpg");
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff; 
	padding:40px 0;
}

.content{
	padding: 1em 3em;
}

.content hr + a, .content hr + a + a{
	margin-right: 2em;
}
.vmvBox
{
    text-align:center;
}

.whatsapp
{
    position: fixed;
    bottom: 14px;
    right: 30px;
    z-index: 999;
    background: #0dc152;
    border-radius: 50px;
    padding: 0px 15px;
    color: #fff;
}
.whatsapp a, .whatsapp a:hover
{
   text-decoration: none;
}
.whatsapp a img
{
    width: 35px;
    padding: 5px 0px 5px 5px ;
}
.whatsapp span
{
    color: #fff;
}


.content, footer{
	padding-right: 150px;
}

.horizontal-layout{
	width: 700%;
}

.horizontal-layout header h1{
	display: none;
}

.horizontal-layout #navigation-menu{
	right: auto;
	left: 3em;
	top: 4em;
}

.horizontal-layout #content{
	overflow: hidden;
}

.horizontal-layout #content section{
	width: 14.285%;
	float: left;
	min-height: 480px;
	-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.3),-1px 0 0 rgba(0,0,0,0.6); 
	box-shadow: 0 -1px 0 rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.3),-1px 0 0 rgba(0,0,0,0.6);
}

.horizontal-layout #content section:nth-child(3n+2),.horizontal-layout #content section:nth-child(3n+3){
	-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.3),-1px 0 0 rgba(0,0,0,0.2),inset 1px 0 0 rgba(255,255,255,0.5); 
	box-shadow: 0 -1px 0 rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.3),-1px 0 0 rgba(0,0,0,0.2),inset 1px 0 0 rgba(255,255,255,0.5);
}

.horizontal-layout .content h2{
	position: relative;
	padding-bottom: 50px;
}

.horizontal-layout .content h2 + p{
	margin-top: -50px;
}

.horizontal-layout .mPS2id-target .content h2:first-child:after{
	display: block;
	position: absolute;
	width: 100%;
	height: 50px;
	margin-left: 0;
}

.horizontal-layout header > *, .horizontal-layout footer > *{
	width: 10%;
}

.horizontal-layout header, .horizontal-layout .content, .horizontal-layout footer{
	padding-left: 150px;
	padding-right: 3em;
}

.auto-layout{
	width: 6200px;
	height: 6200px;
}

.auto-layout header h1{
	margin-left: 150px;
}

.auto-layout #navigation-menu{
	right: auto;
	left: 2em;
}

.auto-layout #content{
	height: 100%;
}

.auto-layout #content section{
	position: absolute;
	min-height: 600px;
	width: 600px;
	top: 0;
	left: 0;
	margin-left: 3em;
	-webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.2); 
	box-shadow: inset 1px 1px 0 rgba(255,255,255,0.2);
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

.auto-layout #content section#section-2{
	top: 0;
	left: 1800px;
}

.auto-layout #content section#section-3{
	top: 1200px;
	left: 900px;
}

.auto-layout #content section#section-4{
	top: 1200px;
	left: 2700px;
}

.auto-layout #content section#section-5{
	top: 2400px;
	left: 1800px;
}

.auto-layout #content section#section-6{
	top: 2400px;
	left: 3600px;
}

.auto-layout #content section#section-7{
	top: 3600px;
	left: 2700px;
}

.auto-layout .content{
	padding-left: 150px;
	padding-right: 3em;
}

@media only screen and (min-width: 1440px)
{
	#content section{
		min-height: 1000px;
	}
}
@media only screen and (min-width: 1140px){
	
	header, .content, footer, 
	.horizontal-layout header, .horizontal-layout .content, .horizontal-layout footer,
	.auto-layout .content{
		padding-right: 3em;
		padding-left: 3em;
	}
	
	.horizontal-layout header h1{
		display: block;
	}
	
	.auto-layout header h1{
		margin-left: 0;
	}
	
	#navigation-menu{
		font-size: 1em;
		top: 1.55em;
	}
	
	.horizontal-layout #navigation-menu, .auto-layout #navigation-menu{
		right: 3em;
		left: auto;
		top: 1.55em;
	}
	
	#navigation-menu ul{
		-moz-border-radius: 17px; -webkit-border-radius: 17px; border-radius: 17px;
	}
	
	#navigation-menu li{
		float: left;
		margin: 3px 5px;
	}
	
	#navigation-menu a{
		-moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px;
	}
	
}

/* ====================== New CSS ========================== */



.logo
{
	width: 300px;
	position: fixed;
	top: 20px;
	left: 50px;
	z-index: 1;
}
/* ================== Section 1 : Home ======================== */

#section-1 .view p.text1
{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 250px;
    left: 50px;
    font-size: 40px;
    letter-spacing: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #D2AE6D;
}
#section-1 .view p.text2
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 320px;
	left: 50px;
	font-size: 46px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #D2AE6D;
}
#section-1 .view a:hover
{
        text-decoration: none !important;
}
#section-1 .view a
{
    text-align: center;
    width: 146px;
    /*position: absolute;*/
    text-decoration: none;
    left: 4%;
    bottom: 25%;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Comfortaa', cursive;
    margin: 30px 0 30px 0px;
    border: 1px solid #d2ae6d;
    border-radius: 30px;
    color: #292929;
    font-size: 16px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    padding: 10px 20px;
    height: auto;
    background: #D2AE6D;
}
#section-1 .view a:hover
{
	/* border: solid 5px transparent; */
	color: #D2AE6D;
	background: #000;
}

/* ============================ Section 2 : About ============================= */

.directors {background: #f5f5f5;}
.directorsHead h1{font-size: 30px;font-family: 'Comfortaa', cursive;color:#D2AE6D;padding: 30px 0;font-weight: bold;text-align: center;}	  		
.dirBox {display: inline-block; width: 100%; padding: 30px 30px 60px; margin: 60px auto 50px;  background:  #292929;}
 .dirPic img, .teamBox img {border: 5px solid #fff;}
.majorDetails h6{padding:0px 0 10px;margin:0px 0 10px;font-family: 'Comfortaa', cursive;color:#D2AE6D;font-size:22px;font-weight: 600;text-transform: uppercase;text-align: left;border-bottom: 1px solid #dfdfdf;}
.majorDetails h6 span{font-size:15px;font-weight: 400;text-transform:capitalize;color:#fff;}
.majorDetails p{display:block;padding:0 0 10px ;margin:0px;font-family: 'Comfortaa', cursive;color:#fff;font-size:15px;font-weight: 400;text-align: justify;}
.directorArea {margin: 0px 0 30px;}
.teamBox {margin: 0 0 60px;}

.view_f
{
    display: none;
}
.careermain{text-align: center;}
.careermain .careermain_details {margin:150px 0 0 0}
.about_main, .careermain, .machine_bangles, .casting_jwellery, .kundan_jwellery
{
    background-image: url('../imagesf/all_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.machine_bangles_details ul
{
    text-align:center;
}
.machine_bangles_details ul li
{
    display: inline-block;
    padding: 12px 19px;
    background: #ccc;
    margin: 5px 10px 25px;
    text-transform: uppercase;
}
.machine_bangles_details ul li.active
{
    background: #000;
    color: #D2AE6D;
    border:solid 2px #fff;
    font-weight: 600;
}
.about_details, .machine_bangles_details, .casting_jwellery_det, .kundan_jwellery_details {margin: 150px 0 0 0;}
#section-2 .view p.text1
{
	margin: 0;
	padding: 0;
	font-size: 46px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
#section-2 .view p.text2
{
	margin: 0;
	padding: 0;
	top: 270px;
	left: 50px;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #D2AE6D;
	width: 700px;
	line-height: 28px;
}
#section-2 .view a
{
    text-align:center;
    width: 146px;
    position: absolute;
    left: 40%;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Comfortaa', cursive;
    margin: 30px 0 30px 0px;
    border: 1px solid #d2ae6d;
    border-radius: 30px;
    color: #292929;
    font-size: 16px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    padding: 10px 20px;
    height: auto;
    background: #D2AE6D;
}
#section-2 .view a:hover
{
	color: #D2AE6D;
	background: #000; 
	text-decoration:none;
}

/* ============================ Section 3 : Products ============================= */

#section-3 .view p.text1
{
	margin: 0;
	padding: 0;
	position: relative;
	top: -47px;
	left: 50px;
	font-size: 40px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
#section-3 .view p.text2
{
	margin: 0;
	padding: 0;
	position: relative;
	top:0px;
	left: 50px;
	font-size: 18px;
	font-family: 'Comfortaa', cursive;
	font-weight: 400;
	color: #D2AE6D;
	width: 700px;
	line-height: 28px;
}
/* #section-3 .view a
{
	padding: 2px 40px;
	background: transparent;
	border: solid 5px transparent;
	box-shadow: 0 0 0 1px #fff;
	color: #fff;
	position: absolute;;
	top: 400px;
	left: 50px;
	text-shadow: none;
	border-radius: 50px;
	font-size: 18px;
	font-family: 'Lobster Two',georgia,serif;
}
#section-3 .view a:hover
{
	border: solid 5px transparent;
	color: #000;
	background: #D2AE6D;
} */
#section-3 .imgprds
{
	width: 90%;
	border-radius: 50%;
	border: solid 5px #D2AE6D;
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	position: relative;
}
#section-3::after .imgprds
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}



.diamond_coll_set 
{
    padding: 0px 0;
}
.diamond_coll_set h2
{
    text-align: center;
    color: #000;
    font-size: 50px;
    margin: 0;
    padding: 5px 0 40px;
}
.diamond_coll_set .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.diamond_coll_set .text-center {
    text-align: center!important;
}
.diamond_coll_set .box-css {
    position: relative;
    -webkit-box-shadow: 0px 0px 3px 2px rgba(215, 215, 215, 1);
    -moz-box-shadow: 0px 0px 3px 2px rgba(215, 215, 215, 1);
    box-shadow: 0px 0px 3px 2px rgba(215, 215, 215, 1);
    overflow: hidden;
    margin-bottom: 35px;
}
.diamond_coll_set .img-fluid {
    max-width: 100%;
    height: auto;
    margin:0;
}
.diamond_coll_set .opacitybox.white {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    right: 0;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: rotateZ(15deg);
    transform: rotateZ(15deg);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.diamond_coll_set .white {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-align: center;
}
.diamond_coll_set .white {
    color: #fff;
    font-size: 16px;
}
.diamond_coll_set .specific-module .opacitybox.white .boxcontent {
    display: block;
    padding: 0;
    /* vertical-align: middle; */
    height: 100%;
    width: 100%;
}
.diamond_coll_set .opacitybox {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    padding: 10px;
}
.diamond_coll_set .opacitybox > div {
    border: 1px solid #dfb859;
    padding: 20px;
    height: 100%;
    width: 100%;
}
.diamond_coll_set .boxcontent a i
{
    color: #000;
    padding: 10px 15px;
    border: solid 2px #D2AE6D;
    font-size: 20px;
    background: #fff;
}

.diamond_coll_set .boxcontent a i:hover {
  transform: scale(1.1);
  transition: transform .3s;
}

.diamond_coll_set .boxcontent a, .diamond_coll_set .boxcontent a:hover
{
    text-decoration: none;
}
.diamond_coll_set .boxcontent {
    color: #575657;
    text-align: center;
    letter-spacing: .5px;
}
.diamond_coll_set .boxcontent h4 {
    margin: 16% 10px 5% 10px;
    font-size: 18px;
    line-height: 1.8;
    font-family: 'Comfortaa', cursive;
    color:#D2AE6D;
    font-weight:bold;
}
.diamond_coll_set .boxcontent h4 a span{
    color:#D2AE6D;
}
.diamond_coll_set .boxcontent h4 a span:hover{
    color:#ffffff;
        color: #ffffff;
    background: rgba(0,0,0,0.3);
    padding: 10px;
}
.diamond_coll_set .specific-module .opacitybox.white:hover {
    opacity: 1;
    background: rgba(0, 0, 0, .7);
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
}

.opacitybox.white:hover {
    opacity: 1;
    background: 
    rgba(0, 0, 0, .7);
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
}

.frame {
	text-align: center;	
	position: relative;
	/*cursor: pointer;	*/
	perspective: 500px; 
	
}
.frame img {
	/*width: 300px;*/
	/*height: 300px;*/
	width: 90%;
	border-radius: 50%;
	border: solid 5px #D2AE6D;
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}
.frame .details {
	width: 69%;
	height: 85%;	
	padding:8%;
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotateY(90deg);
	transform-origin: 50%;
	background: rgba(0, 0, 0, 0.8);	
	opacity: 0;
	transition: all 0.4s ease-in;
	border-radius: 50%;
	
}
.frame .details h1{
  font-size: 26px;
  font-family: 'Comfortaa', cursive;
  color: #d2ae6d;
    padding:30px 0;
    cursor:pointer;
}
.frame:hover .details {
	transform: translate(-50%, -50%) rotateY(0deg);
	opacity: 1;
}


/*Career*/

.career h3 {
font-size: 35px;
font-family: 'Comfortaa', cursive;
color: #D2AE6D;
padding: 0px 0 20px;
font-weight: bold;
text-align: center;
margin: 0px 0 15px;
border-bottom: 1px solid #D2AE6D;
}

.career p { font-size: 16px;font-family: 'Comfortaa', cursive; color: #fff;text-align: center;}
.career p a { color: #D2AE6D; font-weight:bold;}

.careerBox{ background: #D2AE6D; width: 60%; display: inline-block; margin: 45px 0; padding: 30px; border-radius: 12px;}
.career-form form input	{font-family: 'Comfortaa', cursive;border-bottom: 1px solid #434343; border-right: none; color:#000; border-top: none; border-left: none; width: 100%; font-size: 14px;  height: 50px; background: transparent;    padding: 10px 0 0 0;}
.career-form form textarea	{font-family: 'Comfortaa', cursive;border-bottom: 1px solid #434343; border-right: none;color:#000; border-top: none; border-left: none; width: 100%; font-size: 14px;  height: 100px; background: transparent;    padding: 10px 0 0 0;}
.career-form form input[type=submit] {font-family: 'Comfortaa', cursive;width: 200px;margin: 30px 0 30px 0px;border: 1px solid #333 aliceblue;border-radius: 30px;color:#fff;font-size: 16px;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;padding: 10px 20px;height: auto;background:#292929;}
.career-form form input[type=submit]:hover	{background:#D2AE6D;color:#333;border: 1px solid #333;}
.career-form label{float: right;color: #333;position: relative;top: 40px;}

.career-form form input::placeholder { /* Firefox, Chrome, Opera */ 
    color: #333; 
} 
  
.career-form form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color: #333; 
} 
  
.career-form form input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */ 
    color: #333; 
} 
/*======================================Contact================================*/

.cont_details{ padding: 60px 0;background: -webkit-linear-gradient(left, #D2AE6D 50%, #292929 50%);display: inline-block;width: 100%;margin:150px 0 0;}
.login {padding:0 30px;}
.login p {margin:0 0 30px;}
.contact-head h6{font-size: 35px;font-family: 'Comfortaa', cursive;color: #292929;padding: 0px 0 20px;font-weight: bold;text-align: left;margin: 0px 0 15px;border-bottom: 1px solid #292929;}
.contact-head p	{margin:0px 0 30px;padding:0px;width:100%;display:block;font-family:'Comfortaa', cursive;font-size: 16px;color:#fff;}

.cont_details p cite{ color:#fff;font-family:'Comfortaa', cursive;font-size: 16px;font-weight: normal;font-style: normal;position: relative;left:30px;}
.cont_details p cite b{color: #fff;font-weight:bold ;font-size: 20px;}
.cont_details p cite a { color:#fff;}
.cont_details p i {position: absolute;color: #292929;font-size: 25px; top:0px; left: 0;}

.loginForm {padding:0 30px;}
.enq-form h6{font-size: 35px;font-family: 'Comfortaa', cursive;color: #D2AE6D;padding: 0px 0 20px;font-weight: bold;text-align: left;margin: 0px 0 15px;border-bottom: 1px solid #D2AE6D;}
.enq-form form input	{border-bottom: 1px solid #434343; border-right: none; border-top: none; border-left: none; width: 100%; font-size: 14px; font-family: 'Comfortaa', cursive; height: 50px; background: transparent;    padding: 10px 0 0 0;}
.enq-form form textarea	{border-bottom: 1px solid #434343; border-right: none; border-top: none; border-left: none; width: 100%; font-size: 14px; font-family: 'Comfortaa', cursive; height: 100px; background: transparent;    padding: 10px 0 0 0;}
.enq-form form input[type=submit] {font-family: 'Comfortaa', cursive;width: 200px;margin: 30px 0 30px 0px;border: 1px solid #d2ae6d;border-radius: 30px;color:#292929;font-size: 16px;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;padding: 10px 20px;height: auto;background:#D2AE6D;}
.enq-form form input[type=submit]:hover	{background:#292929;color:#D2AE6D;border: 1px solid #D2AE6D;}



.enq-form label{float: right;color: #9c9c9c;position: relative;top: 40px;}					

.cont-social ul 				{width: 100%;margin: 20px auto;display: block;}
.cont-social ul li			{margin:0px 5px 0;padding:0px;display: inline-block;}
.cont-social ul li a    {text-decoration: none; }
.cont-social ul li a i	{ -moz-border-radius: 50%;-webkit-border-radius: 50%; border-radius: 50%;background-color:#292929;font-size:18px;
    color: #fff;text-align: center;-moz-transition-property: all; -o-transition-property: all;-webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.25s;-o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;transition-duration: 0.25s;height: 38px;width: 38px;display: block; line-height: 38px; text-align: center; overflow: hidden;text-decoration: none;border:1px solid #292929;}
  
.cont-social ul li a i:hover	 	{color: #292929;border:1px solid #292929;text-decoration: none;background-color:#D2AE6D;}


/* ======================================= clients says Home ================================================= */

.clientSays_home { width:100%;height: auto;margin:0px 0 0px;padding:50px 0px 50px;background:#292929;}
.video_home_title h3{color:#fff;font-size:28px;font-weight: 700;text-transform: uppercase;text-align:center;}
.clientText span {text-align:center;display:block;padding:25px 0;margin:0px;font-family: 'Comfortaa', cursive;color:#d2ae6d;font-size:28px;font-weight:bold;}
.saysBox img {display: block;width: 100px; height: 100px;  border-radius: 50%;margin: 0 auto}
.saysBox {text-align: center;padding: 0 20px;position: relative;width: 60%;margin: 0 auto;}
.saysBox p {display:block;padding:20px 0 0px ;margin:0px;font-family: 'Comfortaa', cursive;color:#d2ae6d;font-size:20px;font-weight: 700;}
.saysBox cite{display:block;margin:0px;padding:0px 0 10px ;font-family: 'Comfortaa', cursive;color:#d2ae6d;font-size:11px;font-weight: 700;}
.saysBox span{display:block;padding:0 0 10px ;margin:0px;font-family: 'Comfortaa', cursive;color:#fff;font-size:14px;font-weight: 400;}
.quote img{position: absolute;top:45px;left:unset;width:40px;margin:0 0 0 100px;}

.copyright { width:100%;height: auto;margin:0px 0 0px;padding:10px 0px;background:#000;}
.copyright p {display:block;padding:20px 0 10px ;margin:0px;font-family: 'Comfortaa', cursive;color:#fff;font-size:15px;font-weight: 700;text-align:center;}

/* aside indicators */
#sections-bullets{
	position: fixed;
	right: 2em;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
}

.section-bullet{
	display: block;
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	/* background: #fff; */
	padding: 5px;
	box-shadow: 0 0 0 1px #D2AE6D;
	margin: 12px auto;
	opacity: .6;
}

.section-bullet:hover, .section-bullet.mPS2id-highlight{
	width: 20px;
	height: 20px;
	opacity: 1;
	background: #D2AE6D;
}
.center {
	display: block;
	margin: 0 auto;
	padding: 40px 0;
}

.center > a,
.center > a:hover {
	background: #E74B3D;
	border-radius: 100%;
	color: #FFF;
	display: inline-block;
	font-size: 1.65em;
	margin: 6px;
	padding: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.center > b {
	display:block;
	padding:1em 1em 2em;
	color:#fff;
	font-size:20px;
	font-weight:bold;
}

.center p {
	font-size: 13px;
	margin: 10px auto 0;
	padding: 0;
}
.vmvBox {
    border: 5px solid #D2AE6D;
    display: block;
    width: 100%;
    height: 272px;
    padding: 20px;
    margin:10px 0;
}

.modal-content {
	display: block;
	margin: 5em auto;
	max-width: 1200px;
	padding: 10px;
}
.modal-content2 {
	display: block;
	margin: 5em auto;
	max-width: 1200px;
	padding: 0px;
}


[class*="close-"] {
	border: 2px solid;
	border-radius: 100%;
	color: #FFF;
	cursor: pointer;
	display: block;
	font-size: 1.75em;
	height: 50px;
	line-height: 50px;
	margin: 1em auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 50px;
}

.thum {
  display: block;
  /*overflow: hidden;*/
  position: relative;
  text-align: justify;
  width: initial;
  font-size: 16px;
  font-family: 'Comfortaa', cursive;
  color: #fff;
  padding: 30px 0;
}
.thum h3 {
font-size: 30px;
font-family: 'Comfortaa', cursive;
color:#D2AE6D;
padding: 10px 0 0px;
font-weight: bold;
    
}
.vmvBox h3 {
font-size: 35px;
font-family: 'Comfortaa', cursive;
color:#D2AE6D;
padding: 30px 0 20px;
font-weight: bold;
}
.machine {display:inline-block;margin:30px 0;}
.machine ul li {text-align:left;font-size:16px;
font-family: 'Comfortaa', cursive;margin:5px 0; color: #fff; }

.machine h3 {
font-size: 30px;
font-family: 'Comfortaa', cursive;
color:#D2AE6D;
padding: 0px 0 20px;
font-weight: bold;
text-align:left;
margin: 0px 0 15px;
border-bottom: 1px solid #D2AE6D;
text-transform: uppercase;
}
.machine img {margin:15px 0;}

.machine p {font-size:16px;
font-family: 'Comfortaa', cursive;
color:#fff;text-align:left;
    
} 

.vmvBox p {font-size:16px;
font-family: 'Comfortaa', cursive;
color:#fff;}

.thum img {
  display: inline-block;
  margin: 0 2px 2px;
  width: 48%;
  -webkit-transition: all .45s ease-in-out;
  -moz-transition: all .45s ease-in-out;
  transition: all .45s ease-in-out;
}

.halfwidth
 {
 
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(57, 190, 185);
  
    z-index: 9999;
    opacity: 0;
    animation-duration: 0.5s;
	text-align:center;

 }

 .scrollup i
 {
     display:none;
	 position: fixed;
	 bottom: 5px;
	 right: 2%;
	background:#d2ae6d;
    color:#020000;
	 width: 50px;
	 height: 50px;
	 border-radius: 50%;
	 z-index: 1;
	 padding: 12px 15px;
	 font-size: 24px;
 }
p.error{color: red; display: none;}
p.error1{color: red; display: none;}
p.err_success{color: green; display: none; background: #fff; z-index:9999999999; position :relative; text-align:center;}
 
 [data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: 1.24s !important;
}
/* ==================== Mobile Menus =================== */

#chkmenu
{
    display: none;
}
.lblmenu
{
    position: absolute;
    right: 50px;
    top: 12px;
    font-size: 43px;
    z-index: 99999999;
	display: none;
	color: #fff;
}
#chkmenu:checked ~ ul.mobmenus
{
    display: block;
}
ul.mobmenus
{
    background: #ffffff;
    position: absolute;
    z-index: 99999;
    width: 100%;
    text-align: center;
    border-bottom: solid 5px #D2AE6D;
    display: none;
}
ul.mobmenus li
{
    display: block;
}
ul.mobmenus li a
{
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 5px 0;
	background: #000;
	text-decoration: none;
}

	.clientSays	.slick-dots li button{width: 10px;height: 10px;padding: 3px;border-radius: 50%;}
	.clientSays .slick-dots li.slick-active button {width: 10px;height: 10px;padding: 3px;border-radius: 50%;background: #d2ae6d;}
	
	.clientSays	.slick-dots li {margin: 0 0;}

 @media only screen and (max-width: 1440px) {

.frame .details h1 {font-size: 20px;padding: 15px 0; }
#section-3 {    padding: 118px 0 235px 0;}
#section-2 {min-height: 600px;}
#section-2, #section-1 {  min-height: 668px;}
.cont_details {margin: 62px 0 0;}
.clientSays_home {padding: 30px 0px 30px;}
.close-back { position: fixed !important; right: 22px; width: 54px !important; height: 54px !important; z-index: 99; }
.about_details, .machine_bangles_details, .casting_jwellery_det, .kundan_jwellery_details, .careermain .careermain_details { margin: 111px 0 0 0; }
 }
 @media only screen and (max-width: 1435px) {
	.cont_details { margin: 50px 0;}
	
}
@media only screen and (max-width: 1366px) {
	#section-2, #section-1 { min-height: 573px;}
}
@media only screen and (max-width: 1024px) {
  .modal-content { padding: 0; }
  .thum img {width: 32%; -webkit-transition: all .45s ease-in-out; -moz-transition: all .45s ease-in-out;transition: all .45s ease-in-out;}
  .careerBox {width: 80%;}
  #section-3 .imgprds { width: 100%;}
  .frame .details h1 {font-size: 16px;padding: 8px 0; }
  .modal-content {-webkit-box-shadow: none;box-shadow: none; background: transparent; border: none;}
  .cont_details { margin: 0px 0; }
}

@media only screen and (max-width: 992px) {
	.clientSays_home { padding: 15px 0;}
	.modal-content {-webkit-box-shadow: none;box-shadow: none; background: transparent; border: none;}
}
@media only screen and (max-width: 768px) {
	.mainLogo a img {width: 200px;}
	.menu li {padding-right: 18px; }
	#primary-nav li a {font-size: 14px;	padding: 10px 0 0;}
	#section-2 .view a {left: 570px;}
	.frame .details {width: 76%;height: 82%;}
	.frame .details h1 {font-size: 23px;padding: 75px 0; }
	#section-3 {padding: 110px 0;}
	#section-3 .view p.text1 {top: -10px;}
	#section-3 .imgprds {margin: 0 0 20px;}
	.frame .details {width: 76%;height: 78%;top: 47%}
	.diamond_coll_set .boxcontent h4 {margin: 25% 10px 5% 10px;	font-size: 18px;}
	.modal-content {-webkit-box-shadow: none;box-shadow: none; background: transparent; border: none;}
	.modal-content2 {margin: 5em auto 0em;}
	.modal-content{-webkit-box-shadow: none !important;box-shadow: none !important;background: none !important;border: none !important;}
	.contact-head h6, .enq-form h6, .machine h3 {font-size: 26px;}
	.about_main .close-back, .close-back {display: none;}
    #primary-nav .dropdown, .dropup {
        display: none;
	}
	.lblmenu{display: block;}
	.mobmenus .submenus {top: 60px;
		right: 93px !important;
	left:unset;}
	.scrollup i {
    right: 6%;
	}
	.bredcums p{
        font-size: 12px;
        margin-top: -50px;
        float:none;
        text-align:center;
}
}	

@media only screen and (max-width: 480px) {
	.headerares {padding: 15px 20px;}
	#primary-nav-button {background: #fff;}
	.menu li {padding-right: 0;	}
	#section-1 .view p.text1 {top: 140px; left: 21px; font-size: 15px;}	
	#section-1 .view p.text2 { top: 172px; font-size: 25px; left: 21px;}
	#section-1 .view a {display:none;}
	#content section {min-height: 565px;background-position: 17%, 50%;}
	#section-4 .scrollup i{display:none;}
	#content section:nth-child(3n+2) {background-position: 57%, 50%;padding: 15px;}
	.whatsapp { position: fixed; bottom: 20px; right: 30px; z-index: 999; }
	#section-2 .view p.text1 {    padding-left: 10px; font-size: 25px;}
	#section-2 .view p.text2 {    padding-left: 10px; width: 257px;font-size: 15px;}
	#section-2 .view a {left: 33px;padding: 5px 29px; }
	.cont_details {	background: -webkit-linear-gradient(top, #D2AE6D 50%, #292929 50%);}
	.enq-form h6 {padding: 75px 0 20px;}
	.clientSays	.slick-dots li button{width: 10px;height: 10px;padding: 3px;border-radius: 50%;}
	.clientSays .slick-dots li.slick-active button {width: 10px;height: 10px;padding: 3px;border-radius: 50%;background: #d2ae6d;}
	
	.clientSays	.slick-dots li {margin: 0 0;}
	.saysBox {	width: 95%;}
	.frame .details h1 {padding: 110px 0;}
	.careerBox {width: 95%;}
    #content section { min-height: 271px;  }
    #section-3 .view p.text1    {left: 21px;     font-size: 25px; }
    #content section:nth-child(3n+3),#content section:nth-child(3n+4){background: #000;}
    .close-back .close-about, .close-back .close-products, .close-back .close-products2, .close-back .close-products3, .close-back .close-career { margin: -15px -9px; border: none; }
    .close-back {position: fixed !important; right: 50px; width: 40px !important; height: 40px !important; z-index: 99; margin: 0; }
    .close-back .close-about .fa-arrow-left, .close-back .close-products .fa-arrow-left, .close-back .close-products2 .fa-arrow-left, .close-back .close-products3 .fa-arrow-left, .close-back .close-career .fa-arrow-left { color: #D2AE6D; font-size: 20px; line-height: 0; line-height: 20px; }
    .majorDetails p, .thum {  text-align: left; }
	.majorDetails h6 { padding: 0px 0 10px; margin: 21px 0 10px;}
	#section-2, #section-1 { min-height: 269px; padding: 0; }
	#section-3 { padding: 16px 0; }
    .mobmenus .submenus { top: 60px; right: 8px !important; width: 160px; left: unset; border: dotted 1px #cccccc4f; }
	.lblmenu { position: absolute; right: 50px; top: 17px; font-size: 32px;}
	.submenus2 {position: absolute; top: 0; left: -132px; width: 136px; text-align: left; background: #000000; border: dotted 1px #D2AE6D; display: none; z-index: 999;}
	.submenus2 li{padding-left: 5px;}
	body{overflow: true;}
	.site_wrapper{ overflow-x: hidden;}
}	

@media only screen and (max-width:425px) {
	.mainLogo a img { width: 150px;}
	.frame .details h1 {padding: 85px 0;}
	.careerBox {padding: 10px;}
	

}

@media only screen and (max-width:375px) {

.frame .details h1 {  padding: 70px 0;}
.copyright p {font-size: 12px;}
#section-2 .view p.text2 { padding-left: 31px; ;font-size: 15px; line-height: 23px; }
#section-2 .view p.text1 {    padding-left: 30px;}
.modal-content {  margin: 0em auto;}
.mobmenus .submenus {top: 60px;  right: -9px !important;}
}


@media only screen and (max-width: 340px) {
#section-2 .view p.text2 { width: 230px;}
.frame .details h1 {  padding:40px 0;}
.copyright p {font-size: 11px;}
.loginForm, .login { padding: 0 10px;}



.thum { color: #fff; }
.thum img {display: block;   margin: 0 auto 8px;   width: 100%;  -webkit-transition: all .45s ease-in-out;  -moz-transition: all .45s ease-in-out; transition: all .45s ease-in-out; }
  
}
