body {
	background:#000;
	font-family: 'latoregular';
}
 @font-face {
 font-family: 'latoregular';
 src: url('../fonts/lato-regular-webfont.eot');
 src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff'), url('../fonts/lato-regular-webfont.ttf') format('truetype'), url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'latobold_italic';
 src: url('../fonts/lato-bolditalic-webfont.eot');
 src: url('../fonts/lato-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-bolditalic-webfont.woff2') format('woff2'), url('../fonts/lato-bolditalic-webfont.woff') format('woff'), url('../fonts/lato-bolditalic-webfont.ttf') format('truetype'), url('../fonts/lato-bolditalic-webfont.svg#latobold_italic') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'histeaginregular';
 src: url('../fonts/histeagin-webfont.eot');
 src: url('../fonts/histeagin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/histeagin-webfont.woff2') format('woff2'), url('../fonts/histeagin-webfont.woff') format('woff'), url('../fonts/histeagin-webfont.ttf') format('truetype'), url('../fonts/histeagin-webfont.svg#histeaginregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'lato_hairlineitalic';
 src: url('../fonts/lato-thinitalic-webfont.eot');
 src: url('../fonts/lato-thinitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-thinitalic-webfont.woff2') format('woff2'), url('../fonts/lato-thinitalic-webfont.woff') format('woff'), url('../fonts/lato-thinitalic-webfont.ttf') format('truetype'), url('../fonts/lato-thinitalic-webfont.svg#lato_hairlineitalic') format('svg');
 font-weight: normal;
 font-style: normal;
}
/*----------------- header new  -----------------------------
*/

.winnder_gallery img {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	height: 174px;
	background-size: cover;
	background-position: top;
	object-fit: cover;
	border-radius: 0px 0px 0 0px;
	object-position: center top;
}
header {
	position: relative;
	width: 100%;
	background: rgb(0, 0, 0);
	z-index: 99;
}
/*---------header close----------*/
/*-----------header-top------------*/
.header-top {
	padding: 12px 0px 15px 0px;
	background: rgba(0, 0, 0, 0.57);
}
.left_info ul li {
	display: inline-block;
	margin-right: 30px;
}
.left_info a {
	color: #fffefe;
	font-size: 14px;
	font-weight: 500;
}
.left_info i.fa {
	font-size: 19px;
	color: #fff;
	padding-right: 10px;
}
.right_info p {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin: 0;
}
.left_info {
	text-align: right;
}
.right_info i.fa {
	font-size: 26px;
	margin-right: 10px;
	position: relative;
	bottom: -4px;
}
header i.fa.fa-mobile {
	bottom: -4px;
	font-size: 26px;
	position: relative;
	border: 40px;
	font-weight: 500;
}
.left_info ul li:last-child {
	margin: 0px !IMPORTANT;
}
.header-main {
	padding:1px 0;
	border-top: 1px solid #424242;
}
/*-----------header-top Close------------*/
/*-----------header-menu------------*/
nav#cssmenu ul {
	float: right;
	margin-top: 26px;
}
.logo {
	position:relative;
	z-index:123;
	padding:10px;
	font:18px verdana;
	color:#6DDB07;
	float:left; width:auto !important;
}
.logo img {
	max-width: 170px; 
}
.logo a {
	color:#6DDB07;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
	border:0;
	list-style:none;
	line-height:1;
	display:block;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
#cssmenu:after, #cssmenu > ul:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
#cssmenu #head-mobile {
	display:none
}
#cssmenu > ul > li {
	float:left
}
#cssmenu > ul > li > a {
	padding: 9px 15px;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
	color:#efcf8c;
}
/*#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
    background: #f82249!important;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}*/
#cssmenu > ul > li.has-sub > a {
	padding-right:30px
}
#cssmenu > ul > li.has-sub > a::after {
	position: absolute;
	top: 14px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: '';
}
#cssmenu > ul > li.has-sub > a::before {
	position: absolute;
	top: 11px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top:23px;
	height:0
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	margin-top: 0;
}
#cssmenu ul ul li {
	height:0;
-webkit-transition:all .25s ease;
-ms-transition:all .25s ease;
	background:#333;
