@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,500;1,600;1,700&display=swap);@import url(../new-ni-css/wp-footer.css);@import url(../new-ni-css/wp-desktop_mega_menu.css);@import url(../new-ni-css/wp-mobile-menu.css);@import url(../new-ni-css/common_section.css);body {
	margin: 0;
	width: 100%;
	font-family: Poppins,sans-serif;
	color: #312522;
	background-color: #fff;
	font-size: .95rem;
	overflow-x: hidden;
}

a:focus:focus-visible {
	outline: 0;
}

*,:after,:before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.relative {
	position: relative;
}

.static {
	position: static;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

img,svg {
	vertical-align: middle;
	max-width: 100%;
}

* ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a,a:hover {
	color: #333;
}

a {
	text-decoration: none;
}

header.site-header {
	position: sticky;
	z-index: 9999;
	width: 100%;
}

#navbar_top {
	background: #fff;
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
}

.fixed-top .navbar-brand,.nav-phone {
	display: block;
}

.fixed-top .nav-phone {
	display: none!important;
}

.fixed-top .navbar-brand img {
	width: 300px;
}

.navbar-nav .nav-item,.navbar-nav .nav-item a {
	color: #fff;
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: rgba(237,237,237,.24);
	border: 1px solid #fcfcfc;
	border-radius: .25rem;
	transition: box-shadow .15s ease-in-out;
	color: #000;
}

@media (max-width:991.98px) {
	.navbar-nav .nav-item,.navbar-nav .nav-item a {
		color: #000;
	}

	.fixed-top .navbar-nav .nav-item,.fixed-top .navbar-nav .nav-item a {
		color: #fff!important;
	}

	.hide-mobile {
		display: none;
	}
}

.mobile-tool-bar {
	display: none;
	font-size: 36px;
	height: 100px;
}

.hero {
	margin-top: 0;
	height: 800px;
	background: linear-gradient(90deg,rgba(0,0,0,.2) 0,rgba(0,0,0,.1) 46%,rgba(0,0,0,.1) 100%) bottom left,url('https://i.imgur.com/SJLZLLx.jpeg') bottom left;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}

.fixed-top .top-header-phonenumber {
	display: none;
}

.top-header-phonenumber {
	background: #fff;
	margin: 0;
	padding: 5px 0;
}

.top-header-phonenumber ul {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.top-header-phonenumber ul li {
	margin-left: 10px;
	border-left: 1px solid #000;
	padding-left: 10px;
}

.top-header-phonenumber ul li:first-child {
	margin-left: 0;
	border-left: 0 solid #000;
	padding-left: 0;
}

.top-header-phonenumber ul li a {
	font-size: 14px;
}

.top-header-phonenumber ul li a span {
	width: 27px;
	height: 15px;
	display: inline-block;
}

.lazy {
	background-image: none!important;
	transition: background-image .1s ease-out;
}

@media screen and (max-width:991.98px) {
	header.site-header {
		height: 70px;
	}

	.header-item-center {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.header-item-center ul.desktop-menu {
		width: 100%;
		margin: 0 auto;
		display: none;
	}

	#navbar_top {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}

	#navbar_top .navbar-collapse.show {
		padding: 0 10px;
		background: rgba(255,255,255,.5);
	}

	#navbar_top.fixed-top {
		position: fixed;
		top: -40px;
	}

	#navbar_top.fixed-top .navbar-collapse.show {
		padding: 0;
		background: 0 0;
	}
}

@media screen and (max-width:575.98px) {
	.navbar-brand .nevina-logo {
		max-width: 200px;
	}
}