/*!
Theme Name: jpcars
Theme URI: https://jpcars.nl
Author: jpcars
Author URI: https://jpcars.nl
Description: connecting data & automotive with humans and experiences
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jpcars
*/
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;700&family=Space+Grotesk:wght@400;500;600;700&display=swap");
* {
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html,
body {
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.67;
	color: #000000;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

@media (min-width: 1200px) {
	html,
	body {
		font-size: 18px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Space Grotesk", sans-serif;
	font-weight: 600;
	line-height: 1.25;
	margin-top: 0;
	margin-bottom: 1rem;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	color: #3CD958;
}

h1 {
	font-size: 35px;
	color: white;
}

h2 {
	font-size: 35px;
	margin-bottom: 1rem;
}

h3 {
	font-size: 25px;
	line-height: 1.67;
}

h4 {
	font-size: 20px;
	line-height: 1.3;
}

p {
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #3CD958;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}

a.no-styling {
	color: black;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

.site-wrapper {
	width: calc(100% - 72px);
	margin: 0 auto;
}

@media (min-width: 768px) {
	.site-wrapper {
		width: calc(100% - 96px);
	}
}

@media (min-width: 992px) {
	.site-wrapper {
		padding: 0 40px;
		width: 90%;
		max-width: 1500px;
	}
}

@media (min-width: 1501px) {
	.site-wrapper {
		width: 100%;
	}
}

.button {
	background: #3CD958;
	color: #000000;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.9px;
	border-radius: 50px;
	padding: 6px 24px;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

@media (min-width: 768px) {
	.button {
		font-size: 25px;
		padding: 12px 36px;
	}
}

.link {
	margin-top: 20px;
	display: inline-block;
	text-decoration: none;
}

.link:after {
	content: '>';
	display: inline-block;
	padding-left: 12px;
	-webkit-transition: padding-left .3s ease;
	transition: padding-left .3s ease;
	will-change: padding-left;
}

.link:hover {
	color: #3CD958;
	text-decoration: none;
}

.link:hover:after {
	padding-left: 16px;
}

.bg-gray {
	background-color: #EEEEEE;
}

.grid-3-columns {
	display: -ms-grid;
	display: grid;
}

@media (min-width: 768px) {
	.grid-3-columns {
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 30px;
	}
}

@media (min-width: 992px) {
	.grid-3-columns {
		grid-column-gap: 75px;
	}
}

.navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit--flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.navbar.scrolling {
	background-color: #131313;
}

.navbar .site-logo img {
	display: block;
	width: 152px;
	margin: -15px 0 0 -4px;
}

.navbar .nav-tagline {
	color: white;
	font-family: "Space Grotesk", sans-serif;
	font-size: 35px;
	line-height: 44px;
	margin-top: 40px;
	display: none;
}

.navbar ul {
	display: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit--flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	margin: 60px 0 0;
	padding: 0;
	list-style: none;
}

.navbar ul li {
	width: 100%;
}

.navbar ul li a {
	padding: 10px;
	display: inline-block;
	font-family: "Space Grotesk", sans-serif;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 1px;
	font-weight: 400;
	color: white;
	text-decoration: none;
}

.navbar ul li a:hover, .navbar ul li a a.active {
	color: #3CD958;
}

.navbar .button {
	display: none;
	margin-top: 80px;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
	will-change: background-color;
}

.navbar .button:hover {
	background: white;
}

.navbar.is-visible {
	background: #000000;
	min-height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit--flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
}

.navbar.is-visible ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit--flex-direction: column;
	margin: 60px 0 0;
	width: 100%;
}

.navbar.is-visible ul li {
	border-bottom: 1px solid rgba(60, 217, 88, 0.5);
}

.navbar.is-visible ul li a {
	display: block;
	padding: 14px 0 16px;
	position: relative;
	font-size: 16px;
}

.navbar.is-visible ul li a:after {
	content: '';
	background: url("images/icon-next.svg") no-repeat center;
	background-size: cover;
	width: 14px;
	height: 11px;
	position: absolute;
	right: 4px;
	float: right;
}

.navbar.is-visible .button {
	display: inline-block;
}

.navbar.is-visible .nav-tagline {
	display: block;
	margin-top: -20px;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 30px;
}

.navbar.is-visible .menu {
	margin-top: 0;
	margin-bottom: -50px;
}

@media (min-width: 576px) {
	.navbar.is-visible ul li a {
		font-size: 18px;
	}
	.navbar.is-visible .nav-tagline {
		font-size: 28px;
		line-height: 38px;
		margin-top: 24px;
	}
}

@media (min-width: 992px) {
	.navbar.is-visible .nav-tagline {
		margin-top: 16px;
		width: 60%;
		line-height: 44px;
	}
}

@media (min-width: 1200px) {
	.navbar .button {
		display: inline-block;
	}
	.navbar .site-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.navbar .site-wrapper .site-logo {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.navbar ul {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-ms-flex-direction: row;
		-webkit--flex-direction: row;
		width: auto;
		height: auto;
		position: relative;
		background: transparent;
		max-width: 730px;
		margin: 0;
	}
	.navbar ul li {
		width: auto;
	}
	.navbar ul li a {
		padding: 0 15px;
	}
	.navbar.is-visible ul li a {
		font-size: 20px;
	}
	.navbar.is-visible .nav-tagline {
		font-size: 35px;
	}
	.navbar .button {
		margin: 0 0 0 15px;
	}
}

.site-navbar-button {
	width: 32px;
	height: 23px;
	position: fixed;
	top: 50px;
	right: 30px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .3s ease;
	transition: .3s ease;
	cursor: pointer;
}

.site-navbar-button span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #3CD958;
	border-radius: 7px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.site-navbar-button span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.site-navbar-button span:nth-child(2) {
	top: 8px;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.site-navbar-button span:nth-child(3) {
	top: 16px;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.site-navbar-button.is-visible span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -5px;
	left: 2px;
}

.site-navbar-button.is-visible span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.site-navbar-button.is-visible span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 18px;
	left: 1px;
}

@media (min-width: 1200px) {
	.site-navbar-button {
		display: none;
	}
}

.home .hero {
	padding-top: 114px;
	padding-bottom: 0;
}

.home .hero .site-wrapper {
	z-index: 1;
}

.home .hero .animation {
	width: 100%;
	-webkit-transform: unset;
	transform: unset;
	padding-top: 0;
	position: relative;
	overflow: hidden;
}

.home .hero .animation[mobile] {
	margin-top: 50px;
}

.home .hero .animation[mobile]::before {
	content: "";
	position: absolute;
	height: 100px;
	width: 100%;
	margin-top: 50px;
	background: black;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(black));
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
}

.home .hero .animation[desktop] {
	display: none;
}

.home .hero .animation video {
	height: auto;
	width: 100%;
	display: block;
	margin-top: 50px;
}

@media (min-width: 576px) {
	.home .hero .hero-content {
		max-width: 508px;
	}
	.home .hero .animation[mobile] {
		margin-top: -15%;
		z-index: 0;
	}
}

@media (min-width: 768px) {
	.home .hero {
		position: relative;
		min-height: 100vh;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 0;
	}
	.home .hero .animation[desktop] {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
	}
	.home .hero .animation[desktop] video {
		position: absolute;
		top: 50%;
		right: 0;
		height: clamp(100%, 40vw, 115%);
		width: auto;
		-webkit-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
		margin: 0;
	}
	.home .hero .animation[mobile] {
		display: none;
	}
	.home .hero .logo-slider-wrapper {
		margin-top: 120px;
	}
}

@media (min-width: 1200px) {
	.home .hero {
		min-height: 100vh;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 0;
	}
	.home .hero .logo-slider-wrapper {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
}

@media (min-width: 1200px) and (min-height: 850px) {
	.home .hero {
		min-height: calc(100vh - 166px);
	}
	.home .hero .animation {
		height: calc(100% - 166px);
	}
}

.logo-slider-wrapper {
	background: #131313;
	padding: 48px 0;
}

.logo-slider-wrapper .logo-slider {
	padding: 0;
}

.hero {
	background-color: black;
	background-position: center;
	background-size: cover;
	color: white;
	padding: 177px 0 60px;
	position: relative;
}

.hero:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	display: block;
}

.hero > *:not(.navbar) {
	position: relative;
}

.hero .link {
	margin-top: 20px;
	display: inline-block;
}

.hero p {
	color: inherit;
}

.hero .animation {
	padding-top: 40px;
	position: relative;
}

.hero .animation iframe {
	width: 100%;
}

.hero.small {
	min-height: 100vh;
}

.hero .media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.hero .media-title {
	margin-top: 60px;
}

@media (min-width: 768px) {
	.hero {
		padding: 200px 0 120px;
	}
	.hero.small {
		min-height: unset;
	}
	.hero .media {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 30px;
	}
	.hero .media-title {
		margin-top: 0;
	}
	.hero .media-title.large {
		grid-column: 2 span;
	}
	.hero .media-tagline {
		margin-top: 80px;
		max-width: 650px;
		grid-column: 2 span;
	}
	.hero-home {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.hero-home .hero-content {
		width: 43%;
	}
	.hero-home .animation {
		width: 57%;
		padding-top: 0;
	}
}

@media (min-width: 992px) {
	.hero {
		padding: 220px 0 80px;
	}
	.hero .media {
		grid-column-gap: 70px;
	}
	.hero .animation {
		-webkit-transform: scale(1.1) translate(10%, -7%);
		transform: scale(1.1) translate(10%, -7%);
	}
}

@media (min-width: 1200px) {
	.hero-home .animation {
		-webkit-transform: scale(1.2) translate(15%, -3);
		transform: scale(1.2) translate(15%, -3);
	}
}

@media (min-width: 1501px) {
	.hero-home .animation {
		-webkit-transform: scale(1.3) translate(15%, 0%);
		transform: scale(1.3) translate(15%, 0%);
	}
}

.logo-slider {
	margin: 0;
	padding: 100px 0 0;
	list-style: none;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.logo-slider .slick-track,
.logo-slider .slick-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo-slider .slick-arrow {
	background: transparent;
	border: none;
	outline: none;
	font-size: 0px;
	display: none;
}

.logo-slider .slick-arrow:after {
	font-size: 40px;
	color: #434343;
}

.logo-slider .slick-arrow.slick-prev:after {
	content: '<';
}

.logo-slider .slick-arrow.slick-next:after {
	content: '>';
}

.logo-slider li {
	min-height: 70px;
	max-height: 80px;
	height: 100%;
	min-width: 110px !important;
	text-align: center;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.logo-slider li img {
	display: inline-block;
	height: auto;
	width: 80%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (min-width: 576px) {
	.logo-slider .slick-arrow {
		display: none;
	}
}

@media (min-width: 768px) {
	.logo-slider {
		width: 100%;
		margin: 0 auto;
		/* the parent */
	}
	.logo-slider .slick-slide {
		margin: 0;
	}
	.logo-slider .slick-list {
		margin: 0;
	}
}

@media (min-width: 992px) {
	.logo-slider {
		padding: 90px 0 0;
	}
}

.single-post .page-content:not(:first-child) {
	background: transparent;
}

.page-content {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), to(white)), url("images/bg-page-over.png") no-repeat right top;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, white 100%), url("images/bg-page-over.png") no-repeat right top;
	background-size: 100% 80%;
	padding: 110px 0;
}

.page-content + .page-content {
	padding-top: 0;
}

.page-content.bg-post-content {
	background: url("images/bg-post-content.png") no-repeat right top;
	background-size: 140%;
}

.page-content.bg-page-contact {
	background: url("images/bg-page-contact.png") no-repeat right bottom;
	background-size: 160%;
}

.page-content.bg-page-home {
	background: url("images/bg-page-home.png") no-repeat right bottom;
	background-size: 90%;
}

.page-content.media-grid {
	padding: 0;
}

.page-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-content ul li {
	position: relative;
}

.page-content ul li:before {
	content: '>';
	color: #3CD958;
	padding-right: 6px;
}

@media (min-width: 768px) {
	.page-content {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), to(white)), url("images/bg-page-over.png") no-repeat right 0% top;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, white 100%), url("images/bg-page-over.png") no-repeat right 0% top;
		background-size: auto;
	}
	.page-content.bg-post-content, .page-content.bg-page-contact, .page-content.bg-page-home {
		background-size: auto;
	}
}

.main-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.main-content .iframe-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
	/* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.main-content .iframe-wrapper iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media (min-width: 768px) {
	.main-content {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.main-content .left-col {
		width: 40%;
		padding-right: 5%;
	}
	.main-content .left-col.wide {
		width: 100%;
		padding-right: 0;
		max-width: 730px;
	}
	.main-content .left-col.video-col {
		padding: 0;
		width: 50%;
	}
	.main-content .right-col {
		width: 60%;
		padding-left: 5%;
	}
	.main-content .right-col.video-col {
		padding: 0;
		width: 50%;
	}
}

.highlight {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(images/highlight.jpg);
	color: white;
	text-align: center;
	padding: 85px 0 80px;
	position: relative;
	z-index: 5;
}

.highlight:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: black;
	background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0.4)));
	background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.4) 100%);
	z-index: -1;
	display: block;
	top: 0;
	left: 0;
}

.highlight .button {
	margin-top: 48px;
}

.highlight .button:hover {
	background-color: white;
	color: black;
}

.highlight h3 {
	margin: 0;
	position: relative;
}

.highlight.highlight_home {
	margin: 110px 0
}

@media (min-width: 768px) {
	.highlight {
		padding: 100px 0;
	}
	.highlight h3 {
		font-size: 35px;
	}
}

@media (min-width: 992px) {
	.highlight {
		padding: 120px 0;
	}
}

@media (min-width: 1200px) {
	.highlight {
		padding: 130px 0;
	}
}

.usps .number {
	color: #3CD958;
	font-size: 85px;
	font-weight: 500;
	line-height: 1.2;
	border-bottom: 1px solid black;
	display: block;
	margin-top: 40px;
}

.usps h3 {
	font-size: 35px;
	line-height: 44px;
	margin-top: 20px;
}

.usps p {
	padding-bottom: 32px;
	display: block;
}

@media (min-width: 768px) {
	.usps {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 32px;
	}
}

@media (min-width: 992px) {
	.usps {
		grid-gap: 60px;
	}
}

@media (min-width: 1200px) {
	.usps {
		grid-gap: 100px;
	}
}

.impact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.impact .impact-image {
	margin-bottom: 40px;
}

.impact .impact-image img {
	width: 100%;
}

.impact .impact-stats p {
	margin: 0;
	padding-left: 16px;
}

.impact .impact-stats li {
	border-bottom: 1px solid #3CD958;
	padding: 15px;
}

.impact .impact-stats li:first-child {
	padding-top: 0;
}

@media (min-width: 768px) {
	.impact {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 60px;
	}
	.impact .impact-image {
		width: 50%;
	}
	.impact .impact-stats {
		width: 40%;
	}
	.impact .impact-stats ul {
		margin-top: 40px;
	}
}

@media (min-width: 768px) {
	.bg-page-contact .grid-3-columns .grid-item:nth-child(2),
	.bg-page-contact .grid-3-columns .grid-item:nth-child(3) {
		padding-top: 24px;
	}
}

.media-wrapper h2 {
	padding-top: 50px;
	margin-bottom: -50px;
}

.post-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	grid-row-gap: 65px;
	padding: 120px 0;
}

.post-grid .grid-cell {
	width: 100%;
	margin: 0;
	padding: 0;
}

.post-grid--intro h2 {
	margin-top: 0;
}

.post-grid--intro p {
	max-width: 75%;
	margin-top: 0;
}

@media (min-width: 768px) {
	.post-grid {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 16px;
	}
}

@media (min-width: 992px) {
	.post-grid {
		-ms-grid-columns: 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-row-gap: 72px;
	}
}

.post-item {
	background: white;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	height: 100%;
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
	will-change: box-shadow;
}

.post-item--image {
	width: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	display: block;
}

.post-item--image:before {
	content: '';
	display: block;
	padding-bottom: 73%;
}

.post-item--image img {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.post-item--excerpt {
	display: none;
}

.post-item--content {
	padding: 24px;
}

.post-item--tag {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
}

.post-item--title {
	font-size: 22px;
	line-height: 1.2;
	margin: 12px 0;
}

.post-item--title a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	will-change: color;
}

.post-item--title:hover a {
	color: #3CD958;
}

.post-item .readmore {
	color: #3CD958;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 13px;
	letter-spacing: 1px;
}

.post-item .readmore:after {
	content: '>';
	padding-left: 6px;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	will-change: transform;
}

.post-item .readmore:hover:after {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}

@media (min-width: 768px) {
	.post-item--image:before {
		padding-bottom: 93%;
	}
	.post-item--image--excerpt {
		display: block;
		font-size: 15px;
	}
	.post-item--image--excerpt p {
		margin-top: 0;
	}
}

.post-navigation {
	margin-top: 60px;
}

.post-navigation .nav-links {
	position: relative;
}

.post-navigation .nav-links .button:hover {
	background: black;
	color: white;
}

.post-navigation .nav-links .nav-next {
	position: absolute;
	right: 0;
}

.post-navigation .nav-links .nav-prev {
	position: absolute;
	left: 0;
}

.nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.post-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.post-content .image {
		width: 45%;
		text-align: center;
	}
	.post-content .image img {
		width: 100%;
	}
	.post-content .content {
		width: 45%;
	}
}

@media (min-width: 992px) {
	.post-content .image {
		width: 50%;
	}
	.post-content .content {
		width: 40%;
		padding-right: 5%;
	}
}

.footer {
	background: #000000;
	background-image: url("images/bg-footer.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	position: relative;
	color: white;
	font-size: 15px;
}

.footer:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("images/bg-footer-gradient.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.footer > * {
	position: relative;
}

.footer .logo {
	width: 158px;
	display: inline-block;
}

.footer .logo img {
	display: block;
}

.footer .devider {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.7);
	margin-bottom: 54px;
}

.footer .description p {
	margin: -16px 0 0;
}

.footer a:hover {
	color: #3CD958;
}

@media (min-width: 768px) {
	.footer .footer-brand {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.footer .footer-brand .logo {
		margin-right: 20px;
		width: 170px;
	}
	.footer .footer-brand .description {
		max-width: 460px;
		margin-top: 65px;
		margin-left: auto;
	}
	.footer .footer-links .contact-menu {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (min-width: 992px) {
	.footer .footer-brand .logo {
		margin-right: 40px;
	}
}

.footer-cta {
	text-align: center;
	color: white;
	padding: 120px 0;
}

.footer-cta h3 {
	margin-top: 0;
}

.footer-cta .button {
	display: inline-block;
	margin-top: 30px;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
	will-change: background-color;
}

.footer-cta .button:hover {
	background: white;
	color: black;
}

@media (min-width: 768px) {
	.footer-cta h3 {
		font-size: 35px;
		margin: 0 auto 0;
		max-width: 780px;
	}
}

.footer-links {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	margin: 0 0 80px 0; 
}

.footer-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-links ul li:nth-child(3) {
	margin-top: 16px;
}

.footer-links a {
	color: white;
	text-decoration: none;
}

.footer-links svg,
.footer-links img,
.description img {
	width: 24px;
	vertical-align: middle;
	margin-left: 5px
}

@media (min-width: 768px) {
	.footer-links ul li:nth-child(3) {
		margin-top: 0;
	}
	.footer-links .footer-menu li {
		width: 48%;
		display: inline-block;
	}
	.footer-links .footer-menu li:nth-child(1), .footer-links .footer-menu li:nth-child(3) {
		max-width: 205px;
	}
}

@media (min-width: 992px) {
	.footer-links .footer-menu {
		padding-left: 15%;
	}
}

.icon-socialmedia {
	width: 24px;
}

.footer-credentials {
	text-align: center;
	font-size: 13px;
	padding: 30px;
	background: #131313;
}

.footer-credentials a {
	color: white;
	text-decoration: none;
}

.wpforms-submit {
	background-color: #3cd958 !important;
}

.formLabel{
	display: inline-block;
	width: 40%;
	font-size: 15px
}

.formInput{
	width: 60%;
	font-family: 'IBM Plex Sans'
}
.submitForm{
	background-color: #3cd958;
	width: 25%;
	border-radius: 25px;
	height: 35px;
	border: none;
	font-family: "Space Grotesk"

}

.servicesItem {
	margin-bottom: 50px
}

.servicesHeader{
	font-size: 25px
}

.wpml-ls-item span {
	font-size: 10px
}


/*# sourceMappingURL=style.css.map */
li.menu-item-has-children > a{
	padding-right:36px !important;
	position:relative;
}
li.menu-item-has-children > a:after{
	content:'';
	position:absolute;
	right:12px;
	width:8px;
	height:8px;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	transform:rotate(45deg);
	top:6px;
}
li.menu-item ul{
	display:visible;
	position: absolute;
	top: 100%;
	white-space: nowrap;
	background-color: #000;
	padding: 0;
}
li.menu-item ul li{
	margin-top:12px;
}
li.menu-item ul li img{
	margin-right:12px;
}
li.menu-login ul,
li.wpml-ls-item ul{
	display:none;
}
li.menu-login:hover ul,
li.wpml-ls-item:hover ul{
	display:block;
}

.menu-hoofdmenu-container{
	display: inline-block
}

@media screen and (max-width: 1024px) {
	.navbar.is-visible ul {
		position: relative;
		margin: 0
	}
	li.menu-item-has-children > a:after{
		display: none
	}

	li.wpml-ls-current-language > a:first-child{
		display: none !important
	}
	.menu-hoofdmenu-container{
		display: block;
		/* 	toegevoegd */
		max-height: 55vh;
		overflow: auto
	}
	.formLabel{
		display: inline-block;
		width: 100%
	}

	.formInput{
		width: 100%
	}
}


.gfield_description {
	font-size: 16px !important;
	line-height: 31px  !important;
	font-family: "IBM Plex Sans", serif  !important;
	color: #9D9D9C;
	margin-bottom: 0;
	margin-top: 10px;
}


/*** NEW LOGIN POPUP & HEADER CSS ***/
/*** NEW CSS ***/
.footernew {
	padding-top: 40px;
}

.footernew .footerbar {
	border: 1px solid rgba(128, 128, 128, .5);
	border-radius: 10px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	padding-right: 40px;
}

.footernew .footerbar .profile-user {
	display: flex;
	align-items: center;
}

.footernew .footerbar .profile-user .img>img {
	min-width: 115px;
	height: 100px;
	border-radius: 0%;
	object-fit: cover;
	margin-top: 0px;
	margin-right: 0px;
}

.footernew .footerbar .profile-user p {
	color: #fff;
	line-height: 20px;
}

.footernew .footerbar .profile-user p span {
	font-size: 16px;
}

.footernew .btn-grey {
	display: inline-block;
	color: #fff;
	font-family: "IBM Plex Sans", serif;
	font-size: 16px;
	font-weight: 600;
	background: #2C3034;
	line-height: 40px;
	border-radius: 40px;
	text-align: center;
	min-width: 130px;
}

.footernew .btn-grey:hover {
	background: #fff;
	border-color: #fff;
	color: #000;
}

.footernew .nametext {
	display: inline-block;
	color: #fff;
	font-family: "IBM Plex Sans", serif;
	font-size: 16px;
	font-weight: 600;
}

.footernew .nametext .micons {
	position: relative;
	top: 3px;
	margin-right: 5px;
}

.footernew .left p a {
	color: #808080;
	text-decoration: underline;
}

.footernew .left p a:hover {
	text-decoration: none;
}

.footernew .download-apps h3 {
	margin-top: 20px;
	width: 100%;
}


/*** MODAL CSS ***/
.login-modal .modal-dialog {
	max-width: 600px;
}

.login-modal .modal-body {
	padding: 25px 20px;
}

.login-modal h2 {
	margin-bottom: 20px;
}

.login-modal p.grey {
	color: #9D9D9C;
	margin-bottom: 20px;
}

.login-modal .btn-close {
	background: none;
	display: none;
}

.login-modal .selectbox {
	border: 1px solid #C1C1C1;
	position: relative;
	border-radius: 10px;
	height: 60px;
	color: #070608;
	font-size: 20px;
	font-family: "Space Grotesk", serif;
	font-weight: 600;
	margin-bottom: 12px;
}

.login-modal .selectbox:hover {
	border-color: #000;
}

.login-modal .selectbox ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-top: 60px;
}

.login-modal .selectbox li.selected {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: block;
}

.login-modal .selectbox .open {
	background: #f5f5f5;
	z-index: 5;
	border-radius: 10px;
	border: 1px solid #000;
	left: -1px;
	top: -1px;
	right: -1px;
	width: auto;
}

.login-modal .selectbox .open li {
	display: block;
}

.login-modal .selectbox li {
	padding: 14px 20px;
	width: 100%;
	display: none;
}

.login-modal .selectbox li img {
	margin-right: 10px;
}

.login-modal .selectbox .world {
	font-size: 23px;
	position: relative;
	top: 5px;
	margin-right: 5px;
	top: 4px;
}

.login-modal .selectbox li.selected {
}

.login-modal .arrowdown {
	position: absolute;
	top: 31px;
	right: 15px;
	font-size: 36px;
	line-height: 0;
	z-index: 6;
}

.login-modal .downinfo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.login-modal .downinfo .logo {
	max-height: 40px;
}

.login-modal .border-btn.transparent.black {
	border-color: #0C0C0C;
	background: #0C0C0C;
	color: #fff;
	min-width: 120px;
	line-height: 37px;
	margin-top: 0px;
	margin-right: 10px;
}

.login-modal .border-btn.transparent.black:hover {
	background: transparent;
	border-color: #C1C1C1;
	color: #000;
}

.login-modal .border-btn.transparent.grey {
	border-color: #C1C1C1;
	color: #0C0C0C;
	min-width: 100px;
	line-height: 37px;
	margin-top: 0px;
}

.login-modal .border-btn.transparent.grey:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}


.footernew .nametext .micons {
	top: -2px;
	margin-right: 5px;
	margin-left: -4px;
}

.select2-container--default .select2-selection--single {
	border-color: #fff;
	height: 60px;
	padding: 7.5px 0;
	border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 58px;
}

.select2-dropdown {
	border-radius: 0;
	box-shadow: #444 0px 3px 5px;
	border: 0;
}

.select2-container {
	width: 100% !important;
	z-index: 999999;
}

.select2-container img {
	max-height: 24px;
	margin-right: 10px;
}

.login-modal .selectbox {
	border: none !important;
}

.login-modal .select2-container--default .select2-selection--single {
	border: 1px solid #C1C1C1;
	background: none !important;
	position: relative;
	border-radius: 10px;
	height: 60px;
	color: #070608;
	font-size: 20px;
	font-family: "Space Grotesk", serif;
	font-weight: 600;
	margin-bottom: 0px;
	padding: 14px 20px;
}

span.select2-selection.select2-selection--single:hover {
	border-color: #000;
}

.login-modal .select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-family: "Space Grotesk", serif;
	color: #070608;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single span.select2-selection.select2-selection--single ,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple  span.select2-selection.select2-selection--single  {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-color: #000 !important;
}

