@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');


/*** GENERIC CSS ***/
html,body {
	font-family: "IBM Plex Sans", serif;
}

body {
	font-size: 16px;
	color: #000000;
	overflow-x: hidden;
}

a {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	text-decoration: none;
	color: #000000;
}

button {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:focus {
	text-decoration: none;
}

button {
	outline: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color:#000000;
	font-weight: 400;
	font-family: "IBM Plex Sans", serif;
}

h1 {
	font-size:46px;
	line-height: 55px;
	font-weight: 600;
}

h2 {
	font-size: 28px;
	line-height: 35px;
	font-weight: 600;
}

h3 {
	font-size:20px;
	line-height: 31px;
	font-weight: 600;
}

h4 {
	font-size:27px;
	line-height: 1.5;
}

h5 {
	font-size:24px;
	line-height: 1.5;
}

p {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 31px;
	font-family: "Space Grotesk", serif;
	font-family: "IBM Plex Sans", serif;
}

p:last-child {
	margin-bottom: 0;
}

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


/*** sliderinfo ***/
.sliderinfo {
	overflow: hidden;
}

.sliderinfo marquee {
	border-bottom: 1px solid #d4d4d4;
	float: left;
	display: flex;
	align-items: center;
}

.sliderinfo p {
	margin: 0;
	color: #000000;
	font-size: 16px;
	border: 1px solid #d4d4d4;
	display: inline-block;
	padding: 5px 15px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	margin-right: 25px;
}

.sliderinfo p span {
	margin-left: 12px;
	display: inline-block;
}

.sliderinfo p img {
	margin-right: 5px;
	max-width: 27px;
}

.color-green {
	color: #25A956 !important;
}

/*** banner-info ***/
.banner-info {
	padding: 40px 0px;
}


/*** about ***/
.about {
	background: #E3E2DE;
	padding: 20px 0px 40px 0px;
}

.about h6.head {
	color: #9D9D9C;
	font-size: 16px;
	margin-bottom: 20px;
}

.about .bg {
	background: #fff;
	border-radius: 20px;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.about .first-img {
	height: 140px;
	object-fit: cover;
	border-radius: 20px 0px 0px 20px;
	margin-right: 25px;
}

.about .bg .text {
	max-width: 58%;
}

.about .icon {
	min-width: 10%;
	margin-left: auto;
}

.about .bgwhite p {
	margin-bottom: 20px;
}

.about .bgwhite {
	background: #fff;
	padding-bottom: 20px;
	border-radius: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}

.about .bgwhite .text {
	padding: 30px 35px;
}

.border-btn {
	display: inline-block;
	background: #F5F5F7;
	min-width: 175px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 43px;
	font-family: "IBM Plex Sans", serif;
	border-radius: 25px;
	border: 2px solid #F5F5F7;
}

.border-btn:hover {
	background: #000000;
	border-color: #000000;
	color: #F5F5F7;
}

.about .bgwhite.bgblack {
	background: #201A19;
	border-radius: 20px;
	margin-bottom: 30px;
	height: calc(100% - 30px);
	padding: 0px 50px 40px 50px;
}

.about .bgwhite.bgblack .text {
	padding: 0;
}

.about .bgwhite.bgblack .img img {
	max-height: 245px;
}

.border-btn.transparent {
	border-color: #F5F5F7;
	color: #fff;
	background: none;
}

.border-btn.transparent:hover {
	background: #F5F5F7;
	color: #000000;
}

.about .bgwhite.bgblack h2,
.about .bgwhite.bgblack p {
	color: #fff;
}

.about .bgimg {
	/* background: url(../img/bg-video.png) 50% 50% no-repeat; 
	background-size: cover; */
	border-radius: 20px;
	margin-bottom: 30px;
	padding: 30px 35px;
	min-height: 250px;
	position: relative;
	overflow: hidden;
}

#myVideo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	right: 0;
	border-radius: 20px;
}

.zindex {
	position: relative;
	z-index: 99;
}

.about .bgimg h2 {
	margin-bottom: 20px;
}

.about .bgimg h2,
.about .bgimg p {
	color: #fff;
}

.about .bggreen {
	background: #3CD958;
	border-radius: 20px;
	padding: 30px 35px;
}

.about .bggreen h2 {
	margin-bottom: 5px;
}

.about .bggreen p {
	margin-bottom: 0;
}

.about .bggreen h2,
.about .bggreen p {
	color: #fff;
}

.border-btn.fillbtn {
	background: #fff;
	color: #3CD958;
	display: flex;
	align-items: center;
	border-radius: 30px;
	text-align: center;
	padding: 0px 0px;
	justify-content: end;
	max-width: max-content;
	font-size: 20px;
	line-height: 45px;
	min-width: 200px;
}

.border-btn.fillbtn img  {
	max-width: 25px;
	margin-left: 15px;
	margin-right: 20px;
}

.border-btn.fillbtn:hover img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7491%) hue-rotate(240deg) brightness(98%) contrast(105%);
}

.border-btn:hover {
	background: #000000;
	border-color: #000000;
	color: #F5F5F7;
}

/**/
.banner-info h1 {
	margin-bottom: 20px;
}

.list {
	position: relative;
	padding: 0;
}

.list li {
	position: relative;
	background: url(../img/checkbox.svg) center left no-repeat;
	background-size: 30px auto;
	color: #000000;
	font-size: 20px;
	line-height: 47px;
	list-style: none;
	padding-left: 45px;
}

.rating {
	display: flex;
	align-items: center;
	font-family: "IBM Plex Sans", serif;
	font-size: 16px;
	color: #9D9D9C;
}

.rating img {
	max-height: 20px;
	margin-right: 25px;
}

.rating span {
	padding: 0px 10px;
}

.banner-info .list {
	margin-top: 20px;
}

.banner-info h3 {
	margin-bottom: 20px;
	font-family: "Space Grotesk", serif;
}

.banner-info .forminfo {
	border: 2px solid #3CD958;
	border-radius: 20px;
	padding: 30px;
}

.form-control {
	border: 1px solid #d5d5d5;
	background: #fff;
	padding: 0px 15px;
	border-radius: 7px;
	height: 50px;
	margin-bottom: 15px;
}

.form-check {
	color: #000000;
	font-size: 16px;
	line-height: 31px;
	padding-left: 40px;
	margin-bottom: 25px;
	/* 808080 */
}

.form-check-input {
	border-color: #d5d5d5 !important;
}

.form-check-input[type=checkbox] {
	border-radius: .25em;
	width: 25px;
	height: 25px;
	margin-left: -40px;
	box-shadow: none !important;
}

.form-check-input:checked {
	background-color: #3CD958;
	border-color: #3CD958 !important;
}

