:root {
	--t2u-bg-c: #fff;
	--t2u-text-c: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: normal;
	text-transform: uppercase;
}

a,
a:active,
a:focus,
a:hover,
button,
button:active,
button:focus,
button:hover,
textarea:focus,
select:focus {
	outline: 0 !important;
	text-decoration: none !important;
}
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.icon-less:before {
	content: '\e90c' !important;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #8cb72e;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 17px;
	margin: 0;
	opacity: 1;
	padding: 15px 50px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 0.15s linear;
}

.nav-toggle .toggle-icon,
.nav-toggle svg {
	height: auto;
	width: auto;
}

.nav-toggle {
	position: static;
	width: auto;
}

i.icon-hamburger-menu {
	font-size: 35px;
	color: #fff;
}

.menu-modal-inner {
	box-shadow: none;
	width: 100%;
	background: #222;
}

i.icon-chiudi {
	color: #fff;
	font-size: 35px;
}

.menu-modal {
	display: none;
	left: 0;
	right: 0;
	height: 100%;
	transform: none;
}

.menu-modal-inner {
	transform: none;
}

.menu-top {
	display: flex;
	justify-content: space-between;
	padding: 40px 0 0;
	align-items: flex-start;
}

.menu-content {
	display: flex;
	align-items: center;
	height: 100%;
	margin-top: 0;
	padding: 0;
	justify-content: space-between;
	flex-flow: wrap;
	min-height: 620px;
}

nav.main-menu li {
	font-size: 45px;
	text-transform: uppercase;
	list-style: none;
	margin: 0;
	font-weight: bold;
}

nav.main-menu ul {
	padding: 0;
	margin: 0;
}

nav.main-menu li a {
	color: #fff;
}

button.close-nav-toggle {
	padding: 0;
	width: auto;
}

.menu-modal.active .menu-modal-inner {
	opacity: 1;
	transform: none;
	transition-timing-function: ease-out;
	height: 100%;
}

.menu-modal.active {
	display: flex;
}

.visible-mobile {
	display: none;
}
.visible-desktop {
	display: block;
}

#site-header {
	background: transparent;
	width: 100%;
}

.header {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 999;
	padding: 40px 0 10px 0;
	top: 0;
}

.header.fixed-header {
	position: fixed;
	top: 0;
}

.header>.wrapper {
	position: relative;
}

/* .stiky-nav.fixed-menu .site-logo svg > g:last-child {
  display: none;
} */

header#site-header.stiky-nav {
	position: fixed;
	left: 0;
	z-index: 100;
	margin: 0;
	background: #222222;
	top: -170px;
	-webkit-transition: all 1s;
	transition: all 1s;
}

header#site-header.stiky-nav.fixed-menu {
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	top: 0;
	transition: all 0.5s;
}

header#site-header.stiky-nav .header-container {
	padding: 10px 0;
}

header#site-header.stiky-nav .site-logo.faux-heading svg, header#site-header.stiky-nav .site-logo.faux-heading img {
	width: 40px;
	margin-bottom: 0;
}

header#site-header.stiky-nav .header-action {
	align-items: center;
}

.header-container {
	justify-content: space-between;
	display: flex;
	padding: 0;
	position: relative;
}

.toggle-icon svg.svg-icon {
	fill: #fff;
}

.slideshow-homepage .slide>a {
	display: block;
	position: relative;
}

.slide-content-container {
	position: absolute;
	height: 100%;
	display: flex;
	align-items: center;
	left: 0;
	width: 100%;
}

.slide-content-container .wrapper {
	padding: 0 30px;
}
.slideshow-homepage {
	height: 100vh;
	min-height: 460px;
	overflow: hidden;
}
.slideshow-homepage .slick-slide img {
	max-height: 100%;
	min-height: 460px;
	min-width: 100%;
	max-width: unset;
	width: auto;
	height: 100vh;
	object-fit: cover;
}
.slideshow-homepage ul.slick-dots {
	list-style: none;
	padding: 0;
	display: flex !important;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 30%;
	max-width: 120rem;
	padding: 0 30px;
}

.slideshow-homepage ul.slick-dots li button {
	background: #707070;
	font-size: 0 !important;
	width: 35px;
	height: 2px;
	padding: 0;
}

.slideshow-homepage ul.slick-dots li {
	margin: 0;
	line-height: unset;
}

.slideshow-homepage ul.slick-dots li.slick-active button {
	background: #ffffff;
}

ul.slick-dots {
	position: absolute;
	bottom: 0;
}

.wrapper {
	max-width: 120rem;
	width: 100%;
	margin: 0 auto;
}

#purple-box h1,
#purple-box h2 {
	font-size: 30px;
	color: #fff;
	line-height: 35px;
	margin: 0;
	font-weight: bold;
}

.homepage-content #purple-box h1 {
	margin-bottom: 20px;
}

.masonry-slider ul.slick-dots {
	list-style: none;
	margin: 0;
	padding: 10px;
	display: flex !important;
	align-items: center;
}

.slick-slide img {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.masonry-slider ul.slick-dots li button {
	background: #bebebe;
	font-size: 0;
	width: 7px;
	height: 7px;
	padding: 0;
}

.masonry-slider ul.slick-dots li {
	margin: 0 3px;
	line-height: unset;
}

.masonry-slider ul.slick-dots li.slick-active button {
	background: #3f154e;
}

.purple-outline {
	border: 1px solid #3f154e;
}

.green-outline {
	border: 1px solid #8cb72e;
}

.black-outline {
	border: 1px solid #333333;
}

.slide-content-text h3 {
	color: #fff;
	font-weight: 700;
	font-size: 70px;
	line-height: 70px;
	max-width: 700px;
	margin: 0;
	animation: fadeOutLeft 0.5s both;
	font-size: 45px;
	line-height: 45px;

}

.slide-content-text .button.button-regular.button-regular-outline {
	animation: fadeOutRight 0.5s both;
	display: block;
	max-width: fit-content;
	margin-top: 25px;
	text-decoration: none;
	font-size: 13px !important;
}

.slide-content-text h3 i {
	animation: fadeOutRight 0.5s both;
	display: none;
}

.slide-content-text h4 {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 15px;
	animation: fadeOutUp 0.5s both;
}

.slick-active .slide-content-text h3 {
	animation: fadeInLeft 0.5s both 0.5s;
}

.slick-active .slide-content-text h4 {
	animation: fadeInDown 0.5s both 1s;
}

.slick-active .slide-content-text h3 i {
	animation: fadeInLeft 0.7s both 1.2s;
}

.slick-active .slide-content-text .button.button-regular.button-regular-outline {
	animation: fadeInLeft 0.7s both 1.2s;
}

.grey-box {
	background: #f0f0f0;
}

div#grey-box {
	padding: 50px 30px;
}

.box-masonry p {
	font-size: 13px;
	color: #777777;
	line-height: 25px;
	margin: 0;
}

.box-masonry .service-box-content-text p {
	font-size: 13px;
}

.service-box-content-text h5 {
	margin: 0;
	font-weight: 400;
}

#purple-box p {
	color: #fff;
	line-height: 28px;
}

div#purple-box,
.purple-box {
	background: #3f154e;
	padding: 55px 30px;
	color: #fff;
}

#groups-box h4 {
	font-size: 20px;
	color: #3f154e;
	margin: 0;
}

div#groups-box {
	width: 100%;
	text-align: center;
	padding: 50px;
}

.group-logo:first-child {
	max-width: 72px;
	width: 100%;
	margin: 0 auto;
}

.group-logo img {
	margin: 0 auto 35px;
}

.clients-container {
	display: flex;
	flex-flow: wrap;
	align-items: center;
}

.client-logo {
	width: 50%;
}

.groups-container {
	margin-top: 60px;
}

section.homepage-content {
	margin-top: 60px;
	position: relative;
}

section.homepage-content .wrapper {
	padding: 0;
}

.box-masonry {
	height: 100%;
}

.box-masonry-container {
	margin: 0 0 60px;
}

.grid-layout-col-2 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.grid-layout-col-3 {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
}

.box-masonry-container.flex-masonry-child-1 {
	grid-column-end: span 3;
	width: 780px;
	margin-top: -120px;
}

.box-masonry-container.flex-masonry-child-2 {
	grid-row-end: span 2;
	width: 360px;
}

.box-masonry-container.flex-masonry-child-3,
.box-masonry-container.flex-masonry-child-4,
.box-masonry-container.flex-masonry-child-5,
.box-masonry-container.flex-masonry-child-7,
.box-masonry-container.flex-masonry-child-8,
.box-masonry-container.flex-masonry-child-9 {
	width: 360px;
}

.box-masonry-container.flex-masonry-child-3 {
	margin-right: 60px;
}

.box-masonry-container.flex-masonry-child-4 {
	grid-column-end: span 2;
}

.box-masonry-container.flex-masonry-child-6 {
	width: 780px;
	grid-column-end: span 2;
}

.box-masonry-container.flex-masonry-child-7,
.box-masonry-container.flex-masonry-child-8,
.box-masonry-container.flex-masonry-child-10,
.box-masonry-container.flex-masonry-child-11 {
	margin-right: 60px;
}

.box-masonry-container.flex-masonry-child-8,
.box-masonry-container.flex-masonry-child-9 {
	height: 360px;
}

.eds-on-scroll.box-masonry-container.flex-masonry-child-7 {
	height: 180px;
}

.box-masonry-container.flex-masonry-child-10 {
	margin-top: -178px;
}

.purple-bg {
	background: #3f154e;
	color: #fff;
}

#purple-outline-box h3 {
	font-size: 36px;
	margin: 0;
	color: #3f154e;
	font-weight: 700;
	line-height: 40px;
}

div#purple-outline-box {
	padding: 30px;
}

div#project-slider-box {
	background: #fff;
}

