:root {
	--logo: 150px;
	--headerheight: 75px;
	--logofix: 120px;
}

header {
	height: var(--headerheight);
}

.main-header {
	/* background: #ffffffa3; */
	position: relative;
	z-index: 3;
	border-bottom: 0;
	position: sticky;
	/* left: 50%; */
	/* transform: translateX(-50%); */
	width: 100%;
	top: 0;
	/* border-bottom: 1px solid #e9e9e9; */
	/* box-shadow: 0 0 15px #00000029; */
}

.header_logo {
	width: var(--logo);
	padding: 0 15px;
	height: 100%;
	/* background: var(--color3); */
	display: flex;
	align-items: center;
}

.header_logo img {
	width: 100%;
}

.header_right_content {
	width: calc(100% - var(--logo));
}

.header_top_content {
	background: var(--color3);
	padding: 10px 0 10px 10px;
	display: flex;
	align-items: center;
	color: #ffffff;
	position: relative;
	display: none;
}

.header_top_content::before {
	position: absolute;
	/* content: ""; */
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.header_top_left_info {
	display: flex;
	position: relative;
}

.header_top_info {
	border-right: 1px solid #cdab14;
	padding-right: 23px;
	padding-left: 23px;
	line-height: 0;
}

.header_top_info a,
.header_top_info span {
	color: #ffffff;
	font-family: glacial;
	font-weight: 400;
	font-size: 13px;
	line-height: normal;
}

.header_top_left_info .header_top_info:last-child {
	border-right: none;
}

.header_top_left_info .header_top_info:first-child {
	padding-left: 0;
}

.header .header_inner .header_right_content .header_top_content .header_top_info_right {
	margin-left: auto;
	margin-right: 75px;
	position: relative;
}

.header .header_inner .header_right_content .header_top_content .header_top_info_right a {
	color: #ffffff;
	padding-left: 23px;
	font-size: 14px;
}

.header_bottom_content {

	display: flex;

	align-items: center;

	justify-content: space-between;

	padding: 10px 15px;

	/* border-left: 1px solid #e3e3e3; */
}

.main-menu {
	display: flex;
	align-items: center;
	gap: 0;
	height: 100%;
}

.mid-head-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .0;
	padding-right: 20px;
}

.main-menu ul {}

.main-menu ul>li {}

.main-menu ul>li:last-child {
	margin-right: 0px !important;
}

.main-menu ul>li:last-child a {
	margin-right: 0;
}

.main-btn-bk {
	display: none;
}

.close {
	display: none;
}

.main-menu .up-head-inner,
.main-menu.navbar-light .header__right {
	display: none;
}

.main-menu ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.main-menu ul>li {
	float: left;
	cursor: pointer;
	z-index: 2;
	transition: all 300ms ease;
	color: #ffffff;
	position: relative;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: 0.5px;
}

.main-menu ul>li a {
	position: relative;
}

.main-menu ul>li a::before {
	content: '';
	position: absolute;
	left: 50%;
	opacity: 0;
	transition: .5s;
	width: 0%;
	background: var(--color3);
	height: 1px;
	bottom: 0;
	transform: translateX(-50%);
}

.main-menu ul>li:hover {}

.main-menu ul>li:hover a::before,
.main-menu ul>li a.active::before {
	transform: translate(-50%, 5px);
	opacity: 1;
	transition: .5s;
	width: 50%;
}

.main-menu ul>li:last-child {
	margin-right: 0px !important;
}

.main-menu ul>li:last-child a {
	margin-right: 0;
}

.main-btn-bk,
.close,
.main_ul .header__right {
	display: none;
}

.header__right a {
	/* width: max-content; */
	/* border: 1px solid var(--color2); */
	/* padding: 11px 21px; */
	/* border-radius: 50px; */
	/* text-transform: uppercase; */
	/* font-size: 13px; */
	/* color: var(--color1); */
	/* display: inline-block; */
}

.main-menu ul>li a.active {
	color: var(--color3);
}

.main-header.fixed-header {
	background: white;
	transition: .5s;
	/* height: 59px; */
	position: fixed;
	background: var(--color5);
	box-shadow: 0px 3px 35px #fdeb4547;
	left: 0;
}

.main-header.fixed-header .header_top_content {
	display: none;
}

.main-header.fixed-header .header_logo {
	width: var(--logofix);
	transition: .5s;
}

.main-header.fixed-header .header_right_content {
	width: calc(100% - var(--logofix));
	transition: .5s;
}

footer .container {

	/* background: linear-gradient(450deg, var(--color5), var(--color4), var(--color5)); */

	/* border-radius: var(--p20); */

	/* padding: var(--padding); */

	padding-bottom: 0;
}

.new_footer_area {
	background: var(--color5);
	padding: var(--p40);
}

.new_footer_top {
	position: relative;
	display: grid;
	grid-template-columns: 2fr 3fr 1fr 2fr;
	gap: var(--p20);
	padding-bottom: var(--p40);
}

.new_footer_area .footer_bottom {
	padding: var(--p20) 0;
	/* background    : #0e3b35; */
	border-top: 1px solid #ffffff3d;
}

.footer_bottom {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	color: #ffffff;
}

.footer_bottom p {
	margin: 0;
	color: white;
}

.footer_bottom img {
	width: 67px;
	margin-left: 6px;
}

.new_footer_top .company_widget p {
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	color: #383939;
	margin-bottom: 20px;
}