.border-btn.fillbtn.greenbtn {
	background: #3CD958;
	border-color: #3CD958;
	color: #FFFFFF;
}

.border-btn.fillbtn.greenbtn:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}

.border-btn.fillbtn.greenbtn img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7491%) hue-rotate(240deg) brightness(98%) contrast(105%);
}

.banner-info .forminfo p {
	color: #9D9D9C;
	margin-top: 20px;
}

/*** logobar ***/
.logobar {
	padding-top: 10px;
	padding-bottom: 35px;
}

/*** faq ***/
.faq {
	padding: 40px 0px 20px 0px;
}

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

.faq .accordion {
	border: none;
	border-radius: 0;
}

.faq .accordion .accordion-item {
	border: none !important;
	border-radius: 0px !important;
	border-bottom:1px solid #e2e2e2 !important;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.accordion-button {
	padding: 10px 0px;
	background: none !important;
	border: none !important;
	color: #000 !important;
	font-size: 20px;
	font-family: "Space Grotesk", serif;
	font-weight: 600;
	box-shadow: none !important;
}

.accordion-body {
	padding: 0px 0px 20px 0px;
	border: none !important;
}

.accordion-button:not(.collapsed)::after {
	background: url(../img/icon-close.png) 50% 50% no-repeat;
	background-size: cover;
}

.accordion-button::after {
	width: 53px;
	height: 53px;
	border: none !important;
	background: url(../img/icon-plus.png) 50% 50% no-repeat;
	background-size: cover;
}

.faq .accordion .accordion-item:last-child {
	border-bottom:none !important;
}

/*** join-professional ***/
.join-professional .bg {
	background: #d5d4cf url(../img/bg-mobile.png) 118% 50% no-repeat;
	background-size: contain;
	padding: 45px 30px;
	border-radius: 35px;
	overflow: hidden;
}

.join-professional h2 {
	margin-bottom: 30px;
}

.join-professional p {
	color: #9D9D9C;
	margin-top: 20px;
}


/*** footer ***/
.footer {
	padding: 20px 0px;
}

.footer ul {
	color: #9D9D9C;
	font-size:16px;
	line-height: 28px;
	padding: 0;
	margin: 0;
}

.footer ul li:after {
	content: '•';
	color: #9D9D9C;
	padding: 0px 12px;
}

.footer ul li img.footer-logo {
	min-width: 92px;
}

.footer ul li:last-child:after {
	display: none;
}

.footer ul li:first-child {
	margin-right: 20px;
}

.footer ul li:first-child:after {
	display: none;
}

.footer ul li {
	display: inline-block;
	vertical-align: middle;
	color: #9D9D9C;
}

.footer ul li a {
	color: #9D9D9C;
}

.footer ul li a:hover {
	color: #000;
}

.footer .right-social ul li .icon-ig {
	width: 25px;
	height: 25px;
}

.footer .right-social ul li:first-child {
	margin-right: 30px;
}


/**/
.side-menu {
	background:#E3E2DE;
	position:fixed;
	top:79px;
	right:-100%;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height:calc(100vh - 79px);
	z-index:9999;
	overflow:hidden;
	overflow-y:auto;
	padding-top: 7px;
	padding-bottom: 20px;
	border-radius: 0px 0px 20px 20px;
}

.side-menu.intro {
	right:0px;
}

.side-menu ul.main-menu ul {
	padding: 0;
}

.side-menu ul.main-menu li {
	list-style:none;
	display:inline-block;
	width:100%;
}

.side-menu ul.main-menu {
	padding-left:0px;
	margin-top:0px;
	width:100%;
	padding-left: 20px;
	padding-right: 20px;
}

.side-menu ul.main-menu li {
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: center;
}

.side-menu ul.main-menu li a {
	display: inline-block;
	padding: 10px;
	border: none;
	border-radius: 0;
	background: transparent;
	text-transform: none;
	-webkit-transition: all .25s;
	transition: all .25s;
	cursor: pointer;
	padding: 20px 0px;
	color:#000;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}

.side-menu ul.main-menu li span {
	margin-left: auto;
}

.side-menu ul.main-menu li span a {
	display: inline-block;
	width: auto;
	background: #FFFFFF;
	border-radius: 15px;
	color: #000000;
	font-size: 20px;
	line-height: 40px;
	padding: 0;
	min-width: 58px;
	text-align: center;
	border-radius: 44px;
	margin-left: 4px;
}


.side-menu ul.main-menu li span a:hover {
	background: #000;
	color: #fff;
}


.side-menu ul.main-menu>li>a:hover {
	color:#000;
	font-weight: bold;
}

.side-menu ul.main-menu li:last-child {
	border: none;
}

.side-menu ul.main-menu li.lbtn a {
	background: #3CD958;
	color: #fff;
	font-weight: 600;
	padding: 0px;
	text-align: center !important;
	line-height: 44px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
	border-radius: 40px;
}

.side-menu ul.main-menu li.lbtn a img {
	max-width: 22px;
	margin-top: 1px;
	margin-left: 20px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7491%) hue-rotate(240deg) brightness(98%) contrast(105%);
}

.side-menu ul.main-menu li.lbtn a:hover {
	background: #000;
}

a.CloseBtn {
	float:right;
	color:#000;
	font-size:26px;
	margin:35px 26px 45px 15px;
	position: relative;
	z-index: 99;
	cursor: pointer;
}

a.CloseBtn:before,
a.CloseBtn:after {
	content: '';
	display: block;
	width: 22px;
	height: 2px;
	background-color: currentColor;
	position: absolute;
	left: 50%;
	top: 50%;
}

a.CloseBtn:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

a.CloseBtn:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}


.header .navbar {
	position: relative !important;
}


.wpforms-container .wpforms-field input::-webkit-input-placeholder {
	color: var(--bs-body-color) !important;
}

.wpforms-container .wpforms-field input {
	border: 1px solid #d5d5d5;
	background: #fff;
	padding: 0px 15px !important;
	border-radius: 7px !important;
	height: 50px;
	margin-bottom: 15px;
	font-size: 1rem !important;
	font-weight: 400;
	line-height: 1.5 !important;
	color: var(--bs-body-color) !important;
	font-family: "IBM Plex Sans", serif !important;
	outline: none !important;
}

.wpforms-container .wpforms-field {
	padding: 0;
}

.wpforms-submit-container .wpforms-submit {
	align-items: center;
	border-radius: 30px !important;
	text-align: center;
	padding: 0px 0px;
	justify-content: end;
	max-width: max-content;
	font-size: 20px !important;
	line-height: 45px !important;
	height: 45px !important;
	min-width: 200px;
	background: #3CD958;
	border-color: #3CD958 !important;
	color: #FFFFFF !important;
}


