
html {
	scroll-behavior: smooth
}

body {
	background-color: #fff;
	font-family: Inter,sans-serif;
	font-weight: 600;
	color: #34353a!important;
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	padding: 0
}

.fixed-header {
	padding-top: 100px!important
}

/* Ensure mega dropdown spans full width */
.navbar .mega-dropdown { position: static !important; }
.navbar .mega-menu {
  width: 100%;
  left: 0 !important;
  right: 0 !important;
}

/* Keep it aligned under header */
.navbar .dropdown-menu.mega-menu {
  margin-top: 0;
}

/* Make the big area clickable nicely */
.mega-menu .header-box { width: 100%; }


:focus {
	outline: 0 none;
	outline-offset: 0;
	box-shadow: none!important
}

a {
	color: #34353a;
	text-decoration: none;
	-webkit-transition: color .3s,background-color .3s;
	-moz-transition: color .3s,background-color .3s;
	-o-transition: color .3s,background-color .3s;
	transition: color .3s,background-color .3s
}

h1,h2,h3,h4,h5,h6 {
	font-family: Inter,sans-serif;
	color: #34353a
}

.error-msg { 
  color: #dc3545;
  font-size: 0.85rem;
  display: none;
}
.error-msg.show {
  display: block;
}


h1 {
	font-size: 3.375rem;
	line-height: 1.15;
	color: #34353a;
	font-weight: 400
}

h2 {
	font-size: 20px;
	font-size: 2.25rem;
	line-height: 1.2;
	font-weight: 400
}

h3 {
	color: #34353a;
	font-size: 1.5rem
}

h4 {
	font-size: 1rem
}

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

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1345px!important;
	width: 100%
}

@media (min-width: 576px) {
	.container {
		max-width:540px
	}
}

@media (min-width: 768px) {
	.container {
		max-width:750px
	}
}

@media (min-width: 992px) {
	.container {
		max-width:970px
	}
}

@media (min-width: 1200px) {
	.container {
		max-width:1180px
	}
}

@media (min-width: 1600px) {
	.container {
		max-width:1345px!important
	}
}

.img-fluid {
	width: 100%;
	border-radius: 8px
}

p {
	font-weight: 500;
	color: #333;
	line-height: 120%;
	font-family: Inter,sans-serif
}

.flex-video {
	position: relative;
	padding-top: 25px;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 16px;
	overflow: hidden
}

.flex-video.widescreen {
	padding-bottom: 57.25%
}

.flex-video.vimeo {
	padding-top: 0
}

.flex-video iframe,.flex-video object,.flex-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%
}

.bottom-animate {
	background: #fff!important;
	top: 8px!important;
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg)
}

.top-animate {
	background: #fff!important;
	top: 8px!important;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.top-menu {
	top: 0;
	width: 25px;
	height: 2px;
	border-radius: 10px;
	background-color: #f9a530
}

.mid-menu {
	top: 8px;
	width: 25px;
	height: 2px;
	border-radius: 10px;
	background-color: #f9a530
}

.bottom-menu {
	top: 16px;
	width: 25px;
	height: 2px;
	border-radius: 10px;
	background-color: #f9a530
}

.menui {
	background: #34353a;
	transition: .6s ease;
	transition-timing-function: cubic-bezier(.75,0,.29,1.01);
	margin-top: 10px;
	position: absolute
}

.icon {
	z-index: 1990;
	position: fixed;
	display: block;
	padding: 0;
	height: 40px;
	width: 30px;
	margin: 0;
	top: 17px;
	right: 20px
}

.ghost-marquee {
	display: flex;
	flex-direction: row;
	overflow: hidden
}

.ghost-item {
	background-color: #f0f0f0;
	width: 500px;
	height: 312px;
	margin-right: 10px;
	border-radius: 4px;
	position: relative
}

.ghost-item .image {
	background-color: #e0e0e0;
	width: 100%;
	height: 100%;
	border-radius: 4px
}

.p-inputtext {
	background-color: #fff
}

.search-wrapper {
	margin-bottom: 0;
	border: 1px solid rgba(31,41,55,.2);
	border-radius: 8px;
	padding: 10px;
	background-color: #fff
}

.search-wrapper .p-inputtext {
	background-color: #fff;
	border: 0px!important;
	border-radius: 8px;
	border: 0px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px
}

.search-wrapper .p-button-secondary {
	background-color: #f18825!important;
	border-color: #f18825!important;
	border-radius: 8px;
	padding: 12px 15px;
	font-size: .9rem!important;
	font-family: Inter,sans-serif;
	font-weight: 500
}

.search-wrapper .p-dropdown {
	border: 0px;
	border-right: 1px solid rgba(31,41,55,.2);
	border-radius: 0
}

.btn {
	border-radius: 8px;
	font-weight: 700
}

.btn.btn-outline-success {
	color: #fff;
	border-color: #fff
}

.btn.btn-outline-success:hover {
	background-color: #fff;
	color: #34353a
}

.btn.btn-outline-success-black {
	color: #fbfaf5;
	border-color: #34353a;
	background-color: #34353a;
	border-radius: 7px;
	padding: 10px 20px
}

.btn.btn-outline-success-black:hover {
	background-color: transparent!important;
	color: #34353a
}

.marquee-section {
	background-color: #34353a
}

.marquee-section.light {
	background-color: transparent
}

.marquee-section .marquee-both-direction {
	border-radius: 8px;
	margin-bottom: 0
}

.marquee-section .marquee-both-direction .marquee {
	position: relative;
	overflow: hidden;
	--offset: 20vw;
	--move-initial: 0px;
	--move-final: calc(-50% + var(--offset));
	padding: 0 0 0 60px
}

.marquee-section .marquee-both-direction .marquee .introduction {
	margin-left: 0;
	padding-right: 30px;
	margin-bottom: 30px
}

.marquee-section .marquee-both-direction .marquee .introduction h3 {
	color: #34353a;
	font-size: 2.25rem;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 700;
	padding-top: 0;
	padding-bottom: 10px
}

.marquee-section .marquee-both-direction .marquee .introduction p {
	color: #34353a;
	font-size: 1.12934694rem;
	padding-top: 0xp;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0
}

.marquee-section .marquee-both-direction .marquee .startup-item-marquee-small {
	padding: 0vw;
	padding: 0;
	margin-right: 50px;
	border-radius: 8px;
	width: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align-last: left;
	border: 0px solid rgba(52,53,58,.1)
}

.marquee-section .marquee-both-direction .marquee .startup-item-marquee-small p {
	margin-top: 0;
	padding-bottom: 0;
	font-size: 10px
}

.marquee-section .marquee-both-direction .marquee .startup-item-marquee-small .image {
	width: 100%;
	display: block;
	border-radius: 8px;
	overflow: hidden;
	margin: 0
}

.marquee-section .marquee-both-direction .marquee .startup-item-marquee-small .image img {
	display: block;
	margin: 0;
	height: 60px
}

.marquee-section .marquee-both-direction .marquee .marquee__inner_right {
	width: fit-content;
	display: flex;
	position: relative;
	transform: translate3d(var(--move-initial),0,0);
	animation: marquee-right 15s linear infinite;
	animation-play-state: running
}

.marquee-section .marquee-both-direction .marquee .marquee__inner {
	width: fit-content;
	display: flex;
	position: relative;
	transform: translate3d(var(--move-final),0,0);
	animation: marquee 15s linear infinite;
	animation-play-state: running
}

.marquee-section .marquee-both-direction .marquee:hover .marquee__inner,.marquee-section .marquee-both-direction .marquee:hover .marquee__inner_right {
	animation-play-state: paused
}

.border-radius {
	border-radius: 8px;
	overflow: hidden
}

@keyframes marquee {
	0% {
		transform: translate3d(var(--move-initial),0,0)
	}

	to {
		transform: translate3d(var(--move-final),0,0)
	}
}

@keyframes marquee-right {
	0% {
		transform: translate3d(var(--move-final),0,0)
	}

	to {
		transform: translate3d(var(--move-initial),0,0)
	}
}

.header {
	padding: 0;
	right: 0;
	left: 0;
	top: 0;
	height: 100px;
	z-index: 1000;
	position: relative;
	z-index: 11
}

.header.beige {
	background-color: #fff4d2
}

.header.black {
	background-color: #34353a
}

.header.white {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px)
}

.header.dark {
	margin-bottom: 0
}

.header.dark .btn.btn-outline-success {
	color: #fff!important;
	border-color: #fff!important
}

.header.dark .navbar-brand {
	color: #fff;
	font-weight: 700;
	letter-spacing: 0rem;
	width: 150px;
	font-size: 2.25rem
}

.header.dark .navbar {
	padding-left: 0;
	padding-right: 0
}

.header.dark ul.navbar-nav {
	list-style: none;
	padding: 0;
	display: inline;
	margin: 0 auto
}

.header.dark ul.navbar-nav li {
	list-style: none;
	margin: 0;
	display: inline;
	padding: 28px 8px 28px 0
}

.header.dark ul.navbar-nav li a {
	padding: 7px;
	text-decoration: none;
	font-size: 1rem;
	text-align: center;
	margin: 0;
	border-radius: 3px;
	color: #fff;
	font-weight: 700;
	display: inline-block
}

.header.dark ul.navbar-nav li a:hover {
	color: #364247
}

.header.dark ul.navbar-nav li.dropdown {
	position: relative;
	display: inline-block
}

.header.dark ul.navbar-nav li.dropdown i {
	font-size: 10px
}

.header.dark ul.navbar-nav li .dropdown-content {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	background-color: #fff;
	min-width: 180px;
	width: 200px;
	transition: visibility 0s,opacity .2s linear;
	border-radius: 8px;
	box-shadow: 0 3px 4px #0000001a;
	padding: 10px;
	border: 1px solid rgba(52,53,58,.15);
	z-index: 1
}

.header.dark ul.navbar-nav li .dropdown-content li {
	display: block;
	text-align: left
}

.header.dark ul.navbar-nav li .dropdown-content li a {
	font-size: 16px;
	text-align: left;
	color: #34353a
}

.header.dark ul.navbar-nav li .dropdown-content li:hover {
	background-color: #fbfaf5;
	color: #364247
}

.header.dark ul.navbar-nav li .dropdown-content.large {
	width: 630px;
	padding: 20px
}

.header.dark ul.navbar-nav li .dropdown-content.large a {
	font-size: 14px;
	padding: 5px 5px 5px 10px;
	display: block;
	text-align: left
}

.header.dark ul.navbar-nav li .dropdown-content.large a:hover {
	color: #364247;
	background-color: #fbfaf5
}

.header.dark ul.navbar-nav li.dropdown:hover i {
	font-size: 10px;
	transform: rotate(180deg)
}

.header.dark ul.navbar-nav li.dropdown:hover .dropdown-content {
	visibility: visible;
	opacity: 1;
	font-size: 13px;
	display: flex;
	flex-direction: column
}

.header.dark ul.navbar-nav li.dropdown:hover .dropdown-content li {
	display: flex
}

.header.dark ul.navbar-nav li.dropdown:hover .dropdown-content li a {
	font-size: 14px
}

.header.dark ul.navbar-nav li.dropdown:hover .dropdown-content li:hover {
	background-color: #fbfaf5
}

.light.beige {
	background-color: #fff4d2
}

.light .navbar-brand {
	color: #34353a;
	font-weight: 700;
	letter-spacing: 0rem;
	width: 150px;
	padding-top: 0;
	font-size: 2.25rem
}