/* div#project-slider-box .project-item svg,
div#project-slider-box .project-item svg .st376,
div#project-slider-box .project-item svg .st3,
div#project-slider-box .project-item svg .st2,
div#project-slider-box .project-item svg .st1,
div#project-slider-box .project-item svg .st0,
div#project-slider-box .project-item svg .st382 {
    fill: #777;
}

div#project-slider-box .project-item svg .st373 {
    stroke: #777;
} */

.box-masonry-container {
	min-width: 360px;
}

.cover-box-masonry-image-big,
.cover-box-masonry-image-small {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center;
}

.cover-box-masonry-image-big {
	width: 100%;
	height: 538px;
}

.cover-box-masonry-image-small {
	width: 100%;
	height: 360px;
}

.singular .cover-box-masonry-image-small {
	height: 320px;
}

.home.singular .cover-box-masonry-image-small {
	height: 360px;
}

.box-masonry-container.flex-masonry-child-13 {
	width: 780px;
	margin-top: -178px;
	grid-column-end: span 3;
}

.box-masonry-container.flex-masonry-child-16 {
	height: 360px;
}

.box-masonry-container.flex-masonry-child-14,
.box-masonry-container.flex-masonry-child-15,
.box-masonry-container.flex-masonry-child-18 {
	margin-right: 60px;
	margin-top: -178px;
}

.footer-top-visible .footer-nav-widgets-wrapper,
.footer-top-hidden #site-footer {
	margin-top: 0;
	background: #222222;
}

.footer-col h4,
.contact-headquarter-col h4 {
	color: #fff;
	font-size: 14px;
	margin: 0;
}

.footer-responsive-button {
	display: none;
}

.footer-col p,
.contact-headquarter-col p {
	color: #fff;
	font-size: 11px;
	margin: 0;
}

.footer-column-container {
	display: flex;
	flex-flow: wrap;
	padding: 80px 0 0 0;
}

.footer-col {
	width: 50%;
	position: relative;
	padding: 0 10px 0;
	margin: 0 0 35px;
}

.main-footer {
	max-width: 400px;
	width: 100%;
}

.widget {
	margin-top: 0;
}

.footer-contacts-container h4 {
	margin: 0;
	font-size: 15px;
	line-height: 20px;
}

.footer-contacts-container {
	background: #fff;
	width: 360px;
	padding: 80px 35px 12px;
	text-align: right;
	height: 100%;
}

.footer-contacts-container p {
	color: #333;
	font-size: 10px;
	line-height: 18px;
	margin: 10px 0;
}

.footer-contacts-container a.button.btn-regular {
	font-size: 11px;
	padding: 6px 10px;
}

a.footer-tel {
	color: #222;
	font-size: 16px;
}
a.footer-tel i {
	display: inline-block;
	margin-right: 10px;
}

#site-footer {
	padding: 0;
}

#site-footer .wrapper {
	position: relative;
}

#site-footer .copyright p {
	color: #707070;
	font-size: 10px;
	font-weight: 400;
	padding: 20px 0;
}

#site-footer .copyright {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70%;
}

.footer-column {
	display: flex;
	justify-content: space-between;
}

.social-footer-container {
	margin: 40px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.social-footer-container>a {
	display: inline-block;
	color: #333;
	padding: 0 7px;
}
.social-footer-container>a:hover {
	color: #717070;
}

.social-footer-container>a:hover img {
	opacity: 0.8;
}

.footer-nav li {
	list-style: none;
	font-size: 9px;
	color: #333333;
	line-height: 20px;
	margin: 0 0 0 10px !important;
}

.footer-nav ul {
	margin: 10px 0;
	display: flex;
	justify-content: flex-end;
}

.footer-nav li a {
	color: #333;
	text-transform: uppercase;
}

.footer-nav li a:hover {
	text-decoration: underline !important;
}

.page-main-top-image {
	height: 100vh;
	min-height: 460px;
	/* background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; */
}

.page-main-top-container {
	position: relative;
}

.page-main-top-content {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	z-index: 9;
}

.breadcrumb-container {
	position: absolute;
	bottom: 90px;
	right: 0;
	margin: 0 auto;
	left: 60px;
	z-index: 9;
}

.flex-col {
	display: flex;
}

.flex-col.align-center {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.flex-col.align-stretch {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 100%;
}


.page-main-top-content h4 {
	color: #fff;
	font-weight: 300;
	font-size: 28px;
	margin: 0;
}

.page-main-top-content h1,
.page-main-top-content h2,
.page-main-top-content h3 {
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	margin: 0;
	line-height: 60px;
	max-width: 710px;
}

.page-main-content-col .flex-child-1 {
	margin-top: -60px;
	margin-right: 60px;
	width: 360px;
	height: 360px;
	z-index: 1;
}

.page-main-content-col .flex-child-1 div#purple-box {
	display: flex;
	align-items: center;
}

div#white-text-box p {
	margin: 0 0 25px;
}

.purple-overlay,
.purple-cover,
.black-overlay,
.black-cover {
	position: relative;
}

.page-main-top-container {
	min-height: 460px;
}

.purple-overlay:before,
.purple-cover:before,
.black-cover:before,
.gray-overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(63, 21, 78, 0.5);
	height: 100%;
}

.black-cover:before {
	background: rgba(0, 0, 0, 0.5);
}

.black-overlay:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	background: rgb(245, 245, 245);
	background: -moz-linear-gradient(180deg,
			rgba(245, 245, 245, 0) 0%,
			rgba(0, 0, 0, 0.304359243697479) 39%,
			rgba(0, 0, 0, 0.396796218487395) 54%,
			rgba(0, 0, 0, 0.5536589635854341) 100%);
	background: -webkit-linear-gradient(180deg,
			rgba(245, 245, 245, 0) 0%,
			rgba(0, 0, 0, 0.304359243697479) 39%,
			rgba(0, 0, 0, 0.396796218487395) 54%,
			rgba(0, 0, 0, 0.5536589635854341) 100%);
	background: linear-gradient(180deg,
			rgba(245, 245, 245, 0) 0%,
			rgba(0, 0, 0, 0.304359243697479) 39%,
			rgba(0, 0, 0, 0.396796218487395) 54%,
			rgba(0, 0, 0, 0.5536589635854341) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5", endColorstr="#000000", GradientType=1);
	height: 100%;
}

.black-overlay.new-purple-overlay:after {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.71), rgba(94, 38, 123, 0.93));
}

.gray-overlay:before {
	background: rgba(34, 34, 34, 0.70);
}

.flex-child-3 {
	width: 360px;
	margin-right: 60px;
}

.outline-box h4 {
	font-size: 20px;
	color: #3f154e;
	margin: 45px 0 12px;
}

.box-masonry .outline-box p,
#grey-box-container p {
	font-size: 13px;
}

.flex-col div#purple-outline-box {
	padding: 40px 35px;
	transition: all 0.3s;
}

.flex-col.flex-col-3 div#purple-outline-box {
	padding: 0;
}

a.outline-content-link {
	display: block;
	padding: 50px 35px 35px;
	text-decoration: none;
	color: #fff;
}

.outline-box>* {
	text-decoration: none;
}

.outline-box-content,
.outline-box,
.outline-content-link {
	height: 100%;
}

.flex-col div#purple-outline-box:hover,
.project-service-box:hover>.box-masonry {
	border-color: #f0f0f0;
	background: #f0f0f0;
	transition: all 0.3s;
}

.box-masonry {
	transition: all 0.3s;
}

.flex-child-4 div#purple-box h3 {
	margin: 0 0 12px !important;
	font-size: 30px;
	line-height: 40px;
}

.flex-child-6.box-masonry-container {
	margin-right: 60px;
	margin-left: 60px;
}

.outline-box-link {
	margin-top: 30px;
	display: inline-block;
}

.outline-box-link .text-link {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	padding: 5px 15px;
	position: relative;
	transition: all 0.3s;
}

#purple-outline-box .outline-box-link .text-link {
	color: #3f154e;
}

.box-masonry-container:hover .outline-box-link .text-link {
	color: #fff !important;
}

.outline-box-link>.text-link span {
	position: relative;
}

.go-to-site-container .outline-box-link span {
	padding-right: 5px;
}

.go-to-site-container .outline-box-link i {
	position: relative;
	z-index: 1;
}

.flex-col .flex-child-3 div#purple-outline-box:hover {
	border-color: #3f154e;
	background: transparent;
}

.outline-box-link .text-link:before,
.row.bottom-form-container button#submit:before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.3s;
	background: #8cb72e;
}

.row.bottom-form-container button#submit:hover:before {
	bottom: 0;
	transition: all 0.3s;
	height: 100%;
	background: #abdb3b;
}

.row.bottom-form-container button#submit>span {
	position: relative;
	z-index: 9;
}

button.wpcf7-submit[disabled] {
	position: relative;
	font-size: 0;
}
button.wpcf7-submit[disabled]::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(/wp-content/themes/tun2u/images/form_loader.svg) center no-repeat #6F7D44;
	background-size: contain;
}

.outline-box-link .text-link:hover:before,
.flex-col div#purple-outline-box:hover .outline-box-link .text-link:before,
.flex-child-13.box-masonry-container:hover .outline-box-link .text-link:before,
#contact-box-link:hover .outline-box-link .text-link:before,
.box-masonry:hover .outline-box-link .text-link:before {
	bottom: 0;
	transition: all 0.3s;
	height: 100%;
}

.flex-child-10.box-masonry-container {
	margin-right: 60px;
	margin-left: 60px;
}

.grey-box-icon {
	max-width: 85px;
	height: 85px;
	background: #fff;
	margin-left: -35px;
}

div#grey-box-container h4 {
	font-size: 25px;
	line-height: 40px;
	color: #3f154e;
	margin: 40px 0 20px;
}

#grey-box-container .grey-box-content {
	height: 100%;
}

#grey-box-container .grey-box {
	height: 100%;
	padding: 0 35px 35px;
}