.navbar-expand-lg .navbar-nav>li.menu-item-has-children:hover>ul.sub-menu {
	display: block;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	background: none !important;
}

ul.sub-menu {
	background: none !important;
}

.navbar-expand-lg .navbar-nav>li.menu-item-has-children>a {
	padding-right: 20px !important;
}

li.menu-item-has-children > a:after {
	right: 0px;
}

.navbar-expand-lg .navbar-nav>li.menu-item-has-children>a {
	padding-right: 18px !important;
}

.header .navbar-light .navbar-nav ul.sub-menu li {
	margin: 0;
}

.header .navbar-nav>li:last-child>ul {
	right: 0px !important;
	left: auto !important;
	min-width: 200px !important;
}

section.banner-info .wpforms-container .wpforms-field, section.banner-info .wp-core-ui div.wpforms-container .wpforms-field {
	padding: 0;
}

.wpforms-container .wpforms-field input {
	margin-bottom: 15px !important;
}

div.wpforms-container-full input[type=checkbox]:before, div.wpforms-container-full input[type=checkbox]:after {
	width: 25px;
	height: 25px;
}

div.wpforms-container-full input[type=checkbox]:checked:after {
	top: 2px;
}


@media (min-width: 1200px) {
	.navbar ul {
		max-width: 750px;
	}
}

.border-btn.fillbtn.greenbtn {
	background: #3CD958;
	border-color: #3CD958;
	color: #FFFFFF;
}

div.wpforms-container-full input[type=checkbox]:checked:before {
	background: #3cd958;
	border-color: #3cd958 !important;
	box-shadow: 0 0 0 1px #3cd958, 0px 1px 2px rgba(0, 0, 0, 0.15);
}

div.wpforms-container-full input[type=checkbox]:checked:after {
	border-top: none;
	border-right: none;
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
}

.wpforms-submit-container .wpforms-submit {
	font-size: 20px !important;
	line-height: 49px !important;
	height: 49px !important;
	min-width: 200px;
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input {
	margin-top: -1px;
}

.join-professional .wpforms-container .wpforms-field,
.join-professional .wp-core-ui div.wpforms-container .wpforms-field {
	padding: 0;
}

section.join-professional .wpforms-container .wpforms-field.wpforms-field-name, section.join-professional .wpforms-container .wpforms-field.wpforms-field-email {
	float: left;
	width: 46%;
	clear: inline-end;
	margin-right: 20px;
}

div.wpforms-container-full input[type=checkbox]:before {
	width: 25px !important;
	height: 25px!important;
}


div.wpforms-container-full input[type=checkbox]:checked:after {
	top: 2px!important;
}

div.wpforms-container-full input[type=checkbox]:checked:after {
	top: 1px !important;
	left: 0px !important;
	width: 21px !important;
	height: 11px !important;
}

div.wpforms-container-full input[type=checkbox]:checked:before {
	background: #3cd958 !important;
	border-color: #3cd958 !important;
	box-shadow: 0 0 0 1px #3cd958, 0px 1px 2px rgba(0, 0, 0, 0.15) !important;
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input {
	margin-top: -1px !important;
}

section.join-professional p {
	margin: 10px 0px;
}

.header .navbar-nav>li:last-child>a>span {
	font-size: 16px !important;
	width: 20px !important;
	height: 17px !important;
	overflow: hidden !important;
	display: inline-block !important;
}

.footer, .footer:before {
	background: none !important;
}

.footer ul {
	display: inline-block;
	vertical-align: middle;
}

.footer ul li:first-child {
	margin-right: 20px;
}

.footer ul.privacy-menu li:first-child:after {
	display: inline-block;
}

.footer ul.privacy-menu li:last-child:after {
	display: none;
}

.footer ul li img.footer-logo {
	min-width: 60px;
}

.footer ul li:after {
	content: '•';
}

.footer ul.privacy-menu li:first-child:before {
	content: '•';
	color: #9D9D9C;
	padding: 0px 12px;
}

.footer ul.privacy-menu li:first-child {
	margin: 0;
}

.footer ul li img.footer-logo {
	min-width: 92px;
}

.footer .right-social ul li:first-child:after {
	display: none;
}

.footer .right-social ul li:after {
	display: inline-block;
}

section#join-professional h3{
	color: #000000;
	font-family: "IBM Plex Sans", serif;
	font-size: 28px;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 30px;
}

.navbar-nav ul.sub-menu li a.nav-link span {
	font-size: 16px;
}

.banner-info .forminfo p a:hover u,
section.join-professional p a:hover u {
	text-decoration: none !important;
}

div.wpforms-container-full input[type=checkbox]:checked:after {
	border-top: none !important;
	border-right: none !important;
	border-left: 4px solid #fff !important;
	border-bottom: 4px solid #fff !important;
}

div.wpforms-container-full, div.wpforms-container-full p a{
	color: #9D9D9C !important;
}

section.join-professional p {
	margin: 15px 0px;
}



.wpforms-submit-container .wpforms-submit:after {
	content: '';
	background: url(http://jp.cars/wp-content/uploads/2025/01/btn-arrow-green.svg) 50% 50% no-repeat;
	background-size: 25px 16px;
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 18px;
	margin-top: -2px;
	margin-left: 15px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7491%) hue-rotate(240deg) brightness(98%) contrast(105%);
	position: absolute;
	top: 37%;
	right: 20px;
}

.wpforms-submit-container .wpforms-submit {
	outline: none !important;
}

.wpforms-submit-container .wpforms-submit:hover {
	background: #000 !important;
}

.wpforms-submit-container .wpforms-submit {
	font-size: 20px !important;
	line-height: 49px !important;
	height: 49px !important;
	min-width: 200px;
	padding-right: 50px !important;
}


.sliderinfo {
	overflow: hidden;
	background: #fff;
	position: relative;
	z-index: 999;
	height: 42px;
	border-bottom: 1px solid #d4d4d4;
}

.sliderinfo.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.sliderinfo p {
	white-space: nowrap;
}

.sliderinfo .horizontal-scrolling-items {
	position: relative;
	left: -5%;
	display: flex;
	width: 3000px;
	animation-name: infiniteScroll;
	animation-duration: 13s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	overflow: hidden;
}

@keyframes infiniteScroll {
	from {transform: translateX(0)}
	to {transform: translateX(-50%)}
}

.header {
	z-index: 9999;
}

.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}

.sliderinfo {
	border-bottom:none;
}

.sliderinfo .item {
	border-bottom: 1px solid #d4d4d4;
}


.accordion-button::after {
	z-index: 9;
}

.color-red {
	color: #ff0000 !important;
}

.sliderinfo {
	border-bottom: 1px solid #d4d4d4;
}

.sliderinfo .item {
	border-bottom: none;
}


