.header__body {
	padding-block: 1.5rem;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all .2s ease;
}

.header__logo {
	width: 200px;
}

.header__social ul { 
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.header__wrap {
	justify-content: space-between;
}

.header__body.sticky {
	top: 0;
}

.header__menu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper {
	padding: 10px;
}

.header__body.sticky .header__menu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper {
	background-color: #111;
}

/****** Menu Item *******/

.header__menu .hs-menu-wrapper>ul>li a {
	font-size: 20px;
	color: #000000;
	font-weight: 700;
}

.header__menu .hs-menu-wrapper>ul>li {
	padding: 15px;
}
.header__menu .hs-menu-wrapper>ul>li:hover {
	background-color: #0b1655;
}
.header__menu .hs-menu-wrapper>ul>li:hover a {
	text-decoration: revert;
	color: #ec4249;
}
.header__menu .hs-menu-wrapper>ul>li:last-child {
	margin-right: 0;
}



/****** Menu Item *******/
.responsive-menu-toggle, .child-trigger{
	display: none; /* Hide button on Desktop */
}

.header__social li a svg {
	font-size: 20px;
}

.header__social li a {
	color: #000000;
}

.header__social ul li {
	margin-right: 30px;
}

.header__social ul li:last-child {
	margin-right: 0;
}

.header__menu .hs-menu-wrapper ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 {
	border-top: 0.5px solid #000;
	padding: 10px 10px;
	background-color: #f3c42b;

}







/*********** Responsive code ***************/

/************** ipad ***************/

@media (max-width: 1600px) {

	.header__menu .hs-menu-wrapper>ul>li a {
		font-size: 18px;
		color: #000000;
		font-weight: 700;
	}

	.header__logo {
		width: 180px;
	}


}


@media (max-width: 1400px) {

	.header__body .page-center {
		max-width: 100%;
		padding: 0px 30px;
	}


	.header__logo {
		width: 160px;
	}


	.header__menu .hs-menu-wrapper>ul>li a {
		font-size: 16px;
	}

}



@media (max-width: 1200px) {



	.header__menu .hs-menu-wrapper>ul>li {
		margin-right: 30px;
		padding: 15px 0;
	}

}


@media (max-width: 1080px) {

	.header__social {
		display: none;
	}


}

@media (max-width: 991px) {
	.child-trigger, .responsive-menu-toggle {
		display: block;
	}

	.header__menu .hs-menu-wrapper ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a {
		white-space: initial;
		display: inline-block;
	}

	.header__menu .mobile-trigger {
		z-index: 10
	}



	.hs-menu-wrapper {
		background-color: transparent;
	}

	.header__menu .hs-menu-wrapper>ul>li>a {
		padding: 15px 10px !important;
	}

	.header__body {
		background-color: #b3b3b3;
	}

	.header__logo {
		width: 200px;
	}

	.header__social ul { 
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

	.header__wrap {
		justify-content: space-between;
	}

	.header__body.sticky {
		top: 0;
	}

	.header__menu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper {
		padding: 10px;
	}

	.header__body.sticky .header__menu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper {
		background-color: #111;
	}

	/****** Menu Item *******/

	.header__menu .hs-menu-wrapper>ul>li a {
		font-size: 20px;
		color: #000000;
		font-weight: 700;
	}

	.header__menu .hs-menu-wrapper>ul>li {
		padding: 15px;
	}
	.header__menu .hs-menu-wrapper>ul>li:hover {
		background-color: #0b1655;
	}
	.header__menu .hs-menu-wrapper>ul>li:last-child {
		margin-right: 0;
	}



	/****** Menu Item *******/
	.responsive-menu-toggle, .child-trigger{
		display: none; /* Hide button on Desktop */
	}

	.header__social li a svg {
		font-size: 20px;
	}

	.header__social li a {
		color: #000000;
	}

	.header__social ul li {
		margin-right: 30px;
	}

	.header__social ul li:last-child {
		margin-right: 0;
	}

	.header__menu .hs-menu-wrapper ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 {
		border-top: 0.5px solid #000;
		padding: 10px 10px;
		background-color: #b3b3b3;

	}







	/*********** Responsive code ***************/

	/************** ipad ***************/

	@media (max-width: 1600px) {

		.header__menu .hs-menu-wrapper>ul>li a {
			font-size: 18px;
			color: #000000;
			font-weight: 700;
		}

		.header__logo {
			width: 180px;
		}


	}


	@media (max-width: 1400px) {

		.header__body .page-center {
			max-width: 100%;
			padding: 0px 30px;
		}


		.header__logo {
			width: 160px;
		}


		.header__menu .hs-menu-wrapper>ul>li a {
			font-size: 16px;
		}

	}



	@media (max-width: 1200px) {



		.header__menu .hs-menu-wrapper>ul>li {
			margin-right: 30px;
			padding: 15px 0;
		}

	}


	@media (max-width: 1080px) {

		.header__social {
			display: none;
		}


	}

	@media (max-width: 991px) {
		.child-trigger, .responsive-menu-toggle {
			display: block;
		}
		.custom-menu-primary {
			display: none; 
			position: absolute;
			top: 5rem;
			right: 0;
		}

		.hs-menu-wrapper ul {
			flex-direction: column;
			flex-wrap: nowrap;
			background-color: #b3b3b3;
		}
		.header__menu .hs-menu-wrapper ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a {
			white-space: initial;
			display: inline-block;
		}

		.header__menu .mobile-trigger {
			z-index: 10
		}



		.hs-menu-wrapper {
			background-color: transparent;
		}

		.header__menu .hs-menu-wrapper>ul>li>a {
			padding: 15px 10px !important;
		}

		.header__body {
			background-color: #b3b3b3;
		}

		.header__body .page-center {
			max-width: 100%;
			padding: 0px 20px;
		}

		.header__menu .hs-menu-wrapper ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 {
			border: 0px;
			background-color: transparent;
		}


	}
	;
}

.header__body .page-center {
	max-width: 100%;
	padding: 0px 20px;
}

.header__menu .hs-menu-wrapper ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 {
	border: 0px;
	background-color: transparent;
}


}