transition:all .25s ease
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
	left:auto
}
#cssmenu li:hover > ul > li {
	height:35px
}
#cssmenu ul ul ul {
	margin-left:100%;
	top:0
}#cssmenu ul ul { 
	margin-top: 0;
	margin: 0;
	padding: 0;
}.chbox p {
	width: 100% !important; 
	float: left !important;
	padding: 10px 0 0 !important;
}
#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 11px 15px;
	width: 180px;
	font-size: 14px;
	text-decoration: none;
	color: #ddd;
	font-weight: 400;
}
.submit_design {
	background: #fff;
	border-radius: 50px;
	color: #000 !important;
	font-weight: bold;
	border:2px solid #fff !important;
}
.submit_design:hover {
	background: none;
	color: #fff !important;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom:0
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color:#fff
}
#cssmenu ul ul li.has-sub > a:after {
	position:absolute;
	top:16px;
	right:11px;
	width:8px;
	height:2px;
	display:block;
	background:#ddd;
	content:''
}
#cssmenu ul ul li.has-sub > a:before {
	position:absolute;
	top:13px;
	right:14px;
	display:block;
	width:2px;
	height:8px;
	background:#ddd;
	content:'';
-webkit-transition:all .25s ease;
-ms-transition:all .25s ease;
transition:all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top:17px;
	height:0
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background:#363636;
}
#cssmenu ul ul ul li.active a {
	border-left:1px solid #333
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active> a {
	border-top:1px solid #333
}
 @media screen and (max-width:991px) {
.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	text-align: left;
	padding: 0px 0 0 0;
	float: none;
}.logo img {
	max-width: 120px;
}
.logo2 {
display:none
}
nav {
width:100%;
}
#cssmenu {
width:100%
}
#cssmenu ul {
width:100%;
display:none
}
#cssmenu ul li {
 width: 100%;
 border-top: 1px solid #444;
 float: left;
}
#cssmenu ul li:hover {
 background: transparent !important;
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
height:auto
}
#cssmenu ul li a, #cssmenu ul ul li a {
width:100%;
border-bottom:0
}
#cssmenu ul ul li a {
padding-left:25px
}
#cssmenu ul ul li {
background:#333!important;
}
#cssmenu ul ul li:hover {
background:#363636!important
}
#cssmenu ul ul ul li a {
padding-left:35px
}
#cssmenu ul ul li a {
color:#ddd;
background:none
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
color:#fff
}
#cssmenu ul ul, #cssmenu ul ul ul {
position:relative;
left:0;
width:100%;
margin:0;
text-align:left
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
display:none
}
#cssmenu #head-mobile {
display:block;
padding:23px;
color:#ddd;
font-size:12px;
font-weight:700
}
.button {
width:55px;
height:46px;
position:absolute;
right:0;
top:0;
cursor:pointer;
z-index: 12399994;
}
.button:after {
position:absolute;
top:22px;
right:20px;
display:block;
height:8px;
width:20px;
border-top:2px solid #dddddd;
border-bottom:2px solid #dddddd;
content:''
}
.button:before {
-webkit-transition:all .3s ease;
-ms-transition:all .3s ease;
transition:all .3s ease;
position:absolute;
top:16px;
right:20px;
display:block;
height:2px;
width:20px;
background:#ddd;
content:''
}
.button.menu-opened:after {
-webkit-transition:all .3s ease;
-ms-transition:all .3s ease;
transition:all .3s ease;
top:23px;
border:0;
height:2px;
width:19px;
background:#fff;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg)
}
.button.menu-opened:before {
top:23px;
background:#fff;
width:19px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg)
}
#cssmenu .submenu-button {
position:absolute;
z-index:99;
right:0;
top:0;
display:block;
border-left:1px solid #444;
height:44px;
width:46px;
cursor:pointer
}
#cssmenu .submenu-button.submenu-opened {
background:#262626
}
#cssmenu ul ul .submenu-button {
height:34px;
width:34px
}
#cssmenu .submenu-button:after {
position:absolute;
top:22px;
right:19px;
width:8px;
height:2px;
display:block;
background:#ddd;
content:''
}
#cssmenu ul ul .submenu-button:after {
top:15px;
right:13px
}
#cssmenu .submenu-button.submenu-opened:after {
background:#fff
}
#cssmenu .submenu-button:before {
position:absolute;
top:19px;
right:22px;
display:block;
width:2px;
height:8px;
background:#ddd;
content:''
}
#cssmenu ul ul .submenu-button:before {
top:12px;
right:16px
}
#cssmenu .submenu-button.submenu-opened:before {
display:none
}
#cssmenu ul ul ul li.active a {
border-left:none
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
border-top:none
}
}
img {
	width: 100%;
}
div#slider-home .carousel-item::before {
 background: #0000005c;
 content: "";
 position: absolute;
 width: 100%;
 height: 100%;
}
#slider-home h3 {
	text-transform: capitalize;
	font-size: 50px;
}
#slider-home p {
	font-size: 23px;
}
#slider-home .btn {
	background: #f82249;
	color: #fff;
	padding: 12px 30px !important;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 30px;
}
#slider-home .btn:hover {
	background: #ffffff;
	color: #f82249;
}
/*----------------- header new  -----------------------------
*/