.select2-results__option  {
	padding: 11px 28px;
	user-select: none;
	-webkit-user-select: none;
}

/**/
.modal-backdrop.fade.show {
	z-index: 9999;
}

.modal.fade.show {
	z-index: 99999;
}

.login-modal .border-btn.transparent.black:hover {
	border-color: #0C0C0C;
	background: #0C0C0C;
	color: #fff;
}

.login-modal .border-btn.transparent.grey:hover {
	background: transparent;
	border-color: #0C0C0C;
	color: #0C0C0C;
}

.footernew .footerbar .profile-user p span {
	font-family: "IBM Plex Sans", serif;
}

.login-modal .selectbox li img {
	width: auto !important;
	height: auto !important;
	max-height: 24px;
}
ul#latest-menu li.btn-grey a{
	display: inline-block;
	color: #fff;
	font-family: "IBM Plex Sans", serif !important;
	font-size: 16px;
	font-weight: 600;
	background: #2C3034;
	line-height: 40px;
	border-radius: 40px;
	text-align: center;
	min-width: 130px;
}

ul#latest-menu li.btn-grey a:hover{
	background: #fff;
	border-color: #fff;
	color: #000 !important;
}


/**/
@media only screen and (max-width:767px) {
	.footernew {
		padding-top: 25px;
	}

	.footernew .footerbar {
		border: none;
		border-bottom: 1px solid rgba(128, 128, 128, .5);
		border-radius:0px;
		margin-bottom: 40px;
		display: block;
		overflow: hidden;
		padding-right: 0px;
	}

	.footernew .footerbar .logos {
		display: none;
	}

	.footernew .footerbar .profile-user {
		margin-bottom: 20px;
	}

	.footernew .footerbar .profile-user .img {
		display: none;
	}

	.footernew .footerbar .logo-mobile {
		width: 100%;
		text-align: center;
	}

	.footernew .footerbar .logo-mobile img {
		width: 100%;
	}

	.footernew .footerbar .btnbar {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.footernew .footerbar .btnbar .social a {
		border: 1px solid rgba(128, 128, 128, .5);
		border-radius: 50%;
		text-align: center;
		min-width: 40px;
		height: 40px;
		padding-top: 7px;
		display: inline-block;
	}

	.footernew .download-apps h3 {
		margin-top: 0px;
	}

	.login-modal.modal.show .modal-dialog {
		align-items: end;
		transform: none;
	}

	.login-modal.modal .modal-dialog {
		transform: translate(0, 50px);
		min-height: 100%;
	}

	.login-modal .btn-close {
		background: none;
		display: inline-block;
		color: #fff;
		position: fixed;
		top: 20px;
		right: 25px;
		opacity: 1;
	}

	.login-modal .btn-close span {
		font-size: 34px;
		font-weight: 300;
	}

	.login-modal .modal-dialog {
		margin: 0 auto;
		width: 100%;
		max-width: 100%;
	}

	.login-modal .downinfo {
		display: block;
	}

	.login-modal .modal-body {
		padding: 25px 12px 12px 12px;
	}

	.login-modal .modal-content {
		border: none;
		border-radius: 15px 15px 0px 0px;
	}

	.login-modal .downinfo .logo {
		display: none;
	}

	.login-modal .downinfo .border-btn {
		width: 100% !important;
		margin: 0px 0px 15px 0px !important;
	}

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footernew .footerbar .logos {
		height: 10px;
		margin-left: 12px;
	}

	.footernew .footerbar .profile-user p {
		font-size: 14px;
	}

	.footernew .footerbar .profile-user p span {
		font-size: 15px;
	}

	.footernew .right p {
		font-size: 14px;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.footernew .footerbar .logos {
		height: 17px;
		margin-left: 12px;
	}

	.footernew .footerbar .profile-user p {
		font-size: 14px;
	}

	.footernew .footerbar .profile-user p span {
		font-size: 15px;
	}

	.footernew .right p {
		font-size: 14px;
	}

	.footernew .download-apps a.appicon {
		margin-right: 15px;
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.footernew .footerbar .logos {
		height: 20px;
		margin-left: 12px;
	}


}


.login-modal .selectbox {
	position: relative;
	overflow: hidden;
	border-radius: 0px;
}

.login-modal .selectbox:after {
	content: '';
	background: #fff;
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	width: 40px;
	border-radius: 10px;
	pointer-events: none;
}

.normalselect {
	border: 1px solid #C1C1C1;
	border-radius: 10px;
	height: 60px;
	color: #070608;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 0px;
	padding: 14px 20px;
	position: relative;
	display: inline-block;
	width: 100%;
	outline: none !important;
	background: none !important;
}


.normalselect option {
	border-color: #000 !important;
}

.normalselect:hover,
.normalselect:focus {
	border-color: #000 !important;
}

.normalselect {
	color: #000;
	font-family: "IBM Plex Sans", serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 47px;
}

.navbar-expand-lg .navbar-nav>li.menu-item-has-children:hover>ul.sub-menu{
	z-index:9999;
}

.footernew .footerbar .logos {
	max-height: 24px;
}


/*** ***/
.banner-info.contact-gf.contactpage {
	padding: 40px 0px 60px 0px;
}

.banner-info.contact-gf.contactpage button.border-btn.fillbtn {
	min-width: auto;
	display: inline-block;
	padding: 0px 30px;
	font-family: "IBM Plex Sans", serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 45px;
	border: none !important;
	position: relative;
	top: 0px;
}

.banner-info.contact-gf.contactpage button.border-btn.fillbtn:hover {
	background: #fff !important;
	color: #3CD958 !important;
	top: -3px;
}

.banner-info.contact-gf.contactpage .forminfo {
	background: none !important;
	padding: 0px !important;
	border-radius: 0px !important;
	margin-bottom: 20px;
}

.banner-info.contact-gf.contactpage p.grey {
	color: #9D9D9C;
	margin-top: 0px;
}

.banner-info.contact-gf.contactpage .forminfo .form-control,
.banner-info.contact-gf.contactpage .forminfo textarea {
	border: 1px solid #808080;
	box-shadow: none;
	background: none !important;
	color: #FFFFFF !important;
	border-radius: 5px;
	padding-left: 17px;
}

.banner-info.contact-gf.contactpage .forminfo .form-control::-webkit-input-placeholder,
.banner-info.contact-gf.contactpage .forminfo textarea::-webkit-input-placeholder {
	color: #FFFFFF !important;
}

.banner-info.contact-gf.contactpage .forminfo .form-control:focus,
.banner-info.contact-gf.contactpage .forminfo textarea:focus {
	border: 1px solid #fff;
	box-shadow: none;
}

.banner-info.contact-gf.contactpage textarea {
	height: 120px;
	padding-top: 10px;
	resize: none;
}

.banner-info.contact-gf.contactpage .form-check {
	color: #FFFFFF;
	margin-top: 5px;
}

.banner-info.contact-gf.contactpage .form-check-input[type=checkbox] {
	background-color: transparent;
	border-color: #808080 !important;
	border-width: 1px !important;
}

.banner-info.contact-gf.contactpage .form-check-input:checked {
	background-color: #3CD958;
	border-color: #3CD958 !important;
}

.banner-info.contact-gf.contactpage p.small {
	font-size: 16px;
	line-height: 1.7;
}

.banner-info.contact-gf.contactpage p.red {
	color: #D30000 !important;
}

.banner-info.contact-gf.contactpage .infobar {
	background: #2C3034;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	padding-right: 20px;
	margin-bottom: 28px;
}

.banner-info.contact-gf.contactpage .infobar .profile-user {
	display: flex;
	align-items: center;
}

.banner-info.contact-gf.contactpage .infobar .profile-user .img>img {
	min-width: 115px;
	height: 100px;
	border-radius: 0%;
	object-fit: cover;
	margin-top: 0px;
	margin-right: 0px;
}

.banner-info.contact-gf.contactpage .infobar .profile-user p {
	color: #fff;
	line-height: 22px;
}

.banner-info.contact-gf.contactpage .infobar .profile-user p span {
	font-family: "IBM Plex Sans", serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	padding-bottom: 7px;
}

.banner-info.contact-gf.contactpage .infobar .profile-user p a {
	color: #fff;
}

.banner-info.contact-gf.contactpage .infobar .profile-user p a:hover {
	color: #3CD958 !important;
}

.banner-info.contact-gf.contactpage .infobar .btn-grey.bordered {
	border: 1px solid #808080;
	line-height: 40px;
}

.banner-info.contact-gf.contactpage .infobar .btn-grey.bordered.call {
	color: #fff;
	background: none;
	padding: 0px;
	border-radius: 50%;
	min-width: 42px;
	min-height: 42px;
	padding: 0px 0px;
	padding-top: 9px;
	line-height: 0;
	vertical-align: top;
	margin-right: 0;
	margin-left: 5px;
}

.banner-info.contact-gf.contactpage .btn-grey:hover {
	background: #fff !important;
	border-color: #fff !important;
	color: #000 !important;
}


/**/
.banner-info.contact-gf.contactpage .contactbox {
	border: 1px solid #808080;
	border-radius: 7px;
	padding: 20px 20px;
	transition: all .3s;
	margin-bottom: 25px;
	height: calc(100% - 25px);
}

.banner-info.contact-gf.contactpage .contactbox:hover {
	border-color: #fff;
}

.banner-info.contact-gf.contactpage .contactbox .nametext {
	display: inline-block;
	color: #fff;
	font-family: "IBM Plex Sans", serif;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0px;
}

.banner-info.contact-gf.contactpage .contactbox .nametext .micons {
	margin-right: 3px;
	margin-left: -2px;
}

.banner-info.contact-gf.contactpage .contactbox p {
	color: #fff;
	margin-top: 4px;
	margin-bottom: 10px;
}

.banner-info.contact-gf.contactpage .contactbox p .micons {
	margin-right: 5px;
}

.banner-info.contact-gf.contactpage .contactbox p a {
	color: #fff;
}

.banner-info.contact-gf.contactpage .contactbox p a:hover {
	color: #3CD958 !important;
}

.banner-info.contact-gf.contactpage .btn-grey {
	display: inline-block;
	font-size: 16px;
	font-family: "IBM Plex Sans", serif;
	font-weight: 600;
	color: #fff;
	background: #2C3034;
	border: 1px solid #2C3034;
	line-height: 38px;
	border-radius: 40px;
	text-align: center;
	padding: 0px 20px;
	margin-right: 5px;
}

.banner-info.contact-gf.contactpage .btn-grey.bordered {
	color: #fff;
	background: none;
}

.banner-info.contact-gf.contactpage .btn-grey:hover {
	background: #fff !important;
	border-color: #fff !important;
	color: #000 !important;
}


.client-case-cars.small .bg-holder {
	height: 50vh;
}

.banner-info.contact-gf.contactpage .forminfo .gfield.form-control {
	height: inherit;
	padding: 0;
	margin: 0;
	border: none;
}

.banner-info.contact-gf.contactpage .forminfo textarea {
	height: 120px !important;
	padding-top: 10px;
	resize: none;
}

.banner-info.contact-gf.contactpage .forminfo input[type="text"],
.banner-info.contact-gf.contactpage .forminfo input[type="email"],
.banner-info.contact-gf.contactpage .forminfo input[type="tel"] {
	border: 1px solid #808080;
	box-shadow: none;
	background: none !important;
	color: #FFFFFF !important;
	border-radius: 5px;
	padding-left: 17px;
}

.banner-info.contact-gf.contactpage .forminfo input[type="text"]:focus,
.banner-info.contact-gf.contactpage .forminfo input[type="email"]:focus,
.banner-info.contact-gf.contactpage .forminfo input[type="tel"]:focus,
.banner-info.contact-gf.contactpage .forminfo textarea:focus {
	border: 1px solid #fff !important;
	box-shadow: none !important;
}

.banner-info.contact-gf.contactpage .forminfo input[type="text"]::-webkit-input-placeholder,
.banner-info.contact-gf.contactpage .forminfo input[type="email"]::-webkit-input-placeholder,
.banner-info.contact-gf.contactpage .forminfo input[type="tel"]::-webkit-input-placeholder  {
	color: #FFFFFF !important;
}

.banner-info.contact-gf.contactpage .gform_wrapper.gravity-theme * {
	color: #fff;
}

.banner-info.contact-gf.contactpage .infobar .profile-user .img>img , .footernew .footerbar .profile-user .img>img{
	margin-right: 15px;
}

.banner-info.contact-gf.contactpage .gform_button.button {
	min-width: auto;
	display: inline-block;
	padding: 0px 30px !important;
	font-family: "IBM Plex Sans", serif;
	font-size: 18px !important  ;
	font-weight: 600;
	line-height: 45px;
	background: #3CD958 !important;
	color: #FFFFFF !important;
	border: none !important;
	position: relative;
	top: 0px;
}

.banner-info.contact-gf.contactpage .gform_button.button:before,
.banner-info.contact-gf.contactpage .gform_button.button:after {
	display: none;
}

.banner-info.contact-gf.contactpage .gform_button.button:hover {
	background: #fff !important;
	color: #3CD958 !important;
	top: -3px;
}

.banner-info.contact-gf.contactpage .forminfo .gfield.form-control.gfield--type-phone,
.banner-info.contact-gf.contactpage .forminfo .gfield.form-control.gfield--type-email {
	width: 49%;
	float: left;
	display: block;
}

.banner-info.contact-gf.contactpage .forminfo .gfield.form-control.gfield--type-phone input,
.banner-info.contact-gf.contactpage .forminfo .gfield.form-control.gfield--type-email input {
	width: 100% !important;
}


.banner-info.contact-gf.contactpage .contactbox {
	border: none;
	background: #2c3034;
}

.banner-info.contact-gf.contactpage .btn-grey {
	border-color: #808080;
}

.banner-info.contact-gf.contactpage p.large {
	color: #fff;
	margin-bottom: 35px;
	margin-top: 20px;
}

.banner-info.contact-gf.contactpage .contactbox p.address {
	min-height: 125px;
}



body.modal-open {
	padding: 0px !important;
}

.modal.login-modal {
	padding: 0px !important;
}

.navbar-light .navbar-nav .nav-item.login-popup>.nav-link .material-symbols-outlined {
	position: relative;
	top: 0px;
	vertical-align: middle;
	margin-right: 0px;
}

ul#latest-menu li.btn-grey a {
	background: none;
	border: 1px solid #fff;
	line-height: 38px;
}

@media only screen and (max-width: 991px) {
	.header.newheader.active {
		background: #000 !important;
	}

	.side-menu.newadd {
		background: #000 !important;
	}

	.side-menu.newadd p a {
		color: #fff;
	}

}
@media only screen and (max-width:767px) {
	.banner-info.contact-gf.contactpage .infobar {
		padding-right: 0;
	}

	.banner-info.contact-gf.contactpage .btn-grey.bordered,
	.banner-info.contact-gf.contactpage .btn-grey.bordered.call {
		margin-left: 0;
		margin-right: 5px;
		margin-top: 5px;
	}
	.banner-info.contact-gf.contactpage .infobar {
		padding: 15px 0px;
	}

	.banner-info.contact-gf.contactpage .infobar .btn-grey.bordered {
		line-height: 28px;
		padding: 0px 10px;
		font-size: 12px;
	}

	.banner-info.contact-gf.contactpage .infobar .btn-grey.bordered.call {
		min-width: 25px;
		min-height: 25px;
		padding: 0px 0px;
		padding-top: 4px;
		line-height: 0;
		vertical-align: top;
		margin-right: 0;
		margin-left: 2px;
	}

	.banner-info.contact-gf.contactpage .infobar .btn-grey.bordered.call span {
		font-size: 15px;
	}

	.banner-info.contact-gf.contactpage .infobar .btn-grey.bordered {
		line-height: 25px;
		padding: 0px 10px;
		font-size: 12px;
		margin-right: 0px;
	}

	.banner-info.contact-gf.contactpage .infobar .btnbar {
		min-width: 92px;
		padding-left: 4px;
	}

	.banner-info.contact-gf.contactpage .gform_wrapper.gravity-theme .ginput_complex span {
		margin-bottom: 16px;
	}

	.banner-info.contact-gf.contactpage .gform_wrapper.gravity-theme .ginput_complex span:last-child {
		margin: 0;
	}

	.banner-info.contact-gf.contactpage .contactbox p.address {
		min-height: 96px;
		font-size: 12px;
		line-height: 23px;
	}

	.banner-info.contact-gf.contactpage .btn-grey.bordered,
	.banner-info.contact-gf.contactpage .btn-grey.bordered.call {
		margin-bottom: 10px;
	}

	.footernew .footerbar .logo-mobile img {
		width: 70%;
	}	
	.banner-info.contact-gf.contactpage {
		padding-top: 60px;
	}

	.banner-info.contact-gf.contactpage .infobar .profile-user {
		align-items: initial;
	}

	.banner-info.contact-gf.contactpage .infobar {
		padding: 0px 0px;
	}

	.banner-info.contact-gf.contactpage .infobar .profile-user .text {
		padding: 15px 0px;
	}

	.banner-info.contact-gf.contactpage .infobar .profile-user>.img img {
		height: 100%;
		min-width: 110px;
		max-width: 110px;
		object-fit: cover;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {


}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-info.contact-gf.contactpage .infobar {
		padding-right: 0px;
	}

	.banner-info.contact-gf.contactpage .btn-grey.bordered,
	.banner-info.contact-gf.contactpage .btn-grey.bordered.call {
		margin-left: 0;
		margin-right: 5px;
		margin-top: 5px;
	}

	.banner-info.contact-gf.contactpage .infobar .btn-grey.bordered {
		font-size: 12px;
		padding: 0px 15px;
		line-height: 35px;
	}

	.banner-info.contact-gf.contactpage .infobar .btn-grey.bordered.call {
		min-width: 35px;
		min-height: 35px;
		padding: 0px 0px;
		padding-top: 7px;
	}

	.banner-info.contact-gf.contactpage .infobar .btn-grey.bordered.call span {
		font-size: 19px;
	}



}

section.header.newheader .navbar{
	padding:0 !important;
}

body.page-template-template-latesthome .newhome-banner{
	padding-top:15px !important;
}

.banner-info.contact-gf .forminfo{
	margin-top:20px !important;
}

body.page-template-template-contact .banner-info.contact-gf .button{
	min-width: auto !important;
	display: inline-block !important;
	padding: 0px 30px !important;
	font-family: "IBM Plex Sans", serif !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 45px !important;
	background: #3CD958 !important;
	color: #FFFFFF !important;
	border: none !important;
	position: relative !important;
	top: 0px;
}

body.page-template-template-contact .banner-info.contact-gf .button:after{
	display:none !important;
}

body.page-template-template-contact .banner-info.contact-gf .button::before{
	display:none !important;
}

body.page-template-template-contact .banner-info.contact-gf .button:hover {
    top: -3px;
}

body.page-template-template-contact  .banner-info.contact-gf .talk-directly {
  
    background: #2c3034;
    border: none;
    border-radius: 15px;
}


.header {
    z-index: 99999 !important;
}


body.wp-singular.page-template-default.page.page-id-925 .hero .media-title.large {
    padding: 0px 0px;
}

.modal.fade.show {
    z-index: 999999;
}
 
.modal-backdrop.fade.show {
    z-index: 99999;
}
 
@media only screen and (max-width: 767px) {
.login-modal .btn-close {
    display: none !important;
}
}
 @media only screen and (max-width: 767px) {
body.page-template-template-latesthome .newhome-banner,
body.wp-singular.page-template-default header .hero,
.client-case-banner,
.banner-info.contact-gf.contactpage,
body.page-template-template-contact .banner-info.contact-gf {
    padding-top: 90px !important;
}
	 
	 body.page-template-template-latesthome .newhome-banner {
		 padding-top:75px !important;
	 }
 
}
 
 
 
 
/*** clients-info ***/
.clients-info {
    padding: 40px 0px 0px 0px;
    background: #000000;
}

.clients-info h1 {
    color: #fff;
    margin: 5px 0px;
}

.clients-info h2 {
    color: #fff;
}

.clients-info p {
    color: #FFFFFF;
}

.clients-info p.large-paragraph {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 5px;
}

.clients-info select.form-control {
    color: #fff;
    background: url(http://jp.cars/wp-content/uploads/2025/10/down-arrow.svg) 90% 50% no-repeat;
    background-size: 20px auto;
    border-color: rgba(255, 255, 255, 0.4);
    padding-left: 25px;
    box-shadow: none !important;
    outline: none !important;
    appearance: none;
    margin: 5px 0px;
    font-size: 20px;
    font-family: "IBM Plex Sans", serif;
}

.clients-info select.form-control:hover {
    border-color: #fff;
}

.clients-info option {
    color: #000;
}

.clients-info .margin-bottom {
    margin-bottom: 40px;
}

.clients-info .border-btn:hover {
    background: none;
    border-color: #3CD958 !important;
    color: #3CD958 !important;
}

.clientbox {
    border-left: 1px solid #808080;
    padding-left: 30px;
    margin-bottom: 55px;
}

.featured-img {
    margin-bottom: 25px;
}

.featured-img img {
    aspect-ratio: 1 / .5;
    width: 100%;
    object-fit: cover;
    border-radius: 7px;    
}

.clientbox .tags {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.clientbox .tags a {
    background: #2C3034;
    display: inline-block;
    color: #9D9D9C;
    font-size: 13px;
    line-height: 30px;
    padding: 0px 15px;
    text-align: center;
    border-radius: 8px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-family: "IBM Plex Sans", serif;
}

.clientbox h2 {
    margin-bottom: 30px;
}

.client-case-logo {
    margin-bottom: 15px;
}

.clientbox p.large-paragraph {
    margin-bottom: 20px;
}

.clientbox .profile-user {
    margin-top: 15px;
}

.clientbox .profile-user .img>img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: 10px;
    margin-right: 20px;
}

.campaign-banner {
    padding: 20px 30px 0px 30px;
    background: #2C3034;
    border-radius: 5px;
    margin-bottom: 55px;
}

.campaign-banner h2 {
    margin-bottom: 10px;
}

.campaign-banner p {
    margin-bottom: 15px;
}

.campaign-banner .img {
    margin-top: 35px;
    text-align: center;
}

.campaign-banner.bordered-transparent {
    background: none;
    border: 1px solid #808080;
    padding-top: 0;
}

.campaign-banner.bordered-transparent .img {
    margin-top: 25px;
}



/*** newpost-info ***/
.newpost-info {
    background: #000000;
    padding: 40px 0px 60px 0px;
}

.newpost-info .infobar {
    background: #2C3034;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding-right: 20px;
    margin-bottom: 28px;
    margin-top: 30px;
}

.newpost-info .infobar .profile-user {
    display: flex;
    align-items: center;
}

.newpost-info .infobar .profile-user .img>img {
    min-width: 115px;
    height: 100px;
    border-radius: 0%;
    object-fit: cover;
    margin-top: 0px;
    margin-right: 0px;
}

.newpost-info .infobar .profile-user p {
    color: #fff;
    line-height: 22px;
}

.newpost-info .infobar .profile-user p span {
    font-family: "IBM Plex Sans", serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding-bottom: 7px;
}

.newpost-info .infobar .profile-user p a {
    color: #fff;
}

.newpost-info .infobar .btn-grey {
    display: inline-block;
    font-size: 16px;
    font-family: "IBM Plex Sans", serif;
    font-weight: 600;
    color: #fff;
    background: #2C3034;
    border: 1px solid #2C3034;
    line-height: 38px;
    border-radius: 40px;
    text-align: center;
    padding: 0px 20px;
    margin-right: 5px;
    border: 1px solid #808080;
    line-height: 40px;
}

.newpost-info .infobar .btn-grey:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
}

.newpost-info .infobar .profile-user p a:hover {
    color: #3CD958 !important;
}

.newpost-info .infobar .btn-grey.bordered.call {
    color: #fff;
    background: none;
    padding: 0px;
    border-radius: 50%;
    min-width: 42px;
    min-height: 42px;
    padding: 0px 0px;
    padding-top: 9px;
    line-height: 0;
    vertical-align: top;
    margin-right: 0;
    margin-left: 5px;
}

.newpost-info h1 {
    color: #fff;
}

.grey-color {
    color: #9D9D9C !important;
}

.newpost-info h2 {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 20px;
}

.newpost-info p {
    color: #FFFFFF;
}

.newpost-info h3 {
    margin-top: 20px;
    margin-bottom: 15px;
}

.newpost-info .image-caption {
    margin-top: 50px;
    margin-bottom: 50px;
}

.newpost-info .image-caption img {
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
}

.newpost-info .quote {
    border-left: 1px solid #808080;
    padding-left: 30px;
    margin-top: 35px;
    margin-bottom: 45px;
}

.newpost-info .post-accord {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newpost-info .post-accord span a {
    border: 1px solid #808080;
    display: inline-block;
    color: #9D9D9C;
    font-size: 13px;
    line-height: 28px;
    padding: 0px 15px;
    text-align: center;
    border-radius: 8px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-family: "IBM Plex Sans", serif;
}

.newpost-info .post-categorybox h3 {
    color: #fff;
    border-bottom: 1px solid #808080;
    padding-bottom: 25px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.newpost-info .post-categorybox h3 a {
    color: #fff;
}

.newpost-info .post-categorybox h3:last-child {
    border: none;
    margin-bottom: 10px;
}

.newpost-info .border-btn:hover {
    background: none;
    border-color: #3CD958 !important;
    color: #3CD958 !important;
}

@media only screen and (max-width:991px) {
.sidebar-campaign-banner {
    position: relative !important;
    top: 0 !important;
}
}

@media only screen and (min-width:992px) {
.sidebar-campaign-banner.fixed {
    position: fixed;
    top: 10px;
    max-width: 416px;
}
}

/**/
@media only screen and (max-width:767px) {
.clientbox .tags,
.clientbox .featured-img,
.clientbox .client-case-logo,
.clientbox h2 {
    display: none;
}

.clientbox {
    padding-left: 24px;
}

.clients-info select.form-control {
    background-position: 95% 50%;
    background-size: 20px auto;
    margin: 5px 0px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 195px;
}

.clients-info .swiper-row {
    width: calc(100% + 24px);
    position: relative;
    left: -12px;
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
    padding-left: 20px;
}

.clients-info .swiper-row .row {
    flex-wrap: nowrap;
    width: auto;
}

.clients-info .swiper-row .row>div {
    width: auto;
    padding: 0px 5px;
}

}

@media only screen and (min-width:768px) and (max-width:991px) {
.clientbox {
    padding-left: 24px;
}


}
@media only screen and (max-width:767px) {
.newpost-info .infobar .profile-user p {
    line-height: 15px;
    font-size: 13px;
}
 
.newpost-info .infobar {
    padding-right: 0px;
}
 
.newpost-info .infobar .btn-grey {
    font-size: 12px;
    line-height: 38px;
    border-radius: 40px;
    padding: 0px 10px;
    margin-right: 5px;
    line-height: 32px;
}
 
.newpost-info .infobar .btnbar {
    min-width: 105px;
}
 
.newpost-info .infobar .btn-grey.bordered.call {
    padding: 0px;
    min-width: 30px;
    min-height: 30px;
    padding: 0px 0px;
    padding-top: 5px;
    line-height: 0;
    margin-right: 0;
    margin-left: 5px;
}
 
.newpost-info .infobar .btn-grey.bordered.call .material-symbols-outlined {
    font-size: 17px;
}
 .clients-info {
    padding: 80px 0px 0px 0px;
}
.newpost-info {
    padding: 90px 0px 60px 0px;
}

.newpost-info .infobar {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 25px 40% 25px 24px;
}
 
.newpost-info .infobar .img {
    position: absolute;
    bottom: 0;
    right: 0;
}
 
.newpost-info .infobar .btnbar {
    margin-top: 20px;
}
 
.newpost-info .infobar .profile-user p span {
    padding-bottom: 10px;
    line-height:24px;
}
 
.newpost-info .infobar .profile-user .img>img {
    height: 140px;
}

}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
	.navbar ul#latest-menu{
		display:flex !important;
		margin-top:0px !important;
	}
}


body.single.single-updates .newpost-info .border-btn:hover{
	color:#fff !important;
}

.navbar-expand-lg .navbar-nav>li.menu-item-has-children>ul.sub-menu>li:first-child {
    padding-top: 10px;
}
 
.navbar-expand-lg .navbar-nav>li.menu-item-has-children>ul.sub-menu>li:last-child {
    padding-bottom: 10px;
}
 
.login-modal .selectbox>.arrowdown {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    height: 100%;
}
 
.login-modal .selectbox>.arrowdown>img {
    width: 42px;
    position: relative;
    top: 1px;
    margin: 0px 12px;
}


.login-modal .selectbox>.arrowdown {
    pointer-events: none;
}
 


/**** 07-11-2025****/
.header.newheader li.menu-item-has-children > a:after {
    right: 0px !important;
    display: inline-block !important;
    content: '' !important;
}
 
@media only screen and (max-width:767px) {
 
}
 
@media only screen and (min-width:768px) and (max-width:991px) {
.topbar {
    padding: 4px 10px;
}
 
}
 
@media only screen and (min-width:992px) and (max-width:1199px) {
#latest-menu.navbar-nav>li:last-child>a {
    display: inline-block !important;
}

@media (max-width: 767px) {
    .wpml-ls-current-language ul,
    .wpml-ls-item-toggle ul {
        display: none;
    }

    .wpml-ls-current-language.open ul,
    .wpml-ls-item-toggle.open ul {
        display: block !important;
    }
}
	
	
/**** New Topbar CSS ****/
	new css :- 
 
.latesthome-stickybar.staging .bg {
    background: none;
    padding: 0px 0px;
    border-radius: 0px;
    display: inline-block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
 
.latesthome-stickybar.staging .bg .bg1 {
    background: #2C3034;
    padding: 10px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
 
.latesthome-stickybar.staging .bg .bg2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
 
.latesthome-stickybar.staging .bg .bg2 a {
    background: #2C3034;
    padding: 0px 20px;
    border-radius: 10px;
    line-height: 51px;
    color: #fff;
}
 
.newhome-about.newhome-staging .down .img {
    opacity: 1;
}
 
.newhome-about.newhome-staging .border-btn {
    min-width: 150px;
}
 
.newhome-about.newhome-staging .bgimg img {
    height: 100%;
    object-fit: cover;
}
 
 
@media (max-width:767px) {
.latesthome-stickybar.staging .bg {
    flex-wrap: nowrap;
}
 
.latesthome-stickybar.staging .bg .bg1 {
    padding: 10px 10px;
}
 
.latesthome-stickybar.staging .bg p {
    font-size: 13px;
}
 
.latesthome-stickybar.staging .links a {
    font-size: 13px;
    margin-right: 0px;
    margin-top: 0px;
}
 
.latesthome-stickybar.staging .links a img {
    margin-right: 6px;
    max-height: 13px;
}
 
.latesthome-stickybar.staging .bg p span {
    display: none;
}
 
.latesthome-stickybar.staging .bg .bg2 a {
    padding: 0px 14px;
    line-height: 45px;
    font-size: 13px;
}
 
}
 
@media only screen and (min-width:768px) and (max-width:991px) {
.latesthome-stickybar.staging .bg p {
    margin: 0px;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
}
 
.latesthome-stickybar.staging .links a {
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    margin-left: 13px;
}
 
.latesthome-stickybar.staging .bg .bg2 a {
    padding: 0px 20px;
    line-height: 43px;
    font-size: 13px;
}
 
 
}
	