.light .navbar-brand img {
	width: 20px;
	margin: 4px 5px 0px 0px;
}

.light .navbar {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	border-bottom: 0px solid #d9d9d9
}

.light ul.navbar-nav {
	list-style: none;
	padding: 0;
	display: inline;
	margin: 0 auto
}

.light ul.navbar-nav li {
	list-style: none;
	margin: 0;
	display: inline;
	padding: 28px 8px 28px 0
}

.light ul.navbar-nav li a {
	padding: 7px;
	text-decoration: none;
	font-size: 1rem;
	text-align: left;
	margin: 0;
	color: #34353a;
	font-weight: 600;
	display: inline-block
}

.light ul.navbar-nav li a.header-box {
	padding: 30px;

}




.light ul.navbar-nav li a:hover {
	color: #364247
}

.light ul.navbar-nav li a img {
	width: 24px;
}


.light ul.navbar-nav li.dropdown {
	position: relative;
	display: inline-block
}

.light ul.navbar-nav li.dropdown i {
	font-size: 10px
}



.light ul.navbar-nav li .dropdown-content li:hover {
	background-color: #fbfaf5;
	color: #364247
}

.light ul.navbar-nav li .dropdown-content.large {
	width: 630px;
	padding: 20px
}

.light ul.navbar-nav li .dropdown-content.large a {
	font-size: 14px;
	padding: 5px 5px 5px 10px;
	display: block;
	text-align: left
}

.light ul.navbar-nav li .dropdown-content.large a:hover {
	color: #364247;
	background-color: #fbfaf5
}

.light ul.navbar-nav li.dropdown:hover i {
	font-size: 10px;
	transform: rotate(180deg)
}

.light ul.navbar-nav li.dropdown:hover .dropdown-content {
	visibility: visible;
	opacity: 1;
	font-size: 13px;
	display: flex;
	flex-direction: column
}

.light ul.navbar-nav li.dropdown:hover .dropdown-content li {
	display: flex
}

.light ul.navbar-nav li.dropdown:hover .dropdown-content li a {
	font-size: 14px
}

.light ul.navbar-nav li.dropdown:hover .dropdown-content li:hover {
	background-color: #fbfaf5
}

.home-flex-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 0;
	flex-wrap: wrap;
	margin-bottom: 100px
}

.home-flex-wrapper .home-block {
	flex: 1 1 0;
	min-width: 250px;
	text-align: center;
	height: 640px;
	display: flex;
	justify-content: top;
	align-items: top
}

.home-flex-wrapper .home-block .home-block-content {
	flex-direction: row;
	padding: 50px;
	text-align: left;
	position: relative;
	z-index: 1
}

.home-flex-wrapper .home-block .home-block-content h3 {
	font-size: 28px;
	margin-bottom: 40px;
	color: #fff;
	line-height: 1.3;
	font-weight: 600
}

.home-flex-wrapper .home-block .home-block-content p {
	font-size: 1.12934694rem;
	color: #fff;
	line-height: 1.5
}

.home-flex-wrapper .home-block.first {
	border-radius: 8px 0 0 8px;
	background-color: #f1e153;
	background-image: url("../images/ux.jpg");
	background-size: auto;
	position: relative;
	overflow: hidden
}

.home-flex-wrapper .home-block.middle {
	background: transparent;
	padding: 0;
	display: flex;
	background-color: #ececea;
	background-color: #f1e153;
	background-image: url("../images/ux1.jpg");
	background-size: cover;
	position: relative;
	overflow: hidden
}

.home-flex-wrapper .home-block.middle .lottie-wrapper {
	width: 100%;
	height: 100%;
	display: flex
}

.home-flex-wrapper .home-block.middle .lottie {
	width: 100%!important;
	height: 100%!important;
	display: block
}

.home-flex-wrapper .home-block.middle .lottie>div {
	width: 300%!important;
	height: 100%!important;
	margin-left: -50%
}

.home-flex-wrapper .home-block.middle .lottie svg,.home-flex-wrapper .home-block.middle .lottie canvas {
	width: 100%!important;
	height: 100%!important
}

.home-flex-wrapper .home-block.last {
	border-radius: 0 8px 8px 0;
	background-color: #ececea;
	background-color: #f1e153;
	background-image: url("../images/ux2.jpg");
	background-size: cover;
	position: relative;
	overflow: hidden
}

.home-block .image {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%
}

@media (max-width: 900px) {
	.home-flex-wrapper {
		flex-direction:column;
		margin-bottom: 50px
	}

	.home-block {
		flex: 1 1 100%;
		min-width: 100%;
		width: 100%;
		height: auto;
		justify-content: center;
		align-items: center;
		padding: 230px 20px
	}

	.home-block .home-block-content {
		flex-direction: column;
		padding: 20px 10px
	}

	.home-block .home-block-content h3 {
		font-size: 22px;
		margin-bottom: 20px;
		text-align: center
	}

	.home-block .home-block-content p {
		font-size: 16px;
		text-align: center
	}

	.home-block.first {
		border-radius: 8px 8px 0 0!important
	}

	.home-block.last {
		border-radius: 0 0 8px 8px!important
	}

	.home-block .lottie-wrapper,.home-block .lottie {
		width: 100%!important;
		height: 200px!important
	}
}

.btn-outline-success {
	color: #34353a!important;
	border-color: #34353a!important;
	border-radius: 5px;
	padding: 10px 20px
}

.btn-outline-success:hover {
	background-color: #34353a!important;
	color: #fff!important
}

.btn-outline-success.dark {
	color: #fff!important;
	border-color: #fff!important;
	border-radius: 25px;
	padding: 10px 20px
}

.landing {
	background-color: #34353a
}

.landing .header {
	background-color: #34353a;
	margin-bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	padding: 25px 0;
	border-bottom: 0px solid #efefef;
	height: 70px
}

.landing .header .logo {
	float: left;
	font-size: 22px;
	letter-spacing: .5rem;
	color: #fff;
	margin-left: 8px;
	margin-top: 6px;
	font-weight: 700
}

.landing .header .logo span {
	background-color: #f18825;
	padding: 2px 6px;
	font-size: 20px;
	border-radius: 5px;
	margin-left: 5px;
	color: #fff;
	font-weight: 600
}

.landing .header .logo svg {
	height: 36px;
	float: left;
	width: 40px
}

.landing .header .logo img {
	height: 34px;
	margin-top: 10px
}

.landing .header .logo a {
	color: #fff
}

.landing .header .navigation {
	margin: 0 auto;
	width: 100%
}

.landing .header .navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline
}

.landing .header .navigation ul li {
	list-style: none;
	margin: 0;
	display: inline;
	padding: 0 5px
}

.landing .header .navigation ul li a {
	padding: 6px 7px 20px;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	border-right: 0px dotted #999;
	margin: 0;
	border-radius: 3px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	display: inline-block
}

.landing .header .navigation ul li a.btn-submit {
	border-radius: 8px;
	padding: 5px 10px 4px!important;
	color: #fff;
	background-color: #635dff
}

.landing .header .navigation ul li a.btn-submit:hover {
	border: 0px solid #fff;
	color: #364247;
	background: #efefef;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.landing .header .navigation ul li a:hover {
	color: #364247
}

.landing .header .navigation-account {
	margin: 0;
	width: 100%;
	float: right;
	text-align: right
}

.landing .header .navigation-account ul,.landing .header .navigation-account ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline
}

.landing .header .navigation-account ul li a {
	color: #34353a;
	padding: 15px 7px 20px;
	margin: 0 5px!important;
	text-decoration: none;
	text-align: center;
	border-right: 0px dotted #999;
	margin: 0;
	border-radius: 3px;
	font-size: 16px;
	display: inline-block
}

.landing .header .navigation-account ul li a i {
	color: #364247
}

.landing .header .navigation-account ul li a.btn-submit {
	border-radius: 8px;
	height: 36px;
	line-height: 34px;
	font-size: 16px;
	font-weight: 400;
	padding: 0 10px!important;
	color: #fff;
	background: #34353a;
	border: 1px solid #34353a
}

.landing .header .navigation-account ul li a.btn-submit:hover {
	color: #fff;
	background: #f18825;
	border: 1px solid transparent
}

.landing .header .navigation-account ul li a.btn-account {
	border-radius: 8px;
	padding: 0 10px!important;
	color: #34353a;
	height: 36px;
	line-height: 34px;
	border: 1px solid #34353a;
	background-color: #fff
}

.landing .header .navigation-account ul li a.btn-account:hover {
	color: #fff;
	background: #34353a
}

.landing .header .navigation-account ul li a.btn-account:hover i {
	color: #fff
}

.footer {
	padding: 50px 0 60px;
	background: #fff;
	margin-top: 0;
	border-top: 0px solid #e6ebec!important
}

.footer .navbar-brand {
	color: #34353a;
	font-weight: 700;
	letter-spacing: 0rem;
	width: 150px;
	font-size: 1.5rem!important
}

.footer.dark {
	margin-bottom: 0
}

.footer.dark .navbar-brand {
	color: #fff;
	font-weight: 700;
	letter-spacing: 0rem;
	width: 150px;
	font-size: 1.5rem
}

.footer.dark .footer-menu {
	padding: 0;
	color: #fff6
}

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

.footer.dark .footer-menu ul li {
	float: none;
	list-style-type: none;
	margin-right: 0;
	color: #fff6;
	padding: 0
}

.footer.dark .footer-menu ul li a {
	color: #fff
}

.footer.dark .footer-menu ul li a:hover {
	color: #fff6
}

.footer .border {
	border: 0px;
	border-top: 1px solid rgba(54,66,71,.3)
}

.footer a {
	color: #34353ae6;
	line-height: 30px
}

.footer .footer-menu {
	padding: 0
}

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

.footer .footer-menu ul li {
	float: none;
	list-style-type: none;
	margin-right: 0;
	padding: 0
}

.footer .footer-menu ul li a,.footer .footer-menu ul li a:hover,.footer p {
	color: #34353a
}

.footer p strong {
	font-weight: 800
}

.footer h3 {
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 14px;
	color: #ccc
}

.footer .navigation {
	margin: 0 auto;
	width: 100%
}

.footer .navigation ul,.footer .navigation ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline
}

.footer .navigation ul li a {
	color: #888;
	padding: 20px 7px;
	text-decoration: none;
	text-align: center;
	border-right: 0px dotted #999;
	margin: 0;
	border-radius: 3px;
	font-size: 14px;
	color: #fff;
	display: inline-block
}

.tags-list-small {
	padding: 40px 0 0
}

.tags-list-small ul {
	margin: 0;
	padding: 0
}

.tags-list-small ul li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 6px 12px;
	border-radius: 8px;
	font-size: 1.12934694rem;
	background-color: #34353a0d;
	color: #fff
}

.tags-list-small ul li:hover {
	background-color: #fff3;
	border: 0px solid rgba(255,255,255,.2)
}

.tags-list {
	padding: 40px 0 0
}

.tags-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 0;
	gap: 20px
}

.tags-list ul li {
	list-style-type: none;
	padding: 11px 17px;
	border-radius: 8px;
	font-size: 1.12934694rem;
	color: #fff;
	border: 2px solid #ffffff;
	text-align: center;
	transition: all .3s ease
}

.tags-list ul li:hover {
	background-color: #fff3;
	border: 2px solid rgba(255,255,255,.2)
}

