body {
    padding:0;
    margin:0;
    color: #ffffff;
    background:#101010;
    font-size:var(--primaryfont);
    font-family: "Chronicle Display";
}

p{
	font-size:var(--primaryfont);
	line-height:2;
	font-weight: normal;
}

a,button{
	font-size:var(--primaryfont);
	line-height:2;
	font-weight: normal;
	display: inline-block;
	color:#fff;
}
sup{
	font-size:60%;
}

.whitetext,.whitetext > *{ color:#fff!important;}
.flexcenter{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.flexaround{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-pack: distribute; justify-content: space-around;}
.flexbetween{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.flexend{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end;}
.flexstrech{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align:stretch; -ms-flex-align:stretch; align-items:stretch; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between;}
.m0{margin:0px!important;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.wrapper{width: 100%; margin:0 auto; overflow:hidden;}
.overflowinitial .wrapper{overflow: auto;}
.mycontainer{margin:auto; width:88%;}
.sectionpadding{ padding:var(--sectionpadding) 0px;}
.sectionpaddingtop{padding-top:var(--sectionpadding);}
.sectionpaddingbottom{padding-top:var(--sectionpadding);}
.alink{color:var(--pcolor);cursor:pointer;}
.alink:hover{text-decoration:underline!important;}
.text-center{
	text-align: center;
}

/*===================================== Global css  ========================================*/
	.fontgold{
		color:var(--goldcolor)!important;
	}
	.font58{
		font: normal normal normal 58px/70px Chronicle Display;
		letter-spacing: 0px;
		color: #FFFFFF;
	}
	.font42{
		font: normal normal normal 42px/50px Chronicle Display;
		letter-spacing: 0px;
		color: #FFFFFF;
	}
	.font32{
		font: normal normal normal 32px/39px Chronicle Display;
		letter-spacing: 0px;
		color: #FFFFFF;
	}
	.font28{
		font: normal normal normal 28px/34px Chronicle Display;
		letter-spacing: 0px;
		color: #FFFFFF;
	}
	.font24{
		font: normal normal normal 24px/39px Chronicle Display;
		letter-spacing: 0px;
		color: #FFFFFF;
	}

	.font20{
		font: normal normal normal var(--bigfont)/39px Chronicle Display;
		letter-spacing: 0px;
		color: #FFFFFF;
	}

	.fontyellow{
		color:var(--goldcolor)!important;
	}
	
	.sectionheading{
		font: normal normal normal var(--headingfont)/70px Chronicle Display;
		letter-spacing: 0px;
		text-align: center;
	}

	.divider{
		position: relative;
		margin:5px 0px;
		height: 1px;
		background: #707070;
		width:100%;
	}

	.divider:before{
		content:"";
		position: absolute;
		top:50%;
		left:50%;
		-webkit-transform:translate(-50%, -50%);
		    -ms-transform:translate(-50%, -50%);
		        transform:translate(-50%, -50%);
		background: var(--goldcolor);
		width: 243px;
		height: 8px;
	}

	.breadcrumbsection{
		background: #000;
		position: relative;
		overflow: hidden;
	}

	.breadcrumbsection:after{
		content:"";
		position: absolute;
		bottom:0;
		left:0;
		width: 243px;
		height: 8px;
		background: #E1C57C;
		z-index: 9;
	}

	.breadcrumbmarquee{
		position: absolute;
		bottom:0;
		left:105%;
		-webkit-animation:textbgscroll 20s linear 4s infinite;
		        animation:textbgscroll 20s linear 4s infinite;
	}

	@-webkit-keyframes textbgscroll{
		0%{
			left:100%;
		}
		65%{
			left:0%;
			opacity: 0.7;
		}
		100%{
			left:-50%;
			opacity:0.1;
		}
	}

	@keyframes textbgscroll{
		0%{
			left:100%;
		}
		65%{
			left:0%;
			opacity: 0.7;
		}
		100%{
			left:-50%;
			opacity:0.1;
		}
	}

	.breadcrumbmarquee span{
		font: normal normal normal 140px/168px Chronicle Display;
		letter-spacing: 2px;
		color: #FFFFFF;
		opacity: 0.3;
	}

	.sidegreybg{
		width: 10%;
	    height: 100%;
	    z-index: 1;
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    background: #202020;
	}
	.breadcrumb-link-wrapper{
		text-align: center;
		padding-top:160px;
		padding-bottom:50px;
		overflow: hidden;
	}

	.breadcrumb-link-wrapper ul{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		list-style:none;
		display:none!important;
	}

	.breadcrumb-link{
		position: relative;
		padding:0px 15px;
	}

	.breadcrumb-link:after{
		content: "/";
		position: absolute;
		top:0;
		left:calc(100% - 4px);
	}

	.breadcrumb-link-wrapper ul li:last-child .breadcrumb-link:after{
		display: none;
	}
/*===================================== Global css  ========================================*/

/*===================================== Button css  ========================================*/
	.cbtn{
		display: inline-block;
		position: relative;
	}
	.cbtn span{
		display: inline-block;
		position: relative;
		background: #fff;
		padding:5px 18px;
		font: normal normal normal var(--priamryfont)/39px Chronicle Display;
		letter-spacing: 0px;
		color: #000000;
		-webkit-transition:0.5s ease 0.5s;
		-o-transition:0.5s ease 0.5s;
		transition:0.5s ease 0.5s; 
	}

	.cbtn:before{
		content: "";
		position: absolute;
		top:5px;
		left:5px;
		width:100%;
		height:100%;
		border:1px solid #fff;
		-webkit-transition:0.5s;
		-o-transition:0.5s;
		transition:0.5s;
	}

	.cbtn:hover:before{
		top:-1px;
		left:-1px;
	}
	.cbtn:hover span{
		color:#000;
		background: var(--goldcolor);
	}

	.viewallbtn.cbtn:before{
		border-color:#C1B7B7;
		z-index: 9;
	}
/*===================================== Button css  ======================================-=*/

/*===================================== Header css  ======================================-=*/
	.header{
		position: absolute;
		z-index: 999999;
		width:100%;
		top:0;
		left:0;
		overflow: hidden;
	}

	.header-fixed{
		position: fixed;
		background:#000;
		-webkit-animation:slidedownheader 0.5s;
		        animation:slidedownheader 0.5s;
	}

	.header.noanimation{
		-webkit-animation:noanimation 0.5s!important;
		        animation:noanimation 0.5s!important;
		position: fixed;
		background:#000;
	}


	@-webkit-keyframes slidedownheader{
		0% {
		    opacity: 0;
		    -webkit-transform: translateY(-100%) scale(1.1);
		            transform: translateY(-100%) scale(1.1);
		}

		100% {
		    opacity: 1;
		    -webkit-transform: translateY(0) scale(1);
		            transform: translateY(0) scale(1);
		}
	}


	@keyframes slidedownheader{
		0% {
		    opacity: 0;
		    -webkit-transform: translateY(-100%) scale(1.1);
		            transform: translateY(-100%) scale(1.1);
		}

		100% {
		    opacity: 1;
		    -webkit-transform: translateY(0) scale(1);
		            transform: translateY(0) scale(1);
		}
	}

	.header .headercontainer{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;	
		padding-top:26px;
	}

	.header.header-fixed .headercontainer{
		padding-top:13px;
		padding-bottom:13px;
	}
	.header-left{
		width:100px;
	}

	.headercontainer .logo-wrap{
		width:calc(100% - 200px);
		text-align: center;
	}
	.logo-link{
		display: inline-block;
	}
	.logo{
		cursor: pointer;
		margin-bottom:0px;
		display: inline-block;
		font: normal normal normal 34px/41px Chronicle Display;
		letter-spacing: 0px;
		color: #FFFFFF;
	}	
	.logo sup{ font-size:60%; position: relative; top:-10px;}

	.menu-toggler{
		width:100px;
		cursor: pointer;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		position: relative;
		z-index: 9999999;
	}

	.menu-toggler .mt-text{
		font: normal normal 300 var(--smallfont)/21px Segoe UI;
		-webkit-transition:0.5s;
		-o-transition:0.5s;
		transition:0.5s;
	} 


	.menuicon{
		height:30px;
		width:33px;
		position: relative;
		margin-left:10px;
	}

	.menuicon > span{
		width:28px;
		height:1.5px;
		background:#FFFFFF;
		display: block;
		position: absolute;
		right:0;
		-webkit-transition:0.5s;
		-o-transition:0.5s;
		transition:0.5s;
	}
	.menuicon > span.line1{top:12px;}
	.menuicon > span.line2{top:20px; width:18px;}

	.menu-toggler:hover .menuicon > span.line2{top:20px; width:28px;}

	.menuwrapper{
		position: fixed;
		z-index: 9999;
		background: #0008;
		width:100%;
		height:100vh;
		top:0;
		left:0;
		display: none;
	}

	.menucontainer{
		width:100%;
		height:100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;		
		overflow: hidden;
		position: relative;
	}

	.menucontainer:before {
	    content: "";
	    top: 0%;
	    left: 50%;
	    -webkit-transform: translateX(-50%) scale(0);
	        -ms-transform: translateX(-50%) scale(0);
	            transform: translateX(-50%) scale(0);
	    border-radius: 50%;
	    background: #000;
	    -webkit-transition: 0.5s;
	    -o-transition: 0.5s;
	    transition: 0.5s;
	    width: 2000px;
	    height: 2000px;
	    position: absolute;
	}

	.menubox{
		position: relative;
		width:60%;
		padding:30px 0px;
		opacity: 0;
		top:50px;
		overflow: hidden;
	}

	.menubox ul{
		list-style:none;
	}
	.menubox > ul > li{
		text-align: center;
	}

	.menubox .menulink{
		display: inline-block;
		text-align: center;
		font-size:42px;
		line-height:1.7;
		position: relative;
		z-index: 999;
		margin:10px 0px;
	}

	.menubox .menulink.active{
		color:var(--goldcolor);
	}

	.menubox .menulink:before{
		content: "";
		position: absolute;
		bottom:0%;
		left:50%;
		-webkit-transform:translate(-50% , 0%);
		    -ms-transform:translate(-50% , 0%);
		        transform:translate(-50% , 0%);
		width:0%;
		height: 5%;
		background: var(--goldcolor);
		-webkit-transition:0.5s;
		-o-transition:0.5s;
		transition:0.5s;
	}

	.menubox .menulink:hover:before{
		width:100%;		
	}

	.menudrpdown{
		position: absolute;
		top:0%;
		width:100%;
		height:100%;
		left:100%;
		-webkit-transition:0.5s;
		-o-transition:0.5s;
		transition:0.5s;
		background: #000;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		z-index: 9999;
		opacity: 0;
	}

	.menudropdowncloser{
		position:absolute;
		width:45px;
		height:45px;
		top:0;
		left:0;
		cursor: pointer;
		z-index: 99999;
	}

	.menudropdowncloser:hover:before{
		-webkit-transform:translate(-50% , -50%) rotate(315deg) scale(1.2);
		    -ms-transform:translate(-50% , -50%) rotate(315deg) scale(1.2);
		        transform:translate(-50% , -50%) rotate(315deg) scale(1.2);
	}

	.menudropdowncloser:before{
		content: "";
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    width: 20px;
	    height: 20px;
	    -webkit-transform: translate(-50% , -50%) rotate(315deg);
	        -ms-transform: translate(-50% , -50%) rotate(315deg);
	            transform: translate(-50% , -50%) rotate(315deg);
	    border-left: 3px solid #fff;
	    border-top: 3px solid #fff;
	    pointer-events: none;
	    -webkit-transition: 0.5s;
	    -o-transition: 0.5s;
	    transition: 0.5s;
	}

	.menudrpdown.show-menudrpdown{
		left:0%;
		opacity: 1;
	}

	.hasdropdown{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;	
		cursor: pointer;	
	}

	.hasdropdown .dropdownarrow{
		width: 42px;
		height:42px;
		position: relative;
	}

	.hasdropdown .dropdownarrow:before{
		content: "";
		position: absolute;
		top: 50%;
		left:50%;
		width: 20px;
		height:20px;
		-webkit-transform: translate(-50% , -50%) rotate(315deg);
		    -ms-transform: translate(-50% , -50%) rotate(315deg);
		        transform: translate(-50% , -50%) rotate(315deg);
		border-right: 3px solid #fff;
		border-bottom:3px solid #fff;
		pointer-events: none;
		-webkit-transition:0.5s;
		-o-transition:0.5s;
		transition:0.5s;
	}

	.hasdropdown .menulink.active .dropdownarrow:before{
		border-right: 3px solid var(--goldcolor);
		border-bottom:3px solid var(--goldcolor);
	}

	.menubox .hasdropdown .menulink:before{
		left:60%;
	}

	.menubox .hasdropdown .menulink:hover:before {
	    width: calc(100% + 42px);
	}

	.mt-text-close{
		display: none;
		font: normal normal 300 var(--smallfont)/21px Segoe UI;
		-webkit-transition:0.5s;
		-o-transition:0.5s;
		transition:0.5s;
	}
	.menu-toggler-open .mt-text{
		display: none;
	}

	.menu-toggler-open .mt-text-close{
		display: block;
	}

	.menu-toggler-open .menuicon > span.line2{
		width:28px;
		-webkit-transform-origin:center;
		    -ms-transform-origin:center;
		        transform-origin:center;
		-webkit-transform:rotate(45deg);
		    -ms-transform:rotate(45deg);
		        transform:rotate(45deg);
		top:50%!important;
	} 
	.menu-toggler-open .menuicon > span.line1{
		width:28px;
		-webkit-transform-origin:center;
		    -ms-transform-origin:center;
		        transform-origin:center;
		-webkit-transform:rotate(-45deg);
		    -ms-transform:rotate(-45deg);
		        transform:rotate(-45deg);
		top:50%!important;
	} 

	.menuwrapper-open{
		display: block;
	}

	.menuwrapper-open .menubox{
		-webkit-animation:menuboxfadeIn 1s ease 0.5s forwards;
		        animation:menuboxfadeIn 1s ease 0.5s forwards;
	}
	.menuwrapper-open .menucontainer:before{
		-webkit-animation:menucontainerCover 0.5s ease forwards;
		        animation:menucontainerCover 0.5s ease forwards;
	}

	@-webkit-keyframes menuboxfadeIn{
		0%{
			opacity: 0;
			top:50px;
		}
		100%{
			opacity: 1;
			top:0px;
		}
	}

	@keyframes menuboxfadeIn{
		0%{
			opacity: 0;
			top:50px;
		}
		100%{
			opacity: 1;
			top:0px;
		}
	}

	@-webkit-keyframes menucontainerCover{
		0%{
	   		 -webkit-transform: translateX(-50%) scale(0);
	   		         transform: translateX(-50%) scale(0);

		}
		100%{
	   		 -webkit-transform: translateX(-50%) scale(2);
	   		         transform: translateX(-50%) scale(2);
		}
	}

	@keyframes menucontainerCover{
		0%{
	   		 -webkit-transform: translateX(-50%) scale(0);
	   		         transform: translateX(-50%) scale(0);

		}
		100%{
	   		 -webkit-transform: translateX(-50%) scale(2);
	   		         transform: translateX(-50%) scale(2);
		}
	}
/*===================================== Header css  ======================================-=*/

/*===================================== footer code css   ============================-=*/
	.footer{
		overflow:hidden;
	}

	.subscription-section{
		background: #191818;
	}
	.subscription-wrapper{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.subscription-left{
		width:50%;
	}

	.subscription-right{
		width:41%;
	}
	.subscription-right-inner{
		margin-top:40px;
	}
	.subscription-right-inner p.width80cs{
		width:90%;
	}
	.subscription-form-wrap{
		position: relative;
		border-bottom: 1px solid #707070;
		margin-bottom: 15px;
	}

	.subscription-form-wrap:hover{
		border-bottom:1px solid #fff;
	}

	.subscription-form-wrap .inputwrapper .cinput{
		width:100%;
		height:40px;
		line-height:40px;
		background: #fff0;
		outline:0px!important;
		border:0px!important;
		font: normal normal normal var(--bigfont)/40px Chronicle Display;
		color:#fff;
		-webkit-transition:0.5s;
		-o-transition:0.5s;
		transition:0.5s;
	}

	.subscription-form-wrap .inputwrapper .cinput:focus{
		padding-left:5px;
	}

	.subscription-form-wrap .inputwrapper .cinput::-webkit-input-placeholder{
		font-size:var(--primaryfont);
		line-height:40px;
		font-weight: normal;
		color:#fff;
		font: normal normal normal var(--bigfont)/40px Chronicle Display;
	}

	.subscription-form-wrap .inputwrapper .cinput::-moz-placeholder{
		font-size:var(--primaryfont);
		line-height:40px;
		font-weight: normal;
		color:#fff;
		font: normal normal normal var(--bigfont)/40px Chronicle Display;
	}

	.subscription-form-wrap .inputwrapper .cinput:-ms-input-placeholder{
		font-size:var(--primaryfont);
		line-height:40px;
		font-weight: normal;
		color:#fff;
		font: normal normal normal var(--bigfont)/40px Chronicle Display;
	}

	.subscription-form-wrap .inputwrapper .cinput::-ms-input-placeholder{
		font-size:var(--primaryfont);
		line-height:40px;
		font-weight: normal;
		color:#fff;
		font: normal normal normal var(--bigfont)/40px Chronicle Display;
	}

	.subscription-form-wrap .inputwrapper .cinput::placeholder{
		font-size:var(--primaryfont);
		line-height:40px;
		font-weight: normal;
		color:#fff;
		font: normal normal normal var(--bigfont)/40px Chronicle Display;
	}

	.subscription-form-wrap .inputwrapper .cinput:focus::-webkit-input-placeholder{
		color:#fff6;
	}

	.subscription-form-wrap .inputwrapper .cinput:focus::-moz-placeholder{
		color:#fff6;
	}

	.subscription-form-wrap .inputwrapper .cinput:focus:-ms-input-placeholder{
		color:#fff6;
	}

	.subscription-form-wrap .inputwrapper .cinput:focus::-ms-input-placeholder{
		color:#fff6;
	}

	.subscription-form-wrap .inputwrapper .cinput:focus::placeholder{
		color:#fff6;
	}

	.subscription-form-wrap .subscription-button{
		width:38px;
		height:38px;
		position: absolute;
		right:1px;
		bottom:1px;
		background: #fff0;
		outline:0px!important;
		border:1px solid #191818;
		cursor: pointer;
	}

	.subscription-form-wrap .subscription-button:before {
	    content: "";
	    position: absolute;
	    right: 1px;
	    top: 50%;
	    -webkit-transform-origin: center;
	        -ms-transform-origin: center;
	            transform-origin: center;
	    width: 22px;
	    background: #707070;
	    height: 1px;
	    pointer-events: none;
	    -webkit-transition:0.5s;
	    -o-transition:0.5s;
	    transition:0.5s;
	}

	.subscription-form-wrap .subscription-button:after {
	    content: "";
	    position: absolute;
	    right: 2px;
	    width: 10px;
	    height:10px;
	    -webkit-transform: translate(0px, -5px) rotate(315deg);
	        -ms-transform: translate(0px, -5px) rotate(315deg);
	            transform: translate(0px, -5px) rotate(315deg);
	    border-right: 1px solid #707070;
	    border-bottom:1px solid #707070;
	    pointer-events: none;
	    -webkit-transition:0.5s;
	    -o-transition:0.5s;
	    transition:0.5s;
	}

	.subscription-form-wrap .subscription-button:hover:before{right:5px; background: #ffffff;}
	.subscription-form-wrap .subscription-button:hover:after{right:5px; border-color:#fff;}


	.footerlink-section{
		background: #101010;
		padding:33px 0px;
		text-align: center;
	}

	.footerlink-wrapper ul{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		list-style:none;
		margin-bottom:10px;
	}

	.footerlink-wrapper ul li a{
		position: relative;
		padding:2px 20px;
		margin:0px 4px;
	}

	.footerlink-wrapper ul li a:after{
		content: "";
		position: absolute;
		top:50%;
		right:-5px;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
		height:47%;
		width:1px;
		background: #FFFFFF;
	}

	.footerlink-wrapper ul li:last-child a:after{
		display:none;
	}
	
	.fusion-social-links-footer ul li {
		position: absolute;
		padding: 2px 20px;
		margin:0px 4px;
	} 
/*===================================== footer code css   ============================-=*/

/*===================================== Herosection css  ===================================-=*/
	.hero-section{
		position: relative;
		overflow: hidden;
		background: #000000;
	}

	.hero-section .hero-greybg1{
		width:10%;
		height:100%;
		z-index: 1;
		position: absolute;
		bottom:0;
		left:0;
		background: #202020;
	}
	.hero-section .hero-greybg2{
		width:100%;
		height:15%;
		z-index: 1;
		position: absolute;
		bottom:0;
		left:0;
		background: #202020;
	}
	.hero-section .hero-yellowbg{
		width:35%;
		height:60%;
		z-index:1;
		position: absolute;
		bottom:0;
		left:0;
		background:var(--goldcolor);
	}

	.hero-section .mycontainer{
		position: relative;
		z-index: 99;
		min-height:100vh;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.herowrapper{
		margin-top:120px;
		width:100%;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.herowrapper .hero-img-box{
		width:38%;
		position: relative;
	}
	.h1imganimate1{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:50%;
		background: #000000;
		z-index: 99;
	}

	.h1imganimate2{
		position: absolute;
		top:50%;
		right:0;
		width:100%;
		height:50%;
		background: #000000;
		z-index: 99;
	}

	.hero-text-box{
		width:62%;
		padding:0% 4%;
	}
	.frontline{
		position: relative;
		display: inline-block;
	}
	.frontline span{
		width:62px;
		height:2px;
		display: inline-block;
		background: #2A2A2A;
		vertical-align: middle;
		margin-left: 10px;
	}

	.hero-text-box .font24,.hero-text-box .font28,.hero-text-box .font42{
		margin-bottom:4vh;
	}

/*===================================== Herosection css  ===================================-=*/

/*===================================== homecountdown css  ============================-=*/
	.homecountdown-section{
		background: #202020;
	}
	.homecountdown-wrapper{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack:justify;
		    -ms-flex-pack:justify;
		        justify-content:space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		position: relative;
	}

	.homecountdown-wrapper .homecountdown-upperdesign{
		position: absolute;
		background:#101010;
		width:57%;
		border-top:1px solid #707070;
		bottom:0;
		left:0;
		height:5%;
	}
	
	.ausgovgallery{
	    width:46%;
	}
	
	.ausgov{
	    margin-top:40px;
	    justify-content:space-around;
	}
    a .socila {
        filter: invert(1);
        width: 20px;
        vertical-align: middle;
        top: -2px;
        position: relative;
    }

	.homecountdown-wrapper .homecountdown-upperdesign:after{
		content: "";
		position: absolute;
		top:-4px;
		right:-60px;
		background: #E1C57C;
		width: 243px;
		height: 8px;
		z-index: 999;
	}

	.homecountdown-left{
		width:54%;
		padding-left:6%;
		position: relative;
	}
	.homecountdown-right{
		width:43%;
		padding-top:6%;
		position: relative;
	}
	.homecountdown-left-inner{
		text-align: center;
	}
	.homecountdown-left-inner .font20{
		margin-bottom:0px;
	}
	.homecountdown-left-inner .font42{
		margin-bottom: 0px;
	}
	.counter{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin:20px 0px;
	}
	.counter__time{
		width:25%;
	}
	.counter__time span.ss_time{
 		text-align: center;
 		display: block;
 		font: normal normal normal 89px/106px Chronicle Display;
 		letter-spacing: 0px;
	}
	.counter__time .sstext{
		font: normal normal normal 23px/28px Chronicle Display;
		display: block;
		text-align: center;
		letter-spacing: 0px;
	}
	.homecountdown-image img{
		-webkit-filter: grayscale(1);
		        filter: grayscale(1);
	}
/*===================================== homecountdown css  ============================-=*/

/*===================================== specialthanks css  ============================-=*/
		
		.specialthanks-wrapper{
			position: relative;
			display: flex;
			align-items: center;
			justify-content: space-between;
			margin-top:50px;
		}

		.specialthanks-item{
			background:#000;
			box-shadow:0px 0px 3px #333;
			width:20%;
			position: relative;
			display: flex;
			align-items: center;
			min-height:200px;
			justify-content: center;
		}

		.specialthanks-item-inner{
			border:1px solid var(--pcolor);
			display: flex;
			align-items: center;
			justify-content: center;
			width:calc(100% - 60px);
			background:rgba(0,0,0,0.7);
			transition: 0.5s;
			min-height:140px;
		}

		
		.specialthanks-item-inner p{
			transition:0.5s;
			color:var(--pcolor);
		}

/*===================================== specialthanks css  ============================-=*/

/*===================================== homegallerycode css  ============================-=*/
	.homegallery-wrapper{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin:60px 0px;
	}

	.homegallery-item{
		position: relative;
		width:32%;
		border:1px solid #fff0;
		border-bottom:1px solid #fff;
	}

	.homegallery-item-inner{
		position: relative;
		-webkit-transition:0.5s;
		-o-transition:0.5s;
		transition:0.5s;
		display: block;
	}

	.homegallery-item:hover .homegallery-item-inner{
		-webkit-transform:scale(0.97);
		    -ms-transform:scale(0.97);
		        transform:scale(0.97);
	}

	.homegallery-item-name{
		padding:10px 0px;
	}

	.homegallery-item:nth-child(3n - 1){
		padding-top:60px;
	}
/*===================================== homegallerycode css  ============================-=*/

/*===================================== homegallerycode css  ============================-=*/
	.collectionslider-wrapper{
		margin-top:50px;
	}

	.collectionslider-item-inner{
		width:95%;
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		background: #232323;
		margin:auto;
	}

	.coll-images{
		position: relative;
		width:50%;
	}

	.coll-images img{
		height:100%;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: center;
		   object-position: center;
	} 

	.coll-text{
		padding:25px;
		width:50%;
	}

	.coll-text .font32{
		margin-bottom: 15px;
		min-height:78px;
	}

	.coll-text p{
		margin-bottom: 25px;
	}
/*===================================== homegallerycode css  ============================-=*/

/*===================================== About Us css  ============================-=*/
	.aboutus-2col-wrapper{
		-webkit-column-count:2;
		   -moz-column-count:2;
		        column-count:2;
		-webkit-column-gap:40px;
		   -moz-column-gap:40px;
		        column-gap:40px;
	}

	.aboutus-intro-wrapper p{
		margin-bottom: 20px;
	}

	.aboutus-2col-wrapper p,.aboutus-1col-wrapper p{
		margin-bottom: 20px;
	}


	.animatedimgbox{
		position: relative;
		margin:100px auto;
		width:calc(100% - 200px);
	}

	.aboutusimg-wrapper.active .animatedimgbox .imageabs1{
		-webkit-animation:animateleftout 0.5s linear forwards;
		        animation:animateleftout 0.5s linear forwards;
	}

	.aboutusimg-wrapper.active .animatedimgbox .imageabs2{
		-webkit-animation:animateRightout 0.5s linear forwards;
		        animation:animateRightout 0.5s linear forwards;
	}

	@-webkit-keyframes animateleftout{
		from{
			width:50%;
		}
		to{
			width:0%;
		}
	}

	@keyframes animateleftout{
		from{
			width:50%;
		}
		to{
			width:0%;
		}
	}

	@-webkit-keyframes animateRightout{
		from{
			width:50%;
		}
		to{
			width:0%;
		}
	}

	@keyframes animateRightout{
		from{
			width:50%;
		}
		to{
			width:0%;
		}
	}

	.animatedimgbox:before{
		content: "";
		position: absolute;
		top:5px;
		left:5px;
		width:90%;
		height:90%;
		border:1px solid #fff;
		-webkit-transition:0.5s linear 1s;
		-o-transition:0.5s linear 1s;
		transition:0.5s linear 1s;
	}

	.animatedimgbox:after{
		content: "";
		position: absolute;
		top:5px;
		left:5px;
		width:90%;
		height:90%;
		background: #303030;
		-webkit-transition:0.5s linear 1s;
		-o-transition:0.5s linear 1s;
		transition:0.5s linear 1s;
	}

	.aboutusimg-wrapper.active .animatedimgbox:before{
		top:-40px;
		left:-40px;
		width:100%;
		height:100%;
	}

	.aboutusimg-wrapper.active .animatedimgbox:after{
		top:40px;
		left:40px;
		width:100%;
		height:100%;
	}

	.animatedimgbox img{
		width:100%;
		position: relative;
		z-index: 99;
	}

	.filterblack{
		-webkit-filter: grayscale(1);
		        filter: grayscale(1);
	}
/*===================================== About Us css  ============================-=*/

/*===================================== Contact Us css  ============================-=*/

	.gettouchhead{
		text-align: center;
		margin-bottom:20px;
	}
	.contactdetails-wrapper{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;
		margin:auto;
		padding-bottom:40px;
		margin-bottom:50px;
		border-bottom:1px solid #747474;
	}

	.contactdetail{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.contactdetail a{
		font: normal normal normal 35px/39px Chronicle Display;
		letter-spacing: 0px;
		color: #FFFFFF;
		padding-left:30px;
	}

	.contactseperator{
		width:1px;
		height: 48px;
		background:#747474;
		margin:1% 7%;
	}

	.contactform-wrap{
		margin:auto;
		width:633px;
	}

	.formgroup{
		position: relative;
		margin-bottom: 20px;
	}

	.formgroup .form-input{
		width:100%;
		background: #272727;
		border:0px!important;
		outline: none!important;
		border-bottom:1px solid #fff0;
		font: normal normal normal 14px/20px Segoe UI;
		color:#fff;
		padding:12px 15px;
	}

	.formgroup textarea.form-input{
		height: 150px;
	}

	.formgroup .form-input::-webkit-input-placeholder{
		font: normal normal normal 14px/20px Segoe UI;
		letter-spacing: 0px;
		color: #959595;
	}

	.formgroup .form-input::-moz-placeholder{
		font: normal normal normal 14px/20px Segoe UI;
		letter-spacing: 0px;
		color: #959595;
	}

	.formgroup .form-input:-ms-input-placeholder{
		font: normal normal normal 14px/20px Segoe UI;
		letter-spacing: 0px;
		color: #959595;
	}

	.formgroup .form-input::-ms-input-placeholder{
		font: normal normal normal 14px/20px Segoe UI;
		letter-spacing: 0px;
		color: #959595;
	}

	.formgroup .form-input::placeholder{
		font: normal normal normal 14px/20px Segoe UI;
		letter-spacing: 0px;
		color: #959595;
	}

	.contactform-wrap .font24{
		text-align: center;
		margin-bottom: 30px;
	}

	.contactform .flexcenter{
		margin-top:50px;
	}
/*===================================== Contact Us css  ============================-=*/

/*===================================== Collection css  ============================-=*/
	.collection-grid{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align:stretch;
		    -ms-flex-align:stretch;
		        align-items:stretch;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-top:30px;
	}

	.collection-grid-item{
		width:70%;
		margin:auto;
		margin-bottom:20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;
	}

	.collection-grid-item a{
		display: block;
		width:40%;
	}

	.collection-grid-item .collection-grid-text{
		background: #333;
		padding:20px;
		width:60%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.collection-grid-item a img{
		width:100%;
	}

	.collection-grid-text ul li{
		position: relative;
		list-style-type: none;
		padding-left:25px;
	}

	.collection-grid-text ul li:before {
	    content: "";
	    position: absolute;
	    height:8px;
	    width: 8px;
	    left: 0px;
	    border-radius: 50%;
	    border: 2px solid var(--goldcolor);
	    top: 13px;
	}

/*===================================== Collection css  ============================-=*/


.h2imganimate{
	position: relative;
	overflow: hidden;
}

.h2imganimate .h2imganimate1{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:50%;
	background: #000000;
	z-index: 99;
}

.h2imganimate .h2imganimate2{
	position: absolute;
	top:50%;
	right:0;
	width:100%;
	height:50%;
	background: #000000;
	z-index: 99;
}


.imagerelative{
	position: relative;
}

.imageabs1{
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:100%;
	background: #000;
	z-index: 999;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}

.imageabs2{
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
	background: #000;
	z-index: 999;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}


.thankyoucontainer{
	max-width: 600px;
	margin:auto;
	-webkit-box-shadow:0px 0px 10px #333;
	        box-shadow:0px 0px 10px #333;
	padding:30px;
	border-radius:10px;
}

body,
body * {
  cursor: none;
}

html,body{
	overflow-x:hidden;
}

.cursor-dot,
.cursor-dot-outline {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 999999999;
}

.cursor-dot {
  width: 8px;
  height: 8px;
  background-color: var(--goldcolor);
}

.cursor-dot-outline {
  width: 40px;
  height: 40px;
  background-color: rgb(225 197 124 / 50%);
}