.hig_bx {
	height:79vh;
}
.hig_bx1 {
	height:65vh;
}
.banner_bx .owl-carousel .owl-item img {
	height: 70.5vh;
}
.profile_wrap table tbody tr td {
	font-size:13px;
	color: #fff;
}
.rwd-table th {
	font-size: 13px;
}
.login_box p {
	font-size:14px;
	text-align: center;
	color:#fff;
}
.rwd-table tr td {
	color:#fff;
}
.comfirm_sub .form-control {
	width: 100% !important;
	height: 40px !important;
	line-height: 43px;
	border-radius: 5px;
	padding: 0px 5px;
	margin-left: 5px;
	background: #fff !important;
	display: inline-block;
	font-size: 14px;
}
.comfirm_sub .form-control .active {
	border: 1px solid #ccc;
}
header .header_top {
	background:#040404;
	padding:10px 0;
}
header .header_top .logo {
	text-align:center;
}
header .header_top .logo img {
	width: 204px;
}
header .header_bottom {
	background:#333333;
	padding:8px 0;
}
header .header_bottom .navbar-inverse {
	background-color: transparent;
	border-color: transparent;
}
header .header_bottom.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color:#F00;
	background-color: transparent;
}
header .header_bottom .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color:#e4cd88;
}
header .header_bottom .navbar-inverse .navbar-nav > li > a.activ {
	color:#e4cd88;
}
header .header_bottom .navbar {
	min-height: auto;
	margin-bottom: 0;
	padding:9px 0 0 0;
}
header .header_bottom .navbar-inverse .navbar-nav > li > a {
	font-size:16px;
	color:#fff;
	margin:0;
	padding:0;
	font-weight: normal;
}
header .header_bottom .navbar-inverse .navbar-nav > li {
	padding:0px 20px 0px 0;
	margin:0;
}
header .header_bottom .navbar-nav {
	margin:0px 0 0 0;
	float: left;
}
header .header_bottom .navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
/*header .header_bottom .login_home{display: inline-block;margin: auto; float:right;}
header .header_bottom .login_home ul{ margin:0; padding:0;}
header .header_bottom .login_home ul li{text-decoration: none;color: #fff;}
header .header_bottom .login_home ul li a{ text-decoration:none; color:#fff;font-size:16px;padding: 7px 20px;background: #000;border-radius: 6px; }
header .header_bottom .login_home ul li a:hover{ background:#ba024c;}*/


header .header_bottom .dropbtn {
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
}
header .header_bottom .dropdown {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
header .header_bottom .dropdown-content {
	display: none;
	position: absolute;
	background-color:#333;
	min-width: 195px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	margin:1px 0;
}
header .header_bottom .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	color:#ffff;
	font-size:14px;
	text-transform: uppercase;
}
header .header_bottom .dropdown-content a:hover {
	color:#e4cd88;
}
header .header_bottom .dropdown:hover .dropdown-content {
	display: block;
}
.bg_login {
	text-decoration:none;
	color:#fff;
	font-size:16px;
	padding: 7px 20px;
	background: #000;
	border-radius: 6px;
	cursor:pointer;
}
.bg_login:hover {
	background:#877032;
}
.middle_wraper {
	background:#000;
}
/*.middle_wraper .banner_home .banner_bx .banner_mid .button_readmore:hover{background-color: transparent;}
.middle_wraper .banner_home .banner_bx .owl-carousel .owl-nav button.owl-prev{ font-size:0}
.middle_wraper .banner_home .banner_bx .owl-carousel .owl-nav button.owl-next{ font-size:0}
.middle_wraper .banner_home .banner_bx .owl-dots {text-align: center;position: absolute;left: 0;right: 0;bottom: 16px;}
.middle_wraper .banner_home .banner_bx .owl-dot {font-size: 20px;width: 30px;height: 3px;background: #000;margin: 0 5px;text-align: center;}
.middle_wraper .banner_home .banner_bx  .owl-dot.active{ background:#1b928f;}
.middle_wraper .banner_home .banner_bx .owl-nav{ font-size:0;}*/