.navbar-expand-lg .navbar-nav>li {
	margin-left: 30px;
}


.navbar-brand img {
	max-height: 100px;
	margin-right: 20px;
	width: 130px;
}

ul.sub-menu {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	box-shadow: 0px 4px 9px 2px rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-nav .nav-item>.nav-link,.navbar-nav ul.sub-menu li a.nav-link {
	font-family: "IBM Plex Sans", serif !important;
}

ul.sub-menu {
	border-radius: 10px;
}

.wpforms-container .wpforms-field input:focus {
	border-color: #000 !important;
	box-shadow: none !important;
}

h3 {
	font-size: 22px;
	line-height: 33px;
}

.banner-info .forminfo {
	padding-top: 0px;
	padding-bottom: 0px;
}

.about h2 {
	margin-bottom: 5px;
}

.about .border-btn {
	min-width: 160px;
	font-weight: 400;
}

.footer ul li img.footer-logo {
	margin-top: -2px;
}

.about .first-img {
	min-width: 140px;
}

.about .icon img {
	max-height: 44px;
}

.about .icon {
	min-width: 10%;
	margin-left: auto;
	min-width: 81px;
	height: 81px;
	border-radius: 50%;
	border: 1px solid #e5e4e4;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 40px;
}

div.wpforms-container-full .wpforms-form label.wpforms-error, div.wpforms-container-full .wpforms-form em.wpforms-error {
	color: red !important;
	margin-bottom: 15px !important;
}

.about .bggreen .border-btn.fillbtn {
	min-width: 200px;
}

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

.footer ul li img.footer-logo {
	margin-top: -3px;
}

.color-green {    
	color: #3CD958 !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error, div.wpforms-container-full .wpforms-form em.wpforms-error {
	color: red !important;
	margin-bottom: 15px !important;
	font-size: 16px !important;
}


.sliderinfo {
	border-bottom: 1px solid #d4d4d4;
	height: 42px;
}

.sliderinfo p span {
	width: auto;
	float: none
}

.marquee-wrapper .container {
	overflow: hidden;
}

.marquee-inner span {
	float: left;
	width: 50%;
}

.marquee-wrapper .marquee-block {
	--total-marquee-items: 6;
	height: 42px;
	width: calc(250px * (var(--total-marquee-items)));
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}

.marquee-inner {
	display: block;
	width: 200%;
	position: absolute;
}

.marquee-inner.to-left {
	animation: marqueeLeft 25s linear infinite;
}

.marquee-inner.to-right {
	animation: marqueeRight 25s linear infinite;
}

.marquee-item {
	width: 230px;
	height: auto;
	display: inline-block;
	margin: 0 10px;
	float: left;
	transition: all 0.2s ease-out;
}

@keyframes marqueeLeft {
	0% {
		left: 0;
	}

	100% {
		left: -100%;
	}
}

@keyframes marqueeRight {
	0% {
		left: -100%;
	}

	100% {
		left: 0;
	}
}

.marquee-wrapper:hover .marquee-inner {
	animation-play-state: paused;
}

.header.default .navbar-nav>li:last-child>a {
	display: flex;
}

.header.default .navbar-nav>li:last-child>a>span {
	font-size: 16px !important;
	width: 100% !important;
	height: auto;
	overflow: hidden !important;
	display: inline-block;
}

.header.default .wpml-ls-menu-item .wpml-ls-flag {
	display: inline-block;
	vertical-align: baseline;
}

.footer ul.first li:first-child{
	margin-right:0px !important;
}



.banner-video {
	background: #000;
	padding: 15px 0px 50px 0px;
}

p.large {
	font-size: 20px;
	line-height: 47px;
	margin-bottom: 15px;
}

.banner-video h1,
.banner-video p {
	color: #fff;
}

.banner-video .banner-space {
	padding: 160px 15px;
}

.banner-video .border-btn.fillbtn.greenbtn {
	margin: 0 auto;
}

.banner-video #myVideo {
	border-radius: 35px;
}

.border-btn.fillbtn:hover {
	min-width: 215px;
}

.border-btn img {
	transition: all .3s;
}

.border-btn.fillbtn:hover img {
	position: relative;
	right: -5px;
}

body.page-template-template-confirmation .hero.small {
	padding: 0px 0px !important;
}

body.page-template-template-confirmation .footer{
	padding:0px !important;
}

.banner-video .banner-space {
	padding: 160px 10px;
}

body.page-template-template-newhome .hero.small {
	padding: 0px 0px !important;
}

h3 {
	font-size: 22px !important;
	line-height: 33px !important;
	font-weight:600 !important;
	font-family: "Space Grotesk", serif !important;
}

.border-btn.fillbtn {
	font-weight: 500 !important;
}

body.page-template-template-newhome .about .bgimg{
	min-height: 400px;
}


.accordion-button::after {
	background: url(../img/icon-plus.svg) 50% 50% no-repeat;
	background-size: 18px auto;
	border: 1px solid #e5e4e4 !important;
	border-radius: 50%;
}

.accordion-button:not(.collapsed)::after {
	background: url(../img/icon-close.svg) 50% 50% no-repeat;
	background-size: 16px auto;
}

.wpforms-submit-container .wpforms-submit:after {
	left: auto !important;
	bottom: auto !important;
	top: 37% !important;
	right: 20px !important;
	border: none !important;
	transition: all .3s;
}

.wpforms-submit-container .wpforms-submit:hover:after {
	right: 15px !important;
}

.border-btn.fillbtn img {
	position: relative;
	right: 0;
}

body.page-template-template-newhome .about .bgimg {
	display: flex;
	min-height: 400px;
}

body.page-template-template-newhome .about .bgimg .row {
	width: 100%;
}

body.page-template-template-newhome .join-professional .bg {
	background: #d5d4cf;
	position: relative;
	overflow: visible;
}

body.page-template-template-newhome .join-professional .mobile-img {
	position: absolute;
	bottom: 0;
	right: 4%;
	max-width: 550px;
}


li.menu-item-has-children ul {
	background-color: #000 !important;
	border-radius: 0px !important;
}

li.menu-item ul {
	background-color: #000 !important;
	border-radius: 0px !important;
}

header {
	z-index: 9999;
	position: relative;
}

li.menu-item-has-children > a:after {
	right: 12px !important;
}

.banner-info select {
	line-height: 1.5 !important;
	border: 1px solid #d5d5d5;
	background: #fff;
	padding: 0px 15px !important;
	border-radius: 7px !important;
	height: 50px !important;
	margin-bottom: 15px;
	font-size: 1rem !important;
	margin-bottom: 15px !important;
	color: var(--bs-body-color) !important;
	font-family: "IBM Plex Sans", serif !important;
	outline: none !important;
	width: 100%;
	max-width: 100% !important;
}

