@charset "UTF-8";
/*
* Trunk version 2.0.0
*/

/*
*
* Typography
*/
body {
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.71429;
	font-weight: 500;
	letter-spacing: .05em;
	color: #151515;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
}

h7, h8, [class*='heading-'] {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #151515;
	text-transform: capitalize;
	letter-spacing: .024em;
	word-spacing: .05em;
}

h7 a, h8 a, [class*='heading-'] a {
	color: inherit;
}

h7 a:hover, h8 a:hover, [class*='heading-'] a:hover {
	color: #6689ff;
}

h7,
.heading-7 {
	font-size: 32px;
	line-height: 1.3125;
}

h8,
.heading-8 {
	font-size: 16px;
	line-height: 1.125;
	text-transform: uppercase;
}


/*
* Element groups
*/

.counter-row + .group-md {
	margin-top: 35px;
}


/*
*
* Lists
*/

.index-list {
	counter-reset: li;
}

.index-list > li .list-index-counter:before {
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
}

.list-ordered {
	counter-reset: li;
	text-align: left;
}

.list-ordered > li:before {
	content: counter(li, decimal) ".";
	counter-increment: li;
	display: inline-block;
	top: 0;
	left: 0;
	text-indent: 0;
	min-width: 18px;
	color: inherit;
}



/*
*
* Images
*/



/*
*
* Dividers
*/

hr {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #d7d7d7;
}

.divider {
	font-size: 0;
	line-height: 0;
	height: 1px;
	width: 100%;
	background: #e1e1e1;
}

.divider-30 {
	margin: 30px 0;
}

.divider-35 {
	margin: 35px 0;
}

.divider-40 {
	margin: 40px 0;
}

.divider + * {
	margin-top: 0;
}

.title-decoration-lines-left {
	position: relative;
	padding-left: 26px;
}

.title-decoration-lines-left::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 4px;
	background: #d7d7d7;
}

.title-decoration-lines-bottom {
	position: relative;
	line-height: 1.2;
}

.title-decoration-lines-bottom span {
	display: block;
	font-size: 0;
	line-height: 0;
	margin-top: 20px;
}

.title-decoration-lines-bottom span::after {
	display: inline-block;
	content: '';
	bottom: 0;
	height: 4px;
	width: 70px;
	background: #6689ff;
}

@media (min-width: 576px) {
	.title-decoration-lines-bottom span {
		margin-top: 30px;
	}
}

.title-decoration-lines-left + p {
	margin-top: 25px;
}

.title-decoration-lines-bottom + p {
	margin-top: 30px;
}