.tags-list.dark ul li {
	color: #34353a;
	border: 2px solid #34353a
}

.tags-list.dark ul li:hover {
	background-color: #34353a33;
	border: 2px solid rgba(52,53,58,.2)
}

.mega-dropdown {
	position: static!important
}

.mega-menu {
	width: 100%;
	left: 0;
	right: 0;
	border: none;
	background: #fff;
	top: 98%;
	border-top: 0px solid #d9d9d9;
	border-radius: 0;
	border-bottom: 0px solid #d9d9d9
}

.mega-menu h6 {
	font-weight: 700;
	color: #34353a;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 20px
}

.mega-menu .header-box {
	padding: 20px;
	border-radius: 8px;
	display: inline-block
}

.mega-menu .header-box:hover {
	background-color: #34353a0f!important
}

.mega-menu .header-box p {
	font-weight: 400;
	font-size: 14px;
	width: 96%;
	margin-bottom: 0;
	line-height: 1.3;
	color: #34353ab3
}

.mega-menu .menu-icon,.mega-menu .menu-icon img {
	height: 30px;
	width: 30px
}

.mega-menu a:hover {
	color: #000;
	text-decoration: none;
	background-color: #34353a01
}

@media (max-width: 991px) {
	.mega-menu {
		position:relative;
		width: 100%;
		box-shadow: none
	}
}

.home-hero-section {
	padding: 60px 0;
	background-color: transparent
}

.home-hero-section h1 {
	letter-spacing: -3px;
	font-size: 100px;
	font-weight: 600;
	line-height: 1
}

.home-hero-section h1 span {
	font-weight: 700;
	color: #34353ab3
}

.home-hero-section h2,.home-hero-section h3 {
	color: #34353a
}

.home-hero-section p {
	color: #34353a;
	font-family: Inter,sans-serif;
	font-weight: 500;
	line-height: 1.5;
	font-size: 1.12934694rem;
	margin-bottom: 0
}

.home-hero-section .description div {
	font-size: 16px;
	color: #34353a;
	font-weight: 500;
	line-height: 1.5;
	font-family: Inter,sans-serif
}

.home-hero-section .description div p {
	font-size: 16px;
	line-height: 1.5;
	color: #34353a;
	font-weight: 500
}

.home-hero-section .description-home div {
	font-size: 25px;
	color: #34353a;
	font-weight: 500;
	line-height: 1.5;
	font-family: Inter,sans-serif
}

.home-hero-section .description-home div p {
	font-size: 25px;
	color: #34353a;
	font-weight: 500
}

.home-hero-section .image {
	width: 100%;
	display: block;
	border-radius: 8px;
	overflow: hidden;
	margin: 0
}

.home-hero-section .image img {
	width: 100%;
	display: block;
	margin: 0
}

.category-hero-section {
	padding: 60px 0;
	background-color: transparent
}

.category-hero-section .color-hero-wrapper {
	background-color: #e2d0f4;
	padding: 115px 25px;
	border-radius: 8px
}

.category-hero-section .color-hero-wrapper.green {
	background-color: #f4f4f4!important
}

.category-hero-section h1 {
	letter-spacing: -3px;
	font-size: 80px;
	font-weight: 600;
	line-height: 1;
	padding-top: 10px!important
}

.category-hero-section h1 span {
	font-weight: 700;
	color: #34353ab3
}

.category-hero-section h1.title {
	font-size: 24px;
	color: #34353ab3;
	font-weight: 400
}

.category-hero-section h3 {
	color: #34353a
}

.category-hero-section p {
	color: #34353a;
	font-family: Inter,sans-serif;
	font-weight: 500;
	line-height: 1.5;
	font-size: 1.12934694rem;
	margin-bottom: 0px
}

.category-hero-section .description div, .category-hero-section .description div p {
	font-size: 25px;
	color: #34353a;
	font-weight: 500;
	line-height: 1.5;
	font-family: Inter,sans-serif
}

.category-hero-section .image {
	width: 100%;
	display: block;
	border-radius: 8px;
	overflow: hidden;
	margin: 0
}

.category-hero-section .image img {
	width: 100%;
	display: block;
	margin: 0
}

.subcategory-hero-section {
	padding: 60px 0;
	background-color: transparent
}

.subcategory-hero-section .color-hero-wrapper {
	background-color: #e2d0f4;
	padding: 115px 25px;
	border-radius: 8px
}

.subcategory-hero-section h1 {
	letter-spacing: -3px;
	font-size: 100px;
	font-weight: 600;
	line-height: 1
}

.subcategory-hero-section h1 span {
	font-weight: 700;
	color: #34353ab3
}

.subcategory-hero-section .btn-outline-success {
	border: 0px!important
}

.subcategory-hero-section h2,.subcategory-hero-section h3 {
	color: #34353a
}

.subcategory-hero-section p {
	color: #34353a;
	font-family: Inter,sans-serif;
	font-weight: 500;
	line-height: 1.5;
	font-size: 1.12934694rem;
	margin-bottom: 40px
}

.subcategory-hero-section .description div {
	font-size: 25px;
	color: #34353a;
	font-weight: 500;
	line-height: 1.5;
	font-family: Inter,sans-serif
}

.subcategory-hero-section .description div p {
	font-size: 16px;
	line-height: 1.5;
	color: #34353a;
	font-weight: 500
}

.subcategory-hero-section .description-home div {
	font-size: 25px;
	color: #34353a;
	font-weight: 500;
	line-height: 1.5;
	font-family: Inter,sans-serif
}

.subcategory-hero-section .description-home div p {
	font-size: 25px;
	color: #34353a;
	font-weight: 500
}

.subcategory-hero-section .image {
	width: 100%;
	display: block;
	border-radius: 8px;
	overflow: hidden;
	margin: 0
}

.subcategory-hero-section .image img {
	width: 100%;
	display: block;
	margin: 0
}

.description-home {
	font-size: 46px;
	font-weight: 400;
	line-height: 1.2
}

.landing-hero-section.light {
	padding: 60px 0;
	background-color: transparent
}

.landing-hero-section.light h1 {
	color: #34353a;
	font-weight: 700!important
}

.landing-hero-section.light h1 span {
	font-weight: 400;
	color: #34353ab3
}

.landing-hero-section.light h2 {
	color: #34353a;
	font-weight: 500
}

.landing-hero-section.light h3 {
	color: #34353a
}

.landing-hero-section.light p {
	font-size: 20px;
	color: #34353a;
	line-height: 28px
}

.landing-hero-section.light .description div {
	font-size: 20px;
	color: #34353a;
	font-family: Inter,sans-serif;
	line-height: 28px
}

.text-center {
	text-align: center
}

.page-detail-wrapper {
	padding: 0;
	background-color: #fbfaf5
}

.page-detail-wrapper .pricing-item {
	background-color: #fff;
	box-shadow: 0 2px 7px #0000001a;
	padding: 50px 30px;
	border-radius: 8px;
	margin-bottom: 20px;
	border: 2px solid #ffffff
}

.page-detail-wrapper .pricing-item.active {
	border-color: #34353a99
}

.page-detail-wrapper .pricing-item .pricing-heading {
	color: #34353a;
	font-size: 38px;
	line-height: 32px;
	font-weight: 700;
	margin-top: 0
}

.page-detail-wrapper .pricing-item h2 {
	margin-top: 0;
	padding-top: 0;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 500
}

.page-detail-wrapper .pricing-item .feartures-box {
	padding: 0
}

.page-detail-wrapper .pricing-item .feartures-box ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.page-detail-wrapper .pricing-item .feartures-box ul li {
	list-style-type: none
}

.page-detail-wrapper .pricing-item .feartures-box ul li.list-group-item {
	border: 0px;
	border-bottom: 1px dotted #ccc;
	margin: 0;
	padding: 6px 0
}

.link {
	border-bottom: 1px solid #34353a
}

.subcategories .sub-category-item {
	padding-top: 70px
}

.subcategories .sub-category-item .image {
	width: 100%;
	display: block;
	border-radius: 8px;
	overflow: hidden;
	margin: 0
}

.subcategories .sub-category-item .image img {
	width: 100%;
	display: block;
	margin: 0
}

.subcategories .sub-category-item .description {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5
}

.subcategories .sub-category-item .subcategories-icon,.subcategories .sub-category-item .subcategories-icon img {
	height: 24px;
	width: 24px
}

.subcategories .sub-category-item h5 {
	color: #34353a66
}

.beige {
	background-color: #fff4d2!important
}

.black {
	background-color: #34353a!important
}

.white {
	background-color: transparent!important
}

#infinite-scroller {
	height: 100vh;
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
	padding: 0;
	list-style: none
}

#infinite-scroller::-webkit-scrollbar {
	display: none
}

.ngx-pagination {
	margin: 0;
	width: 100%;
	padding: 0;
	text-align: center
}

.ngx-pagination .current {
	padding: .1875rem .625rem;
	background: #34353a!important;
	border-radius: 3px!important;
	color: #fefefe;
	cursor: default
}

.page-title {
	border-bottom: 0px solid #fbfaf5;
	padding-bottom: 10px
}

.page-title h1 {
	font-size: 22px;
	color: #34353a!important
}

.page-title h4 {
	margin-top: 0;
	padding-top: 0
}

.startup-view-wrapper {
	background-color: #fbfaf5
}

.startup-view-wrapper h3 {
	padding-top: 0;
	margin-top: 0
}

.startup-view-wrapper h4 {
	font-size: 1rem;
	margin: 0;
	padding: 0;
	color: #34353a66
}

.startup-view-wrapper h4 a {
	color: #34353a
}

.startup-view-wrapper p {
	margin: 0;
	padding: 0;
	letter-spacing: .1px;
	font-size: .925rem;
	color: #34353acc;
	font-weight: 400;
	line-height: 1.35rem
}

.startup-view-wrapper p.detail {
	font-size: .72rem;
	line-height: .72rem
}

.startup-view-wrapper .like {
	float: left;
	margin-top: 10px
}

.startup-view-wrapper span.country a {
	font-size: 14px;
	color: #364247
}

.startup-view-wrapper .nav-pills-startup {
	margin-top: 0;
	padding-top: 5px;
	border-top: 0px solid #ddd;
	color: #999
}

.startup-view-wrapper .startup-header {
	margin-bottom: 20px;
	padding: 40px 0 30px
}

.startup-view-wrapper .startup-header h1 {
	font-weight: 700;
	color: #34353a;
	margin: 0 0 10px
}

.startup-view-wrapper .startup-header .image {
	border: 0px solid rgba(52,53,58,.2);
	padding: 0;
	border-radius: 8px
}

.startup-view-wrapper .category-list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%
}

.startup-view-wrapper .category-list li {
	list-style-type: none;
	font-size: 15px;
	padding: 2px 0;
	width: 100%;
	display: block
}

.startup-view-wrapper .category-list li a:hover {
	color: #f18825
}

.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
	outline: 0 none;
	outline-offset: 0;
	box-shadow: none!important
}

.horizontal-tabs {
	margin-top: 0rem;
	display: flex;
	align-items: center;
	overflow-x: auto;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	list-style: none;
	margin-left: 0;
	padding-left: 0
}

.horizontal-tabs li {
	list-style-type: none
}

.horizontal-tabs li a {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	height: 48px;
	font-size: 1rem;
	padding: 0 .75rem;
	font-weight: 500;
	color: inherit;
	border-bottom: 3px solid transparent;
	text-decoration: none;
	transition: .15s ease
}

