#header-height{
/* same as header height */
	height: 100px; 
}
header#bri-custom-header {
	--header-width: 1240px;
	--header-height: 100px;
	--header-background-color: #fff;
	--logo-width: 120px;
	--header-primary-color: #04c8f7;
	--icon-color: var(--header-primary-color);
	--icon-height: 30px;
	--icon-height: 30px;
	--header-text: #000;
	--nav-background-color: #d5f7fc;
	--nav-text-color: #373636;
}
@media only screen and (max-width: 430px){
	#header-height{
		height: 80px;
	}
	header#bri-custom-header{
		--header-height: 80px;
		--logo-width: 90px;
	}
}

header#bri-custom-header {
    position: fixed;
    width: 100%;
    z-index: 9999;
}
body.admin-bar header#bri-custom-header {
  top: 32px; /* default height of WP admin bar */
}
header#bri-custom-header span,
header#bri-custom-header p,
header#bri-custom-header a{
	color: var(--header-text);
}

.custom-header {
	background: var(--header-background-color);
}

.header-container {
	width: 100%;
	max-width: var(--header-width);
	margin: 0 auto;
	height: var(--header-height);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.header-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-logo a img {
	width: var(--logo-width);
	height: auto;
}
.nav-main-box {
	display: flex;
	height: 100%;
}
.nav-main-box > div {
	flex: 1;
	padding: 30px 0px;
}



.info-box {
	display: flex;
	align-items: center;
	gap: 40px;
}
svg.header-icons{
	width: var(--icon-width);
	height: var(--icon-height);

}
svg.header-icons.fill{
	fill: var(--icon-color);
}

svg.header-icons g path {
	stroke: var(--icon-color);
}
.info-box a {
	display: flex;
	align-items: center;
	gap: 10px;
}

button.navbar-toggle:focus,
button.navbar-toggle:hover {
	background-color: #ffffff;
	color: #fff;
	text-decoration: none;
}
button.navbar-toggle {
	border-width: 1px 0px;
	border-radius: 0;
	border-color: #000;
	padding: 16px 0px;
	width: 65px;
	overflow: hidden;
	position: relative;
}

button.navbar-toggle span {
	position: absolute;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 1s all;
}
button.navbar-toggle:hover span:first-child,
button.navbar-toggle.active span:first-child{
	transform: translateX(100%);
}
button.navbar-toggle:hover span:last-child,
button.navbar-toggle.active span:last-child{
	transform: translateX(0%);
}
button.navbar-toggle span:last-child {
	transform: translateX(-100%);
}
.nav-menu.active {
	height: calc(100vh - var(--header-height));
}
.nav-menu {
	background: var(--nav-background-color);
	height: 2px;
	transition: 1s height;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 9;
	overflow: hidden;
}
.nav-menu > div {
	height: 100%;
}
.inner-nav {
	height: 100%;
}
.inner-nav:has(li) {
	border-right: 1px solid #c9c9c9;
}
.nav-column:last-child .inner-nav {
	border-right: none;
}
.nav-menu li {
	list-style: none;
}
ul#top-nav li a span {
	font-size: 32px;
	font-family: Cormorant;
	line-height: 41px;
	font-weight: 400;
	color: var(--nav-text-color);
}
#top-nav li {
	margin-bottom: 12px;
}
ul#nav-second li[data-is-child="true"]:before {
	content: '';
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid  var(--nav-text-color);
	border-right: 2px solid  var(--nav-text-color);
	right: -15px;
	top: 8px;
	/* padding-right: 10px; */
	transform: rotate(45deg);
}
.nav-column li {
	margin-bottom: 12px;
	position: relative;
}
.nav-menu li {
	list-style: none;
}
ul#nav-second, ul#nav-third {
	padding: 0px 70px;
}
.nav-column li, .nav-column li a span {
	color: var(--nav-text-color);
	font-size: 17px;
	line-height: 27px;
	font-family: Open sans;
}
#nav-second li a span,
#nav-third li a span,
#nav-second li,
#nav-third li{
	color: var(--nav-text-color);
}
.nav-column ul li.active a span,
.nav-column ul li:hover a span
{
	color: var(--header-primary-color) !important;
}
ul#nav-second li.active[data-is-child="true"]:before,
ul#nav-second li[data-is-child="true"]:hover:before{
	border-top: 2px solid  var(--header-primary-color);
	border-right: 2px solid  var(--header-primary-color);
}
.nav-column:first-child .inner-nav {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.back-box{
	display: none;
}
#top-nav li a {
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
    align-items: center;
}

/* loader */
/* HTML: <div class="loader"></div> */
.loader {
  width: 60px;
  aspect-ratio: 4;
  background: radial-gradient(circle closest-side,#2675fe 90%,#0000) 0/calc(100%/3) 100% space;
  clip-path: inset(0 100% 0 0);
  animation: l1 1s steps(4) infinite;
}
@keyframes l1 {to{clip-path: inset(0 -34% 0 0)}}
/* loader end */
.loader-spiner {
    width: 30px;
    height: 30px;
    border: 4px solid #296cfe;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
	display: none;
}
@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
} 



@media only screen and (max-width: 1240px ){
	.custom-header {
		padding: 0px 20px;
	}
}

@media only screen and (max-width: 430px){
	
	.loader-spiner {
		display: block;
	}

	.nav-column:has(#nav-second), .nav-column:has(#nav-third) {
		position: absolute;
		width: 100%;
		background: #d5f7fc;
		left: 100%;
		height: 100%;
		transition: 1s left;
	}
	.nav-main-box {
		position: relative;
	}
	.info-box a {
		display: none;
	}
	.nav-column:first-child .inner-nav {
		justify-content: flex-start;
		gap: 30px;
	}
	.nav-column ul {
		padding: 0 20px;
	}
	#top-nav li[data-is-child="true"]:before {
		content: "";
		width: 18px;
		height: 18px;
		position: absolute;
		border-top: 2px solid;
		border-right: 2px solid;
		right: 0;
		transform: rotate(45deg);
		top: 15px;
	}
	#top-nav li {
		padding-right: 22px;
		padding-bottom: 30px;
		border-bottom: 1px solid #c9c9c9;
	}
	.nav-column:has(#nav-second li), .nav-column:has(#nav-third li) {
		left: 0;
	}
	ul#nav-second, ul#nav-third {
		padding: 0px 40px;
	}
	.back-box {
    display: flex;
    padding: 0px 40px 11px;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 10px;
    justify-content: space-between;
}

	.back-box > span {
		font-size: 18px;
		text-transform: uppercase;
		display: flex;
		align-items: center;
		gap: 10px;
	}



}