.text-decoration-lines {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.text-decoration-lines-content {
	position: relative;
	display: inline-block;
	padding: 0 16px;
	font-size: 18px;
	letter-spacing: .1em;
	color: #9b9b9b;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
}

.text-decoration-lines-content::before, .text-decoration-lines-content::after {
	position: absolute;
	content: '';
	top: calc(50% - 2px);
	height: 1px;
	width: 100vw;
	background: #e1e1e1;
}

.text-decoration-lines-content::before {
	left: 0;
	transform: translate3d(-100%, 0, 0);
}

.text-decoration-lines-content::after {
	right: 0;
	transform: translate3d(100%, 0, 0);
}

* + .text-decoration-lines {
	margin-top: 26px;
}

.text-decoration-lines + .rd-form {
	margin-top: 22px;
}

.title-decoration-lines {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.title-decoration-lines-content {
	position: relative;
	display: inline-block;
	padding: 0 16px;
	letter-spacing: .075em;
}

.title-decoration-lines-content::before, .title-decoration-lines-content::after {
	position: absolute;
	content: '';
	top: calc(50% - 2px);
	height: 1px;
	width: 100vw;
	background: #d7d7d7;
}

.title-decoration-lines-content::before {
	left: 0;
	transform: translate3d(-100%, 0, 0);
}

.title-decoration-lines-content::after {
	right: 0;
	transform: translate3d(100%, 0, 0);
}


/*
*
* Form styles
*/

.counter-row + .checkbox-inline {
	margin-top: 20px;
}


/*
*
* Posts
*/

@media (max-width: 575px) {
	.col-custom-right {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.col-custom-right > div {
		max-width: calc(50% - 5px);
	}
}

@media (min-width: 576px) {
	.col-custom-left {
		max-width: 62.5%;
		flex: 0 0 62.5%;
	}
	.col-custom-right {
		max-width: 37.5%;
		flex: 0 0 37.5%;
	}
}


/*
*
* Footers
*/

.footer-classic h8, .footer-classic [class*='heading-'] {
	color: rgba(255, 255, 255, 0.3);
}


/*
*
* Headings
*/

.title-classic-title > h7 {
	margin-top: 6px;
}

.title-modern.h7 {
	font-size: 48px;
}


/*
*
* Services
*/

.services-classic-counter {
	letter-spacing: .05em;
	color: rgba(21, 21, 21, 0.2);
	transition: inherit;
}

@media (min-width: 992px) {
	.desktop .services-classic:hover .services-classic-counter {
		color: #151515;
	}
}

.services-modern-counter {
	position: absolute;
	top: -20px;
	left: 50%;
	font-size: 32px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: .05em;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: rgba(21, 21, 21, 0.3);
	transform: translate3d(-50%, 0, 0);
	transition: all .3s ease-in-out;
}

@media (min-width: 992px) {
	.desktop .services-modern:hover .services-modern-counter {
		transform: translate3d(-50%, -10px, 0);
		color: #6689ff;
	}
}


/*
*
* Team
*/

.clients-classic {
	position: relative;
	display: block;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	border: 1px solid #e1e1e1;
	transition: all .3s ease-in-out;
}

.clients-classic::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid transparent;
	transition: all .3s ease;
	will-change: transform;
}

.clients-classic img {
	width: 100%;
	opacity: .5;
}


.imagen-mapa {
	position: absolute;
	display: block;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	transition: all .3s ease-in-out;
	left: 750px;
	bottom: 200px;
	color:#ffffff;
}


@media (min-width: 992px) {
	.desktop .clients-classic img {
		will-change: transform;
		transition: all .3s ease;
	}
	.desktop .clients-classic:hover {
		border-color: #151515;
	}
	.desktop .clients-classic:hover::before {
		transform: scale(0.94, 0.9);
		border-color: #151515;
	}
	.desktop .clients-classic:hover img {
		opacity: 1;
		transform: scale(0.9);
	}
	.desktop .context-dark .clients-classic:hover, .desktop .bg-gray-dark .clients-classic:hover, .desktop .bg-primary .clients-classic:hover {
		border-color: rgba(255, 255, 255, 0.6);
	}
	.desktop .context-dark .clients-classic:hover::before, .desktop .bg-gray-dark .clients-classic:hover::before, .desktop .bg-primary .clients-classic:hover::before {
		border-color: rgba(255, 255, 255, 0.6);
	}
}

.context-dark .clients-classic, .bg-gray-dark .clients-classic, .bg-primary .clients-classic {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.3);
}

/*.clients-modern {
	position: relative;
	display: block;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	border: 1px solid #e1e1e1;
	transition: all .3s ease-in-out;
}

.clients-modern::before, .clients-modern::after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	transition: color .1s ease, transform .3s ease;
	will-change: transform;
}

.clients-modern::before {
	transform: scaleX(0);
}

.clients-modern::after {
	transform: scaleY(0);
}

.clients-modern img {
	width: 100%;
	opacity: .5;
}

@media (min-width: 992px) {
	.desktop .clients-modern img {
		will-change: transform;
		transition: all .3s ease;
	}
	.desktop .clients-modern:hover {
		border-color: transparent;
	}
	.desktop .clients-modern:hover::before, .desktop .clients-modern:hover::after {
		transform: none;
	}
	.desktop .clients-modern:hover::before {
		border-color: #7796ff transparent #7796ff transparent;
	}
	.desktop .clients-modern:hover::after {
		border-color: transparent #7796ff transparent #7796ff;
	}
	.desktop .clients-modern:hover img {
		opacity: 1;
		transform: scale(0.9);
	}
}

.clients-creative {
	position: relative;
	display: block;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
	transition: all .3s ease-in-out;
}

.clients-creative img {
	width: 100%;
	opacity: .3;
}

.clients-creative-2 img,
.clients-creative-3 img {
	opacity: .5;
}

.clients-creative-3 {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	.desktop .clients-creative img {
		will-change: transform;
		transition: all .3s ease;
	}
	.desktop .clients-creative:hover {
		border-color: #151515;
	}
	.desktop .clients-creative:hover img {
		opacity: .5;
		transform: translate3d(0, -10px, 0);
	}
	.desktop .clients-creative-2:hover img {
		opacity: .7;
	}
	.desktop .clients-creative-3:hover img {
		opacity: 1;
	}
}

@media (min-width: 768px) {
	.clients-creative-3 {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}*/


/*
*
* Text styling
*/

.text-gray-500 {
	color: #9b9b9b;
}

.counter-text-img {
	position: relative;
	display: inline-block;
	overflow: hidden;
	font-size: 320px;
	line-height: 85%;
	font-weight: 600;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #151515;
	letter-spacing: -.06em;
	padding-right: 10px;
	height: 270px;
}

.counter-text-img:hover {
	color: #9b9b9b;
}

@media (min-width: 576px) {
	.counter-text-img {
		font-size: 400px;
		height: 350px;
	}
}

@supports (-webkit-background-clip: text) {
	.counter-text-img {
		-webkit-text-fill-color: transparent;
		background: -webkit-linear-gradient(transparent, transparent);
		background: -o-linear-gradient(transparent, transparent);
		background: linear-gradient(-62deg, #45476f, #6689ff);
		-webkit-background-clip: text;
	}
	.counter-text-img > span {
		pointer-events: none;
	}
	.counter-text-img:hover {
		animation-play-state: running;
		color: red;
	}
	@media (min-width: 576px) {
		.counter-text-img {
			background-position-y: 22%;
		}
	}
}


/*
*
* Offsets
*/

h7 + p {
	margin-top: 20px;
}

h8 + p {
	margin-top: 17px;
}

h7.font-weight-normal + p {
	margin-top: 16px;
}

/*img + p {
	margin-top: 15px;
}*/

h7 + img {
	margin-top: 40px;
}

* + .counter-row {
	margin-top: 40px;
}

h7 + .section-relative {
	margin-top: 35px;
}

.counter-row + h7,
.counter-row + .heading-7 {
	margin-top: 80px;
}

.counter-row + .counter-row {
	margin-top: 35px;
}

.counter-row + .button-wrap {
	margin-top: 45px;
}

@media (min-width: 1200px) {
	.counter-row + .counter-row {
		margin-top: 60px;
	}
}

.row-30 {
	margin-bottom: -30px;
}

.row-30:empty {
	margin-bottom: 0;
}

.row-30 > * {
	margin-bottom: 30px;
}

@media (min-width: 1200px) {
	.row-xl-24 {
		margin-bottom: -24px;
	}
	.row-xl-24:empty {
		margin-bottom: 0;
	}
	.row-xl-24 > * {
		margin-bottom: 24px;
	}
}


/*
*
* Sections
*/

.section-sm {
	padding: 30px 0;
}

.section-sm.section-first {
	padding-top: 60px;
}

.section-sm.section-last {
	padding-bottom: 60px;
}

@media (min-width: 768px) {
	.section-sm {
		padding: 40px 0;
	}
	.section-sm.section-first {
		padding-top: 80px;
	}
	.section-sm.section-last {
		padding-bottom: 80px;
	}
}

@media (min-width: 992px) {
	.section-sm {
		padding: 50px 0;
	}
	.section-sm.section-first {
		padding-top: 100px;
	}
	.section-sm.section-last {
		padding-bottom: 100px;
	}
}


/*
*
* Grid modules
*/

.grid-system-outline .counter-row {
	border: 1px solid #f5f5f5;
}

.grid-system-outline .counter-row:not(:last-child) {
	border-bottom-width: 0;
}

.grid-system-outline * + .counter-row {
	margin-top: 45px;
}

.grid-system-outline .counter-row + .counter-row {
	margin-top: 0;
}


/*
*
* Backgrounds
*/

.context-dark h7, .bg-gray-dark h7, .bg-primary h7, .context-dark h8, .bg-gray-dark h8, .bg-primary h8, .context-dark [class*='heading-'], .bg-gray-dark [class*='heading-'], .bg-primary [class*='heading-'] {
	color: #ffffff;
}

.context-dark .title-decoration-lines-left::before, .bg-gray-dark .title-decoration-lines-left::before, .bg-primary .title-decoration-lines-left::before {
	background: #6689ff;
}

.context-dark .text-gray-500, .bg-gray-dark .text-gray-500, .bg-primary .text-gray-500 {
	color: rgba(255, 255, 255, 0.3);
}


/**
* Light Backgrounds
*/

.bg-default-counter {
	background-color: #fefefe;							
	background-image: url(images/partners/ematelch-logo.pn);
	background-repeat: no-repeat;
	background-position: 50% 0;

}
.bg-default-partner {
	background-color: #efefef;
}


/**
* Background Image
*/

[class*='bg-'] {
	background-size: cover;
	background-position: center center;
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .bg-fixed {
		background-attachment: fixed;
	}
}

[class*='bg-overlay-'] {
	position: relative;
}

[class*='bg-overlay-']::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}


/*
*
* Utilities custom
*/

.text-width-extra-small {
	max-width: 320px;
}

.text-center [class*='text-width-'] {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 992px) {
	.offset-top-lg-24 {
		margin-top: -30px;
	}
	.desktop .offset-negative-1 {
		margin-top: -35px;
	}
}

@media (min-width: 1200px) {
	.offset-top-xl-26 {
		margin-top: 26px;
	}
}


/*
*
* Animate.css
*/

.animated {
	-webkit-animation-duration: .9s;
	animation-duration: .7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
}

.animated.ios {
	transition: none !important;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 3s;
	animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
	opacity: 0;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(40px, 0, 0);
		transform: translate3d(40px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(40px, 0, 0);
		transform: translate3d(40px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

/*.cssload-container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
	animation: loader 1.2s infinite ease-in-out;
}

.cssload-container span {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	background-color: #6689ff;
	animation: loaderBlock 1.2s infinite ease-in-out both;
}

.cssload-container span:nth-child(1) {
	top: 0;
	left: 0;
}

.cssload-container span:nth-child(2) {
	top: 0;
	right: 0;
	animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.cssload-container span:nth-child(3) {
	bottom: 0;
	left: 0;
	animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.cssload-container span:nth-child(4) {
	bottom: 0;
	right: 0;
}*/




/*
* @subsection  RD Navbar Static
*/



/**
*
* RD Navbar Classic
* =====================================================
*/

.rd-navbar-classic-project-content .counter-row > div + div {
	margin-top: 15px;
}

@media (min-width: 1600px) {
	.rd-navbar-classic-project-content .counter-row > div + div {
		margin-top: 20px;
	}
}


/*
*
* Swiper
*/

.swiper-slider-creative .swiper-pagination {
	font-size: 0;
	line-height: 0;
	counter-reset: span;
	bottom: 20px;
}

@media (min-width: 1600px) {
	.swiper-slider-creative .swiper-pagination-bullet::before {
		display: inline-block;
		position: absolute;
		content: counter(span, decimal);
		counter-increment: span;
		top: 60%;
		left: -22px;
		font-size: 24px;
		line-height: 1;
		letter-spacing: .05em;
		font-weight: 500;
		font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		color: #ffffff;
		opacity: 0;
		visibility: hidden;
		transform: translate3d(-20px, -50%, 0);
		will-change: transform;
		transition: inherit;
	}
}

.swiper-slider-corporate h8 {
	font-weight: 400;
	letter-spacing: .15em;
	color: #6689ff;
}

.swiper-slider-corporate h8 + h2 {
	margin-top: 16px;
}

@media (min-width: 768px) {
	.swiper-slider-corporate h8 + h2 {
		margin-top: 28px;
	}
}


/*
*
* Isotope
*/

[data-isotope-layout] .counter-row {
	margin-bottom: -30px;
}

[data-isotope-layout] .counter-row > [class*="col-"] {
	margin-top: 30px;
}

h7 + .isotope-filters {
	margin-top: 14px;
}

.isotope-condensed .counter-row > * {
	margin-top: -1px;
	margin-bottom: -1px;
}

@media (max-width: 991px) {
	.isotope-condensed .counter-row.counter-row-condensed > [class*='col'] {
		padding-left: 10px;
		padding-right: 10px;
	}
	.isotope-condensed .counter-row.counter-row-condensed > [class*='col'] + [class*='col'] {
		margin-top: 25px;
	}
}

@media (min-width: 768px) {
	.counter-row-isotope {
		margin-left: -0.85%;
		margin-right: -0.85%;
		margin-bottom: -1.7%;
	}
	.counter-row-isotope > * {
		margin-bottom: 1.7%;
		padding-left: 0.85%;
		padding-right: 0.85%;
	}
}

.counter-row + .tabs-corporate {
	margin-top: 66px;
}


/*
*
* Counter
*/
.counter-modern {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: left;
	min-height: 220px;
	padding: 20px;
	z-index: 1;
}

.counter-modern::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 6px solid #ebebeb;
	transition: all .3s ease;
	z-index: -1;
}

.counter-modern-2 .counter-modern-decor {
	background: #6689ff;
}

.counter-modern-number {
	font-size: 60px;
	line-height: 0.6;
	letter-spacing: .025em;
	text-transform: uppercase;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.counter-modern-number > * {
	display: inline-block;
}

.counter-modern-decor {
	width: 100%;
	height: 2px;
	margin: 16px 0 16px auto;
	background: #6689ff;
	transition: all .3s ease;
}

.counter-modern-title {
	display: inline-block;
	font-weight: 300;
	letter-spacing: .05em;
}

@media (min-width: 992px) {
	.desktop .counter-modern::before {
		border-width: 22px;
	}
	.desktop .counter-modern-decor {
		width: 0;
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.desktop .counter-modern:hover::before {
		border-width: 10px;
	}
	.desktop .counter-modern:hover .counter-modern-decor {
		width: 100%;
		margin-top: 24px;
		margin-bottom: 24px;
	}
}

@media (min-width: 768px) {
	.counter-modern {
		padding: 35px;
		min-height: 320px;
	}
	.counter-modern::before {
		border-width: 10px;
	}
	.counter-modern-number {
		font-size: 105px;
	}
	.counter-modern-decor {
		margin-top: 24px;
		margin-bottom: 24px;
	}
}

@media (min-width: 992px) {
	.counter-modern {
		min-height: 363px;
	}
}

.ie-edge .counter-modern,
.ie-10 .counter-modern,
.ie-11 .counter-modern {
	height: 320px;
}

@media (min-width: 992px) {
	.ie-edge .counter-modern,
	.ie-10 .counter-modern,
	.ie-11 .counter-modern {
		height: 363px;
	}
}

.counter-classic {
	text-align: center;
}

.counter-classic-number {
	font-size: 70px;
	line-height: 0.8;
	font-weight: 300;
	letter-spacing: .025em;
	text-transform: uppercase;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.counter-classic-number > * {
	display: inline-block;
}

.counter-classic-number .symbol {
	font-size: 40px;
	letter-spacing: 0;
}

.counter-classic-title {
	font-weight: 400;
	letter-spacing: .05em;
}

@media (min-width: 992px) {
	.counter-classic-number {
		font-size: 110px;
	}
	.counter-classic-number .symbol {
		font-size: 70px;
	}
}

.counter-creative {
	text-align: center;
}

.counter-creative-2 .counter-creative-number {
	color: #7796ff;
}

.counter-creative-number {
	font-size: 70px;
	line-height: .8;
	font-weight: 300;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .025em;
}

.counter-creative-number > * {
	display: inline-block;
	vertical-align: top;
}

.counter-creative-icon {
	margin-left: 10px;
	font-size: 42px;
	line-height: 1;
	color: #6386ff;
}

.counter-creative-title {
	font-weight: 400;
	letter-spacing: .075em;
}

* + .counter-creative-title {
	margin-top: 8px;
}

.counter-abby {
	position: relative;
	padding: 40px 20px;
	min-height: 100%;
	border: 9px solid transparent;
	transition: all .3s ease;
	z-index: 1;
}

.counter-abby::before, .counter-abby::after {
	position: absolute;
	content: '';
	border: 1px solid #151515;
	transition: inherit;
	will-change: transform;
	z-index: -1;
}

.counter-abby::before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.counter-abby::after {
	top: -9px;
	right: -9px;
	bottom: -9px;
	left: -9px;
}

.counter-abby:hover {
	border-color: #151515;
}

.counter-abby:hover::before {
	transform: scale(0.95);
}

.counter-abby:hover::after {
	transform: scale(1.05);
}

@media (min-width: 992px) {
	.counter-abby {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.context-dark .counter-abby::before, .bg-gray-dark .counter-abby::before, .bg-primary .counter-abby::before, .context-dark .counter-abby::after, .bg-gray-dark .counter-abby::after, .bg-primary .counter-abby::after {
	border-color: rgba(255, 255, 255, 0.27);
}

.context-dark .counter-abby:hover, .bg-gray-dark .counter-abby:hover, .bg-primary .counter-abby:hover {
	border-color: rgba(255, 255, 255, 0.27);
}

.counter-amy {
	text-align: center;
	padding: 30px 10px;
}

.counter-amy-number {
	font-size: 65px;
	line-height: 0.8;
	font-weight: 300;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.counter-amy-number > * {
	display: inline-block;
}

.counter-amy-number .symbol {
	font-size: 70px;
	letter-spacing: 0;
	margin-left: -8px;
}

.counter-amy-title {
	font-weight: 400;
	letter-spacing: .1em;
	color: #9b9b9b;
}

* + .counter-amy-title {
	margin-top: 4px;
}

/*.border-classic > div {
	position: relative;
}

.border-classic > div::before {
	position: absolute;
	display: none;
	content: '';
	left: 50%;
	top: -25px;
	transform: translateX(-50%);
	width: 80%;
	height: 1px;
	background: #d7d7d7;
}

@media (max-width: 575px) {
	.border-classic > div + div::before {
		display: inline-block;
	}
}

@media (min-width: 576px) {
	.border-classic > div {
		position: relative;
	}
	.border-classic > div::before {
		top: 50%;
		left: 0;
		width: 1px;
		height: 68px;
		margin-top: -34px;
		transform: none;
	}
	.border-classic > div:nth-child(odd) + div::before {
		display: inline-block;
	}
}

@media (min-width: 992px) {
	.border-classic > div + div::before {
		display: inline-block;
	}
}

@media (min-width: 576px) {
	.border-classic-big > div::before {
		height: 86px;
		margin-top: -43px;
	}
}

.context-dark .border-classic > div::before, .bg-gray-dark .border-classic > div::before, .bg-primary .border-classic > div::before {
	background: rgba(244, 244, 244, 0.55);
}

.border-modern {
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #e1e1e1;
}

.border-modern > div {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #e1e1e1;
}

.border-creative {
	overflow: hidden;
}

.border-creative > div::before, .border-creative > div::after {
	position: absolute;
	content: '';
	background: #d1d1d1;
}

.border-creative > div::before {
	height: 1px;
	left: 26px;
	right: 26px;
	bottom: -1px;
}

.border-creative > div::after {
	width: 1px;
	top: 26px;
	right: -1px;
	bottom: 26px;
}

* + .border-creative {
	margin-top: 0;
}*/

.border-2-column > div {
	padding: 0;
	border-top: 1px solid #e1e1e1;
}

.border-2-column > div:nth-child(1) {
	border-top: none;
}

.border-2-column > div:nth-child(1) .counter-amy {
	padding-top: 0;
}

.border-2-column > div:nth-last-child(1) .counter-amy {
	padding-bottom: 0;
}

@media (min-width: 576px) {
	.border-2-column > div:nth-child(2) {
		border-top: none;
	}
	.border-2-column > div:nth-child(2) .counter-amy {
		padding-top: 0;
	}
	.border-2-column > div:nth-last-child(2) .counter-amy {
		padding-bottom: 0;
	}
	.border-2-column > div:nth-child(even) {
		border-left: 1px solid #e1e1e1;
	}
	.border-2-column > div:nth-child(even) .counter-amy {
		padding-right: 0;
	}
	.border-2-column > div:nth-child(odd) .counter-amy {
		padding-left: 0;
	}
}

.context-dark .border-2-column > div, .bg-gray-dark .border-2-column > div, .bg-primary .border-2-column > div {
	border-color: rgba(255, 255, 255, 0.1);
}

.box-ordered {
	counter-reset: div;
}

.box-ordered .box-ordered-item::before {
	content: counter(div, decimal-leading-zero);
	counter-increment: div;
}

.box-ordered-2 {
	counter-reset: div;
}

.box-ordered-2 .box-ordered-item::before {
	content: counter(div, decimal);
	counter-increment: div;
}



/*
 * Owl Pagination
*/

#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}


/*
*
* Material Parallax
*/

.parallax-container {
	position: relative;
	overflow: hidden;
}

.material-parallax {
	position: absolute;
	top: 0;
	left: -1px;
	right: -1px;
	bottom: 0;
}

.ipad .material-parallax, .iphone .material-parallax {
	background-attachment: scroll !important;
}

.material-parallax img {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 101%;
	max-width: none;
	min-height: 101%;
	transform: translate3d(-50%, 0, 0);
}

.parallax-content {
	position: relative;
	z-index: 1;
}

/*
*
* Select 2			Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/

/*.select2-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	min-height: 50px;
	min-width: 250px;
	margin: 0;
	padding: 0;
	letter-spacing: .05em;
	background: #ffffff;
	border: 1px solid #e1e1e1;
}

.select2-container-active {
	border: 1px solid #6689ff;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
	/*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
/*	-webkit-box-sizing: border-box;
	/* webkit */
/*	-moz-box-sizing: border-box;
	/* firefox */
/*	box-sizing: border-box;
	/* css3 */
/*}

.select2-container .select2-choice {
	display: block;
	position: relative;
	color: #151515;
	background-color: #ffffff;
	padding: 12px 40px 12px 26px;
	border-radius: 0;
	text-decoration: none;
}

.select2-container .select2-choice > .select2-chosen {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.select2-dropdown-open .select2-choice {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-arrow {
	display: inline-block;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
}

.select2-arrow b:before {
	display: inline-block;
	font-weight: 400;
	content: "";
	font-family: "Material Design Icons";
	font-size: 20px;
	transform: rotate(0deg);
}

.select2-dropdown-open .select2-arrow b:before {
	transform: rotate(180deg);
}

.select2-container .select2-choice abbr {
	display: none;
}

.select2-drop-mask {
	border: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	/* styles required for IE to work */
/*	background-color: #ffffff;
	filter: alpha(opacity=0);
}

.select2-drop {
	width: 100%;
	margin-top: -1px;
	position: absolute;
	z-index: 100;
	top: 100%;
	background: #ffffff;
	color: #151515;
	border: 1px solid #efefef;
	border-top: 0;
	border-radius: 0 0 0 0;
}

.select2-drop-active {
	border: 1px solid #6689ff;
	border-top: 0;
}

.select2-drop.select2-drop-above {
	margin-top: 1px;
	border-top: 1px solid #efefef;
	border-bottom: 0;
}

.select2-drop.select2-drop-above.select2-drop-active {
	border: 1px solid #6689ff;
}

.select2-search {
	display: inline-block;
	width: 100%;
	padding: 4px 4px 0;
	position: relative;
	z-index: 10000;
	white-space: nowrap;
}

.select2-search:before {
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(calc(-50% + 4px));
	display: inline-block;
	content: '\f43b';
	font-family: "Material Design Icons";
	font-size: 20px;
	line-height: 1;
}

.select2-search input {
	width: 100%;
	padding: 5px 35px 5px 5px;
	margin: 0;
	outline: 0;
	font-size: 1em;
	background-color: #ffffff;
	color: #151515;
	border: 1px solid #efefef;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
	border: 1px solid #efefef;
	border-top-color: transparent;
}

.select2-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}*/

/* results */

#particles-js {
	position: absolute;
	min-width: 280px;
	min-height: 280px;
	top: 0;
	left: -100;
}

@media (min-width: 576px) {
	#particles-js {
		min-width: 360px;
		min-height: 360px;
	}
}

#particles-js .particles-js-canvas-el {
	min-width: 280px;
	min-height: 280px;
}

@media (min-width: 576px) {
	#particles-js .particles-js-canvas-el {
		min-width: 360px !important;
		min-height: 360px !important;
		width: auto;
	}
}