.horizontal-tabs a:hover,.horizontal-tabs a:focus,.horizontal-tabs a.active {
	color: #34353a;
	border-bottom-color: #34353a
}

.startup-list-wrapper {
	padding: 60px 0;
	background-color: #fbfaf5
}

.startup-list-wrapper h3 {
	padding-top: 0;
	margin-top: 0
}

.startup-list-wrapper h1 {
	font-size: 24px
}

.startup-list-wrapper h4 {
	color: #34353a;
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: 20px;
	line-height: 28px;
	font-weight: 600;
	letter-spacing: -.025em
}

.startup-list-wrapper .startup-item-list .p-card {
	border: 1px solid #e6ebec;
	box-shadow: none!important;
	background-color: #fff;
	border-radius: 10px;
	transition: all .2s ease-in-out;
	border: 1px solid #ffffff
}

.startup-list-wrapper .startup-item-list .p-card .p-card-body {
	padding: 0
}

.startup-list-wrapper .startup-item-list .p-card .p-card-body .item-content {
	padding: 24px 28px
}

.startup-list-wrapper .startup-item-list .p-card .p-card-body .item-content h3 {
	color: #34353a;
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 18px;
	line-height: 1.2
}

.startup-list-wrapper .startup-item-list .p-card .p-card-body .item-content .profession {
	background-color: #34353a1a;
	padding: 4px 10px;
	font-size: 12px
}

.startup-list-wrapper .startup-item-list .p-card .p-card-body .item-content p.detail {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 140%;
	font-weight: 400;
	color: #34353a;
	margin-bottom: 2px!important
}

.startup-list-wrapper .startup-item-list .p-card .p-card-body .startup-item-list-image .image .like {
	color: #fff;
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 13px;
	-webkit-transition: color .2s;
	border: 0px solid #ccc
}

.startup-list-wrapper .startup-item-list .p-card .p-card-body .startup-item-list-image .image .like a {
	color: #fff
}

.startup-list-wrapper .startup-item-list .p-card .p-card-body .startup-item-list-image .image {
	position: relative
}

.startup-list-wrapper .startup-item-list .p-card .p-card-body .startup-item-list-image .image img[class] {
	width: 100%
}

.startup-list-wrapper .startup-item-list .p-card .p-card-body .startup-item-list-image .image img {
	height: 200px;
	background-color: #444;
	border-radius: 8px 8px 0 0
}

.startup-list-wrapper .startup-item-list .p-card .p-card-body .fade-in {
	animation-name: fadeIn;
	animation-duration: 1.3s;
	animation-timing-function: cubic-bezier(0,0,.4,1);
	animation-fill-mode: forwards
}

.startup-list-wrapper .startup-item-list .p-card .p-card-body .object-fit_cover {
	object-fit: cover
}

.startup-list-wrapper .startup-item-list .p-card:hover {
	outline: none;
	border-color: transparent;
	cursor: pointer;
	border: 1px solid #c9cace;
	box-shadow: 0 3px 3px #0000000d,0 5px 15px #0000000d!important
}

.startup-list-wrapper .startup-item-list-search .p-card {
	border: 1px solid #e6ebec;
	box-shadow: none!important;
	background-color: #fff;
	border-radius: 10px;
	transition: all .2s ease-in-out;
	border: 1px solid #ffffff
}

.startup-list-wrapper .startup-item-list-search .p-card .p-card-body {
	padding: 0
}

.startup-list-wrapper .startup-item-list-search .p-card .p-card-body .item-content {
	padding: 24px 28px
}

.startup-list-wrapper .startup-item-list-search .p-card .p-card-body .item-content h3 {
	color: #34353a;
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 18px;
	line-height: 1.2
}

.startup-list-wrapper .startup-item-list-search .p-card .p-card-body .item-content .profession {
	background-color: #34353a1a;
	padding: 4px 10px;
	font-size: 12px
}

.startup-list-wrapper .startup-item-list-search .p-card .p-card-body .item-content p.detail {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 140%;
	font-weight: 400;
	color: #34353a;
	margin-bottom: 2px!important
}

.startup-list-wrapper .startup-item-list-search .p-card .p-card-body .startup-item-list-image .image .like {
	color: #fff;
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 13px;
	-webkit-transition: color .2s;
	border: 0px solid #ccc
}

.startup-list-wrapper .startup-item-list-search .p-card .p-card-body .startup-item-list-image .image .like a {
	color: #fff
}

.startup-list-wrapper .startup-item-list-search .p-card .p-card-body .startup-item-list-image .image {
	position: relative
}

.startup-list-wrapper .startup-item-list-search .p-card .p-card-body .startup-item-list-image .image img[class] {
	width: 100%
}

.startup-list-wrapper .startup-item-list-search .p-card .p-card-body .startup-item-list-image .image img {
	height: 160px;
	background-color: #444;
	border-radius: 8px 0 0 8px
}

.startup-list-wrapper .startup-item-list-search .p-card .p-card-body .fade-in {
	animation-name: fadeIn;
	animation-duration: 1.3s;
	animation-timing-function: cubic-bezier(0,0,.4,1);
	animation-fill-mode: forwards
}

.startup-list-wrapper .startup-item-list-search .p-card .p-card-body .object-fit_cover {
	object-fit: cover
}

.startup-list-wrapper .startup-item-list-search .p-card:hover {
	outline: none;
	border-color: transparent;
	cursor: pointer;
	border: 1px solid #c9cace;
	box-shadow: 0 3px 3px #0000000d,0 5px 15px #0000000d!important
}

.market-list-wrapper {
	background-color: #fbfaf5
}

.strengthBar {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: 2px
}

.point:last-of-type {
	margin: 0!important
}

.point {
	background: #ddd;
	border-radius: 2px;
	display: inline-block;
	height: 5px;
	margin-right: 1px;
	width: 62px
}

.history-timeline li {
	border-left: 2px dotted #ccc;
	list-style-type: none;
	padding-left: 20px;
	position: relative;
	padding-bottom: 20px;
	padding-top: 6px
}

.history-timeline li .dot {
	background-color: #fff;
	border: 2px solid rgba(52,53,58,.3);
	position: absolute;
	border-radius: 8px;
	width: 10px;
	height: 10px;
	left: -5px;
	top: 0
}

.banner {
	padding: 0
}

.banner .banner-section-inner {
	background-color: #34353a;
	padding: 40px 40px 60px;
	position: relative;
	border-radius: 8px
}

.banner .banner-section-inner h4 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 0;
	line-height: 1.4rem
}

.banner .banner-section-inner p {
	color: #fff6;
	margin-top: 10px
}

.banner .banner-section-inner .p-button:hover {
	background-color: #fff!important;
	color: #34353a!important
}

.banner .banner-section-inner .overlap-top {
	height: 340px;
	position: absolute;
	width: 100%;
	top: 0
}

.banner .banner-section-inner .overlap-bottom {
	height: 90px;
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: #fbfaf5
}

.banner .banner-section-inner .informations {
	position: relative;
	z-index: 100
}

.banner .banner-section-inner .image-home {
	position: relative;
	bottom: -60px
}

.banner .banner-section-inner .image-home img[class] {
	width: 100%
}

.banner .banner-section-inner .image-home img {
	height: 400px;
	background-color: #34353a;
	border-radius: 10px
}

.banner .banner-section-inner .fade-in {
	animation-name: fadeIn;
	animation-duration: 1.3s;
	animation-timing-function: cubic-bezier(0,0,.4,1);
	animation-fill-mode: forwards
}

.banner .banner-section-inner .object-fit_cover {
	object-fit: cover
}

.market-list-wrapper .p-card .p-card-body {
	padding: 15px
}

.market-list-wrapper .p-card .p-card-body i {
	color: #635dff;
	margin-right: 10px
}

.categories-item {
	position: relative;
	margin-bottom: 30px
}

.categories-item .categories-item-content {
	position: absolute;
	z-index: 10;
	bottom: 40px;
	left: 40px;
	color: #fff;
	font-size: 20px
}

.categories-item .categories-item-image img[class] {
	width: 100%
}

.categories-item .categories-item-image img {
	height: 250px;
	background-color: #444
}

.categories-item .fade-in {
	animation-name: fadeIn;
	animation-duration: 1.3s;
	animation-timing-function: cubic-bezier(0,0,.4,1);
	animation-fill-mode: forwards
}

.categories-item .object-fit_cover {
	object-fit: cover
}

@media (max-width: 768px) {
	.categories-item-image img {
		height:200px;
		background-color: #444
	}
}

.banner-main {
	padding: 0;
	background-color: #fff;
	position: relative
}

.banner-main .overlay-top {
	height: 140px;
	position: absolute;
	width: 100%;
	background-color: #fff;
	top: 0
}

.banner-main .banner-section-inner {
	background-color: #34353a;
	padding: 40px 40px 60px;
	position: relative;
	border-radius: 10px
}

.banner-main .banner-section-inner h4 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 20px;
	margin-top: 0;
	line-height: 2rem;
	text-align: left
}




.banner-main .banner-section-inner p {
	color: #fff6;
	margin-top: 10px
}

.banner-main .banner-section-inner .btn.btn-website {
	background-color: #fff;
	color: #34353a
}

.banner-main .banner-section-inner .overlap-top {
	height: 340px;
	position: absolute;
	width: 100%;
	top: 0
}

.banner-main .banner-section-inner .overlap-bottom {
	height: 90px;
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: #fbfaf5
}

.banner-main .banner-section-inner .informations {
	position: relative;
	z-index: 100
}

.banner-main .banner-section-inner .image-home {
	position: relative;
	bottom: -60px
}

.banner-main .banner-section-inner .image-home img[class] {
	width: 100%
}

.banner-main .banner-section-inner .image-home img {
	height: 400px;
	background-color: #34353a;
	border-radius: 10px
}

.banner-main .banner-section-inner .fade-in {
	animation-name: fadeIn;
	animation-duration: 1.3s;
	animation-timing-function: cubic-bezier(0,0,.4,1);
	animation-fill-mode: forwards
}

.banner-main .banner-section-inner .object-fit_cover {
	object-fit: cover
}

.categories-section {
	padding: 0;
	background-color: #fff
}

.categories-section h1 {
	color: #34353a;
	font-size: 50px;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 48px;
	font-weight: 600;
	letter-spacing: -.025em
}

.categories-section h4 {
	margin: 4px 0 30px;
	color: #34353ab3
}

.categories-section p {
	color: #34353a
}

.popup-login .p-dialog {
	border-radius: 8px;
	position: relative
}

.popup-login .p-dialog .p-dialog-content {
	padding: 0;
	border-radius: 8px
}

.popup-login .p-dialog .p-dialog-header {
	position: absolute;
	background-color: transparent;
	z-index: 100;
	right: -10px;
	top: -10px
}

.popup-login .p-dialog .p-dialog-header .p-dialog-header-close-icon {
	color: #fff
}

.white-background {
	background-color: #fbfaf5
}

.home-section {
	padding: 50px 0;
	margin-top: 0;
	background-color: #fff
}

.home-section .home-section-inner,.home-section .home-section-inner .home-section-inner-content {
	position: relative
}

.home-section .home-section-inner .home-section-inner-content h1 {
	font-size: 36px;
	font-weight: 800;
	line-height: 48px;
	color: #34353a;
	letter-spacing: .3rem;
	margin-bottom: 20px;
	padding: 0
}