.banner-info select:focus {
	border-color: #000 !important;
	box-shadow: none !important;
}

.banner-info .wpforms-field-email {
	float: right !important;
	width: 49% !important;
	clear: unset !important;
}

.banner-info .wpforms-field-name {
	float: left !important;
	width: 49% !important;
	clear: unset !important;
}

.join-professional select {
	line-height: 1.5 !important;
	border: 1px solid #d5d5d5;
	background: #fff;
	padding: 0px 15px !important;
	border-radius: 7px !important;
	height: 50px !important;
	margin-bottom: 15px;
	font-size: 1rem !important;
	margin-bottom: 15px !important;
	color: var(--bs-body-color) !important;
	font-family: "IBM Plex Sans", serif !important;
	outline: none !important;
	width: 95.4% !important;
	max-width: 95.4% !important;
}

.join-professional select:focus {
	border-color: #000 !important;
	box-shadow: none !important;
}

body.page-template-template-confirmation .footer{
	background:#000 !important;
}
@media only screen and (max-width:767px) {
	.banner-info .wpforms-field-name,
	.banner-info .wpforms-field-email {
		width: 100% !important;
	}

	.join-professional select {
		width: 100% !important;
		max-width: 100% !important;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	section.join-professional .wpforms-container .wpforms-field.wpforms-field-name, section.join-professional .wpforms-container .wpforms-field.wpforms-field-email {
		margin-right: 18px;
	}
}


@media only screen and (min-width:992px) and (max-width:1199px) {
	section.join-professional .wpforms-container .wpforms-field.wpforms-field-name, section.join-professional .wpforms-container .wpforms-field.wpforms-field-email {
		margin-right: 18px;
	}
}


/*** Contact-gf New Css ***/
.banner-info.contact-gf {
	background: #000000;
	padding-bottom: 0;
}

.banner-info.contact-gf .space {
	padding-right: 65px;
}

.banner-info.contact-gf h3 {
	margin-top: 9px;
	margin-bottom: 7px;
}

.banner-info.contact-gf h1 {
	color: #fff;
	margin-bottom: 12px;
}

.banner-info.contact-gf p.large {
	color: #fff;
	line-height: 38px;
	margin-bottom: 25px;
}

.banner-info.contact-gf .talk-directly {
	border: .5px solid #5d5d5d;
	border-radius: 7px;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	display: flex;
	align-items: center;
	padding: 20px 20px 20px 30px;
	margin-bottom: 44px;
	width: 93%;
}

.banner-info.contact-gf .talk-directly>img {
	border-radius: 50%;
	width: 57px;
	height: 57px;
	object-fit: cover;
	margin-right: 25px;
}

.banner-info.contact-gf .talk-directly span {
	font-family: "IBM Plex Sans", serif;
	font-weight: 600;
}

.banner-info.contact-gf .talk-directly a {
	color: #fff;
}

.banner-info.contact-gf .talk-directly a:hover {
	color: #25A956 !important;
}

.banner-info.contact-gf .forminfo {
	background: #fff;
	border: none;
	margin-bottom: -30px;
	padding: 17px 30px 20px 30px;
	border-radius: 12px;
	box-shadow: 0px 2px 3px 2px rgba(0,0,0,.1);
}

.banner-info.contact-gf .forminfo input:focus,
.banner-info.contact-gf .forminfo textarea:focus {
	border: 2px solid #3CD958;
	box-shadow: none;
}

.banner-info.contact-gf .forminfo  h3 {
	margin-top: 1px;
	margin-bottom: 14px;
}

.banner-info.contact-gf .forminfo p a {
	color: #9D9D9C;
	text-decoration: underline;
}

.banner-info.contact-gf textarea {
	height: 100px;
	padding-top: 10px;
}
.banner-info.contact-gf {
	padding-top: 0px;
}
.banner-info.contact-gf .border-btn.fillbtn {
	min-width: 292px;
}

div#wpforms-2325{
	margin:0px;
}

.about.contact-gf .bgwhite .border-btn{
	background:#fff !important;
	font-weight:600;
}

.about.contact-gf .bgwhite.bgblack .border-btn{
	background: transparent !important;
	color: #fff;
	font-weight:600;
}
body.page-template-template-contact .footer, body.page-template-template-confirmation .footer{
	background: #000 !important;
}


body.page-template-template-contact .footer ul li, body.page-template-template-confirmation .footer ul li{
    display: block;
}

body.page-template-template-contact .footer-links a, body.page-template-template-confirmation  .footer-links a{
    color: white;
    text-decoration: none;
}