.flex-child-12.box-masonry-container {
	width: 780px;
	margin-right: 60px;
}

span.profits-number,
span.plus-number {
	color: #795b83;
	font-size: 55px;
	font-weight: bold;
	white-space: nowrap;
}

.counter-wrapper span.profits-number,
.counter-wrapper span.plus-number {
	opacity: 0;
}

.counter-wrapper span.profits-number.wasInitialized,
.counter-wrapper span.plus-number.wasInitialized {
	opacity: 1;
}

.profits-box-icon {
	padding-right: 25px;
	width: 110px;
}

.profits-content {
	padding: 0 0 0 25px;
	width: 240px;
}

.profits-content h4 {
	font-size: 15px;
	line-height: 22px;
	margin: 0;
}

.profits-box {
	display: flex;
	align-items: center;
	width: 50%;
	justify-content: center;
	position: relative;
}

.profits-box:before {
	background: #795b83;
	position: absolute;
	content: '';
	top: 0;
	left: 115px;
	height: 100%;
	width: 1px;
}

.profits-box:nth-child(1),
.profits-box:nth-child(2) {
	margin-bottom: 75px;
}

.profits-container.flex-col {
	flex-flow: wrap;
}

div#purple-box h3 {
	font-size: 25px;
	line-height: 40px;
	margin: 0 0 50px;
}

.flex-child-12.box-masonry-container #purple-box {
	padding: 50px 30px 60px;
}

.image-box-content .cover-box-masonry-image-big {
	width: 360px;
	height: 520px;
}

img.image-box-link-img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.contact-box-content-text h4 {
	font-size: 32px;
	line-height: 40px;
	margin: 25px 0 0;
}

.image-box-content h4 {
	color: #fff;
	text-decoration: none !important;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	margin: 0;
}

.image-box-content-text {
	display: flex;
	height: 100%;
	align-items: flex-end;
	position: relative;
	z-index: 9;
}

.image-box-content-text .image-box-icon {
	position: static !important;
}

.post-main-section .page-main-top-image,
#landing-page-section .page-main-top-image {
	height: 625px;
}

.imageFullWidthBox {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.iconPurpleBoxBottom {
	max-width: 60px;
}

.page-main-top-icon {
	margin: 0 0 10px;
}

.flex-child-3.service-info-container.box-masonry-container {
	margin-right: 60px;
	width: calc(100% - 420px);
}

.service-info-wrap .flex-child-3.service-info-container.box-masonry-container {
	width: 66.66%;
	margin-right: 0;
}
.service-info-wrap .box-masonry-container {
	min-width: unset;
	width: 100%;
}
.service-info-wrap .flex-col-right {
	padding: 0 0 0 40px;
	width: 33.33%;
}

.service-box-text h4,
.service-box-text h2 {
	font-size: 20px;
	color: #3f154e;
	margin: 0 0 10px;
}

.service-box {
	margin: 0 0 60px;
}

.service-box-text p,
.service-box-text li {
	color: #777777;
	font-size: 13px;
	line-height: 28px;
	margin: 0;
}

.service-box-text {
	border-left: 5px solid #3f154e;
	padding-left: 30px;
}

.flex-col-right {
	width: 360px;
}

div#contact-box-link {
	padding: 45px 30px;
}

div#contact-box-link a.outline-content-link {
	padding: 0;
}

.projects-slider h4,
.case-study-box h4 {
	font-size: 20px;
	color: #fff;
	line-height: 25px;
	margin: 5px 0 0;
}

.slider-flex-end {
	display: flex;
	align-items: flex-end;
	height: 100%;
	position: relative;
	z-index: 9;
}

.post-main-section ul.slick-dots {
	bottom: auto;
	top: 15px;
	left: 30px;
}

.post-main-section .masonry-slider ul.slick-dots li.slick-active button {
	background: #fff;
}

.plus-box-content-text.child-1 {
	background: #3d174f;
}
.plus-box-content-text.child-2 {
	background: #452056;
	margin: 0 60px;
}

.plus-box-content-text.child-3 {
	background: #533063;
}

.steps-service .step-item {
	padding: 0 30px;
}

.steps-service .plus-box-content-text.child-2 {
	margin: 0;
}

div#steps-wrapper {
	margin: 0 -30px;
}

.box-masonry-container.service-post-steps {
	margin: 0;
}

.plus-box-content-text {
	padding: 15px 30px 70px;
	height: 100%;
}

.plus-box-content-text h4 {
	font-size: 20px;
	color: #fff;
	line-height: 25px;
	margin: 10px 0;
}

.plus-box-content-text p {
	font-size: 13px;
	color: #fff;
	line-height: 25px;
	margin: 0;
}

span.plus-number {
	font-size: 100px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////--BLOG--////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.itemViewBlog .headerTableCell h1 {
	border: 0 none;
	color: #ffffff;
	margin: 0 auto;
	max-width: 1024px;
	padding: 0 40px;
	text-transform: capitalize;
	font-weight: 700;
}

.itemViewBlog .main-text-wrapper {
	max-width: 1024px;
	text-align: left;
}

.itemViewBlog .itemDateCreated {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.overlay-violet {
	background: #65318f;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}

#k2Container.itemView {
	margin: 0;
}

.blog-itemView-table {
	height: 25vh;
	min-height: 150px;
	width: 100%;
	position: relative;
	display: table;
	background: #222222;
	overflow: hidden;
}

.blog-itemView-row {
	display: table-row;
	height: 25vh;
}

.blog-itemView-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 30px;
}

#itemListLeading .blog-itemView-table:first-child {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.71), rgba(94, 38, 123, 0.93));
	height: 50vh;
	min-height: 520px;
}

.blog-itemView-image {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 1.5s;
	width: 100%;
	z-index: 9;
	opacity: 0.05;
}

.blog-itemView-container {
	position: relative;
	z-index: 9;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.blog-itemView-container .data-created {
	text-transform: capitalize;
	color: #D6B1FF;
	margin-top: 15px;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 45px;
	letter-spacing: 0.39px;
}

.labelNewsContainer {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.labelNewsContainer .labelIcon {
	color: #D6B1FF;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 6px;
}

.labelNewsContainer .labelTitle {
	color: #D6B1FF;
	text-transform: uppercase;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.6px;
}

#itemListLeading .blog-itemView-table:first-child .blog-itemView-container {
	margin-top: 80px;
}

#itemListLeading .blog-itemView-table:first-child .blog-itemView-container .labelNewsContainer .labelIcon,
.page-main-top-content .labelNewsContainer .labelIcon {
	width: 30px;
	height: 30px;
}

#itemListLeading .blog-itemView-table:first-child .blog-itemView-container .labelNewsContainer .labelIcon img,
.page-main-top-content .labelNewsContainer .labelIcon img {
	object-fit: contain;
	position: static;
}

.blog-itemView-container h3 {
	margin: 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 25px;
	max-width: 70%;
	color: #ffffff;
	word-break: break-word;
}

#itemListLeading .blog-itemView-table:first-child .blog-itemView-image {
	opacity: 0.1;
}

#itemListLeading .blog-itemView-table:hover .blog-itemView-image {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0.2;
}

#itemListLeading .blog-itemView-table:first-child h3 {
	font-size: 35px;
	line-height: 35px;
}

.t2uPagination {
	background: #fff none repeat scroll 0 0;
	bottom: 0;
	display: inline-block;
	position: absolute;
	right: 0;
	z-index: 999;
}

.t2uPagination ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.t2uPagination ul li {
	display: none;
}

.t2uPagination ul li.pagination-next,
.t2uPagination ul li.pagination-prev {
	display: inline-block;
}

.t2uPagination .pagination-start,
.t2uPagination .pagination-end {
	display: none !important;
}

.t2uPagination>ul a {
	display: block;
	height: 30px;
	line-height: 30px;
	width: 30px;
}

.t2uPagination .pagination-prev span,
.t2uPagination .pagination-next span {
	display: none;
}

.t2uPagination>ul a {
	color: #65318f;
}

.t2uPagination>ul a,
.t2uPagination>ul span {
	display: block;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	width: 50px;
}

.t2uPagination>ul span {
	font-family: 'montserrat-bold';
}

.t2uPagination>ul li.pagination-next a,
.t2uPagination>ul li.pagination-prev a {
	font-size: 0;
}

.t2uPagination>ul a:hover {
	background: rgba(0, 0, 0, 0.3);
}

.t2uPagination>ul li.pagination-next a:before,
.t2uPagination>ul li.pagination-prev a:before {
	font-family: 'Ionicons';
	font-size: 20px;
}

.t2uPagination>ul li.pagination-next a:before {
	content: '\f3d1';
}

.t2uPagination>ul li.pagination-prev a:before {
	content: '\f3cf';
}

/*///////////////////////////////////////////////////////////////////*/

.blog-related-left-column,
.blog-related-right-column {
	float: left;
	width: 50%;
}

.blog-related-left-column .blog-related-article-cell {
	height: 40vh;
}

.blog-related-left-column .blog-related-article-table:last-child .blog-related-article-cell {
	height: 20vh;
}

.blog-related-right-column .blog-related-article-cell {
	height: 60vh;
}

.blog-related-article-table {
	display: table;
	width: 100%;
}

.blog-related-article-row {
	display: table-row;
}

.blog-related-article-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

.blog-related-article-cell .background-overlay {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}

.blog-related-article-cell>a,
.blog-related-article-cell.next-work-are-you h3 {
	color: #ffffff;
	display: block;
	font-size: 20px;
	margin-bottom: 20px;
	padding: 0 40px;
	position: relative;
	text-transform: uppercase;
	z-index: 999;
}

.blog-related-article-container .btn {
	margin: 0 auto;
	display: table;
	font-size: 14px;
}

.blog-related-article-service-cell p {
	font-style: italic;
}

.blog-related-article-cell.next-work-are-you {
	background: url(../images/next-work-are-you.jpg) no-repeat scroll center center transparent;
	background-size: cover;
}