.new_footer_top .company_widget .f_subscribe_two .btn_get {
	border-width: 1px;
	margin-top: 20px;
}

.new_footer_top .f_widget.about-widget .f_list li a:hover {
	color: #e95c2f;
}

.new_footer_top .f_widget.about-widget .f_list li {
	margin-bottom: 11px;
}

.f_widget.about-widget .f_list li:last-child {
	margin-bottom: 0px;
}

.f_widget.about-widget .f_list li {
	margin-bottom: 15px;
}

.f_widget.about-widget .f_list {
	margin-bottom: 0px;
}

.new_footer_top .f_social_icon a {
	/* width      : 44px; */
	/* height     : 44px; */
	/* line-height: 43px; */
	/* font-size  : 18px; */
}

.f_social_icon {
	margin-top: var(--p20);
	display: flex;
	gap: 10px;
}

.f_social_icon a {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	display: inline-block;
	background: #ffffff;
	text-align: center;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	color: #322450;
	box-shadow: 5px 5px 10px #9271d766;
}

.ti-facebook:before {
	content: "\e741";
}

.ti-twitter-alt:before {
	content: "\e74b";
}

.ti-vimeo-alt:before {
	content: "\e74a";
}

.ti-pinterest:before {
	content: "\e731";
}

.new_footer_top .f_social_icon a+a {
	/* margin-left: 4px; */
}

.new_footer_top .f-title {
	margin-bottom: 15px;
	color: #ffffff;
	font-size: 15px;
	font-family: "Clash Display";
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid #ffffff3d;
	padding-bottom: 6px;
}

.f_600 {
	font-weight: 600;
}

.f_size_18 {
	font-size: 18px;
}

.new_footer_top .f_widget.about-widget .f_list li a {
	color: #9271d7;
	display: flex;
	align-items: start;
	font-weight: 600;
}

.new_footer_top .f_widget.about-widget .f_list li a i {
	margin-top: 5px;
}

.f_date {
	/* text-align: center; */
}

.f_date a {
	color: #fff !important;
	text-align: center;
}

.copy-right {
	color: #9271d7 !important;
}

.copy-right a {
	color: var(--color3) !important;
}

.copy-right img {
	width: 99px;
	margin-bottom: 13px;
}

.logo img {
	width: 150px;
	margin-bottom: var(--p20);
}

@media only screen and (min-width: 1701px) {
	:root {
		--logo: 185px;
		--logofix: 145px;
	}

	.main-menu ul>li {
		font-size: 16px;
	}

	.header_top_info a,
	.header_top_info span {
		color: #ffffff;
		font-family: glacial;
		font-weight: 400;
		font-size: 16px;
	}

	.main-header {
		height: 104px;
	}

	.main-header.fixed-header {
		height: 79px;
	}

	.header__right a {
		/* padding: 13px 25px; */
		/* font-size: 16px; */
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
	:root {
		--logo: 142px;
		--logofix: 105px;
	}

	.header_top_info {
		border-right: 1px solid #cdab14;
		padding-right: 10px;
		padding-left: 10px;
	}

	.header__right a {
		padding: 7px 13px;
	}

	.header_logo {
		padding: 0 9px;
	}

	.header_bottom_content {
		padding: 5px 15px;
	}

	.main-menu ul>li {
		font-size: 13px;
	}

	.main-header {
		height: 80px;
	}

	.main-header.fixed-header {
		background: white;
		transition: .5s;
		height: 49px;
	}
}

@media only screen and (min-width: 300px) and (max-width: 999px) {
	:root {

--logofix: 88px;

}

	.header_top_content {
		display: none;
	}

	.main-menu ul {
		align-items: start;
		justify-content: flex-start;
		padding: 60px 15px 15px 23px;
		position: fixed;
		top: 0;
		height: var(--viewport);
		left: -100%;
		width: 80%;
		z-index: 1;
		background: linear-gradient(215deg, #2a115c, #2d145e, var(--color1));
		box-shadow: 0 0 15px #00000029;
		flex-direction: column;
		opacity: 0;
		visibility: hidden;
		transition: .5s;
	}

	.main_ul.open {
		left: 0;
		opacity: 1;
		visibility: visible;
		transition: .5s;
	}

	.main-btn-bk,
	.close,
	.main_ul .header__right {
		display: block;
	}

	.close {

		position: absolute;
		top: 20px;
		right: 20px;
	}

	.main-btn-bk {
		padding: 0;
		border: 0;
		background: transparent;
		font-size: 22px;
		color: var(--color3);
	}

	.header_logo {
		padding: 0 10px;
	}

	.header_right_content {
		width: 100%;
	}

	.header__right a {
		/* padding: 7px 15px; */
		/* font-size: 12px; */
	}

	.header_bottom_content {
		padding: 10px 12px;
	}

	.main-header {
		height: 70px;
	}

	.main-header.fixed-header {
		height: 51px;
	}

	.new_footer_top .f-title {
		margin-bottom: 10px;
		font-size: 10px;
		padding-bottom: 4px;
	}

	.new_footer_top .f_widget.about-widget .f_list li {
		margin-bottom: 3px;
		font-size: 12px;
	}

	.copy-right {
		font-size: 12px;
		margin-bottom: 0;
	}

	.f_date a {
		font-size: 12px;
	}

	.f_social_icon a {
		width: 28px;
		height: 28px;
		border-radius: 6px;
		font-size: 13px;
		line-height: 27px;
	}


	.footer_bottom p {

		font-size: 10px;
	}
}