body.page-template-template-contact .footer-links a:hover, body.page-template-template-confirmation .footer-links a:hover{
    color: #3CD958;
}
.banner-info.contact-gf .border-btn.fillbtn span {
	background: #fff;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	margin-right: 6px;
	margin-left: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-info.contact-gf .border-btn.fillbtn img {
	filter: none;
	max-width: 20px;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about.contact-gf {
	background: #fff;
	padding: 40px 0px 0px 0px;
}

.about.contact-gf .bgdark {
	background: #E3E2DE;
	border-radius: 20px;
	padding: 15px 80px 10px 40px;
	margin-bottom: 35px;
	margin-top: 10px;
}

.about.contact-gf p.large {
	line-height: 38px;
}

.about.contact-gf .bgwhite .text {
	padding-bottom: 0;
}

.about.contact-gf .bgwhite {
	border: 3px solid #3CD958;
	box-shadow: none;
	padding-bottom: 0;
}

.about.contact-gf .border-btn {
	border: 1px solid #B2B2B2;
}

.about.contact-gf .bgblack {
	border: none;
	padding: 15px 50px 32px 50px;
}

.about.contact-gf .bgwhite.bgblack h2 {
	margin-top: -7px;
}

.about.contact-gf .bgblack p {
	margin-bottom: 35px;
}

.about.contact-gf .bgblack .border-btn {
	border-color: #F5F5F7;
}

.faq.contact-gf {
	padding: 30px 0px 20px 0px;
}

.faq.contact-gf h2 {
	margin-bottom: 22px;
}

.banner-info.contact-gf .forminfo input:focus,
.banner-info.contact-gf .forminfo textarea:focus {
	border: 2px solid #3CD958;
	box-shadow: none;
}

.banner-info.contact-gf textarea {
	height: 100px;
	padding-top: 10px;
}

.banner-info .wpforms-container .wpforms-field {
	width: 100%;
	width: 100% !important;
}

.banner-info .wpforms-field-row.wpforms-field-medium {
	max-width: 100% !important;
	margin-top: 15px;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
	height: 100px;
	padding-top: 10px;
	border-radius: 7px;
}

.banner-info.contact-gf input:focus,
.banner-info.contact-gf textarea:focus {
	border: 2px solid #3CD958 !important;
	box-shadow: none !important;
}

.banner-info.contact-gf .wpforms-field.wpforms-field-name {
	margin: 0 !important;
}

body.page-template-template-contact .hero.small {
	padding: 0 !important;
}

section.banner-info.contact-gf input[type="text"],
section.banner-info.contact-gf input[type="email"],
section.banner-info.contact-gf textarea {
    border: 1px solid #d5d5d5;
    background: #fff;
    padding: 0px 15px !important;
    border-radius: 7px !important;
    height: 50px;
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5 !important;
    color: var(--bs-body-color) !important;
    font-family: "IBM Plex Sans", serif !important;
    outline: none !important;
}
 
section.banner-info.contact-gf textarea {
    float: left;
    width: 100%;
    height: 100px !important;
    padding-top: 10px !important;
    margin-bottom: 0;
}
 
section.banner-info.contact-gf input[type="text"]:focus,
section.banner-info.contact-gf input[type="email"]:focus,
section.banner-info.contact-gf textarea:focus {
    border: 2px solid #3CD958;
    box-shadow: none;
}
 
section.banner-info.contact-gf .wpforms-field.wpforms-field-checkbox ul li input {
    margin-top: -1px;
}
 
section.banner-info.contact-gf input[type=checkbox]  {
    position: relative;
    display: inline-block;
    background: none;
    margin: 0 0 0 2px;
    border: none;
    box-shadow: none;
    vertical-align: middle;
    opacity: 1;
    appearance: none;
    border-radius: .25em;
    width: 28px;
    height: 28px;
    box-shadow: none !important;
    border:1px solid #d5d5d5 !important;
    margin-right: 14px;
}
 
section.banner-info.contact-gf input[type=checkbox]:checked {
    background: #3CD958 !important;
    border-color: #3CD958 !important;
    box-shadow: 0 0 0 1px #3cd958, 0px 1px 2px rgba(0, 0, 0, 0.15);
}
 
section.banner-info.contact-gf input[type=checkbox]:checked:after {
    content: '';
    position: absolute;
    cursor: pointer;
    top: 3px !important;
    left: 1px !important;
    width: 24px !important;
    height: 14px !important;
    transform: translate(0, 1px) scale(0.5) rotate(-45deg);
    border-top: none !important;
    border-right: none !important;
    border-left: 4px solid #fff !important;
    border-bottom: 4px solid #fff !important;
}

 
.banner-info.contact-gf .button {
    font-size: 20px !important;
    height: 49px !important;
    min-width: 200px;
    padding-right: 50px !important;
    border: none;
    color: #fff;
    font-weight: 500;
    position: relative;
    letter-spacing: 0;
    padding-right: 74px !important;
}
 
.banner-info.contact-gf .button:hover {
    background: #000 !important;
}
 
.banner-info.contact-gf .button:after {
    content: '';
    background: url(http://jp.cars/wp-content/uploads/2025/01/btn-arrow-green.svg) 50% 50% no-repeat;
    background-size: 25px 16px;
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 18px;
    margin-top: -2px;
    margin-left: 15px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7491%) hue-rotate(240deg) brightness(98%) contrast(105%);
    position: absolute;
    top: 37%;
    right: 20px;
    left: auto !important;
    bottom: auto !important;
    top: 37% !important;
    right: 20px !important;
    border: none !important;
    transition: all .3s;
}
 
.banner-info.contact-gf .button:hover:after {
    right: 15px !important;
}
 
.banner-info .forminfo p {
    margin-top: 0px;
}

 
.banner-info.contact-gf .button:after {
    filter: none;
    right: 12px !important;
}
 
.banner-info.contact-gf .button:hover:before {
    right: 3px !important;
}
 
.banner-info.contact-gf .button:hover:after {
    right: 10px !important;
}
 
.banner-info.contact-gf .button::before {
    content: '';
    position: absolute;
    top: 6px !important;
    right: 5px !important;
    background: #fff;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    margin-right: 2px;
    margin-left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

 section.banner-info.contact-gf .forminfo .validation_error {
    border: none !important;
    padding: 0px 10px !important;
    font-weight: 600  !important
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0;
}
 
 
@media only screen and (max-width:767px) {
	.banner-info.contact-gf .talk-directly {
		width: 100%;
		display: inline-block;
		padding: 20px 20px;
	}

	.banner-info.contact-gf .talk-directly>img {
		margin-bottom: 15px;
	}

	.banner-info.contact-gf .space {
		padding-right: 0px;
	}

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

	.banner-info.contact-gf .forminfo {
		padding: 20px 20px;
	}

	.banner-info.contact-gf .border-btn.fillbtn {
		min-width: 252px;
		font-size: 17px;
	}

	.about.contact-gf .bgdark {
		padding: 15px 20px 20px 20px;
	}
body.page-template-template-contact .hero.small {
    min-height: inherit;
}
	
	body.page-template-template-contact .hero .media{
		display:none;
	}

}

section.banner-info.contact-gf .forminfo input[type="tel"],
section.banner-info.contact-gf .forminfo input[type="date"],
section.banner-info.contact-gf .forminfo input[type="number"],
section.banner-info.contact-gf .forminfo input[type="password"],
section.banner-info.contact-gf .forminfo input[type="time"],
section.banner-info.contact-gf .forminfo input[type="file"] {
    border: 1px solid #d5d5d5;
    background: #fff;
    padding: 0px 15px !important;
    border-radius: 7px !important;
    height: 50px;
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5 !important;
    color: var(--bs-body-color) !important;
    font-family: "IBM Plex Sans", serif !important;
    outline: none !important;
}
 
section.banner-info.contact-gf .forminfo input[type="tel"]:focus,
section.banner-info.contact-gf .forminfo input[type="date"]:focus,
section.banner-info.contact-gf .forminfo input[type="number"]:focus,
section.banner-info.contact-gf .forminfo input[type="password"]:focus,
section.banner-info.contact-gf .forminfo input[type="time"]:focus,
section.banner-info.contact-gf .forminfo input[type="file"]:focus {
    border: 2px solid #3CD958 !important;
    box-shadow: none !important;
}
 
section.banner-info.contact-gf .forminfo .gfield_description {
    font-size: 16px;
    color: #9D9D9C;
    margin-top: 20px;
    line-height: 31px;
    font-family: "IBM Plex Sans", serif;
    border: none;
    padding: 0;
    overflow: hidden;
    max-height: inherit;
}
 

.gfield_description.validation_message {
    display: none !important;
}

.gform_validation_errors{
 display: none !important;
}

section.banner-info.contact-gf .forminfo .validation_error {
    border: none !important;
    padding: 0px 10px !important;
    font-weight: 400;
}
 
@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-info.contact-gf .talk-directly {
		padding: 20px 20px;
	}

	.banner-info.contact-gf .space {
		padding-right: 0px;
	}


}

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


}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.banner-info.contact-gf .space {
		padding-right: 10px;
	}


}


 
/*** Newhome page css ***/
.newhome-banner {
    background: #000000;
    padding: 35px 0px 15px 0px;
}
 