/*///////////*/

.blog-navigation {
	background: #64318e none repeat scroll 0 0;
	display: table;
	position: relative;
	width: 100%;
	z-index: 9999;
}

.blog-navigation .navigation-wrapper {
	margin: 0 auto;
	max-width: 944px;
}

.blog-navigation .navigation-wrapper .blog-left-navigation-link {
	display: block;
	float: left;
	width: 50%;
}

#next-blog {
	float: right;
}

.blog-navigation .navigation-wrapper a:hover {
	color: #8eb610;
}

.blog-left-navigation-link,
.blog-right-navigation-link {
	padding: 30px;
	overflow: hidden;
	padding-left: 50px;
	position: relative;
	color: #ffffff;
}

.blog-left-navigation-link:hover,
.blog-right-navigation-link:hover {
	color: #cccccc;
}

.blog-right-navigation-link {
	padding-right: 50px;
	text-align: right;
	padding-left: 30px;
}

.navigation-blog a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	margin: auto 0;
	line-height: 50px;
	text-align: center;
	font-size: 40px;
	display: inline-block;
	font-family: 'Ionicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #8eb610;
}

#prev-blog .navigation-blog a:before {
	left: 0;
	content: '\f3d2';
}

#next-blog .navigation-blog a:before {
	right: 0;
	content: '\f3d3';
}

.alm-load-more-btn.more {
	background: #8eb610 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	font-family: montserrat-light;
	font-size: 14px;
	font-weight: 300;
	height: 30px;
	margin: 0 0 60px;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	transition: none 0s ease 0s;
	width: 30px;
}

.alm-btn-wrap .alm-load-more-btn.done {
	cursor: default;
	opacity: 0.15;
	background-color: #8cb72e;
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.alm-btn-wrap {
	padding: 0;
	text-align: center;
	background: #fff;
}

button.alm-load-more-btn.more.done {
	display: none;
}

.blogItemContainer .alm-listing.alm-ajax {
	margin: 0 0 60px;
}

.alm-btn-wrap .alm-load-more-btn:hover {
	background-color: #8eb610;
	color: #fff;
	text-decoration: none;
}

.alm-load-more-btn.more.loading {
	font-size: 0;
	background: transparent;
	transition: all 0.1s !important;
}

.alm-btn-wrap .alm-load-more-btn.loading {
	padding: 0px !important;
	transition: all 0.3s !important;
	-webkit-transition-delay: 5s;
	/* Safari */
	transition-delay: 5s;
}

.alm-btn-wrap .alm-load-more-btn.loading:before {
	background: rgba(0, 0, 0, 0) url('images/ajax-loader-default.gif') no-repeat scroll center center / 30px auto;
	bottom: 0;
	content: '';
	display: inline-block;
	height: 30px;
	left: -30px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	z-index: 0;
}

.default-post-main-section h1 {
	font-size: 40px;
	line-height: 45px;
	font-weight: bold;
	margin: 0;
	max-width: 700px;
	color: #fff;
	word-break: break-word;
}

.post-content-left-column {
	width: 100%;
	max-width: 780px;
	margin-right: 60px;
}

section.post-main-section.default-post-main-section h2 {
	font-size: 30px;
	color: #3f154e;
	line-height: 40px;
	margin: 40px 0 10px;
}

ul>li {
	font-size: 14px;
	color: #777777;
}

ul,
ol {
	margin-bottom: 2rem;
}

section.post-main-section.default-post-main-section .page-main-content-container h3 {
	color: #3f154e;
	font-size: 20px;
	text-transform: none;
	margin: 40px 0 10px;
}

.author-info h5 {
	font-size: 12px;
	color: #3f154e;
	text-transform: none;
	margin: 0;
	line-height: 18px;
}

.author-info h6 {
	font-size: 11px;
	color: #3f154e;
	margin: 0;
	line-height: 25px;
	font-weight: 400;
}


.author-information.flex-col {
	flex-flow: wrap;
	position: relative;
}

.post-bottom-left-column.flex-col {
	margin-top: 80px;
}

.author-info {
	padding: 20px;
}

.post-tag {
	background: #f0f0f0;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 10px;
	color: #777777;
	margin: 0 5px 5px;
	width: auto;
}

.post-tags {
	max-width: 360px;
	border: 1px solid #f0f0f0;
	flex-flow: wrap;
	align-items: center;
	padding: 15px 20px 10px;
}

span.post-date {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
	line-height: 60px;
	/*   background: rgba(0, 0, 0, 0.3);
 */
	padding: 10px 0;
}

.post-content-right-column {
	max-width: calc(100% - 840px);
}

.news-box-container h4 {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}

.post-slider-date {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 0 8px;
}

.box-masonry .purple-overlay:before {
	background: linear-gradient(180deg, rgba(138, 79, 218, 0.00) 0%, #8A4FDA 100%);
	z-index: 2;
}

#siteMain.newArticlePage .box-masonry .purple-overlay:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.8;
	background: #222;
	z-index: 1;
}

div#right-col-flex-child-2 h3 {
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
}

.post-tags-slider.post-tags.flex-col {
	border: 0;
	max-width: 100%;
	padding: 0;
	margin-top: 20px;
}

.post-tags-slider.post-tags.flex-col .post-tag {
	background: transparent;
	font-size: 10px;
	padding: 0;
}

.grey-box.news-box-container h4,
.grey-box.news-box-container .post-slider-date,
.grey-box.news-box-container .text-link {
	color: #3f154e;
}

.service-box-content-text h4 {
	font-size: 28px;
	margin: 0 0 15px;
}

.purple-bg p {
	color: #fff;
}

.service-box-content-text {
	width: 100%;
	color: #fff;
	z-index: 9;
	padding: 120px 35px 35px;
	height: 100%;
}

div#ajax-load-more {
	width: 100%;
}

.alm-listing.alm-ajax.worksAjaxContainer {
	display: flex;
	flex-flow: wrap;
	width: 100%;
}

#project-category .project-item:nth-child(even) {
	margin-top: -280px;
	margin-left: 30px;
}

#project-category .project-item:nth-child(odd) {
	margin-right: 30px;
}

#project-category .project-item .project-item-content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-flow: wrap;
}

.post-tags.flex-col .post-tag {
	color: #999999;
}

#project-category .project-item .post-tag {
	width: 100%;
	text-align: right;
}

#project-category .project-item .post-tags-slider.post-tags.flex-col,
#project-category .project-item-title {
	width: 50%;
}

#project-category .breadcrumb-container {
	bottom: 25px;
}

.cover-box-masonry-image-project {
	width: 100%;
	height: 100%;
	background-size: auto 100% !important;
	transition: background-size 0.5s ease-in;
	-moz-transition: background-size 0.5s ease-in;
	-ms-transition: background-size 0.5s ease-in;
	-o-transition: background-size 0.5s ease-in;
	-webkit-transition: background-size 0.5s ease-in;
}

#project-category .project-item {
	width: 570px;
	height: 570px;
	transition: all 0.5s;
	position: relative;
}

#project-category .project-item:hover .cover-box-masonry-image-project {
	background-size: auto 110% !important;
	transition: background-size 0.5s ease-in;
	-moz-transition: background-size 0.5s ease-in;
	-ms-transition: background-size 0.5s ease-in;
	-o-transition: background-size 0.5s ease-in;
	-webkit-transition: background-size 0.5s ease-in;
}

.go-to-site-container {
	position: absolute;
	bottom: 15px;
	right: 0;
	width: 100%;
	z-index: 9;
}

.go-to-site-container .outline-box-link {
	width: 100%;
	text-align: right;
}

.progress-step-box {
	max-width: 215px;
	width: 100%;
	position: relative;
	padding: 0 0 0 30px;
}

.progress-bar-content {
	align-items: flex-start;
}

.progress-step-text h5 {
	font-size: 28px;
	line-height: 25px;
	font-weight: 600;
	margin: 0;
}

.progress-step-text h4 {
	color: #3f154e;
	font-size: 20px;
	line-height: 25px;
	margin: 5px 0 8px;
	min-height: 50px;
}

.progress-step-text p {
	font-size: 12px;
	color: #777777;
	line-height: 25px;
	margin: 0;
	min-height: 75px;
}

.progress-step-box:before {
	content: '';
	position: absolute;
	bottom: 0;
	height: 35px;
	width: 1px;
	left: 30px;
}

.progress-step-box:nth-child(even):after {
	bottom: auto;
	top: -75px;
}

.progress-step-box:after {
	content: '';
	position: absolute;
	bottom: -75px;
	left: 0;
	height: 20px;
	width: 100%;
}

.progress-step-box:nth-child(1):before,
.progress-step-box:nth-child(1):after {
	background: rgba(63, 21, 78, 0.15);
}

.progress-step-box:nth-child(2):before,
.progress-step-box:nth-child(2):after {
	background: rgba(63, 21, 78, 0.25);
}

.progress-step-box:nth-child(3):before,
.progress-step-box:nth-child(3):after {
	background: rgba(63, 21, 78, 0.4);
}

.progress-step-box:nth-child(4):before,
.progress-step-box:nth-child(4):after {
	background: rgba(63, 21, 78, 0.6);
}

.progress-step-box:nth-child(5):before,
.progress-step-box:nth-child(5):after {
	background: rgba(63, 21, 78, 0.8);
}

.progress-step-box:nth-child(odd):before {
	bottom: -40px;
}

.progress-step-box:nth-child(even):before {
	bottom: auto;
	top: -40px;
}

.progress-step-box:nth-child(1) .progress-step-text h5 {
	color: rgba(63, 21, 78, 0.15);
}

.progress-step-box:nth-child(2) .progress-step-text h5 {
	color: rgba(63, 21, 78, 0.25);
}

.progress-step-box:nth-child(3) .progress-step-text h5 {
	color: rgba(63, 21, 78, 0.4);
}