.home-section .home-section-inner .home-section-inner-content p {
	font-size: 20px;
	color: #a1a1a8;
	line-height: 28px;
	padding: 0;
	margin: 0;
	font-weight: 300
}

.home-section .home-section-inner .home-section-inner-content .btn.btn-website {
	background-color: #364247;
	color: #fff
}

.home-section .home-section-inner .home-section-inner-content .overlap-top {
	height: 340px;
	position: absolute;
	width: 100%;
	top: 0
}

.home-section .home-section-inner .home-section-inner-content .overlap-bottom {
	height: 90px;
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: #fbfaf5
}

.home-section .home-section-inner .home-section-inner-content .informations {
	position: relative;
	z-index: 100
}

.home-section .home-section-inner .home-section-inner-content .image-home {
	position: relative;
	bottom: -60px
}

.home-section .home-section-inner .home-section-inner-content .image-home img[class] {
	width: 100%
}

.home-section .home-section-inner .home-section-inner-content .image-home img {
	height: 400px;
	background-color: #34353a;
	border-radius: 10px
}

.home-section .home-section-inner .home-section-inner-content .fade-in {
	animation-name: fadeIn;
	animation-duration: 1.3s;
	animation-timing-function: cubic-bezier(0,0,.4,1);
	animation-fill-mode: forwards
}

.home-section .home-section-inner .home-section-inner-content .object-fit_cover {
	object-fit: cover
}

.category-section-top {
	padding: 50px 0
}

.category-section-top .image-big {
	z-index: 122;
	position: relative
}

.category-section-top .image-big img[class] {
	width: 85%;
	border-radius: 14px;
	box-shadow: 2px 11px 39px #00000026
}

.category-section-top .div-block-dots {
	bottom: 50px;
	right: 30px;
	position: absolute;
	opacity: 1;
	height: 160px;
	width: 130px;
	border-radius: 15px;
	background-color: #364247;
	z-index: 99
}

.category-section-top .div-block-dots-1 {
	bottom: -130px;
	left: 15px;
	position: absolute;
	opacity: 1;
	height: 100px;
	width: 130px;
	z-index: 9900
}

.category-section-top .category-section-top-inner {
	border-radius: 8px;
	position: relative;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	background-position: center center
}

.category-section-top .category-section-top-inner .category-section-top-inner-content {
	padding: 120px 60px;
	position: relative;
	background: linear-gradient(to left,#34353a00,#34353a66)
}

.category-section-top .category-section-top-inner .category-section-top-inner-content h1 {
	color: #fff;
	font-size: 40px;
	margin-bottom: 30px;
	margin-top: 20px;
	line-height: 38px;
	font-weight: 600;
	letter-spacing: -.025em
}

.category-section-top .category-section-top-inner .category-section-top-inner-content p {
	color: #fff;
	margin-top: 10px;
	font-weight: 300;
	font-size: 23px
}

.category-section-top .category-section-top-inner .category-section-top-inner-content .btn.btn-website {
	background-color: #364247;
	color: #fff
}

.category-section-top .category-section-top-inner .category-section-top-inner-content .overlap-top {
	height: 340px;
	position: absolute;
	width: 100%;
	top: 0
}

.category-section-top .category-section-top-inner .category-section-top-inner-content .overlap-bottom {
	height: 90px;
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: #fbfaf5
}

.category-section-top .category-section-top-inner .category-section-top-inner-content .informations {
	position: relative;
	z-index: 100
}

.category-section-top .category-section-top-inner .category-section-top-inner-content .image-home {
	position: relative;
	bottom: -60px
}

.category-section-top .category-section-top-inner .category-section-top-inner-content .image-home img[class] {
	width: 100%
}

.category-section-top .category-section-top-inner .category-section-top-inner-content .image-home img {
	height: 400px;
	background-color: #34353a;
	border-radius: 10px
}

.category-section-top .category-section-top-inner .category-section-top-inner-content .fade-in {
	animation-name: fadeIn;
	animation-duration: 1.3s;
	animation-timing-function: cubic-bezier(0,0,.4,1);
	animation-fill-mode: forwards
}

.category-section-top .category-section-top-inner .category-section-top-inner-content .object-fit_cover {
	object-fit: cover
}

.home-section-categories {
	padding: 0;
	margin-top: 0;
	background-color: #fff
}

.home-section-categories .home-section-inner {
	padding: 20px 80px 30px 0;
	position: relative;
	border-radius: 0;
	overflow: hidden
}

.home-section-categories .home-section-inner h3 {
	color: #34353a;
	font-size: 24px;
	margin-bottom: 0;
	margin-top: 20px;
	line-height: 28px;
	font-weight: 600;
	letter-spacing: -.025em
}

.home-section-categories .home-section-inner p {
	color: #34353a;
	margin-top: 5px;
	margin-bottom: 15px;
	font-weight: 300;
	font-size: 17px
}

.home-section-categories .home-section-inner ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.home-section-categories .home-section-inner ul li {
	list-style-type: none;
	float: left;
	background-color: #fbfaf5;
	border-radius: 8px;
	padding: 7px 15px;
	margin-bottom: 8px;
	margin-right: 8px;
	transition: .2s;
	border: 1px solid transparent
}

.home-section-categories .home-section-inner ul li:hover {
	border: 1px solid #d2c78f
}

.home-section-categories .home-section-inner .btn.btn-website {
	background-color: #364247;
	color: #fff
}

.home-section-categories .home-section-inner .overlap-top {
	height: 340px;
	position: absolute;
	width: 100%;
	top: 0
}

.home-section-categories .home-section-inner .overlap-bottom {
	height: 90px;
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: #fbfaf5
}

.home-section-categories .home-section-inner .informations {
	position: relative;
	z-index: 100
}

.home-section-categories .home-section-inner .image-home {
	position: relative;
	bottom: -60px
}

.home-section-categories .home-section-inner .image-home img[class] {
	width: 100%
}

.home-section-categories .home-section-inner .image-home img {
	height: 400px;
	background-color: #34353a;
	border-radius: 10px
}

.home-section-categories .home-section-inner .fade-in {
	animation-name: fadeIn;
	animation-duration: 1.3s;
	animation-timing-function: cubic-bezier(0,0,.4,1);
	animation-fill-mode: forwards
}

.home-section-categories .home-section-inner .object-fit_cover {
	object-fit: cover
}

.home-section-two {
	padding: 0;
	margin-top: 0;
	background-color: #fbfaf5
}

.home-section-two .div-block-45 {
	top: 150px;
	left: -20px;
	background-color: #635dff;
	position: absolute;
	opacity: 1;
	height: 60px;
	width: 60px;
	line-height: 75px;
	text-align: center;
	border-radius: 8px;
	z-index: 993;
	box-shadow: 2px 11px 39px #00000026;
	animation: pulse 2s infinite
}

.home-section-two .hero-content-right {
	position: relative
}

.home-section-two .image-big {
	z-index: 122;
	position: relative
}

.home-section-two .image-big img[class] {
	width: 85%;
	border-radius: 14px;
	box-shadow: 2px 11px 39px #00000026
}

.home-section-two .div-block-dots {
	bottom: 50px;
	right: 30px;
	position: absolute;
	opacity: 1;
	height: 160px;
	width: 130px;
	border-radius: 15px;
	background-color: #364247;
	z-index: 99
}

.home-section-two .div-block-dots-1 {
	bottom: -130px;
	left: 15px;
	position: absolute;
	opacity: 1;
	height: 100px;
	width: 130px;
	z-index: 9900
}

.home-section-two .home-section-inner {
	position: relative;
	background-color: #fbfaf5;
	border-radius: 8px;
	overflow: hidden
}

.home-section-two .home-section-inner .image {
	background-position: center center;
	background-image: url("./media/home3-GBB2J7YS.jpg");
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 200px
}

.home-section-two .home-section-inner .home-section-inner-content {
	padding: 50px 80px 80px 60px;
	position: relative;
	background: linear-gradient(to left,#34353a00,#34353a)
}

.home-section-two .home-section-inner .home-section-inner-content h3 {
	color: #34353a;
	font-size: 40px;
	margin-bottom: 30px;
	margin-top: 20px;
	line-height: 38px;
	font-weight: 600;
	letter-spacing: -.025em
}

.home-section-two .home-section-inner .home-section-inner-content p {
	color: #34353a;
	margin-top: 10px;
	font-weight: 300;
	line-height: 24px;
	font-size: 17px;
	margin-bottom: 30px
}

.home-section-two .home-section-inner .home-section-inner-content .btn.btn-website {
	background-color: #364247;
	color: #fff
}

.home-section-two .home-section-inner .home-section-inner-content .overlap-top {
	height: 340px;
	position: absolute;
	width: 100%;
	top: 0
}

.home-section-two .home-section-inner .home-section-inner-content .overlap-bottom {
	height: 90px;
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: #fbfaf5
}

.home-section-two .home-section-inner .home-section-inner-content .informations {
	position: relative;
	z-index: 100
}

.home-section-two .home-section-inner .home-section-inner-content .image-home {
	position: relative;
	bottom: -60px
}

.home-section-two .home-section-inner .home-section-inner-content .image-home img[class] {
	width: 100%
}

.home-section-two .home-section-inner .home-section-inner-content .image-home img {
	height: 400px;
	background-color: #34353a;
	border-radius: 10px
}

.home-section-two .home-section-inner .home-section-inner-content .fade-in {
	animation-name: fadeIn;
	animation-duration: 1.3s;
	animation-timing-function: cubic-bezier(0,0,.4,1);
	animation-fill-mode: forwards
}

.home-section-two .home-section-inner .home-section-inner-content .object-fit_cover {
	object-fit: cover
}

.categories-top-section {
	padding: 30px 0 0;
	margin-top: 0;
	background-color: #fbfaf5
}

.categories-top-section span.tag-title {
	background-color: #364247;
	padding: 5px 13px;
	font-size: 12px;
	color: #fff;
	border-radius: 25px
}

.categories-top-section h1 {
	margin-top: 10px;
	color: #34353a
}

.tags-top-section {
	padding: 30px 0 0;
	margin-top: 0;
	background-color: #fbfaf5
}

.tags-top-section span.tag-title {
	background-color: #364247;
	padding: 5px 13px;
	font-size: 12px;
	color: #fff;
	border-radius: 25px
}

.tags-top-section h1 {
	margin-top: 10px;
	color: #34353a
}

.register-box {
	background-color: #fbfaf5;
	border-radius: 8px;
	padding: 15px 25px;
	margin-bottom: 10px
}

.market-section {
	padding: 0;
	margin-top: 0
}

.market-section .div-block-45 {
	top: 150px;
	left: -20px;
	background-color: #635dff;
	position: absolute;
	opacity: 1;
	height: 60px;
	width: 60px;
	line-height: 75px;
	text-align: center;
	border-radius: 8px;
	z-index: 993;
	box-shadow: 2px 11px 39px #00000026;
	animation: pulse 2s infinite
}

.market-section .hero-content-right {
	position: relative
}

.market-section .image-big {
	z-index: 122;
	position: relative
}

.market-section .image-big img[class] {
	width: 85%;
	border-radius: 14px;
	box-shadow: 2px 11px 39px #00000026
}

.market-section .div-block-dots {
	bottom: 50px;
	right: 0;
	position: absolute;
	opacity: 1;
	height: 160px;
	width: 130px;
	border-radius: 15px;
	background-color: #364247;
	z-index: 99
}

.market-section .div-block-dots-1 {
	bottom: -130px;
	left: 15px;
	position: absolute;
	opacity: 1;
	height: 100px;
	width: 130px;
	z-index: 9900
}

@keyframes pulse {
	0% {
		transform: scale(.95);
		box-shadow: 0 0 #0000004d
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px #0000
	}

	to {
		transform: scale(.95);
		box-shadow: 0 0 #0000
	}
}

.market-section .home-section-inner {
	background-color: #fbfaf5;
	padding: 70px 0;
	position: relative;
	border-radius: 0
}

.market-section .home-section-inner h1 {
	color: #34353a;
	font-size: 40px;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 48px
}

.market-section .home-section-inner p {
	color: #34353a66;
	margin-top: 10px;
	font-weight: 300;
	font-size: 17px
}

.market-section .home-section-inner .btn.btn-website {
	background-color: #364247;
	color: #fff
}

.market-section .home-section-inner .overlap-top {
	height: 340px;
	position: absolute;
	width: 100%;
	top: 0
}

.market-section .home-section-inner .overlap-bottom {
	height: 90px;
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: #fbfaf5
}

.market-section .home-section-inner .informations {
	position: relative;
	z-index: 100
}

.market-section .home-section-inner .image-home {
	position: relative;
	bottom: -60px
}

.market-section .home-section-inner .image-home img[class] {
	width: 100%
}

.market-section .home-section-inner .image-home img {
	height: 400px;
	background-color: #34353a;
	border-radius: 10px
}

.market-section .home-section-inner .fade-in {
	animation-name: fadeIn;
	animation-duration: 1.3s;
	animation-timing-function: cubic-bezier(0,0,.4,1);
	animation-fill-mode: forwards
}

.market-section .home-section-inner .object-fit_cover {
	object-fit: cover
}

.banner-informations {
	background-color: #364247;
	padding: 30px;
	border-radius: 8px
}

.banner-informations h1 {
	color: #fff
}

.banner-informations .btn-website {
	background-color: #34353a!important
}

.relative {
	position: relative
}

.website-area {
	border: 0px solid rgba(52,53,58,.4);
	padding: 15px 10px;
	background-color: #fff;
	text-align: center;
	border-radius: 8px
}

.website-area:hover {
	border: 0px solid #34353a;
	background-color: #34353a;
	color: #fff
}

.website-area:hover a,.website-area:hover p {
	color: #fff
}

.register-card .p-card {
	background-color: #fff
}

.categories-list-wrapper {
	border-right: 1px solid #ccc;
	width: 100%;
	margin-right: 30px
}

.categories-list-wrapper ul {
	margin: 0;
	list-style: none;
	padding: 0
}

.categories-list-wrapper ul li {
	list-style-type: none;
	display: block;
	width: 90%;
	padding: 7px 15px;
	margin-bottom: 3px
}

.categories-list-wrapper ul li:hover {
	background-color: #fff;
	border-radius: 8px
}

.categories-list-wrapper ul li.active {
	background-color: #34353a1a;
	border-radius: 8px;
	color: #fff
}

.categories-list-wrapper ul li.active a {
	color: #34353a
}

.likes-area {
	border: 1px solid #f18825;
	padding: 10px;
	text-align: center;
	border-radius: 8px;
	color: #f18825;
	margin-top: 7px;
	background: #fff
}

.likes-area .detail {
	color: #fff
}

.likes-area:hover {
	border: 1px solid #364247;
	background: #364247;
	color: #fff
}

.menu-wrapper {
	padding: 20px 0 0;
	border-bottom: 0px solid rgba(52,53,58,.2);
	border-top: 1px solid rgba(52,53,58,.2)
}

.menu-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.menu-wrapper ul li {
	float: left;
	list-style-type: none;
	font-size: 14px;
	margin-right: 20px;
	font-weight: 700
}

.menu-wrapper ul li a {
	color: #34353a
}

.menu-wrapper ul li a i {
	color: #34353a66;
	font-size: 14px
}

.menu-wrapper-dashboard {
	padding: 20px 0;
	border-bottom: 0px solid rgba(52,53,58,.2);
	border-top: 0px solid rgba(52,53,58,.2);
	background-color: #fff
}

.menu-wrapper-dashboard ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.menu-wrapper-dashboard ul li {
	float: left;
	list-style-type: none;
	font-size: 16px;
	margin-right: 20px
}

.menu-wrapper-dashboard ul li a {
	color: #34353a
}

.menu-wrapper-dashboard ul li a i {
	color: #364247;
	font-size: 16px
}

.news-item p {
	font-size: 16px;
	line-height: 20px
}

.news-item h3 {
	color: #364247;
	line-height: 22px;
	font-size: 17px
}

.news-item h3 a {
	color: #364247
}

.news-list-secondary p {
	font-size: 16px;
	line-height: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px
}

.news-list-secondary h3 {
	color: #364247;
	line-height: 22px;
	font-size: 17px
}

.news-list-secondary h3 a {
	color: #364247
}

.product-list-secondary p {
	font-size: 16px;
	line-height: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px
}

.product-list-secondary h3 {
	color: #364247;
	line-height: 22px;
	font-size: 17px
}

.product-list-secondary h3 a {
	color: #364247
}

.job-alert a,.job-alert a strong {
	color: #111
}

.dashboard-wrapper .white-box h4 {
	margin-bottom: 10px;
	color: #34353a
}

.dashboard-wrapper .white-box .page-title {
	border-bottom: 1px solid #fbfaf5;
	padding-bottom: 10px
}

.dashboard-wrapper .white-box .page-title h1 {
	font-size: 20px
}

.dashboard-wrapper .white-box .startup-item-list,.dashboard-wrapper .white-box .jobs-item-list {
	padding: 20px 0;
	border-bottom: 1px dotted #fbfaf5
}

.dashboard-wrapper .similar-startup-list {
	margin-bottom: 20px
}

.dashboard-wrapper .similar-startup-list h4 {
	margin: 0
}

.dashboard-wrapper .similar-startup-list p {
	font-size: 12px;
	overflow: hidden;
	white-space: pre-wrap
}

.news-list-wrapper .page-title {
	border-bottom: 1px solid #fbfaf5;
	padding-bottom: 10px
}

.news-list-wrapper .page-title h1 {
	font-size: 20px
}

.news-list-wrapper .news-list {
	margin-top: 20px
}

.news-list-wrapper .white-box h4 {
	margin-bottom: 10px;
	color: #34353a
}

.news-list-wrapper .similar-news-list {
	margin-bottom: 20px
}

.news-list-wrapper .similar-news-list h4 {
	margin: 0
}

.news-list-wrapper .similar-news-list p {
	font-size: 12px;
	overflow: hidden;
	white-space: pre-wrap
}

.news-detail-wrapper .white-box .description a {
	color: #364247;
	font-weight: 700
}

.news-detail-wrapper .similar-news-list {
	margin-bottom: 20px
}

.news-detail-wrapper .similar-news-list h4 {
	margin: 0
}

.news-detail-wrapper .similar-news-list p {
	font-size: 12px;
	overflow: hidden;
	white-space: pre-wrap
}

.news-detail-wrapper h1.product-title {
	font-size: 26px;
	color: #34353a;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0
}

.news-detail-wrapper h3.subtitle {
	opacity: .7;
	margin: 0;
	font-family: Inter,sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #34353a;
	padding: 0
}

.news-detail-wrapper .white-box h4 {
	margin-bottom: 10px;
	color: #34353a
}

.news-detail-wrapper .similar-startup-list {
	margin-bottom: 20px
}

.news-detail-wrapper .similar-startup-list h4 {
	margin: 0
}

.news-detail-wrapper .similar-startup-list p {
	font-size: 12px;
	overflow: hidden;
	white-space: pre-wrap
}

.news-detail-wrapper .description img {
	display: block;
	width: 100%
}

.content {
	margin-top: 0;
	background-color: #fff;
	padding: 30px
}

.main {
	padding: 20px;
	background-color: #fff
}

#contact-form {
	padding: 0;
	background-color: #fff
}

.startup-image {
	background-color: #fff;
	padding: 0;
	border-radius: 5px
}

.project-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(255,255,255,.05)));
	background: -moz-linear-gradient(top,#000000,rgba(255,255,255,.25));
	color: #fff;
	padding: 50%
}