.middle_wraper .banner_home {
}
.middle_wraper .banner_home img {
	width:100%;
	float:left;
}
.middle_wraper .home_text {
	width:100%;
	float:left;
	padding:40px 0;
}
.middle_wraper .home_text .home_text_bx {
	width:100%;
	text-align:center;
}
.middle_wraper .home_text .home_text_bx h2 {;
	font-size:25px;
	padding:0;
	color:#e4cd88;
	margin:0;
	text-align:center;
	line-height:33px;
}
.middle_wraper .home_text .home_text_bx p {
	width:100%;
	display:block;
	font-size:18px;
	padding:0;
	color:#fff;
	margin:0;
	text-align:center;
	line-height:33px;
}
.middle_wraper .home_text .home_text_bx1 {
	width:100%;
	text-align:center;
	padding:48px 0 20px 0;
}
.middle_wraper .home_text .home_text_bx1 p {
	width:100%;
	display:block;
	font-size:18px;
	padding:0;
	color:#fff;
	margin:0;
	text-align:center;
	line-height:33px;
}
.middle_wraper .home_text .home_text_bx2 {
	width:100%;
	text-align:center;
	padding:30px 0 30px 0;
}
.middle_wraper .home_text .home_text_bx2 p {
	width:100%;
	display:block;
	font-size:18px;
	padding:0;
	color:#fff;
	margin:0;
	text-align:center;
	line-height:33px;
}
.middle_wraper .home_text .home_text_bx2 h2 {;
	font-size:25px;
	padding:0;
	color:#e4cd88;
	margin:0;
	text-align:center;
	line-height:33px;
}
.home_button {
	text-align:center;
	width:100%;
	display:inline-block;
	margin:20px 0;
}
.home_button_left {
	border:1px solid #e4cd88;
	font-size:20px;
	padding:24px;
	margin:0 0 0;
}
.home_button_right {
	border:1px solid #e4cd88;
	font-size:20px;
	padding:24px;
	margin:0 0 0;
}
.home_button a {
	color:#fff;
	text-decoration: none;
}
.home_button a:hover {
	color:#e4cd88;
}
.home_button_top {
	text-align:center;
	width:100%;
	display:inline-block;
	margin:20px 0;
}
.home_button_top a {
	border:1px solid #e4cd88;
	font-size:20px;
	padding:24px;
	margin:0;
	background:#e4cd88;
	color:#000;
	text-align:center;
	text-decoration: none;
}
.home_button_top a:hover {
	background: none;
	color:#fff;
	border:1px solid #fff;
}
.jewellery_eminence {
	padding:40px 0 0
}
.entry_fee_bx {
	width:100%;
	display:inline-block;
	padding:0 0 20px;
}
.entry_fee_bx p {
	width:100%;
	display:block;
	font-size:18px;
	padding:0;
	color:#fff;
	margin:0;
	text-align:center;
	line-height:33px;
}
.entry_fee_bx ul li {
	width:100%;
	display:block;
	font-size:18px;
	color:#fff;
	text-align:center;
	line-height:33px;
}
.entry_fee_bx h2 {
	font-size: 25px;
	padding: 0;
	color: #e4cd88;
	margin: 0;
	text-align: center;
	line-height: 33px;
}
.about {
	padding:20px 0;
}
.about h2 {
width: 100%;
  float: left;
  text-align: center;
  padding: 0 0 13px;
  margin: 0;
  font-size: 30px;
  color: #efb86d;
  font-family: 'histeaginregular';
}
.about p {
	display: block;
	font-size:16px;
	color: #fff;
	margin-bottom: 20px;
	line-height: 28px;
}
.about h2 span img {
	width:50px;
	padding: 0 10px 0 0;
	margin: 0;
}
.why {
	padding:20px 0;
}
.why h2 {
	margin:0;
	display:block;
	font-size:20px;
	color:#e4cd88;
	text-transform:uppercase;
	margin-bottom:5px;
	font-weight: bold;
}
.why p {
	display: block;
	font-size:16px;
	color: #fff;
	margin-bottom:20px;
	line-height: 28px;
}
.highlights_bx {
	padding:0 0 20px 0;
}
.highlights_bx ul {
}
.highlights_bx ul li {
	padding:5px 0;
	font-size: 16px;
	color: #fff;
}
.highlights_bx ul li ul li {
	display: block;
}
.why .heading h2 {
	color: #fff;
	font-size: 52.52px;
	line-height: 95px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 40px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
/*.why ul{margin:0;padding:0;list-style:none;}
*/.why .heading.heading-icon {
	display: block;
}
.why .padding-lg {
	display: block;
}
.why .practice-area.padding-lg {
	padding-bottom: 55px;
	padding-top: 55px;
}
.why .practice-area .inner {
	border:1px solid #999999;
	text-align:center;
	margin-bottom:28px;
	padding:40px 25px;
}
.why .our-webcoderskull .cnt-block:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	border: 0;
}
.why .practice-area .inner h3 {
	color:#3c3c3c;
	font-size:24px;
	font-weight:500;
	padding: 10px 0;
}
.why .practice-area .inner p {
	font-size:14px;
	line-height:22px;
	font-weight:400;
}
.why .practice-area .inner img {
	display:inline-block;
}
.why .our-webcoderskull .cnt-block {
	float:left;
	width:100%;
	background:#333333;
	padding:20px 20px;
	text-align:center;
	border:2px solid #333333;
	margin: 0 0 28px;
}
.why .our-webcoderskull .cnt-block figure {
	width:148px;
	height:148px;
	border-radius:100%;
	display:inline-block;
	margin-bottom: 15px;
}
.why .our-webcoderskull .cnt-block img {
	width:148px;
	height:148px;
	border-radius:100%;
}
.why .our-webcoderskull .cnt-block h3 {
	color:#fff;
	font-size:20px;
	font-weight:500;
	padding:6px 0;
	margin:0;
	text-transform:uppercase;
}
.why .our-webcoderskull .cnt-block h3 a {
	text-decoration:none;
	color:#fff;
}
.why .our-webcoderskull .cnt-block h3 a:hover {
	color:#e4cd88;
}
.why .our-webcoderskull .cnt-block p {
	color:#fff;
	font-size:13px;
	line-height:20px;
	font-weight:400;
	text-align: center;
}
.jea_terms img {
	width: 30px;
	padding: 0 4px 0 0;
}
.important_dates {
	padding:20px 0;
}
.important_dates .at-section__title {
	margin: 0 0 70px;
	color: #000;
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 2.625rem;
	text-align: center;
}
/*.important_dates .at-grid {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;  flex-direction: row;-ms-flex-wrap: wrap;flex-wrap: wrap;}*/
/*.important_dates .at-grid[data-column="1"] .at-column {width: 100%;max-width: 100%;min-width: 100%;-ms-flex-preferred-size: 100%;flex-basis: 100%;}
.important_dates .at-grid[data-column="2"] .at-column {width: 50%;max-width: 50%;min-width: 50%;-ms-flex-preferred-size: 50%;flex-basis: 50%;display: inline-block;text-align: center;margin: 10px;}*/
.important_dates .at-grid[data-column="3"] .at-column {
	width: 48%;/*max-width: 31%;min-width: 31%;*/
	-ms-flex-preferred-size: 32%;
	flex-basis: 31%;
	display: inline-block;
	text-align: center;
	margin: 10px;
}
/*.important_dates .at-grid[data-column="4"] .at-column {width: 25%;max-width: 25%;min-width: 25%;-ms-flex-preferred-size: 25%;flex-basis: 25%;display: inline-block;text-align: center;margin: 10px;}
.important_dates .at-grid[data-column="5"] .at-column {width: 20%;max-width: 20%;min-width: 20%;-ms-flex-preferred-size: 20%;flex-basis: 20%;display: inline-block;text-align: center;margin: 10px;}
.important_dates .at-grid[data-column="6"] .at-column {width: 16.66667%;max-width: 16.66667%;min-width: 16.66667%;-ms-flex-preferred-size: 16.66667%;flex-basis: 16.66667%;}
.important_dates .at-grid[data-column="7"] .at-column {width: 14.28571%;max-width: 14.28571%;min-width: 14.28571%;-ms-flex-preferred-size: 14.28571%;flex-basis: 14.28571%;}
.important_dates .at-grid[data-column="8"] .at-column {width: 12.5%;max-width: 12.5%;min-width: 12.5%;-ms-flex-preferred-size: 12.5%;flex-basis: 12.5%;}
.important_dates .at-grid[data-column="9"] .at-column {width: 11.11111%;max-width: 11.11111%;min-width: 11.11111%;-ms-flex-preferred-size: 11.11111%;flex-basis: 11.11111%;}*/
.important_dates .at-column {
	z-index: 0;
	position: relative;
	background:#333333;
	box-shadow: 0 0 0 1px #333333;
	padding: 10px;
	box-sizing: border-box;
	-webkit-transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
	transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
	transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
	transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
}
.important_dates .at-column:before {
	content: "";
	display: block;
	padding-top: 60%;
}
.important_dates .at-column:hover {
	z-index: 1;
	box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
	transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
	transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
	transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
}
.important_dates .at-column:hover .at-social {
	margin: 16px 0 0;
	opacity: 1;
}
footer {
	background:#333;
	display:inline-block;
	width:100%;
	padding:10px 0;
}
footer p {
	font-size:16px;
	text-align:center;
	color:#fff;
	padding:0;
	margin:0;
}
.results_jea {
	width:100%;
	display:inline-block;
}
.results_jea h2 {
	display: block;
	font-size: 20px;
	padding: 3px 4px;
	color: #e4cd88;
	margin: 15px 0;
	;
	text-transform: uppercase;
	font-weight: bold;
	text-align:center;
}
.results_jea h3 {
	display: block;
	font-size:18px;
	padding: 3px 4px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: bold;
}
.results_jea table tr th {
	color: #e4cd88;
}
.results_jea table tr td {
	color: #e4cd88;
}
 @media (max-width: 800px) {
.important_dates .at-column {
width: 50% !important;
max-width: 50% !important;
min-width: 50% !important;
-ms-flex-preferred-size: 50% !important;
flex-basis: 50% !important;
}
}
@media (max-width: 600px) {
.important_dates .at-column {
width: 100% !important;
max-width: 100% !important;
min-width: 100% !important;
-ms-flex-preferred-size: 100% !important;
flex-basis: 100% !important;
}
}
.important_dates .at-user {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: center;
}
.important_dates .at-user__avatar {
	width: 98px;
	height: 98px;
	border-radius: 100%;
	margin: 0 auto 20px;
	overflow: hidden;
}
.important_dates .at-user__avatar img {
	display: block;
	width: 100%;
	max-width: 100%;
}
.important_dates .at-user__name {
	color:#e4cd88;
	font-size:17px;
	font-weight: 500;
	line-height: 2.625rem;
}
.important_dates .at-user__title {
	color: #ffffff;
	font-size:20px;
	line-height: 2.375rem;
}
.important_dates .at-social {
	margin: 0 0 -18px;
	opacity: 0;
	-webkit-transition: margin 0.2s ease, opacity 0.2s ease;
	transition: margin 0.2s ease, opacity 0.2s ease;
}
.important_dates .at-social__item {
	display: inline-block;
	margin: 0 10px;
}
.important_dates .at-social__item a {
	display: block;
}
.wrapper {
	float:left;
	width:100%;
	min-height:250px;
}
.navigation {
	float: left;
	width: 100%;
	text-align: center;
}
.navigation ul {
	margin: 0;
	padding: 0;
	float: right;
	width: auto;
	list-style: none;
	display: inline-block;
}
.navigation ul li {
	float: left;
	width: auto;
	margin-right: 18px;
	position: relative;
	padding: 10px;
}
.navigation ul li:last-child {
	margin: 0;
}
.navigation ul li a {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 12px;
	line-height: normal;
	text-decoration:none;
	box-sizing:border-box;
	-webkit-transition:color 0.3s ease;
	transition:color 0.3s ease;
	text-transform:uppercase;
}
.navigation .children {
	position: absolute;
	top: 100%;
	z-index: 1000;
	margin: 0;
	padding: 0;
	left: 0;
	min-width: 240px;
	background-color: #000;
	border: solid 1px #000;
	opacity: 0;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.navigation ul li .children {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-75deg);
	transform: rotateX(-75deg);
	visibility: hidden;
}
.navigation ul li:hover > .children {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
	visibility: visible;
}
.navigation ul li .children .children {
	left: 100%;
	top: 0;
}
.navigation ul li.last .children {
	right: 0;
	left: auto;
}
.navigation ul li.last .children .children {
	right: 100%;
	left: auto;
}
.navigation ul li .children li {
	float: left;
	width: 100%;
	margin:0;
}
.navigation ul li .children a {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	color: #fff;
	text-align: left;
	line-height: 1.5em;
	padding: 16px 30px;
	letter-spacing: normal;
	border-bottom: 1px solid #fff;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.navigation ul li .children a:hover {
	color: #e4cd88;
}
.navigation ul li a:hover {
	color:#e4cd88;
}
.general_rules {
	background: #000;
	border: 1px solid #e4cd88;
	padding: 20px;
	margin: 0 0 20px;
	width: 100%;
	display: inline-block;
}
.general_rules h4 {
	font-size: 18px;
	margin-bottom: 20px;
	display: inline-flex;
	margin: 0;
	padding: 40px 0 10px;
	width:100%;
	display: inline-block;
	color: #e4cd88;
}
.general_rules ul {
}
.general_rules ul li {
	padding:5px 0;
	font-size: 16px;
	color: #fff;
}
.general_rules ul li ul li {
	display: block;
}
.terms_text {
	background: #000;
	padding: 20px;
	margin: 0 0 20px;
	width: 100%;
	display: inline-block;
}
.terms_text h4 {
	font-size: 18px;
	margin-bottom: 20px;
	display: inline-flex;
	margin: 0;
	padding: 30px 0 10px;
	width:100%;
	display: inline-block;
	color: #e4cd88;
}
.terms_text h2 {
	font-size: 21px;
	margin-bottom: 20px;
	display: inline-flex;
	margin: 0;
	padding:20px 0;
	width:100%;
	display: inline-block;
	color: #e4cd88;
}
.terms_text ul {
}
.terms_text ul li {
	padding:5px 0;
	font-size: 16px;
	color: #fff;
}
.terms_text ul li ul li {
	display: block;
}
.terms_text p {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 28px;
}
.terms_text_button {
	text-align:center;
	padding:50px 0;
}
.terms_text_button a {
	border-radius: 5px;
	background-color: #877032;/* border:1px solid #877032;*/
	padding: 15px 60px;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.59;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	margin: 15px 0 0 0;
}
.terms_text_button a:hover {
	background-color:#ba024c;
	color: #fff;
}
.inner_main h2 {
	color: #fff;
}
.inner_main label {
	color: #fff;
}
.lastdate {
	width: 100%;
	float: left;
	padding: 50px 0 0;
	text-align: center;
	margin: auto;
}
.lastdate h2 {
	font-size: 20px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 1px;
	padding: 20px 0 10px;
	margin: 0;
	line-height: 26px;
}
.lastdate h2 span {
	color: #e3bd27;
}
.lastdate h3 {
	font-size: 20px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 1px;
	padding: 0 0 20px;
	margin: 0;
}
.bg_lastdate {
	background: #fff;
	width: 70%;
	border-radius: 20px;
	text-align: center;
	background: url(../images/bg_lastdate.png);
	margin: auto;
	display: inline-block;
	border: 2px solid #d2b02b;
}
.rupee {
	font-size: 20px;
	color: #e4cd88;
	background: #333333;
	padding: 10px;
	margin: 15px 0px;
	line-height: 30px;
}
.rupee img {
	width: 30px;
	padding: 0 4px 0 0;
}
.apply_btn {
	background: #000;
	float: right;
	height: 30px;
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	padding: 0px 20px;
	border-radius: 5px;
	margin: 10px 0 0;
	color: #fff !important;
}
/*------------------ new home page css ----------------------------*/
.submission_deadline {
	width: 100%;
	margin: auto;
	text-align: center;
	float: left;
	padding: 50px 0;
}
.submission_deadline_one {
	width: 40%;
	text-align: center;
	margin: auto;
	border: 2px solid #e6e6e6;
	display: inline-block;
	margin-left: -6px;
}
.submission_deadline_one h2 {
	font-size: 24px;
	font-family: 'latobold_italic';
	color: #efb86d;
	text-transform: uppercase;
	padding: 20px 0;
	margin: 0;
}
.submission_deadline_one h2 span {
	display: block;
}
.jewellery_eminence_awards {
	width: 100%;
	float: left;
}
.jewellery_eminence_awards h2 {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 30px;
	color: #efb86d;
	font-family: 'histeaginregular';
	font-weight: bold;
}
.jewellery_eminence_awards {
	width: 100%;
	float: left;
	padding: 0px 0 30px;
}
.jewellery_eminence_awards h2 {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 13px;
	margin: 0;
	font-size: 30px;
	color: #efb86d;
	font-family: 'histeaginregular';
}
.jewellery_eminence_awards h6 {
	width: 100%;
	float: left;
	text-align: justify;
	padding: 16px 0 8px;
	margin: 0;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 25px;
}
.jewellery_eminence_awards p {
	width: 100%;
	float: left;
	text-align: justify;
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	line-height: 30px;
}
.jewellery_eminence_awards img {
	width:100%;
	float:left;
}
.entries_submission {
	width:100%;
	float:left;
	padding:0 0 20px;
}
.border__left {
	border-left: 2px solid #d3a762;
}
.entries_submission h3 {
	width: 100%;
	float: left;
	text-align: center;
	padding: 20px 0 0;
	margin: 0;
	font-size: 20px;
	color: #efb86d;
	font-weight: 500;
	line-height: 25px;
}
.entries_submission ul {
	margin: 0;
	padding: 0;
	height: 170px;
	float: left;
	width: 100%;
}
.entries_submission ul li {
	width: 100%;
	float: left;
	text-align: center;
	padding: 5px 0 0;
	margin: 0;
	font-size: 16px;
	color: #fff;
	display:block;
	font-weight: 500;
	line-height: 25px;
}
.categories_bx {
	width:100%;
	float:left;
	text-align:center;
	margin:20px 0;
}
.categories_bx a {
	background: #d3a762;
	border-radius: 50px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #d3a762;
	padding: 8px 20px;
	text-align: center;
	text-decoration: none;
}
.entries_submission a:hover {
	background: none;
	color: #fff;
}
footer {
  width: 100%;
  float: left;
  padding: 0px 0 10px;
  margin: 0;
  background: #000;
}
.footer_top {
	background: #efb86d;
	width: 100%;
	float: left;
	padding: 14px 0;
}
.footer_top p {
	font-size: 20px;
	text-align: left;
	color: #000;
	padding: 0;
	margin: 0;
	font-family: 'histeaginregular';
	text-transform: uppercase;
}
.footer_top h2 {
	width: 100%;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 30px;
	color: #000;
	font-family: 'histeaginregular';
	text-transform: uppercase;
}
.submit_design_btm {
	background: #fff;
	border-radius: 50px;
	color: #000 !important;
	font-weight: bold;
	border: 2px solid #fff !important;
	padding: 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	float: right;
	margin: 5px 0 0;
}
.submit_design_btm:hover {
	background: none;
	color: #000 !important;
	border: 2px solid #000 !important;
}
.footer_btm {
	width: 100%;
	float: left;
	padding: 30px 0 20px;
}
.footer_logo {
	padding: 16px 0;
	width: 100%;
	float: left;
}
.footer_logo img {
	width: 207px;
	text-align: center;
	margin: auto;
	align-content: center;
	justify-content: center;
	display: flex;
}
.footer_addres {
	width: 100%;
	float: left;
	padding: 16px 0 31px;
}
.footer_addres p {
	width:100%;
	float:left;
	font-size:16px;
	text-align: left;
	float: left;
	color: #fff;
	padding: 0;
	margin: 0;
}
.footer_addres p a {
	font-size: 16px;
	color: #fff;
	padding: 0 3px 0 0;
	margin: 0;
}
.footer_menu {
	width: 100%;
	float: left;
	padding: 16px 0;
}
.footer_menu ul {
	width:50%;
	float:left;
	margin:0;
	padding:0;
}
.footer_menu ul li {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	display: block;
}
.footer_menu ul li a {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #fff;
	padding: 0 3px 5px 0;
	margin: 0;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
}
.footer_menu ul li a:hover {
	color: #efb86d;
}
.footer_icon {
	width:100%;
	float:left;
	padding: 16px 0;
}
.footer_icon ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	justify-content: center;
}
.footer_icon ul li {
	width: auto;
	float: left;
	margin: 0;
	padding: 20px 6px;
	display: block;
}
.footer_icon ul li a img {
	width: 32px;
	float: left;
}
.footer_btm2 {
	width: 100%;
	float: left;
	padding: 10px 0;
}
.footer_btm2 p {
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	color: #fff;
	text-align:center;
	padding: 0 3px 0 0;
	margin: 0;
}