.progress-step-box:nth-child(4) .progress-step-text h5 {
	color: rgba(63, 21, 78, 0.6);
}

.progress-step-box:nth-child(5) .progress-step-text h5 {
	color: rgba(63, 21, 78, 0.8);
}

.progress-step-box:nth-child(even) {
	margin-top: 293px;
}

.project-progress-bar {
	margin: 15px 0 100px;
}

.image-inside-container {
	margin-right: 60px;
	grid-column-end: span 3;
	position: relative;
}

.kpi-container {
	width: 360px;
	grid-row-end: span 2;
}

.increments-container h3 {
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 15px;
}

.increments-container p {
	font-size: 14px;
	line-height: 28px;
	margin: 0;
}

.increments-container {
	padding: 60px 30px;
	height: 100%;
}

.increments-container .profits-box {
	width: 100%;
	margin: 42px 0 0 !important;
	justify-content: space-between;
}

.increments-container .profits-content {
	padding: 0;
	max-width: 195px;
}

.increments-container .profits-box-icon {
	padding-right: 0;
}

.increments-container .profits-box:before {
	left: 80px;
	max-height: 125px;
}

.project-logo-container {
	background: #f0f0f0;
	width: 360px;
	margin-right: 60px;
	padding: 10px;
}

.project-service-box {
	grid-column-end: span 2;
	width: 360px;
}

.project-service-box h4,
.project-service-box .outline-box-link .text-link {
	color: #3f154e;
}

.service-box-icon {
	position: absolute;
	height: 110px;
	padding-top: 30px;
	top: 0;
	right: 30px;
}

.service-box-icon svg {
	width: 80px;
}

.category-post-container {
	display: flex;
	flex-direction: column;
}

section#section-think {
	order: 1;
}

section#section-grow {
	order: 3;
}

section#section-build {
	order: 2;
}

.contact-masonry-box {
	width: 360px;
}

div#third-servie-project {
	margin-left: 60px;
	margin-right: 60px;
}

.contact-box-content-text {
	position: relative;
	z-index: 9;
}

.group-post-section .flex-col {
	flex-flow: wrap;
	justify-content: space-between;
}

.group-post-section .flex-col .box-masonry-container {
	max-width: 360px;
	height: 360px;
}


section#section-build h3,
section#section-build h5,
section#section-build h4,
section#section-build svg path {
	color: #8cb72e;
	fill: #8cb72e;
}

section#section-grow h3,
section#section-grow h5,
section#section-grow h4,
section#section-grow svg path {
	color: #333;
	fill: #333;
}

section#section-think h3,
section#section-think h5,
section#section-think h4,
section#section-think svg path {
	color: #3f154e;
	fill: #3f154e;
}

.service-box-icon svg path {
	fill: #3f154e;
}

section#section-think .outline-box-link .text-link:before {
	background: #3f154e;
}

section#section-grow .outline-box-link .text-link:before {
	background: #333;
}

section#section-build .outline-box-link .text-link:before {
	background: #8cb72e;
}

.group-post-section h3 {
	font-size: 60px;
	margin: 0;
}

.group-post-section h5 {
	font-size: 23px;
	margin: 0;
}

.group-post-section .service-box-content-text h4 {
	font-size: 20px;
	margin: 0 0 5px;
}

.section-service-description>.flex-col>.box-masonry {
	padding-left: 30px;
	display: flex;
	justify-content: center;
	flex-flow: column;
}

.project-service-box-grey {
	background: #f0f0f0;
	height: 100%;
}

.header-action {
	display: flex;
	align-items: flex-start;
}

.contact-button-container {
	margin-right: 20px;
}

span.button.button-regular.button-regular-outline,
a.button.button-regular.button-regular-outline {
	font-size: 11px;
	color: #8cb72e;
	background: transparent;
	border: 1px solid #8cb72e;
	padding: 8px 40px;
	position: relative;
	transition: all 0.3s;
}

span.button.button-regular.button-regular-outline span,
a.button.button-regular.button-regular-outline span {
	position: relative;
	z-index: 9;
}

span.button.button-regular.button-regular-outline:before,
a.button.button-regular.button-regular-outline:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	background: transparent;
	bottom: 0;
	transition: all 0.3s;
}

span.button.button-regular.button-regular-outline:hover,
a.button.button-regular.button-regular-outline:hover {
	color: #fff;
	transition: all 0.3s;
}

span.button.button-regular.button-regular-outline:hover:before,
a.button.button-regular.button-regular-outline:hover:before {
	height: 100%;
	background: #8cb72e;
	transition: all 0.3s;
}

.contact-info-container h4 {
	font-size: 15px;
	line-height: 20px;
	margin: 0;
}

.contact-info-container a.telephone {
	color: #8cb72e;
	font-size: 25px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-info-container a.telephone i.icon-phone {
	font-size: 18px;
	font-weight: bold;
	margin-right: 20px;
}

.contact-information.flex-col {
	flex-flow: wrap;
	justify-content: space-between;
}

.contact-form-container .uploadfieldtrick span.wpcf7-not-valid-tip {
	margin-left: 40px;
	margin-top: 5px;
}

.contact-form-selection-title.box-masonry-container {
	position: relative;
}

.contact-info-container {
	margin-right: 40px;
}

.contact-headquarter.flex-col {
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
	max-width: calc(100% - 320px);
}

.contact-headquarter.flex-col .contact-headquarter-col {
	width: calc((100% / 3) - (20px * 2));
	flex: 1;
	min-width: 130px;
}

.contact-headquarter .slick-track {
	margin-left: 0;
	margin-right: 0;
}

.contact-headquarter .slick-track .slick-slide {
	min-width: 150px;
	/* margin-right: 20px; */
}

.contact-headquarter-col {
	position: relative;
	padding: 0 0 20px 10px;
	margin: 0;
	cursor: pointer;
}

section.contact-page-main-section .page-main-top-container {
	height: 600px;
}

body.page-template-contact .page-main-content-container {
	background: transparent;
}

body.privacy-policy span.post-date,
body.privacy-policy .post-content-right-column,
body.privacy-policy .post-bottom-left-column.flex-col,
body.privacy-policy .social-share-container {
	display: none;
}

body.privacy-policy .post-content-left-column {
	max-width: 100%;
}

.section-contact-tab-content .content {
	display: none;
}

.section-contact-tab-content .content.active {
	display: block;
}

.contact-form-header-tabs {
	width: 100%;
}

.section-contact-tabs {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.section-contact-tabs .tab span {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #8A4FDA;
}

.section-contact-tabs .tab {
	border: 1px solid #8A4FDA;
	width: 50%;
	min-width: 240px !important;
	margin: 0;
	flex: 1;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	opacity: 1;
}

.section-contact-tabs .tab.active,
.section-contact-tabs .tab:hover {
	background: #8A4FDA;
	transition: all 0.3s;
}
.section-contact-tabs .tab:not(.active):hover {
	opacity: .7;
}

.section-contact-tabs .tab.active span,
.section-contact-tabs .tab:hover span {
	color: #fff;
}

.contact-form-header-tabs h4 {
	margin: 0;
	font-size: 55px;
	font-style: normal;
	font-weight: 700;
	line-height: 80px;
	letter-spacing: 1.65px;
}

.italy-map {
	position: absolute;
	z-index: 3;
	max-width: 1200px;
	width: 100%;
	height: 100%;
	right: 0;
	left: 0;
	margin: 0 auto;
	transform: translateY(calc(var(--grid-size) * -1));
}

.italy-map:before {
	background: url(/wp-content/themes/tun2u/images/italia.svg);
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top 180px right 15px;
	min-height: 1000px;
}

.category-main-content-container {
	background: #fff;
}

.img-parallax {
	object-fit: cover;
	height: 625px;
	object-position: top;
	position: fixed;
	z-index: -1;
	width: 100%;
}

.img-parallax.img-parallax-big {
	width: 100%;
	height: 100%;
}

.map-point {
	background: #fff;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	position: absolute;
	transition: all 0.3s;
}

.map-point.active {
	animation: shadow-pulse 1s infinite;
	background: #8cb72e;
	transition: all 0.3s;
}

span#milano {
	top: 210px;
	right: 395px;
}

span#verona {
	top: 235px;
	right: 320px;
}

span#roma {
	top: 450px;
	right: 290px;
}

span#trento {
	top: 235px;
	right: 380px;
}

span#chieti {
	top: 400px;
	right: 200px;
}

span#napoli {
	right: 205px;
	top: 500px;
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0px rgba(140, 183, 46, 1);
	}
	100% {
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='week'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='color'],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0;
	box-shadow: none;
	display: block;
	font-size: 16px;
	letter-spacing: normal;
	max-width: 100%;
	padding: 25px 15px 15px;
	width: 100%;
	background: transparent;
	border-bottom: 1px solid #5e2b71;
	color: #fff;
	font-weight: 600;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
.wpcf7-form-control-wrap select:focus {
	outline: 0;
	border-bottom: 1px solid #8cb72e;
}

.wpcf7-form-control-wrap textarea:focus,
.wpcf7-form-control-wrap select:focus {
	border: 1px solid #8cb72e;
}

.wpcf7-form-control-wrap textarea:focus {
	padding: 25px 15px 15px;
}

.row.select-row {
	margin: 50px 0;
}

.wpcf7-form-control-wrap input.compiled {
	border-bottom: 2px solid #8cb72e;
}

.wpcf7-form-control-wrap select.compiled,
.wpcf7-form-control-wrap textarea.compiled {
	border: 2px solid #8cb72e;
}

.wpcf7-form-control-wrap selectselect::-ms-expand {
	display: none;
}

.wpcf7-form-control-wrap select option {
	background: #3f164e;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #777777;
	font-weight: 400;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #777777;
	font-weight: 400;
}
:-ms-input-placeholder {
	/* IE 10+ */
	color: #777777;
	font-weight: 400;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #777777;
	font-weight: 400;
}