.social-box {
	margin: 0 auto;
	padding: 0 20px;
	border-bottom: 0px #ccc solid
}

.social-box a {
	font-weight: 700;
	font-size: 18px;
	padding: 8px
}

.social-box a i {
	font-weight: 700;
	font-size: 20px
}

.heading-desc {
	font-size: 20px;
	font-weight: 700;
	padding: 38px 38px 0
}

.form-signin .form-signin-heading,.form-signin .checkbox {
	margin-bottom: 10px
}

.form-signin .checkbox {
	font-weight: 400
}

.form-signin .form-control {
	position: relative;
	font-size: 16px;
	height: 20px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.form-signin .form-control:focus {
	z-index: 2
}

.form-signin input[type=text],.form-signin input[type=password] {
	margin-bottom: 10px;
	border-radius: 5px
}

.mg-btm {
	margin-bottom: 0
}

.tags-section {
	padding: 40px 0
}

.tags-section .tags {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0
}

.tags-section .tags li {
	float: left
}

.tags-section .tag {
	background: #fff;
	border-radius: 3px;
	color: #252222;
	display: inline-block;
	padding: 3px 6px;
	position: relative;
	margin: 0 10px 10px 0;
	text-decoration: none;
	font-size: 13px;
	-webkit-transition: color .2s;
	border: 0px solid #ccc
}

.tags-section .tag-small {
	background: #efefef;
	color: #999;
	display: inline-block;
	padding: 0 6px;
	position: relative;
	margin: 0 10px 10px 0;
	text-decoration: none;
	font-size: 13px;
	font-weight: 500;
	-webkit-transition: color .2s;
	border: 0px solid #ccc;
	border-radius: 3px
}

.tags-section .tag-small:hover {
	background-color: #ccc;
	color: #fff
}

.tags-section .tag-red {
	background: #ff5455;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	padding: 3px 6px;
	position: relative;
	margin: 0 10px 10px 0;
	text-decoration: none;
	font-size: 13px;
	-webkit-transition: color .2s;
	border: 0px solid #ccc
}

.tags-section .tag-red:hover {
	color: #fff
}

.tags-section .tag:hover {
	background-color: #ccc;
	color: #fff
}

.tags-section .tag:hover:after {
	border-left-color: #dc143c
}

#navigation ul li a:hover {
	color: #fff;
	background-color: #555
}

#navigation ul>li:last-child>a {
	border-right: 0px
}

#current {
	font-weight: 700!important;
	color: #34353a!important
}

.big-number {
	font-size: 150px;
	line-height: 150px;
	font-weight: 700;
	font-family: Inter,sans-serif
}

.section-title h4 {
	font-family: Inter,sans-serif;
	margin-bottom: 10px
}

.section-title h1 {
	font-family: Inter,sans-serif;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #555
}

hr {
	width: 50px;
	border-color: #ddd
}

hr.full {
	width: 100%;
	border-color: #ddd
}

.btn-transparent a {
	border: 1px solid #736357;
	background: transparent;
	border-radius: 4px;
	font-family: Inter,sans-serif;
	color: #736357
}