.about_page_new{ width:100%; float:left; padding:50px 0;}
.about_page_new_text{ width:100%; float:left; padding:0 0 30px 0;}
.about_page_new_text h2 {
	width: 100%;
	float: left;
	text-align: left;
	padding: 0 0 13px;
	margin: 0;
	font-size: 30px;
	color: #efb86d;
	font-family: 'histeaginregular';
}.about_page_new_text p {
	width: 100%;
	float: left;
	text-align: justify;
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	line-height: 30px;
}

.about_video{ width:100%; float:left;}
.about_video video{  width:100%; float:left;}
.about_page_new_text img{  width:100%; float:left;}
.about_page_new_text ul{ margin:0; padding:0;}
/*.about_page_new_text ul li {
	width: 100%;
	float: left;
	text-align: left;
	padding: 0 0;
	margin: 0;
	font-size: 24px;
	color: #fff;
	font-family: 'histeaginregular';
	display: block;
	font-weight: bold;
}*/.about_page_new_text ul li {
	width: 100%;
	float: left;
	text-align: left;
	padding: 0 0;
	margin: 0;
	font-size: 16px;
	color: #fff;
	font-family: 'histeaginregular';
	/* display: block; */
	font-weight: bold;
}

h2.categ_had {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 13px;
	margin: 0;
	font-size: 30px;
	color: #efb86d;
	font-family: 'histeaginregular';
}
.gala_awards{ width:100%; float:left;}
.gala_awards img{ width:100%; float:left;}
.gala_awards h2{ padding:10px 0 !important; text-align:center; width:100%;}