.newhome-banner h1 {
    color: #fff;
    margin-bottom: 35px;
    font-size: 46px;
    line-height: 58px;
}
 
.newhome-banner p {
    color: #9D9D9C;
}
 
.newhome-banner p.large-paragraph {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 5px;
}
 
.newhome-banner .border-btn.green {
    background: #3CD958;
    border-color: #3CD958;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    min-width: 200px;
    line-height: 42px;
}
 
.newhome-banner .border-btn.green:hover {
    background: #fff;
    border-color: #fff;
    color: #000;
}
 
 
.newhome-banner span.text {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin-left: 40px;
    font-size: 16px;
    line-height: 31px;
    font-family: "IBM Plex Sans", serif;
}
 
.newhome-banner span.text a {
    color: #fff;
}
 
.newhome-banner span.text a:hover {
    color: #3CD958;
}
 
 
/*** ***/
.newhome-about {
    padding: 45px 0px 0px 0px;
    background: #000;
}
 
.newhome-about h2 {
    color: #fff;
    margin-bottom: 20px;
}
 
.newhome-about p {
    color: #FFFFFF;
}
 
.newhome-about .about-border {
    border: 1px solid #808080;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    top: 0px;
    transition: all .3s;
}
 
.newhome-about .about-border:hover {
    top: -5px;
}
 
.newhome-about .bgimg {
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    height: 100%;
}
 
.newhome-about .bgimg #myVideo {
    border-radius: 0px;
}
 
.newhome-about .text {
    padding: 35px 45px 40px 55px;
}
 
.newhome-about p {
    margin-bottom: 22px;
}
 
.newhome-about .border-btn {
    min-width: 240px;
    font-size: 20px;
    transition: all .3s;
}
 
.newhome-about .about-border:hover .border-btn {
    color: #3dd958;
    border-color: #3CD958;
    background: none;
}
 
 
.newhome-about .down {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 
.newhome-about .down .img {
    max-height: 40px;
    opacity: .5;
}
 
 
/*** **/
.logo-slider {
    background: #131313;
    padding: 48px 0;
    padding: 38px 0;
}
 
.logo-slider .item {
    padding: 0px 10px;
}
 
.logo-slider .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
 
/*** newhome-info ***/
.newhome-info {
    padding: 110px 0px 100px 0px;
}
 
.newhome-info .border-btn.green {
    background: #3CD958;
    border-color: #3CD958;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    min-width: 200px;
    line-height: 42px;
}
 
.newhome-info p {
    font-weight: bold;
    font-size: 18px;
}
 
.newhome-info ul {
    font-weight: 400;
    font-size: 18px;
    font-family: "IBM Plex Sans", sans-serif;
    line-height: 1.67;
    color: #000000;
    list-style: none;
    padding: 0;
}
 
.newhome-info ul li:before {
    content: '>';
    color: #3CD958;
    padding-right: 6px;
}
 
.newhome-info .space {
    padding-left: 120px;
}
 
.newhome-info h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 40px;
}
 
.newhome-info h2 span {
    color: #3CD958;
}
 
.newhome-info .border-btn.green {
    color: #000;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    line-height: 47px;
    letter-spacing: 0.9px;
    border-radius: 50px;
    font-size: 25px;
    padding: 0px 36px;
    border: none;
    margin-right: 6px;
}
 
/*** newhome-heading ***/
.newhome-heading {
    background: url(../img/bg-heading.webp) 50% 50% no-repeat;
    background-size: cover;
    padding: 130px 0;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
 
.newhome-heading::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%);
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
}
 
.newhome-heading h2 {
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 1.67;
    margin: 0;
}
 
/*** newhome-protocol ***/
.newhome-protocol {
    position: relative;
    padding: 100px 0px 150px 0px;
    background: url(../img/bg-page-home.png) no-repeat right bottom;
    background-size: auto;
}
 
.newhome-protocol h2 {
    font-size: 35px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 20px;
}
 
.newhome-protocol .gap {
    gap: 80px;
    flex-wrap: nowrap;
}
 
.newhome-protocol .gap>div {
    width: 29.3%;
}
 
.newhome-protocol h3 {
    color: #3CD958 !important;
    font-size: 85px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    border-bottom: 1px solid black !important;
    display: block !important;
    margin-top: 40px !important;
    font-family: "IBM Plex Sans", sans-serif !important;
}
 
.newhome-protocol .devider {
    color: #3CD958;
    font-size: 85px;
    font-weight: 500;
    line-height: 1.2;
    border-bottom: 1px solid black;
    display: block;
    margin-top: 40px;
    font-family: "IBM Plex Sans", sans-serif;
}
 
.newhome-protocol h4 {
    color: #000;
    font-size: 35px;
    line-height: 44px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}
 
.newhome-protocol p {
    color: #000;
    padding-bottom: 32px;
    display: block;
    font-size: 18px;
}
 
.newhome-protocol .stop {
    margin-top: 80px;
}
 
.newhome-protocol ul {
    margin: 0;
    margin-top: 40px;
    padding: 0;
    list-style: none;
}
 
.newhome-protocol ul li:before {
    content: '>';
    color: #3CD958;
    padding-right: 6px;
}
 
.newhome-protocol ul li:first-child {
    padding-top: 0;
}
 
.newhome-protocol ul li {
    border-bottom: 1px solid #3CD958;
    padding: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.67;
}
 
.newhome-protocol ul p {
    margin: 0;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.67;
    padding-bottom: 0px;
}
 
 
/*** newhome-media ***/
.newhome-media {
    background-color: #EEEEEE;
    padding-top: 50px;
    padding-bottom: 40px;
}
 
.newhome-media h2 {
    font-size: 35px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    line-height: 1.25;
    margin-top: 0;
    color: #000000;
    margin-bottom: 60px;
}
 
.media-box {
    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);
    -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;
    height: calc(100% - 70px);
    margin-bottom: 70px;
}
 
.media-box .img {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: block;
}
 
.media-box .img:before {
    content: '';
    display: block;
    padding-bottom: 93%;
}
 
.media-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
 
.media-box .text {
    padding: 24px;
}
 
.media-box .post-tag {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
}
 
.media-box h3 {
    font-size: 22px;
    line-height: 1.2;
    margin: 12px 0;
    color: #000000;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    will-change: color;
}
 