.btn-transparent:hover {
	border: 1px solid #333;
	background-color: #736357;
	color: #fff
}

.btn-transparent-white {
	border: 2px solid #fff;
	background: transparent;
	border-radius: 4px;
	font-family: Inter,sans-serif;
	color: #fff
}

.btn-transparent-white:hover {
	border: 2px solid #fff;
	background-color: #fff;
	color: #736357
}

.btn-newsletter {
	border: 2px solid #fbb03b;
	background: #fbb03b;
	border-radius: 4px;
	padding: 11px;
	font-family: Inter,sans-serif;
	color: #fff
}

.btn-newsletter:hover {
	border: 2px solid #a49383;
	background-color: #a49383;
	color: #736357
}

.button_outer {
	background: #34353a1a;
	border-radius: 8px;
	text-align: center;
	height: 50px;
	width: 100%;
	display: inline-block;
	transition: .2s;
	position: relative;
	border: 2px dotted rgba(52,53,58,.3);
	overflow: hidden
}

.btn_upload {
	padding: 14px 30px 12px;
	color: #34353a;
	text-align: center;
	position: relative;
	display: inline-block;
	overflow: hidden;
	font-size: 14px;
	z-index: 3;
	white-space: nowrap
}

.btn_upload input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 105%;
	cursor: pointer;
	opacity: 0
}

@-webkit-keyframes scaleIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes scaleIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

ul.pagination li>a {
	border: 1px solid #fff;
	margin-right: 5px;
	border-radius: 0;
	font-size: 14px;
	font-family: Inter,sans-serif;
	color: #333;
	padding: 3px 7px;
	background-color: transparent
}

ul.pagination li>a i {
	margin-left: 5px;
	margin-right: 5px
}

ul.pagination li.active a,ul.pagination li:hover a {
	background-color: #111!important;
	border: 1px solid #333!important;
	color: #fff
}

.testimonial h2 {
	margin-top: 0
}

.testimonial-inner {
	color: #858586;
	font-size: 14px
}

.testimonial-inner .pull-left {
	border-right: 1px solid #e7e7e7;
	padding-right: 15px;
	position: relative
}

.testimonial-inner .pull-left:after {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	top: 50%;
	margin-top: -5px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	border: 1px solid #e7e7e7;
	right: -5px;
	border-left: 0 none;
	border-bottom: 0 none
}

#partner {
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 100px;
	color: #fff;
	text-align: center
}

.isotope-item {
	z-index: 2
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1
}

.isotope,.isotope .isotope-item {
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s
}

.isotope {
	-webkit-transition-property: height,width;
	-moz-transition-property: height,width;
	-ms-transition-property: height,width;
	-o-transition-property: height,width;
	transition-property: height,width
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform,opacity;
	-moz-transition-property: -moz-transform,opacity;
	-ms-transition-property: -ms-transform,opacity;
	-o-transition-property: -o-transform,opacity;
	transition-property: transform,opacity
}

.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s
}

.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}

.gmap {
	border: 10px solid #f6f5f0;
	border-radius: 50%;
	height: 300px;
	width: 300px;
	box-shadow: 0 0 3px 3px #e7e4dc;
	overflow: hidden;
	position: relative;
	margin: 0 auto
}

.gmap-area .map-content ul {
	list-style: none
}

.gmap-area .map-content address h5 {
	font-weight: 700
}

#contact-page .contact-form .form-group label {
	color: #4e4e4e;
	font-size: 16px
}

.form-group .form-control {
	border-color: #d1cdc8;
	box-shadow: none
}

textarea#message {
	resize: none;
	padding: 10px
}

#contact-page .contact-wrap {
	margin-top: 30px
}

.widget {
	margin-bottom: 60px;
	padding-left: 0
}

.single_comments {
	margin-bottom: 20px
}

.single_comments img {
	float: left;
	margin-right: 10px;
	margin-top: 5px
}

.single_comments p {
	margin-bottom: 0
}

.widget .entry-meta span {
	display: inline-block;
	margin-right: 10px
}

.widget h3 {
	color: #c7b299;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 14px;
	font-family: Inter,sans-serif
}

.blog_category {
	list-style: none;
	margin: 0;
	padding: 0
}

.blog_category li {
	float: none;
	margin-bottom: 20px
}

.blog_category li a {
	background: #f5f5f5;
	border-radius: 4px;
	color: #888;
	display: inline-block;
	padding: 5px 15px
}

.blog_category li a:hover {
	background: #c7b299;
	color: #fff
}

.badge:before {
	border-color: transparent transparent transparent #c7b299;
	border-style: solid;
	border-width: 10px;
	bottom: -8px;
	content: "";
	height: 0;
	left: 5px;
	position: absolute;
	z-index: -99999
}

.badge {
	background-color: #c7b299;
	border-radius: 5px;
	color: #fff;
	padding: 8px;
	position: relative;
	left: 60px;
	top: -18px;
	font-weight: 400
}

.blog_archieve {
	list-style: none outside none;
	margin: 0;
	padding: 0
}

.blog_archieve li {
	padding: 10px 0;
	border-bottom: 1px solid #f5f5f5
}

.blog_archieve li:first-child {
	padding-top: 0
}

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

ul.gallery li {
	display: block;
	width: 60px;
	padding: 0;
	margin: 0 4px 4px 0;
	float: left
}

ul.faq {
	list-style: none;
	margin: 0
}

ul.faq li {
	margin-top: 30px
}

ul.faq li:first-child {
	margin-top: 0
}

ul.faq li span.number {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #555;
	color: #fff;
	font-size: 24px
}

ul.faq li>div {
	margin-left: 70px
}

ul.faq li>div h3 {
	margin-top: 0
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden
}

.embed-container iframe,.embed-container object,.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.blog-item {
	border-radius: 0;
	overflow: hidden;
	margin-bottom: 50px
}

.blog .blog-item .img-blog {
	border-radius: 5px;
	margin-bottom: 45px
}

.blog .blog-item .blog-content {
	padding-bottom: 25px
}

.blog .blog-item .blog-content h2 {
	margin-top: 0;
	font-size: 30px
}

.readmore {
	margin-top: 0
}

p.introduction,h2.introduction {
	color: #666;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 10px;
	margin-top: 20px
}

p.introduction b,p.introduction a {
	color: #333;
	font-weight: 600
}

.blog .blog-item .blog-content h3 {
	color: #858586;
	margin-bottom: 40px
}

.blog .blog-item .blog-content h4 {
	font-size: 14px
}

.blog .blog-item .entry-meta {
	border-radius: 5px;
	overflow: hidden
}

.blog .blog-item .entry-meta>span {
	background: #f5f5f5;
	border-top: 1px solid #fff;
	display: block;
	font-size: 12px;
	overflow: hidden;
	padding: 5px;
	text-align: left
}

#publish_date {
	background: #c7b299;
	border-bottom: 5px solid #4e4e4e;
	color: #fff;
	padding: 5px 0;
	text-align: center
}

.blog .blog-item .entry-meta>span {
	color: #ccc
}

.blog .blog-item .entry-meta>span a {
	font-size: 12px;
	margin-left: 3px;
	font-weight: 500;
	color: #888
}

.search_box {
	background-position: 314px 15px;
	background-repeat: no-repeat;
	border-color: #dedede;
	height: 48px;
	outline: medium none;
	box-shadow: none
}

.form-control:focus {
	box-shadow: none;
	outline: 0 none
}

ul.tag-cloud,ul.sidebar-gallery {
	list-style: none;
	padding: 0;
	margin: 0
}

.tag-cloud li {
	display: inline-block;
	margin-bottom: 3px
}

.tag-cloud li a {
	background: #f5f5f5;
	color: #888;
	border: 0;
	border-radius: 4px;
	padding: 8px 15px
}

.tag-cloud li a:hover {
	background: #c7b299;
	color: #fff
}

.login-box {
	background-color: #fff;
	width: 100%
}

.login-box .login-box-inner {
	padding: 30px 70px;
	margin: 0 auto;
	margin: 100px 0p
}

.login-box .login-box-inner h1 span {
	font-weight: 400
}

.login-box .p-button {
	height: 40px;
	padding: 0 20px;
	font-size: 16px;
	line-height: 40px
}

#map {
	width: 100%;
	height: 450px
}

.avatar {
	margin-right: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

#message {
	text-align: center;
	margin-bottom: 30px
}

.cookiepreferences {
	padding: 5px 10px!important;
	color: #36424780;
	border: 0px;
	border-radius: 0 8px 0 0;
	font-size: 11px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 11
}

.menu-button {
	margin: 0;
	padding: 10px 20px;
	color: #34353a;
	background-color: transparent;
	position: absolute;
	z-index: 1000;
	border: none;
	cursor: pointer;
	right: 10px;
	top: 20px
}

.menu-button svg {
	width: 30px;
	height: 30px
}

@media (min-width: 769px) {
	.menu-button {
		display:none
	}
}

@keyframes slideInFromLeft {
	0% {
		transform: translate(-100%);
		opacity: 0
	}

	to {
		transform: translate(0);
		opacity: 1
	}
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #00000080;
	z-index: 1000
}

.overlay-menu {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 350px;
	background: #34353a;
	color: #fff;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 60px
}

.overlay-menu ul {
	list-style: none;
	padding: 0
}

.overlay-menu ul li {
	padding: 10px 0;
	font-size: 1.5rem;
	font-weight: 300
}

.overlay-menu ul li a {
	color: #fff;
	text-decoration: none;
	cursor: pointer!important
}

.close-button {
	background-color: transparent;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 18px;
	margin-bottom: 20px
}

.cp {
	cursor: pointer!important
}

.p-0 {
	padding: 0!important
}

.pt-0 {
	padding-top: 0!important
}

.pl-0 {
	padding-left: 0!important
}

.pr-0 {
	padding-right: 0!important
}

.pb-0 {
	padding-bottom: 0!important
}

.m-0 {
	margin: 0!important
}

.mt-0 {
	margin-top: 0!important
}

.ml-0 {
	margin-left: 0!important
}

.mr-0 {
	margin-right: 0!important
}

.mb-0 {
	margin-bottom: 0!important
}

.p-5 {
	padding: 5px!important
}

.pt-5 {
	padding-top: 5px!important
}

.pl-5 {
	padding-left: 5px!important
}

.pr-5 {
	padding-right: 5px!important
}

.pb-5 {
	padding-bottom: 5px!important
}

.m-5 {
	margin: 5px!important
}

.mt-5 {
	margin-top: 5px!important
}

.ml-5 {
	margin-left: 5px!important
}

.mr-5 {
	margin-right: 5px!important
}

.mb-5 {
	margin-bottom: 5px!important
}

.p-10 {
	padding: 10px!important
}

.pt-10 {
	padding-top: 10px!important
}

.pl-10 {
	padding-left: 10px!important
}

.pr-10 {
	padding-right: 10px!important
}

.pb-10 {
	padding-bottom: 10px!important
}

.m-10 {
	margin: 10px!important
}

.mt-10 {
	margin-top: 10px!important
}

.ml-10 {
	margin-left: 10px!important
}

.mr-10 {
	margin-right: 10px!important
}

.mb-10 {
	margin-bottom: 10px!important
}

.p-15 {
	padding: 15px!important
}

.pt-15 {
	padding-top: 15px!important
}

.pl-15 {
	padding-left: 15px!important
}

.pr-15 {
	padding-right: 15px!important
}