.form-inner-container {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.contact-form-header-tabs {
	justify-content: space-between;
}

.form-left-container {
	width: 360px;
}

.form-inner-container h5 {
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 20px;
	font-weight: 600;
}

.wpcf7-form .wpcf7-checkbox label {
	position: relative;
	cursor: pointer;
	margin: 0;
}

label {
	margin: 0;
}

.wpcf7-form .wpcf7-checkbox input[type='checkbox'] {
	position: absolute;
	visibility: hidden;
}

.wpcf7-form .wpcf7-checkbox input[type='checkbox']+span:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 0;
	height: 25px;
	width: 25px;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid #fff;
	left: 0;
}

.wpcf7-form .wpcf7-checkbox input[type='checkbox']+span:after {
	display: block;
	position: absolute;
	background: url(/wp-content/themes/tun2u/images/check-mark.svg) no-repeat scroll center center;
	content: '';
	border-radius: 100%;
	height: 15px;
	width: 15px;
	top: calc(50% + 4px);
	transform: translateY(calc(-50% - 4px));
	left: 5px;
	visibility: hidden;
	font-size: 16px;
	color: #8cb72e;
	background-size: 12px;
}

.wpcf7-form .wpcf7-checkbox input[type='checkbox']:checked+span:before {
	background: transparent;
	border-color: #8cb72e;
}

.wpcf7-form .wpcf7-checkbox input[type='checkbox']:checked+span:after {
	visibility: visible;
}

.select_option_service {
	display: flex;
	flex-flow: wrap;
}

.select_option_service>span {
	width: 50%;
}

.form-right-container {
	width: 780px;
	position: relative;
}

span.wpcf7-list-item-label {
	font-size: 13px;
	font-weight: 600;
	margin-left: 35px;
	padding-top: 3px;
	display: block;
}

.select_option_service>span {
	width: 50%;
	margin: 0 0 15px;
}

.wpcf7-form-control-wrap select {
	background: url('/wp-content/themes/tun2u/images/arrow.svg') no-repeat scroll center right 21px;
	width: 100%;
	padding: 16px 21px;
	font-size: 17px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: auto;
	-webkit-appearance: none;
	border: 1px solid #5e2b71;
	color: #fff;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #3f154e inset !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
	-webkit-text-fill-color: white !important;
}

.wpcf7-form-control-wrap textarea {
	border: 1px solid #5e2b71;
	height: 615px;
	resize: none;
}

.privacy-container span.wpcf7-list-item-label {
	font-size: 9px;
	color: #bebebe;
	line-height: 14px;
	display: block;
	margin-left: 15px;
	padding: 0 20px;
}

.row.bottom-form-container {
	display: flex;
	flex-flow: wrap;
	margin-top: 30px;
}

.row.bottom-form-container>div {
	width: 100%;
	max-width: 50%;
}

.row.bottom-form-container button#submit {
	width: 100%;
}

.wpcf7-form .privacy-container .wpcf7-checkbox input[type='checkbox']+span:after {
	top: 6px;
}

.box-masonry-container.flex-masonry-child-5 .clients-container {
	display: flex;
	flex-flow: wrap;
	height: 100%;
	align-items: center;
}

.box-masonry-container.flex-masonry-child-5 .client-logo {
	padding: 0 20px;
	height: 130px;
	display: flex;
	align-items: center;
	width: 50%;
}

.box-masonry-container.flex-masonry-child-5 .client-logo>a {
	display: block;
	text-align: center;
	width: 100%;
}

.box-masonry-container.flex-masonry-child-5 .client-logo img {
	max-height: 100px;
	width: 100%;
}

.wpcf7-form .wpcf7-radio label {
	position: relative;
	cursor: pointer;
}

.wpcf7-form .wpcf7-radio input[type='radio'] {
	position: relative;
	visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type='radio']+span:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 18px;
	width: 18px;
	top: 0px;
	border: 2px solid #5e2b71;
}

.wpcf7-form .wpcf7-radio input[type='radio']+span:after {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 10px;
	width: 10px;
	top: 6px;
	left: 6px;
	visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type='radio']:checked+span:before {
	background: transparent;
}

.wpcf7-form .wpcf7-radio input[type='radio']:checked+span:after {
	background: #8cb72e;
	visibility: visible;
}

.accordion section {
	max-height: 300px;
	overflow-y: auto;
}

.accordion {
	width: 100%;
	cursor: pointer !important;
}

.accordion-label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	border-top: 1px solid #5e2b71;
}

.accordion:last-child .accordion-label {
	border-bottom: 1px solid #5e2b71;
}

.wpcf7-form .accordion-label .wpcf7-checkbox input[type='checkbox']+span:before {
	border-radius: 50%;
}

.wpcf7-form .accordion-label .wpcf7-checkbox input[type='checkbox']+span:after {
	background: #8cb72e;
	line-height: 25px;
	top: 6px;
	width: 13px;
	height: 13px;
	left: 6px;
}

.wpcf7-form .accordion-label .wpcf7-checkbox input[type='checkbox']:checked+span:before {
	background: transparent;
	border-color: #5e2b71;
}

.accordion-label i {
	font-size: 25px;
	color: #8cb72e;
}

.accordion section p {
	font-size: 12px;
	line-height: 23px;
}

.accordion section h4 {
	font-size: 15px;
	margin: 25px 0 10px;
}

.accordion section li {
	color: #fff;
	font-size: 12px;
}

.row.upload-file-container {
	border: 2px dashed #fff;
	padding: 0 15px;
	position: relative;
}

button#uploadbrowsebutton span {
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	padding: 0;
	display: block;
	width: 100%;
	text-align: center;
}

button#uploadbrowsebutton {
	background: transparent;
	padding: 0;
	text-transform: none;
	font-weight: 400;
	text-align: left;
	position: relative;
}

.uploadfieldtrickwrap {
	display: flex;
	flex-flow: wrap;
	flex-direction: column-reverse;
}

.uploadfieldtrickwrap:before {
	content: '< 5mb';
	bottom: 6px;
	color: #fff;
	right: 8px;
	position: absolute;
	font-size: 11px;
	font-weight: bold;
}

.wpcf7-form-control-wrap.uploadtextfield {
	position: static;
}

input#uploadtextfield {
	border: 0;
	font-size: 9px;
	position: absolute;
	padding: 20px 56px 15px 56px;
	height: 100%;
	width: 100%;
	top: 0;
	cursor: pointer;
	left: 0;
}

#contactForm-LavoraConNoi .wpcf7-form-control-wrap textarea {
	border: 0;
	border-bottom: 1px solid #5e2b71;
	height: 120px;
}

#contactForm-LavoraConNoi .wpcf7-form-control-wrap textarea.compiled,
#contactForm-LavoraConNoi .wpcf7-form-control-wrap textarea:focus {
	border-bottom: 2px solid #8cb72e;
}

.copyright p {
	font-size: 10px;
	color: #777777;
	line-height: 20px;
	text-align: left;
	margin: 0;
}

.copyright.wrapper {
	padding: 20px 30px;
}

.partners-container.masonry-slider.slick-initialized.slick-slider.slick-dotted {
	display: flex;
	align-items: center;
	height: 100%;
}

.partners-container .slick-slide {
	height: 100% !important;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 200px;
}

.contact-box-content {
	height: 100%;
}

.header-logo svg,
.header-logo svg text,
.header-logo svg path,
.site-logo.faux-heading svg .st0 {
	fill: #fff;
}

.site-logo.faux-heading svg {
	width: 90px;
}

.flex-wrap {
	flex-wrap: wrap;
}

.service-post-steps {
	width: 100%;
	min-width: unset;
}

li.menu-item a {
	display: flex;
	align-items: center;
}

span.menu-item-icon svg g {
	stroke: #fff;
	transition: all 0.3s;
}

span.menu-item-icon {
	margin-right: 20px;
}

li.menu-item,
.menu-title {
	position: relative;
	transition: all 0.3s;
}

li.menu-item:hover .menu-title:before {
	position: absolute;
	transition: all 0.3s;
	content: '\e903';
	font-family: Tun2U !important;
	right: -45px;
}

li.menu-item .menu-title:before {
	transition: all 0.3s;
	right: 30px;
	content: '';
	position: absolute;
	color: #fff;
	font-size: 22px;
	top: 18px;
}

li.menu-item:hover span.menu-item-icon svg g {
	stroke: #8cb72e;
	transition: all 0.3s;
}