.media-box h3 a {
    color: #000000;
}
 
.media-box h3 a:hover {
    color: #3CD958;
}
 
.media-box .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;
}
 
.media-box .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;
}
 
.media-box .readmore:hover:after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
 
/*** newhomefooter ***/
.newhomefooter {
    background: #000000;
    position: relative;
    color: white;
    font-size: 15px;
    padding-bottom: 80px;
}
 
.newhomefooter:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg-footer-gradient.svg) 50% 50% no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
 
.newhomefooter .container {
    position: relative;
    z-index: 3;
}
 
.newhomefooter .text {
    padding: 120px 0;
    border-bottom:1px solid rgba(255, 255, 255, 0.7);
    margin-bottom: 120px;
}
 
.newhomefooter .text h2 {
    color: #fff;
    font-size: 35px;
    line-height: 1.67;
    font-weight: 600;
    margin-bottom: 30px;
}
 
.newhomefooter .border-btn.green {
    color: #000;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    line-height: 47px;
    letter-spacing: 0.9px;
    border-radius: 50px;
    font-size: 25px;
    padding: 0px 36px;
    border: none;
    margin-right: 6px;
    background: #3CD958;
}
 
.newhomefooter .border-btn.green:hover {
    background: #fff;
    color: #000;
}
 
.newhomefooter .logo {
    max-height: 35px;
}
 
.newhomefooter h3 {
    color: #fff;
    font-size: 15px;
    line-height: 1.67;
    font-family: "IBM Plex Sans", sans-serif;
    margin-top: 80px;
    margin-bottom: 0px;
}
 
.newhomefooter ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
 
.newhomefooter ul li a {
    color: #fff;
    font-size: 15px;
    line-height: 1.67;
}
 
.newhomefooter ul li a:hover {
    color: #3CD958;
}
 
.newhomefooter .social p {
    color: #fff;
    font-size: 15px;
    line-height: 1.67;
}
 
.newhomefooter .social p img {
    width: 24px;
    margin-left: 5px;
}
 
/*** newhome-copyright ***/
.newhome-copyright {
    font-size: 13px;
    padding: 30px 0px;
    background: #131313;
}
 
.newhome-copyright p {
    color: #fff;
    font-size: 13px;
    margin: 0;
}


body.page-template-template-latesthome .hero.small {
	padding: 0 !important;
}

body.page-template-template-latesthome .footer ul li{
    display: block;
}

body.page-template-template-latesthome .footer-links a{
    color: white;
    text-decoration: none;
}

body.page-template-template-latesthome .footer-links a:hover{
    color: #3CD958;
}
c .footer{
	background: #000 !important;
}
section.newhomefooter.cta-section{
	padding-bottom:0px;
}

section.newhomefooter.cta-section .text{
	margin-bottom:40px;
}
  
.newhome-banner .border-btn.green {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
}
 
.newhome-about .border-btn {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
}


body.page-template-template-latesthome .footer{
	background:#000 !important;
}

body.page-template-template-latesthome .newhome-banner{
	padding: 0px 0px 15px 0px;
}
 
/**/
@media only screen and (max-width:767px) {
.newhome-banner span.text {
    width: 100%;
    margin-left: 0px;
    margin-top: 16px;
    font-size: 12px;
}
 
.newhome-banner h1 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 30px;
}
 
.newhome-banner p.large-paragraph {
    font-size: 15px;
    line-height: 28px;
}
 
.newhome-banner .border-btn.green {
    font-size: 16px;
    min-width: 160px;
    line-height: 36px;
}
 
.newhome-protocol .gap {
    gap: 20px;
    flex-wrap: wrap;
}
 
.newhome-protocol .gap>div {
    width: 100%;
}
 
.newhome-about .text {
    padding: 15px 15px 30px 15px;
}
 
.newhome-about .text h2 {
    margin-bottom: 30px;
}
 
.newhome-about .text p {
    display: none;
}
 
.newhome-about .border-btn {
    min-width: 190px;
    font-size: 16px;
    transition: all .3s;
    line-height: 34px;
}
 
.newhome-about .down .img {
    max-height: 29px;
}
 
.newhome-about .bgimg {
    height: 180px;
}
 
.newhome-info {
    padding: 50px 0px 100px 0px;
}
 
.newhome-info .space {
    padding-left: 12px;
    padding-top: 40px;
}
 
.newhomepage h2 {
    font-size: 23px !important;
    line-height: 35px !important;
}
 
.newhome-info .border-btn.green,.newhomefooter .border-btn.green {
    line-height: 41px;
    font-size: 18px;
    margin-bottom: 10px;
}
 
.newhome-heading {
    padding: 70px 0;
}
 
.newhomefooter .text {
    padding: 80px 0;
}
 
.newhomefooter .text-end {
    text-align:left !important;
}
 
.newhomefooter .social p {
    margin-top: 20px;
}
 
.newhome-info ul {
    font-size: 16px;
}
	
	body.page-template-template-latesthome .hero.small {
    min-height: inherit;
}
	
body.page-template-template-latesthome .hero .media{
		display:none;
	}
 body.page-template-template-latesthome .newhome-banner{
	padding: 15px 0px 15px 0px;
}
}
 
@media only screen and (min-width:768px) and (max-width:991px) {
.newhomepage h2 {
    font-size: 23px !important;
    line-height: 35px !important;
}
 
.newhome-info .border-btn.green,.newhomefooter .border-btn.green {
    line-height: 41px;
    font-size: 18px;
    margin-bottom: 10px;
}
 
.newhome-about .bgimg {
    height: 250px;
}
 
.newhome-about .text {
    padding: 35px 45px 40px 45px;
}
 
.newhome-protocol .gap {
    gap: 48px;
}
 
.newhome-protocol h4 {
    font-size: 23px;
    line-height: 37px;
}
 
.newhome-info ul {
    font-size: 16px;
}
}
 
@media only screen and (min-width:992px) and (max-width:1199px) {
.newhome-info .border-btn.green,.newhomefooter .border-btn.green {
    line-height: 41px;
    font-size: 18px;
    margin-bottom: 10px;
}
 
.newhome-protocol .gap {
    gap: 48px;
}
 
.newhome-protocol h4 {
    font-size: 32px;
    line-height: 44px;
}
 
.newhome-about .border-btn {
    min-width: 200px;
    font-size: 17px;
}
 
.newhome-info ul {
    font-size: 16px;
}
}
 
@media only screen and (min-width:1200px) and (max-width:1399px) {
.newhome-info .border-btn.green,.newhomefooter .border-btn.green {
    line-height: 41px;
    font-size: 18px;
    margin-bottom: 10px;
}
 
.newhome-protocol .gap {
    gap: 50px;
}
 
}