.pb-15 {
	padding-bottom: 15px!important
}

.m-15 {
	margin: 15px!important
}

.mt-15 {
	margin-top: 15px!important
}

.ml-15 {
	margin-left: 15px!important
}

.mr-15 {
	margin-right: 15px!important
}

.mb-15 {
	margin-bottom: 15px!important
}

.p-20 {
	padding: 20px!important
}

.pt-20 {
	padding-top: 20px!important
}

.pl-20 {
	padding-left: 20px!important
}

.pr-20 {
	padding-right: 20px!important
}

.pb-20 {
	padding-bottom: 20px!important
}

.m-20 {
	margin: 20px!important
}

.mt-20 {
	margin-top: 20px!important
}

.ml-20 {
	margin-left: 20px!important
}

.mr-20 {
	margin-right: 20px!important
}

.mb-20 {
	margin-bottom: 20px!important
}

.p-30 {
	padding: 30px!important
}

.pt-30 {
	padding-top: 30px!important
}

.pl-30 {
	padding-left: 30px!important
}

.pr-30 {
	padding-right: 30px!important
}

.pb-30 {
	padding-bottom: 30px!important
}

.m-30 {
	margin: 30px!important
}

.mt-30 {
	margin-top: 30px!important
}

.ml-30 {
	margin-left: 30px!important
}

.mr-30 {
	margin-right: 30px!important
}

.mb-30 {
	margin-bottom: 30px!important
}

.p-40 {
	padding: 40px!important
}

.pt-40 {
	padding-top: 40px!important
}

.pl-40 {
	padding-left: 40px!important
}

.pr-40 {
	padding-right: 40px!important
}

.pb-40 {
	padding-bottom: 40px!important
}

.m-40 {
	margin: 40px!important
}

.mt-40 {
	margin-top: 40px!important
}

.ml-40 {
	margin-left: 40px!important
}

.mr-40 {
	margin-right: 40px!important
}

.mb-40 {
	margin-bottom: 40px!important
}

.p-50 {
	padding: 50px!important
}

.pt-50 {
	padding-top: 50px!important
}

.pl-50 {
	padding-left: 50px!important
}

.pr-50 {
	padding-right: 50px!important
}

.pb-50 {
	padding-bottom: 50px!important
}

.m-50 {
	margin: 50px!important
}

.mt-50 {
	margin-top: 50px!important
}

.ml-50 {
	margin-left: 50px!important
}

.mr-50 {
	margin-right: 50px!important
}

.mb-50 {
	margin-bottom: 50px!important
}

.p-60 {
	padding: 60px!important
}

.pt-60 {
	padding-top: 60px!important
}

.pl-60 {
	padding-left: 60px!important
}

.pr-60 {
	padding-right: 60px!important
}

.pb-60 {
	padding-bottom: 60px!important
}

.m-60 {
	margin: 60px!important
}

.mt-60 {
	margin-top: 60px!important
}

.ml-60 {
	margin-left: 60px!important
}

.mr-60 {
	margin-right: 60px!important
}

.mb-60 {
	margin-bottom: 60px!important
}

.p-70 {
	padding: 70px!important
}

.pt-70 {
	padding-top: 70px!important
}

.pl-70 {
	padding-left: 70px!important
}

.pr-70 {
	padding-right: 70px!important
}

.pb-70 {
	padding-bottom: 70px!important
}

.m-70 {
	margin: 70px!important
}

.mt-70 {
	margin-top: 70px!important
}

.ml-70 {
	margin-left: 70px!important
}

.mr-70 {
	margin-right: 70px!important
}

.mb-70 {
	margin-bottom: 70px!important
}

.p-80 {
	padding: 80px!important
}

.pt-80 {
	padding-top: 80px!important
}

.pl-80 {
	padding-left: 80px!important
}

.pr-80 {
	padding-right: 80px!important
}

.pb-80 {
	padding-bottom: 80px!important
}

.m-80 {
	margin: 80px!important
}

.mt-80 {
	margin-top: 80px!important
}

.ml-80 {
	margin-left: 80px!important
}

.mr-80 {
	margin-right: 80px!important
}

.mb-80 {
	margin-bottom: 80px!important
}

.p-90 {
	padding: 90px!important
}

.pt-90 {
	padding-top: 90px!important
}

.pl-90 {
	padding-left: 90px!important
}

.pr-90 {
	padding-right: 90px!important
}

.pb-90 {
	padding-bottom: 90px!important
}

.m-90 {
	margin: 90px!important
}

.mt-90 {
	margin-top: 90px!important
}

.ml-90 {
	margin-left: 90px!important
}

.mr-90 {
	margin-right: 90px!important
}

.mb-90 {
	margin-bottom: 90px!important
}

.p-100 {
	padding: 100px!important
}

.pt-100 {
	padding-top: 100px!important
}

.pl-100 {
	padding-left: 100px!important
}

.pr-100 {
	padding-right: 100px!important
}

.pb-100 {
	padding-bottom: 100px!important
}

.m-100 {
	margin: 100px!important
}

.mt-100 {
	margin-top: 100px!important
}

.ml-100 {
	margin-left: 100px!important
}

.mr-100 {
	margin-right: 100px!important
}

.mb-100 {
	margin-bottom: 100px!important
}


.nav-toggle {
  display: inline-block;
  padding: 0px;
  position: absolute;
  right: 30px;
  top: 36px;
  z-index: 1200;
}

@media screen and (min-width: 48em) {
  .nav-toggle {
	right: 30px;
	top: 30px;
  }
}

@media screen and (min-width: 100em) {
  .nav-toggle {
	right: 40px;
	top: 40px;
  }
}

.nav-toggle span {
  display: block;
  width: 30px;
  height: 2px;
  background: #222222;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.nav-toggle .line-2 {
  margin: 6px 0;
}

.nav-open .nav-toggle .line-1 {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-open .nav-toggle .line-2 {
  opacity: 0;
}

.nav-open .nav-toggle .line-3 {
  top: -8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-top: 100px;
  padding-left: 15vw;
  background: #fff;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: -moz-transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: -o-transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

@media screen and (min-width: 48em) {
  #nav {
	width: 66.66666%;
	padding-left: 12vw;
  }
}

@media screen and (min-width: 64em) {
  #nav {
	width: 50%;
	padding-left: 10vw;
  }
}

.nav-open #nav {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#nav ul {
  padding: 50px;
  list-style: none;
}

#nav li a {
  display: block;
  font-weight: 400;
  font-size: 20px;
  list-style-type: none;
  letter-spacing: -0.02em;
  line-height: 1.7;
  color: #111;
}

@media screen and (min-width: 48em) {
  #nav li a {
	font-size: 50px;
  }
}

@media screen and (min-width: 64.0625em) {
  #nav li a {
	display: inline-block;
	position: relative;
  }
}

@media screen and (min-width: 80em) {
  #nav li a {
	font-size: 60px;
  }
}

@media screen and (min-width: 100em) {
  #nav li a {
	font-size: 70px;
  }
}

@media screen and (min-width: 64.0625em) {
  #nav li a::after {
	content: "";
	display: block;
	width: 0;
	height: 6px;
	background: #1998D2;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
  }
}

@media screen and (min-width: 64.0625em) {
  #nav li a:hover::after {
	width: 100%;
  }
}

#nav p {
  margin-bottom: 16vh;
}


@media screen and (min-width: 48em) {
  .hide-desktop {
	display: none;
	visibility: hidden;
  }
}


@media screen and (max-width: 48em) {
  .hide-desktop {
	display: inline;
	visibility: visible;
  
  }

  .hide-mobile {
	display: none;
	visibility: hidden;
  }
}


@media (max-width: 768px) {
	.big-number {
		font-size:50px;
		line-height: 50px;
		font-weight: 700;
		letter-spacing: -2px
	}

	.navigation {
		display: none;
		visibility: hidden
	}

	.home-hero-section h1 {
	font-size: 48px !important;
	font-weight: 600;
	letter-spacing: -1px;
	}
	
	.home-hero-section .description-home div p {
		font-size: 20px;
		font-weight: 500;
		line-height: 1.5
	}

	.subcategory-hero-section h1 {
		letter-spacing: -1px;
		font-size: 50px;
		font-weight: 600;
		line-height: 1
	}

	.subcategory-hero-section h3 {
		color: #34353a;
		font-size: 18px!important
	}

	.light .navbar {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 20px;
		border-bottom: 1px solid #d9d9d9
	}

	.category-hero-section h2 {
		letter-spacing: -2px;
		font-size: 50px;
		font-weight: 600;
		line-height: 1;
		padding-top: 10px!important
	}
	
	.category-hero-section .color-hero-wrapper {
		padding: 50px 30px;
	}

	.category-hero-section h1 {
		font-size: 38px !important;
		font-weight: 600;
		letter-spacing: -1px;

	}

	.category-hero-section .description div,.home-hero-section .description div {
		font-size: 18px;
		font-weight: 500;
		line-height: 1.5
	}
	
	.category-hero-section .description div, .category-hero-section .description div p {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.5
	}

	.navigation-account,.hidden-mobile {
		display: none;
		visibility: hidden
	}

	.home-section .home-section-inner .home-section-inner-content {
		padding: 30px 30px 50px
	}

	.home-section .home-section-inner .home-section-inner-content h1 {
		font-size: 32px;
		margin-bottom: 10px;
		margin-top: 20px;
		line-height: 36px
	}

	.home-section .home-section-inner .home-section-inner-content p {
		margin-top: 10px;
		font-weight: 300;
		line-height: 24px;
		font-size: 17px;
		margin-bottom: 30px
	}

	.home-section-two .home-section-inner .home-section-inner-content {
		padding: 30px 30px 50px
	}

	.home-section-two .home-section-inner .home-section-inner-content h3 {
		font-size: 24px;
		margin-bottom: 30px;
		margin-top: 20px;
		line-height: 28px
	}

	.home-section-two .home-section-inner .home-section-inner-content p {
		margin-top: 10px;
		font-weight: 300;
		line-height: 24px;
		font-size: 17px;
		margin-bottom: 30px
	}

	.startup-view-wrapper .startup-header .image {
		max-width: 100px!important
	}

	.home-section-categories .home-section-inner {
		padding: 0 80px 30px 0;
		position: relative;
		border-radius: 0;
		overflow: hidden
	}

	.home-section-categories .home-section-inner ul li {
		list-style-type: none;
		float: left;
		background-color: #f3f3f3;
		border-radius: 9px;
		padding: 5px 12px;
		margin-bottom: 6px;
		margin-right: 6px;
		transition: .2s;
		font-size: 14px;
		border: 1px solid transparent
	}

	.home-section-categories .home-section-inner h3 {
		color: #1e212a;
		font-size: 22px;
		margin-bottom: 30px;
		margin-top: 20px;
		line-height: 24px;
		font-weight: 600;
		letter-spacing: -.025em;
		font-family: Circular!important
	}

	.login-box .login-box-inner {
		padding: 30px;
		width: 100%;
		max-width: 600px;
		margin: 30% auto 0
	}

	.home-hero-section {
		padding: 30px 0
	}

	.fixed-header {
		padding-top: 40px!important
	}

	h1 {
		font-size: 2.25rem;
		color: #34353a
	}

	h3 {
		font-size: 20px;
		color: #34353a;
		font-weight: 500
	}

	.header {
		padding: 15px 0;
		height: 80px
	}
}