.box-masonry-container.flex-masonry-child-9 .service-box-content-text {
	background: rgba(38, 38, 38, 0);
	background: -moz-linear-gradient(top,
			rgba(38, 38, 38, 0) 0%,
			rgba(38, 38, 38, 0) 70%,
			rgba(0, 0, 0, 0.82) 100%);
	background: -webkit-gradient(left top,
			left bottom,
			color-stop(0%, rgba(38, 38, 38, 0)),
			color-stop(70%, rgba(38, 38, 38, 0.82)),
			color-stop(100%, rgba(0, 0, 0, 0.82)));
	background: -webkit-linear-gradient(top,
			rgba(38, 38, 38, 0) 0%,
			rgba(38, 38, 38, 0) 70%,
			rgba(0, 0, 0, 0.82) 100%);
	background: -o-linear-gradient(top,
			rgba(38, 38, 38, 0) 0%,
			rgba(38, 38, 38, 0) 70%,
			rgba(0, 0, 0, 0.82) 100%);
	background: -ms-linear-gradient(top,
			rgba(38, 38, 38, 0) 0%,
			rgba(38, 38, 38, 0) 70%,
			rgba(0, 0, 0, 0.82) 100%);
	background: linear-gradient(to bottom,
			rgba(38, 38, 38, 0) 0%,
			rgba(38, 38, 38, 0) 70%,
			rgba(0, 0, 0, 0.82) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
}

li.service-menu-item a {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	line-height: 18px;
}

li.service-menu-item {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	transition: all 0.3s;
}

li.service-menu-item:hover a {
	color: #8cb72e;
	transition: all 0.3s;
}

.menu-content ul {
	padding: 0 !important;
	margin: 0;
}

.service-menu-container {
	width: 360px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0 50px;
}

.news-menu-container {
	width: 360px;
	padding: 0 50px;
}

li.service-menu-item:last-child {
	margin: 0;
}

.main-menu-container {
	width: 420px;
}

.menu-item-news-container {
	border-bottom: 1px solid #333333;
	padding: 20px 0;
}

.menu-item-news-container h4 {
	font-size: 10px;
	color: #fff;
	margin: 0;
	line-height: 15px;
}

.menu-item-news-container .post-news-date {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #795b83;
	margin: 0 0 3px;
	transition: all 0.3s;
}

.menu-item-news-container:hover .post-news-date {
	color: #8cb72e;
	transition: all 0.3s;
}

.slide-content-text i {
	color: #fff;
	font-size: 18px;
	position: absolute;
	right: 0;
	bottom: -10px;
}

.slide-content-text h3>span {
	position: relative;
}

.project-progress-bar {
	position: relative;
}

.project-progress-bar:after {
	position: absolute;
	content: '';
	height: 20px;
	background: url('/wp-content/themes/tun2u/images/progress-bar-element.svg') no-repeat scroll center center;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 100px;
	left: calc(100% - 100px);
}

.project-progress-bar:before {
	position: absolute;
	content: '';
	height: 20px;
	background: #f0f0f0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 100%;
	left: calc(100% - -60px);
}

.wpml-ls-legacy-list-horizontal a {
	padding: 0;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.wpml-ls-legacy-list-horizontal li:hover a,
.wpml-ls-legacy-list-horizontal li.wpml-ls-current-language a {
	color: #8cb72e;
}

.wpml-ls-legacy-list-horizontal {
	border: 0;
	padding: 0;
	clear: unset;
	margin-right: 20px;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
	margin: 0 8px;
}

.page-template-contact footer#site-footer {
	display: none;
}

div.wpcf7 .button-container .ajax-loader {
	background: rgba(0, 0, 0, 0.7) url('/wp-content/themes/tun2u/images/ajax-loader.gif') no-repeat scroll center center;
	height: 100%;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999;
	left: 0;
	border-radius: 0 !important;
}

div.wpcf7 .button-container .ajax-loader:before {
	display: none !important;
}

.contact-form span.wpcf7-not-valid-tip {
	color: #ff7979;
	font-size: 10px;
	font-weight: normal;
	display: block;
	padding: 3px 0;
	text-align: left;
	border-top: 1px solid #ff7979;
	margin-top: -1px;
}

.privacy-container span.wpcf7-not-valid-tip {
	border: 0;
	margin: 0 0 0 18px;
}

.section-contact-tab-content {
	position: relative;
}

span.wpcf7-list-item {
	margin: 0 !important;
}

div.wpcf7-response-output {
	margin: 30px 0 0 30px !important;
	padding: 20px !important;
	background: #fff;
	border: 0 !important;
	color: #3f154e;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

div.wpcf7-mail-sent-ok {
	color: #8cb72e !important;
}

#eu-cookie-bar {
	background-color: rgba(0, 0, 0, 0.8);
	font-size: 11px;
	line-height: 14px;
	padding: 0 10px;
}

button#euCookieAcceptWP {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #8eb610;
	border-radius: 0;
	color: #8eb610;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	margin: 10px;
	padding: 3px 15px;
	width: auto;
	display: inline-block;
}

button#euCookieAcceptWP:hover {
	color: #fff;
	background: #8eb610;
	transition: all 0.3s;
}

#eu-cookie-bar a {
	color: #8eb610;
}

.postid-1054 header#site-header,
.postid-1054 #site-footer,
.error404 #site-footer,
.error404 header#site-header {
	display: none;
}

div.wpcf7-validation-errors {
	display: none !important;
}

.page-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('/wp-content/themes/tun2u/images/page-loader.gif') center no-repeat #222222;
}

#landing-page-section .flex-col.flex-col-full {
	margin: 60px 0;
}

.flex-col-full .box-masonry p {
	font-size: 13px;
}

.flex-col-full .box-masonry-container {
	margin: 0;
}

#landing-page-section .flex-col.flex-col-full {
	margin: 0 0 60px;
	padding: 50px 30px;
	background: #f0f0f0;
}

.header-action .button.close-nav-toggle,
.header-action button.toggle {
	width: 38px;
}

.social-share-container {
	position: absolute;
	right: 0;
	max-width: 1200px;
	left: 0;
	bottom: 15px;
	text-align: right;
	width: 100%;
	margin: 0 auto;
	z-index: 9;
}

a.at-icon-wrapper.at-share-btn {
	background: transparent !important;
	margin: 0;
	padding: 0;
}

.clients-item {
	display: flex !important;
	flex-flow: wrap;
	align-items: center;
	height: 100%;
	min-height: 360px;
}

.clients-item:before,
.clients-item:after {
	content: '';
	position: absolute;
	background: #e5e5e5;
}

.clients-item:before {
	width: 100%;
	height: 1px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.clients-item:after {
	width: 1px;
	height: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.clients-item .project-item {
	width: 100%;
	max-width: 50%;
	padding: 10px;
	background: #f0f0f0;
	display: flex;
	align-items: center;
	min-height: 180px;
}

.clients-item .project-item:hover {
	transition: all 0.3s;
	background: #e9e9e9;
}

.mobile-header-action {
	display: none !important;
}

div#landing-image-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-child-image-box.box-masonry-container {
	margin-right: 60px;
}

.flex-child-grey-box.box-masonry-container .box-masonry {
	padding: 50px 30px;
}

.flex-child-grey-box.box-masonry-container .box-masonry p {
	margin: 0 0 20px;
}

#landing-page-section #purple-box h5,
#landing-page-section #purple-box h3 {
	font-size: 20px;
	margin: 0 0 10px;
}
#landing-page-section .grey-box li {
	line-height: 25px;
}

#landing-page-section .flex-child-purple-box div#purple-box {
	padding: 100px 30px;
}

.stiky-nav.fixed-menu .language-switcher-container ul {
	display: flex;
}

/* Safari fix */
.eds-scroll-hidden,
.edsanimate-sis-hidden {
	visibility: hidden;
}

.eds-scroll-visible {
	visibility: visible;
}

.toggleMenuButtonContainer button.hamburger {
	background: transparent;
	padding: 0;
}

.toggleMenuButtonContainer .hamburger-box {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 35px;
}

.toggleMenuButtonContainer .hamburger-inner,
.toggleMenuButtonContainer .hamburger-inner:after,
.toggleMenuButtonContainer .hamburger-inner:before {
	width: 35px;
	height: 1px;
	border-radius: 0;
	background-color: #fff;
}

.toggleMenuButtonContainer .hamburger.is-active .hamburger-inner,
.toggleMenuButtonContainer .hamburger.is-active .hamburger-inner:after,
.toggleMenuButtonContainer .hamburger.is-active .hamburger-inner:before {
	background-color: #fff;
}

.toggleMenuButtonContainer .hamburger-inner:before {
	top: 16px;
}

.toggleMenuButtonContainer .hamburger--collapse .hamburger-inner:after {
	top: 33px;
}

.toggleMenuButtonContainer .hamburger-inner {
	margin-top: 1px;
}

.toggleMenuButtonContainer .hamburger--collapse .hamburger-inner {
	top: 0;
	bottom: auto;
}

.toggleMenuButtonContainer .hamburger--collapse.is-active .hamburger-inner {
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 16px, 0) rotate(-45deg);
}

.toggleMenuButtonContainer .hamburger.is-active:hover,
.toggleMenuButtonContainer .hamburger:hover {
	opacity: 1;
}

.toggleMenuButtonContainer {
	height: 35px;
}

button.button.button-regular {
	position: relative;
}

body.showing-modal {
	overflow: hidden;
}

.menu-content .animated {
	-webkit-animation-duration: 0.1s;
	-moz-animation-duration: 0.1s;
	-ms-animation-duration: 0.1s;
	-o-animation-duration: 0.1s;
	animation-duration: 0.1s;
}

