.background-vid-wrapper {
	width: 100%;
	background-color: #000;
	height: 100vh;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.text-gold{
	color:#bf8713;
}
.background-vid-wrapper:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.05);
	top: 0;
	left: 0;
	z-index: 1;
}
.height-for-menu {
	width: 100%;
	height: 185px;
	background-color: #000000;
}
.background-vid-wrapper > iframe {
  position: absolute;
  left: 50%;
	top: 50%;
  transform: translate(-50%, -50%);
	box-sizing: border-box;
	height: 56.25vw;
	min-height: 100%;
	min-width: 100%;
	width: 177.77777778vh;
	z-index: 0;
}
.blog-post-image{
	height:350px !important;
	overflow:hidden;
}
.blog-post-image img{
	height:350px !important;
	object-fit:cover;
}
.pt-50{
	padding-top:50px !important
}
.pb-50{
	padding-bottom:50px !important;
}
.bg-filter{
	position:relative;
}
.bg-filter:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000000;
	opacity:.5;
}
header.sticky .navbar-brand .alt-logo{
	max-height:100px !important;
	padding:10px !important;
}
.border-color-arn-yellow{
	border-color:#cda540 !important;
}
.text-arn-yellow{
	color:#cda540;
}
.feature-box:hover .bg-yellow-dark-hover{
	background-image: linear-gradient(20deg,#cda540 0,#382d12 100%) !important;
	
}

.btn-gradient-yellow-dark{

    background-size: 200% auto;
    transition: all .3s cubic-bezier(.25,.8,.25,1);

	background-image: linear-gradient(to right,#cda540,#382d12,#cda540);

}
.btn-gradient-yellow-dark:hover{
	background-position:right center;
}

.bg-gradient-fast-yellow-to-yellow {
    background-image: linear-gradient(to right top,rgb(187 132 20 / 80%),rgb(164 116 88 / 80%),rgb(164 116 88 / 80%),rgb(253 230 122 / 80%),rgb(225 202 106 / 80%));
}
.bg-gradient-left-black-to-yellow {
	background-image: linear-gradient(to right top,#000000,#b57e10,#f6dc77,#f0d26c,#fbf688);
}


.html-video iframe{
	width:100%;
	transform: scale(1.5);
}
.bg-gold{
	background-color:#dba93e !important;
}
.post-blogs{
	height: 226px;
}
.post-blogs-home{
	height: 215px;
}