/*Delay classes*/
.menu-content .delay1 {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.menu-content .delay2 {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.menu-content .delay3 {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.menu-content .delay4 {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.menu-content .delay5 {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}

.post-template-project-post .project-logo>svg {
	width: 100%;
	height: 100%;
}

.post-template-project-post .project-logo {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 35px;
	justify-content: center;
}

span.prefix-icon {
	margin-top: 10px;
	display: block;
}

/* //EVENTS SECTION */

#form-event .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	height: 100%;
	color: #3f154e !important;
	bottom: 0;
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.8);
	padding: 260px 20px !important;
}

section.post-main-section.default-post-main-section .page-main-content-container .mobile-events-title .event-title h3 {
	display: none;
}

section.post-main-section.default-post-main-section .page-main-content-container .event-title h3 {
	font-size: 30px;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.event-description h5 {
	font-size: 15px;
	margin: 20px 0 10px;
}

.event-information-container {
	background-color: #222;
	border: 1px solid #8A4FDA;
	color: #fff;
	padding: 30px;
}
.event-info {
	margin: 0 0 15px;
	font-size: 16px;
	display: flex;
	align-items: center;
}

.event-info strong {
	margin: 0 10px;
}



.events-template-post .outline-box-link {
	margin-top: 30px;
	display: block;
	text-align: center;
}

.events-template-post .outline-box-link .text-link {
	color: #fff;
	font-size: 14px;
	padding: 15px;
	background: #8cb72e;
	width: 100%;
	display: block;
	cursor: pointer !important;
}

.events-template-post .outline-box-link:hover .text-link:before {
	background: #abdb3b;
}

.events-template-post .black-cover:before {
	background: rgba(0, 0, 0, 0.2);
}

.events-template-post .black-overlay:after {
	display: none;
}

div#contactForm-Evento br {
	display: none;
}

.ctaContainer {
	position: fixed;
	bottom: -200px;
	right: 0;
	left: 0;
	z-index: 100;
	transition: all 0.4s;
}
.ctaContainer .wrapper {
	padding: 0px 0px;
}
.ctaContainer.stiky-nav {
	bottom: -2px;
}
.greenContainer {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	background-color: #8cb72e;
	z-index: 200;
	align-items: center;
	justify-content: space-between;
	padding: 12px 15px;
}
.greenContainer>div {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.greenContainer>div>p {
	color: #fff;
	font-size: 20px;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
.greenContainer>div>img {
	width: 59px;
	height: 43px;
	margin-right: 15px;
}
.ctaContainer a.button.button-regular.button-regular-outline.btn-white {
	color: #8cb72e;
	background: #fff;
	border: 1px solid #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 60px;
	letter-spacing: -1px;
}
a.button.button-regular.button-regular-outline.btn-white:hover:before {
	background-color: #fff;
}

@media screen and (min-width: 1281px) {

	.form-right-container:before {
		opacity: 0.05;
		max-height: 615px;
	}

	.contact-form-selection-title:before {
		opacity: 0.05;
		height: 180px;
		top: -55px;
	}
}

@media screen and (max-width: 1280px) {
	.project-progress-bar:before,
	.project-progress-bar:after {
		display: none;
	}
}

.grecaptcha-badge {
	visibility: hidden;
}

.page-main-content-col .techs-wrap .flex-child-1 {
	margin-top: 0;
	padding-left: 0;
	height: auto;
}

.techs-wrap .flex-col div#purple-outline-box {
	min-height: 280px;
	padding: 20px 30px;
}

.techs-wrap .small-title {
	font-size: 12px;
	font-weight: bold;
	line-height: 2;
	margin: 0;
}

.techs-wrap .flex-col #purple-outline-box .small-title {
	color: #777777;
	position: absolute;
	left: 30px;
	top: 20px;
}

.techs-wrap .flex-col #purple-outline-box:hover {
	border-color: #3f154e;
	background: transparent;
}

.techs-wrap #purple-outline-box .logo-wrap {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	position: relative;
	top: -5px;
	height: 100%;
	width: 90%;
}
.techs-wrap #purple-outline-box .logo-wrap img {
	max-height: 250px;
}
.techs-wrap .flex-child-2 {
	width: 100%;
}
.page-main-content-col .techs-wrap .flex-child-2 {
	padding-right: 0;
}
.techs-wrap #techs {
	background-color: #2c2c2c;
	color: #FFFFFF;
	padding: 20px 0 0 0;
}
.techs-wrap #techs .small-title {
	color: #FFFFFF;
	margin-bottom: 40px;
	padding: 0 30px;
}
#techs #techs-logos ul.slick-dots {
	bottom: unset;
	top: -46px;
	right: 20px;
}
#techs #techs-logos ul.slick-dots li button {
	background-color: #ffffff;
	opacity: 0.3;
}
#techs #techs-logos ul.slick-dots li.slick-active button {
	background-color: #ffffff;
	opacity: 1;
}
.techs-wrap #techs #techs-logos {
	padding: 0 20px;
}
.techs-wrap #techs #techs-logos:not(.slick-initialized) {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.techs-wrap #techs #techs-logos:not(.slick-initialized) .slide {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
}
.techs-wrap #techs #techs-logos .slide {
	min-width: 150px;
}
.techs-wrap #techs #techs-logos:not(.slick-initialized) .slide .logo-wrap {
	padding: 0 5px 20px 5px;
	text-align: center;
	width: 33.3333%;
}
.techs-wrap #techs #techs-logos.slick-initialized .slide .logo-wrap {
	padding: 0 0 20px 0;
}
.techs-wrap #techs #techs-logos .slide .logo-wrap img {
	display: inline-block;
	width: 100%;
	opacity: 0.3;
}
.techs-wrap #techs-logos.slick-initialized .slick-slide:focus {
	outline: none;
}

.postid-8583 .flex-child-2.box-masonry-container {
	margin-top: 0;
}

/*
.flex-child-2.box-masonry-container {
  margin-top: 45px;
}
*/

@media screen and (max-width: 991px) {
	.flex-child-2.box-masonry-container {
		margin-top: 0;
	}
}

figcaption em {
	font-size: 12px;
}

a.button.button-regular.button-regular-outline.puple-button {
	background: #fff;
	color: #3f154e;
	border-color: #3f154e;
	font-size: 14px;
	padding: 15px 40px;
}

a.button.button-regular.button-regular-outline.puple-button:hover {
	color: #fff;
}

a.button.button-regular.button-regular-outline.puple-button:hover:before {
	height: 100%;
	background: #3f154e;
	transition: all 0.3s;
}
.page-id-3321 .page-main-top-content .labelNewsContainer {
	display: none;
}

.wp-block-image figcaption {
	font-size: 12px;
	font-weight: normal;
}
.wp-block-image figcaption mark {
	color: #666 !important;
}
@media (min-width: 700px) {
	.wp-block-image figcaption {
		font-size: 12px;
		font-weight: normal;
	}
	.wp-block-image figcaption mark {
		color: #666 !important;
	}
}

.post-content-left-column .wp-block-media-text.alignwide.is-stacked-on-mobile {
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}
.post-content-left-column .wp-block-media-text.alignwide.is-stacked-on-mobile .wp-block-media-text__content {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}
.post-content-left-column .wp-block-media-text.alignwide.has-media-on-the-right.is-stacked-on-mobile .wp-block-media-text__content {
	padding-left: 0px;
	padding-right: 40px;
}
@media screen and (max-width:600px) {
	.post-content-left-column .wp-block-media-text.alignwide.is-stacked-on-mobile .wp-block-media-text__content {
		padding-top: 20px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.post-content-left-column .wp-block-media-text.alignwide.is-stacked-on-mobile {
		margin-bottom: 0px;
	}
}

/* Project Post New ----------------------------------*/

.project-post-new-page>p {
	margin: 0;
}
.project-post-new-page .tun2u-block-wrapper {
	--tun2u-block-items-gap: 60px;
	--tun2u-block-max-width: 1200px;
	--tun2u-block-min-v-padding: 0;

	margin: 0;
	background-color: var(--tun2u-block-bg-color);
	color: var(--tun2u-block-color);
	padding: 0;
	position: relative;
}
.project-post-new-page .tun2u-block-wrapper p {
	margin-bottom: 0;
}

.project-post-new-page .tun2u-block-wrapper .p-top {
	padding-top: 120px;
}

.project-post-new-page .tun2u-block-wrapper .p-bottom {
	padding-bottom: 120px;
}

.project-post-new-page .tun2u-block-wrapper .tun2u-block {
	max-width: var(--tun2u-block-max-width);
	width: 100%;
	margin: 0 auto;
}

.project-post-new-page .tun2u-block-wrapper.full-w {
	padding: 0;
}

.project-post-new-page .tun2u-block-wrapper.has-bg-img .tun2u-block-bg-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.project-post-new-page .tun2u-block-wrapper.has-bg-img .tun2u-block-bg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project-post-new-page .tun2u-block-wrapper.has-bg-img .tun2u-block {
	position: relative;
	z-index: 1;
}

.project-post-new-page .tun2u-block-wrapper:not(.full-w) .tun2u-block {
	padding-left: var(--tun2u-block-min-v-padding);
	padding-right: var(--tun2u-block-min-v-padding);
}

.project-post-new-page .tun2u-block-wrapper.full-w .tun2u-block {
	margin: 0;
	max-width: unset;
}

.project-post-new-page .page-main-top-content .project-title {
	font-size: 28px;
	line-height: 1em;
	font-weight: 400;
}

.project-post-new-page .page-main-top-content .project-subtitle {
	font-size: 45px;
	font-weight: 700;
	line-height: 1em;
	margin: 0.5em 0;
}

.project-post-new-page .project-cover-video {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.to-project {
	transition: opacity 0.15s linear;
	background: #8A4FDA;
	bottom: 0;
	color: #FFF;
	right: 0;
	padding: 14px 20px;
	position: fixed;
	z-index: 11;
}

.to-project:hover {
	opacity: 0.9;
}
.to-project>span {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	vertical-align: middle;
	margin-right: 8px;
}
.to-project>i {
	font-size: 32px;
	vertical-align: middle;
}

@media only screen and (max-width: 1280px) {
	.project-post-new-page .tun2u-block-wrapper {
		--tun2u-block-items-gap: 50px;
		--tun2u-block-min-v-padding: 30px;
	}

	.project-post-new-page .tun2u-block-wrapper .p-top {
		padding-top: 100px;
	}

	.project-post-new-page .tun2u-block-wrapper .p-bottom {
		padding-bottom: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.to-project {
		padding: 14px 16px;
		height: 60px;
		width: 60px;
	}
	.to-project>span {
		display: none;
	}
}

@media only screen and (max-width: 475px) {
	.project-post-new-page .page-main-top-content .project-title {
		font-size: 21px;
	}

	.project-post-new-page .page-main-top-content .project-subtitle {
		font-size: 26px;
	}
}

@media only screen and (max-width: 360px) {
	.project-post-new-page .tun2u-block-wrapper {
		--tun2u-block-items-gap: 40px;
		--tun2u-block-min-v-padding: 20px;
	}

	.project-post-new-page .tun2u-block-wrapper .p-top {
		padding-top: 80px;
	}

	.project-post-new-page .tun2u-block-wrapper .p-bottom {
		padding-bottom: 80px;
	}
}

/* fix home page gumlet */
/* .black-overlay{
	position: relative;
}
.black-overlay img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
} */


main:not(#siteMain) .page-main-content-container {
	background-color: #fff;
}

.lazyLoadingImg {
	filter: blur(10px);
}
