 	/*--------------------------------------------------
	Hero Section
---------------------------------------------------*/
.hero-title-placeholder.align-start div span{
    padding: 10px !important;
    background-color: #ffffff90 !important;
    border-radius: 10px;
    padding-left: 30px !important;
    padding-right: 30px !important;
	  padding-bottom: 30px !important;
	opacity:1 !important;
    transition: background-color 0.5s ease;
}

.title_list_caption {
    z-index: 11;
}

.description_list_caption{
	text-align: justify;

}
.description_list_caption span{
	padding:10px !important;

}
.hero-title-placeholder.align-start.completed div span {
    background-color: transparent !important;
}

.list-caption span {
    color: #b28444f2 !important;
	background-color: #ffffff;
    padding-top: 15px;
}

 	#content-scroll1 {
 		position: absolute;
 		width: 100%;
 		height: 100%;
 		overflow-y: scroll;
 		overflow-x: hidden;
 		-webkit-overflow-scrolling: touch;
 	}

 	#hero {
 		width: 100%;
 		height: auto;
 		position: relative;
 		z-index: 0;
 	}

 	#hero.fixed-hero {
 		z-index: 0;
 		position: fixed;
 		height: 100%;
 	}

 	#hero-styles {
 		position: relative;
 		width: 100%;
 		height: 100%;
 		display: block;
 		margin: 0 auto;
 	}

 	#hero-caption {
 		display: flex;
 		align-items: center;
 		justify-content: flex-start;
 		width: 100%;
 		height: 100%;
 		padding-top: 120px;
 		padding-bottom: 120px;
 		margin: 0 auto;
 		position: relative;
 		box-sizing: border-box;
		background-position: center center;
 	}

 	#hero-caption.hero-full-caption {
    height: 90vh !important;
}

 	#hero-caption.text-align-center {
 		justify-content: center;
 		text-align: center;
 	}

 	#hero-caption.text-align-right {
 		justify-content: flex-end;
 		text-align: right;
 	}

 	#hero #hero-caption .inner {
 		display: block;
 		width: auto;
 		height: auto;
 		margin-top: 60px;
 		margin-bottom: 100px;
 	}



 	/* Hero Title and Subtitle*/

 	.hero-title {
 		font-size: calc(1rem + 12vw);
 		line-height: calc(1rem + 14vw);
 		font-weight: 600;
 		position: relative;
 		display: block;
 		width: auto;
 		color: #000;
 		margin-bottom: 0;
 		letter-spacing: -0.4vw;
		font-family: 'Pierson';
 	}

 	.light-content .hero-title {
 		color: #fff;
 	}

 	.hero-title::before {
 		content: attr(data-infoTextBefore);
 		font-size: 16px;
 		line-height: 20px;
 		font-weight: 400;
 		width: auto;
 		height: 20px;
 		position: absolute;
 		left: -150px;
 		top: calc(50% - 0px);
 		-webkit-transition: all 0.3s ease-out 0s;
 		transition: all 0.3s ease-out 0s;
 		letter-spacing: 0;
 		opacity: 0;
 		pointer-events: none;
 	}

 	.hero-title::after {
 		content: attr(data-infoTextAfter);
 		font-size: 16px;
 		line-height: 20px;
 		font-weight: 400;
 		width: auto;
 		height: 20px;
 		position: absolute;
 		right: -150px;
 		top: calc(50% - 0px);
 		-webkit-transition: all 0.3s ease-out 0s;
 		transition: all 0.3s ease-out 0s;
 		letter-spacing: 0;
 		opacity: 0;
 		pointer-events: none;
 	}

 	.caption-animated .hero-title::before {
 		opacity: 0.6;
 		left: -130px;
		display:none;
 	}

 	.caption-animated .hero-title::after {
 		opacity: 0.6;
 		right: -130px;
		display:none;
 	}

 	.show-loader .hero-title,
 	.hero-title.disable {
 		pointer-events: none;
 	}

 	.hero-title.cursor-pointer {
 		cursor: pointer;
 	}

 	.hero-title div {
 		display: block;
 		position: relative;
 	}

 	.hero-title span {
 		display: block;
 		opacity: 0;
 	}

 	.hero-subtitle {
 		font-size: 28px;
 		line-height: 60px;
 		font-weight: 400;
 		position: relative;
 		display: block;
 		overflow: hidden;
 		color: #000;
 		opacity: 1;
 		position: absolute;
 		bottom: 50px;
 		width: 100%;
 		left: 0;
 	
 	}

	.next-hero-title.caption-timeline.services {
	font-size: calc(1rem + 6vw);
	font-family: 'Pierson';
	}
 	.homepage .hero-subtitle {

 		background-color: #fff;
 	}


 	.light-content .hero-subtitle {
 		color: #fff;
 	}

 	.landing-page-title .hero-subtitle {
 		margin-top: 20px;
 	}

 	.hero-subtitle div {
 		display: block;
 		position: relative;
 		overflow: hidden;
 	}

 	.hero-subtitle span {
 		display: block;
 		opacity: 0;
 	}

 	.load-next-project .hero-title span,
 	.load-next-page .hero-title span {
 		transform: translateY(0px) !important;
 		-webkit-transform: translateY(0px) !important;
 		opacity: 1 !important;
 	}

 	.load-next-project .hero-subtitle span1,
 	.load-next-page .hero-subtitle span1 {
 		transform: translateY(0px) !important;
 		-webkit-transform: translateY(0px) !important;
 		opacity: 1 !important;
 	}







 	.landing-intro-wrapper {
 		position: relative;
 	}

 	.landing-intro-content {
 		width: 25%;
 		height: 100%;
 		display: flex;
 		text-align: right;
 		flex-direction: column;
 		justify-content: space-between;
 		align-items: flex-end;
 	}

 	.content-timeline {
 		opacity: 0;
 		-webkit-transform: translateY(0%);
 		transform: translateY(0%);
 	}

 	.landing-video {
 		height: auto;
 		width: 100%;
 		aspect-ratio: 15/9;
 		background-color: #000;
 		display: block;
 		position: relative;
 		border-radius: 6px;
 		overflow: hidden;
 	}

 	.new-hero-title {
 		position: relative;
 		display: block;
 		font-weight: 600;
 		font-size: calc((1rem + 12vw) / 3);
 		line-height: calc((1rem + 14vw) / 3);
 		letter-spacing: -0.2vw;
		z-index: 100;
 	}

 	.new-hero-title>span {
 		display: table;
 		opacity: 0;
 		-webkit-transform: translateX(-20%);
 		transform: translateX(-20%);
 		width: auto;
 		position: relative;
 	}

 	.new-hero-title>span:first-child {
 		-webkit-transform: translateX(0%);
 		transform: translateX(0%);
 	}

 	.hero-title-placeholder {
 		display: flex;
 		justify-content: center;
 		height: calc((1rem + 14vw) / 3);
 	}

 	.hero-title-placeholder.multiple-spans {
 		height: calc(1rem + 14vw);
 	}

 	.align-start.hero-title-placeholder {
 		justify-content: flex-start;
 	}

	.thumb-slide.hide {
  display: none !important;
}

 	.hero-title-placeholder div {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		pointer-events: initial;
		cursor: pointer;
		vertical-align: middle;
		align-content: space-around;
	}

	

 	.show-loader .hero-title-placeholder div,
 	.hero-title-placeholder.disable div {
 		pointer-events: none;
 	}

 	.hero-title-placeholder span {
 		-webkit-transform: scale(2);
 		transform: scale(2);
 		position: relative;
 		display: table;
 		pointer-events: none;
 		width: auto;
 		text-align: center;
 		font-size: calc((1rem + 12vw) / 3);
 		line-height: calc((1rem + 14vw) / 3);
 		letter-spacing: -0.2vw;
 		opacity: 0.6;
		color: #b28544 !important;
 	}

 	.hero-title-placeholder span:first-child {
 		transform-origin: center center;
 	}

 	.hero-title-placeholder.multiple-spans span:last-child {
 		transform-origin: center center;
 	}

 	.hero-title-placeholder span:last-child::after {
 		content: "";
 		width: 0px;
 		height: 0%;
 		background-color: currentColor;
 		position: absolute;
 		left: calc(100% + 20px);
 		top: calc(50% - 4px);
 		-webkit-transition: all 0.1s ease-out 0s;
 		transition: all 0.1s ease-out 0s;
 	}

 	.hero-title-placeholder.completed span:last-child::after {
 		width: 10%;
 	}

 	.new-hero-title span.text-rotator>span {
 		font-size: calc((1rem + 11.5vw) / 3);
 		box-sizing: border-box;
 		padding-right: 30px;
 	}

 	#hero-interaction {
 		position: fixed;
 		width: 100%;
 		height: 100vh;
 		height: 100dvh;
 		top: 0;
 		left: 0;
 		display: flex;
 		justify-content: center;
 		z-index: 0;
 		box-sizing: border-box;
 		padding-top: 140px;
 		padding-bottom: 140px;
 		pointer-events: none;
 		overflow: hidden;
 	}

 	.hero-column {
 		display: flex;
 		flex-direction: column;
 		align-items: flex-start;
 		justify-content: space-between;
 	}

 	.hero-column.col-right {
 		display: flex;
 		flex-direction: column;
 		align-items: flex-end;
 		justify-content: space-between;
 	}

 	.col-reverse .hero-column,
 	.col-reverse .hero-column.col-right {
 		flex-direction: column-reverse;
 	}

 	.col-img-wrapper::before {
 		float: left;
 		padding-top: 100%;
 		content: "";
 	}

 	.col-img-wrapper {
 		width: 25%;
 		height: auto;
 		border-radius: 6px;
 		overflow: hidden;
 		opacity: 0;
 		transform-origin: center center;
 		-webkit-transition: all 0.3s ease-in 0s;
 		transition: all 0.3s ease-in 0s;
 	}

 	.hero-column .col-img-wrapper.small-img {
 		width: 15%;
 		border-radius: 4px;
 	}

 	.hero-column .col-img-wrapper.large-img {
 		width: 25%;
 	}

 	.col-img-wrapper img {
 		width: 100%;
 		height: 100%;
 		display: block;
 		object-position: center;
 		object-fit: cover;
 	}

 	/*  Hero Columns Images Animation Instance One */

 	.col-left .col-img-wrapper.small-img {
 		-webkit-transform: scale(0);
 		transform: scale(0);
 		transform-origin: center center;
 		margin-left: 15%;
 	}

 	.active .col-left .col-img-wrapper.small-img {
 		opacity: 1;
 		-webkit-transform: scale(1);
 		transform: scale(1);
 		transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
 	}

 	.col-left .col-img-wrapper.large-img {
 		-webkit-transform: scale(0.5) translateX(-200%) rotate(90deg);
 		transform: scale(0.5) translateX(-200%) rotate(90deg);
 		transform-origin: center left;
 	}

 	.active .col-left .col-img-wrapper.large-img {
 		opacity: 1;
 		-webkit-transform: scale(1) translateX(0) rotate(-10deg);
 		transform: scale(1) translateX(0) rotate(-10deg);
 		transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
 	}

 	.col-reverse.active .col-left .col-img-wrapper.large-img {
 		-webkit-transform: scale(1) translateX(0) rotate(10deg);
 		transform: scale(1) translateX(0) rotate(10deg);
 	}

 	.col-right .col-img-wrapper.small-img {
 		-webkit-transform: scale(0);
 		transform: scale(0);
 		transform-origin: center center;
 		margin-right: 15%;
 	}

 	.active .col-right .col-img-wrapper.small-img {
 		opacity: 1;
 		-webkit-transform: scale(1);
 		transform: scale(1);
 		transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
 	}

 	.col-right .col-img-wrapper.large-img {
 		-webkit-transform: scale(0.5) translateX(200%) rotate(90deg);
 		transform: scale(0.5) translateX(200%) rotate(90deg);
 		transform-origin: center right;
 	}

 	.active .col-right .col-img-wrapper.large-img {
 		opacity: 1;
 		-webkit-transform: scale(1) translateX(0) rotate(-10deg);
 		transform: scale(1) translateX(0) rotate(-10deg);
 		transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
 	}

 	.col-reverse.active .col-right .col-img-wrapper.large-img {
 		-webkit-transform: scale(1) translateX(0) rotate(10deg);
 		transform: scale(1) translateX(0) rotate(10deg);
 	}




 	/*--------------------------------------------------
	Hero Image Section
---------------------------------------------------*/

 	#hero.has-image {
 		height: auto;
 		overflow: hidden;
 	}

 	.hero-below-caption #hero.has-image {
 		z-index: 2;
 		height: auto;
 		overflow: hidden;
 	}

 	#hero.has-image #hero-caption {
 		align-items: center;
 		justify-content: center;
 		padding-top: 280px;
 		padding-bottom: 160px;
 	}

 	#hero.has-image #hero-caption .inner {
 		width: 100%;
 		height: 100%;
 		margin-top: 0px;
 		margin-bottom: 0px;
 		display: flex;
 		align-items: flex-end;
 	}

 	#hero.has-image .hero-title {
font-size: calc(1rem + 3vw);
    line-height: calc(1rem + 4vw);
 		letter-spacing: -0.2vw;
 		margin-bottom: 0;
 		flex: 0 1 60%;
 		max-width: 60%;
 		margin: 0;
 	}

 	#hero.has-image .hero-subtitle {
 		font-size: 24px;
 		line-height: 32px;
 		flex: 0 1 40%;
 		max-width: 40%;
 		margin-top: 0px;
 		margin-bottom: 25px;
 		position: relative;
 		left: auto;
 		bottom: auto;
 		text-align: right;
		height: 100vh;
 	}

 	/* Hero Image Wrapper */

 	#hero-image-wrapper {
 		position: relative;
 		width: 100vw;
 		height: 100vh;
 		z-index: 0;
 		margin: 0 auto;
 		left: 0;
 		top: 0;
 		right: 0;
 	}

 	#hero-background-layer {
 		position: absolute;
 		width: 100%;
 		height: 100%;
 		top: 0;
 		left: 0;
 		z-index: 0;
 		overflow: hidden;
 	}

 	#hero-bg-image {
 		background-size: cover;
 		position: absolute;
 		background-position: center center;
 		width: 100%;
 		height: 100%;
 		z-index: 0;
 		opacity: 0;
 		overflow: visible;
 	}

 	.load-project-page #hero-bg-image,
 	.load-next-project #hero-bg-image,
 	.load-project-thumb-with-title #hero-bg-image,
 	.load-project-thumb-from-slider1 #hero-bg-image {
 		opacity: 1 !important;
 		-webkit-transform: scale(1.02);
 		transform: scale(1.02);
 	}

 	/* Hero Description */

 	#hero-description {
 		position: relative;
 		display: table;
 		width: 100%;
 		height: auto;
 		padding-top: 80px;
 		padding-bottom: 300px;
 		margin: 0 auto;
 		box-sizing: border-box;
 		pointer-events: initial;
 		opacity: 0;
 		z-index: 10;
 	}

 	#hero-description .inner {
 		display: block;
 		width: 100%;
 		max-width: 800px;
 		margin: 0 auto;
 		text-align: center;
 	}

 	#hero-description p {
 		color: #000;
 	}

 	.light-content #hero-description p {
 		color: #fff;
 	}

 	/* Hero Arrow */

 	.hero-arrow {
 		width: 44px;
 		height: 44px;
 		position: absolute;
 		bottom: 40px;
 		left: 0;
 		right: 0;
 		margin: 0 auto;
 		cursor: pointer;
 	}

 	.hero-arrow span {
 		position: relative;
 		display: block;
 		opacity: 0;
 		transform: translateY(50%);
 		-webkit-transform: translateY(50%);
 	}

 	@keyframes occasional-arrow-bounce {
 		0% {
 			transform: translateY(3px);
 		}

 		100% {
 			transform: translateY(-3px);
 		}
 	}

 	.hero-arrow span:after {
 		font: var(--fa-font-solid);
 		content: "\f078";
 		font-size: 12px;
 		text-align: center;
 		color: #fff;
 		line-height: 20px;
 		width: 20px;
 		height: 20px;
 		position: absolute;
 		top: 50%;
 		margin-top: -14px;
 		left: 50%;
 		margin-left: -10px;
 		animation: occasional-arrow-bounce 0.5s infinite alternate ease-out;
 	}

 	.circle {
 		height: 44px;
 		width: 44px;
 	}

 	.background {
 		fill: transparent;
 		stroke: rgba(255, 255, 255, 0.4);
 		transition: all 200ms ease;
 	}

 	.foreground {
 		fill: transparent;
 		stroke-dasharray: 377;
 		stroke-dashoffset: 377;
 		stroke: #fff;
 		transform-origin: 50% 50%;
 		transform: rotate(-90deg);
 		transition: all 800ms ease;
 	}

 	.hero-arrow span:hover .foreground {
 		stroke-dashoffset: 0;
 		transform: rotate(90deg);
 	}

 	@keyframes arrow-bounce {
 		0% {
 			transform: translateY(0);
 		}

 		100% {
 			transform: translateY(0);
 		}
 	}

 	.hero-arrow span:hover:after {
 		animation: arrow-bounce 0.5s infinite alternate ease-out;
 	}

 	/*--------------------------------------------------
	Hero Footer
---------------------------------------------------*/

 	#hero-footer {
 		position: absolute;
 		width: 100%;
 		padding: 30px 80px;
 		box-sizing: border-box;
 		bottom: 0;
 		left: 0;
 		line-height: 60px;
 		color: #000;
 		overflow: hidden;
 	}

 	.light-content #hero-footer {
 		color: #fff;
 	}

 	#hero-footer.has-border::after {
 		content: "";
 		position: absolute;
 		left: 0;
 		right: 0;
 		bottom: 0;
 		width: 100%;
 		height: 1px;
 		opacity: 0;
 		background-color: rgba(0, 0, 0, 0.1);
 		transform: scaleX(0);
 		transform-origin: center;
 		transition: all 0.3s ease-out 0s;
 	}

 	.light-content #hero-footer.has-border::after {
 		background-color: rgba(255, 255, 255, 0.15);
 	}

 	#hero-footer.has-border.visible::after {
 		opacity: 1;
 		transform: scaleX(1);
 	}

 	#hero-footer:after {
 		content: "";
 		clear: both;
 		display: table;
 	}

 	.hero-footer-left {
 		float: left;
 		opacity: 0;
 		cursor: pointer;
 		transform: translateY(20px);
 		-webkit-transform: translateY(20px);
 	}

.portfolio-page .hero-footer-right {
    float: right;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    margin-right: 44%;
}



 	#share {
 		top: -3px;
 		right: -10px;
 		position: relative;
 		font-size: 16px;
 	}

 	#share::before {
 		position: absolute;
 		top: 0;
 		left: -140px;
 		content: attr(data-text);
 		width: 120px;
 		text-align: right;
 	}

 	#share .parallax-wrap {
 		width: 50px;
 		height: 60px;
 		display: flex;
 		position: relative;
 		justify-content: center;
 		align-items: center;
 		float: left;
 	}

 	.light-content a.jssocials-share-link,
 	.dark-content a.jssocials-share-link {
 		color: inherit;
 	}

 	.jssocials-share-link i {
 		opacity: 0;
 	}

 	.jssocials-share-facebook a:before {
 		content: "Fb";
 		position: absolute;
 	}

 	.jssocials-share-linkedin a:before {
 		content: "Li";
 		position: absolute;
 	}

 	.jssocials-share-twitter a:before {
 		content: "Tx";
 		position: absolute;
 	}

 	.jssocials-share-pinterest a:before {
 		content: "Pn";
 		position: absolute;
 	}

 	.jssocials-share-stumbleupon a:before {
 		content: "St";
 		position: absolute;
 	}

 	.jssocials-share-whatsapp a:before {
 		content: "Wa";
 		position: absolute;
 	}

 	.jssocials-share-viber a:before {
 		content: "Vb";
 		position: absolute;
 	}

 	.jssocials-share-email a:before {
 		content: "Em";
 		position: absolute;
 	}

 	.jssocials-share-vkontakte a:before {
 		content: "Vk";
 		position: absolute;
 	}

 	/*--------------------------------------------------
	Hero Gradient
---------------------------------------------------*/

 	.hero-gradient {
 		position: absolute;
 		height: 350px;
 		width: 100%;
 		bottom: -2px;
 		background-color: #000;
 		z-index: 0;
 		-webkit-mask-image: linear-gradient(transparent, black 75%);
 		mask-image: linear-gradient(transparent, black 75%);
 	}


 	/*--------------------------------------------------
	Main Content
---------------------------------------------------*/

 	#main {
 		position: relative;
 		opacity: 1;
 		user-select: none;
 		-webkit-user-select: none;
 		-khtml-user-select: none;
 		-moz-user-select: none;
 		-ms-user-select: none;
 	}

 	.load-project-page #main,
 	.load-next-project #main,
 	.load-next-page #main {
 		opacity: 1;
 	}

 	#main-content,
 	#main-content-bg {
 		position: relative;
 		opacity: 1;
 		z-index: 10;
 		-webkit-transition: all 0.4s ease-in-out 0s;
 		transition: all 0.4s ease-in-out 0s;
 	}

 	#main-page-content {
 		position: relative;
 		box-sizing: border-box;
 		opacity: 0;
 		width: 100%;
 		margin: 0 auto;
 		margin-bottom: 0;
 		overflow: hidden;
 		max-width: none;
 	}

 	#main-page-content::after {
 		clear: both;
 		content: " ";
 		display: table;
 	}

 	#main-page-content.project-page {
 		margin-bottom: calc(100vh - 120px);
 	}

 	#main-page-content.no-overflow {
 		overflow: visible;
 	}

 	#main-content.portfolio-page {
 		overflow: hidden;
 	}

 	#main-content.portfolio-page #main-page-content {
 		overflow: visible;
 		width: 100%;
 		max-width: none;
 		padding: 0;
 	}

 	/*--------------------------------------------------
	Page Navigation
---------------------------------------------------*/

 	#page-nav {
 		height: auto;
 		width: 100%;
 		color: #000;
 		position: relative;
 		margin-bottom: 0;
 		opacity: 0;
 		overflow: hidden;
 	}

 	.page-nav-wrap {
 		position: relative;
 		left: 0;
 		bottom: 0;
 		width: 100%;
 		height: 100%;
 		z-index: 3;
 		transform: translateY(0px);
 		-webkit-transform: translateY(0px);
 	}

 	.page-nav-caption {
 		display: flex;
 		align-items: center;
 		justify-content: flex-start;
 		width: 100%;
 		margin: 0 auto;
 		padding-top: 120px;
 		padding-bottom: 0px;
 		margin: 0 auto;
 		height: calc(100vh - 120px);
 		top: -20%;
 		opacity: 0;
 		position: relative;
 		box-sizing: border-box;
 	}

 	.page-nav-caption.text-align-center {
 		justify-content: center;
 		text-align: center;
 	}

 	.page-nav-caption.text-align-right {
 		justify-content: flex-end;
 		text-align: right;
 	}

 	#page-nav .inner {
 		display: block;
 		width: auto;
 		height: auto;
 		margin-top: 60px;
 		margin-bottom: 100px;
 	}

 	.next-hero-title {
 		font-size: calc(1rem + 12vw);
 		line-height: calc(1rem + 14vw);
 		font-weight: 600;
 		position: relative;
 		display: block;
 		width: auto;
 		color: #000;
 		margin-bottom: 0px;
 		letter-spacing: -0.4vw;
		font-family: 'Pierson';
 	}

 	.light-content .next-hero-title {
 		color: #fff;
 	}

 	.next-hero-title::before {
 		content: attr(data-infoTextBefore);
 		font-size: 16px;
 		line-height: 20px;
 		font-weight: 400;
 		width: auto;
 		height: 20px;
 		position: absolute;
 		left: -130px;
 		top: calc(50% - 0px);
 		-webkit-transition: all 0.3s ease-out 0s;
 		transition: all 0.3s ease-out 0s;
 		letter-spacing: 0;
 		opacity: 0.6;
 		pointer-events: none;
			display:none;
 	}

 	.next-hero-title::after {
 		content: attr(data-infoTextAfter);
 		font-size: 16px;
 		line-height: 20px;
 		font-weight: 400;
 		width: auto;
 		height: 20px;
 		position: absolute;
 		right: -130px;
 		top: calc(50% - 0px);
 		-webkit-transition: all 0.3s ease-out 0s;
 		transition: all 0.3s ease-out 0s;
 		letter-spacing: 0;
 		opacity: 0.6;
 		pointer-events: none;
			display:none;
 	}

 	.show-loader .next-hero-title::before {
 		opacity: 0;
 		left: -150px;
 	}

 	.show-loader .next-hero-title::after {
 		opacity: 0;
 		right: -150px;
 	}

 	.next-hero-title span {
 		display: block;
 	}

 	.next-hero-subtitle {
 		font-size: 24px;
 		line-height: 32px;
 		font-weight: 400;
 		position: relative;
 		display: block;
 		overflow: hidden;
 		color: #000;
 		margin-top: 40px;
 		opacity: 0.6;
 	}

 	.light-content .next-hero-subtitle {
 		color: #fff;
 	}

 	.next-hero-subtitle span {
 		display: block;
 	}



 	/*--------------------------------------------------
	Project Page Navigation
---------------------------------------------------*/

 	#project-nav {
 		height: 100vh;
 		width: 100%;
 		color: #fff;
 		position: absolute;
 		margin-bottom: 0;
 		bottom: -100vh;
 		overflow: hidden;
 	}

 	#project-nav.pinned-nav-caption {
 		height: 200vh;
 		bottom: -200vh;
 	}

 	.next-project-wrap {
 		width: 100%;
 		margin: 0 auto;
 		height: 100%;
 		position: absolute;
 		box-sizing: border-box;
 		opacity: 1;
 		z-index: 10;
 	}

 	#project-nav.pinned-nav-caption .next-project-wrap {
 		height: 50%;
 	}

 	/* Next Project Hero Image */

 	.next-project-image-wrapper {
 		position: relative;
 		width: 100vw;
 		height: 100%;
 		top: 0;
 		left: 0;
 		opacity: 1;
 		overflow: hidden;
 	}

 	.next-project-image-wrapper.temporary {
 		position: fixed;
 	}

 	.next-project-image-wrapper.active {
 		opacity: 1;
 	}

 	.next-project-image {
 		position: absolute;
 		opacity: 1;
 		top: 0;
 		left: 0;
 		right: 0;
 		margin: 0 auto;
 		height: 100%;
 		width: 100%;
 	}

 	#project-nav .next-project-image-effects {
 		top: -2%;
 		-webkit-transform: scale(1.04);
 		transform: scale(1.04);
 		filter: blur(3px);
 	}

 	.load-project-thumb-with-title .next-project-image {
 		z-index: 10;
 	}

 	.next-project-image.temporary {
 		top: 0px !important;
 	}

 	.next-project-image.visible {
 		opacity: 1 !important;
 		top: 0px !important;
 		filter: blur(0px) !important;
 		-webkit-transform: scale(1.02) rotate(0) translateY(0) !important;
 		transform: scale(1.02) rotate(0) translateY(0) !important;
 	}

 	.next-project-image-bg {
 		position: absolute;
 		top: 0;
 		left: 0;
 		height: 100%;
 		width: 100%;
 		background-size: cover;
 		background-position: center center;
 		background-repeat: no-repeat;
 		z-index: 1;
 		-webkit-transform: scale(1);
 		transform: scale(1);
 	}

 	.next-project-image.visible .next-project-image-bg {
 		opacity: 1 !important;
 		top: 0 !important;
 	}

 	/* Next Project Caption */

 	#next-project-caption {
 		position: absolute;
 		display: flex;
 		align-items: center;
 		justify-content: center;
 		text-align: left;
 		left: 0;
 		right: 0;
 		margin: 0 auto;
 		width: 100%;
 		height: 100%;
 		box-sizing: border-box;
 		padding-top: 40px;
 		padding-bottom: 40px;
 	}

 	.hero-below-caption #next-project-caption {
 		height: auto;
 		padding-top: 280px;
 		padding-bottom: 160px;
 	}

 	.next-caption-wrapper {
 		position: relative;
 		z-index: 10;
 		top: 0%;
 		opacity: 1;
 		width: 100%;
 		height: 100%;
 		display: flex;
 		align-items: flex-end;
 	}

 	#project-nav .next-ajax-link-project {
 		display: block;
 		margin: 0;
 		width: 100%;
 		height: 100%;
 		position: absolute;
 		z-index: 10;
 		top: 0;
 		left: 0;
 		pointer-events: none;
 	}

 	#project-nav.auto-trigger .next-ajax-link-project {
 		pointer-events: none;
 	}

 	#project-nav.active-link .next-ajax-link-project {
 		pointer-events: initial;
 	}

 	.disable-ajaxload #project-nav.auto-trigger .next-ajax-link-project {
 		pointer-events: initial;
 	}

 	.next-caption {
 		position: relative;
 		width: 100%;
 		height: 100%;
 		display: flex;
 		align-items: flex-end;
 	}

 	.next-caption .next-hero-title {
 	font-size: calc(1rem + 3vw);
    line-height: calc(1rem + 4vw);
 		letter-spacing: -0.2vw;
 		flex: 0 1 60%;
 		max-width: 60%;
 		text-align: left;
 	}

 	#project-nav .next-hero-title div {
 		position: relative;
 		display: block;
 		overflow: hidden;
 		mask-image: linear-gradient(#0003, black 5%, black 95%, #0003 100%);
 		-webkit-mask-image: linear-gradient(#0003, black 5%, black 95%, #0003 100%);
 	}

 	#project-nav .next-hero-title span {
 		opacity: 1;
 	}

 	#project-nav .next-hero-subtitle {
 		display: flex;
 		justify-content: flex-end;
 	}

 	#project-nav .next-hero-subtitle span {
 		display: block;
 		width: auto;
 		-webkit-text-fill-color: rgba(0, 0, 0, 0.2);
 		-webkit-background-clip: text;
 		background-repeat: no-repeat;
 		background-image: linear-gradient(currentColor, currentColor);
 		background-size: 0% 100%;
 	}

 	.light-content #project-nav .next-hero-subtitle span {
 		-webkit-text-fill-color: rgba(255, 255, 255, 0.2);
 	}

 	.temporary-hero .next-hero-title span {
 		opacity: 1 !important;
 		-webkit-transform: translateY(0%) !important;
 		transform: translateY(0%) !important;
 	}

 	.next-caption .next-hero-subtitle {
 		flex: 0 1 40%;
 		max-width: 40%;
 		text-align: right;
 	}

 	/* Next Hero Title and Subtitle Color */

 	#project-nav .next-hero-title,
 	#project-nav .next-hero-subtitle {
 		color: #000;
 	}

 	.light-content #project-nav .next-hero-title,
 	.light-content #project-nav .next-hero-subtitle {
 		color: #fff;
 	}

 	/* Next Project Counter */

 	.next-hero-counter {
 		position: absolute;
 		height: 20px;
 		width: 30px;
 		text-align: right;
 		top: 6px;
 		right: -45px;
 		overflow: hidden;
 		opacity: 1;
 		color: #000;
 	}

 	.next-hero-counter span {
 		position: absolute;
 		display: block;
 		font-size: 14px;
 		font-weight: 500;
 		line-height: 20px;
 	}

 	.change-header .next-hero-counter {
 		color: #000;
 	}

 	.light-content .next-hero-counter {
 		color: #fff;
 	}

 	.light-content .change-header .next-hero-counter {
 		color: #000;
 	}

 	.dark-content .change-header .next-hero-counter {
 		color: #fff;
 	}

 	/* Next Project Progress Bar */

 	.next-hero-progress {
 		position: absolute;
 		top: 0;
 		right: 0;
 		height: 6px;
 		width: 100%;
 		z-index: 100;
 		display: flex;
 		justify-content: center;
 		display: none;
 	}

 	.next-hero-progress span {
 		position: absolute;
 		height: 6px;
 		width: 0;
 		background-color: #000;
 	}

 	.change-header .next-hero-progress span {
 		background-color: #000;
 	}

 	.light-content .next-hero-progress span {
 		background-color: #fff;
 	}

 	.light-content .change-header .next-hero-progress span {
 		background-color: #000;
 	}

 	.dark-content .change-header .next-hero-progress span {
 		background-color: #fff;
 	}

 	/* Next Project All Works Button */

 	.all-works {
 		position: absolute;
 		top: 20px;
 		left: 50%;
 		-webkit-transform: translateX(-50%);
 		transform: translateX(-50%);
 		width: auto;
 		margin: 0 auto;
 		margin-top: 25px;
 		display: table;
 		z-index: 100;
 	}

 	.all-works span,
 	.all-works span::before {
 		padding: 0 5px;
 	}

 	#project-nav.change-header .all-works,
 	#project-nav.change-header .all-works .link-text {
 		color: #000;
 	}

 	.light-content #project-nav .all-works,
 	.light-content #project-nav .all-works .link-text {
 		color: #fff;
 	}

 	.light-content #project-nav.change-header .all-works,
 	.light-content #project-nav.change-header .all-works .link-text {
 		color: #000;
 	}

 	.dark-content #project-nav.change-header .all-works,
 	.dark-content #project-nav.change-header .all-works .link-text {
 		color: #fff;
 	}





 	/*--------------------------------------------------
	Temporary Hero
---------------------------------------------------*/

 	.temporary-hero {
 		position: fixed;
 		top: 0;
 		left: 0;
 		width: 100%;
 		height: 100%;
 		z-index: 99999;
 		pointer-events: none;
 		z-index: 10;
 	}

 	.temporary-hero .outer {
 		width: 100%;
 		padding-top: 40px;
 		padding-bottom: 40px;
 		height: 100%;
 		position: relative;
 		margin: 0 auto;
 		box-sizing: border-box;
 		z-index: 10;
 		display: flex;
 		align-items: center;
 		justify-content: center;
 		text-align: center;
 	}

 	.hero-below-caption .temporary-hero .outer {
 		height: auto;
 		padding-top: 280px;
 		padding-bottom: 160px;
 	}

 	.temporary-hero .outer.text-align-center {
 		justify-content: center;
 		text-align: center;
 	}

 	.temporary-hero .outer.text-align-right {
 		justify-content: flex-end;
 		text-align: right;
 	}

 	.temporary-hero .inner {
 		display: block;
 		width: 100%;
 		height: 100%;
 	}

 	.temporary-hero .inner .next-caption {
 		position: relative;
 		width: 100%;
 		height: 100%;
 		display: flex;
 		align-items: flex-end;
 	}

 	.temporary-hero .inner .next-caption .next-hero-title {
 		font-size: calc(1rem + 6vw);
 		line-height: calc(1rem + 7vw);
 		letter-spacing: -0.2vw;
 	}


 	/*--------------------------------------------------
	General Width and Padding for Hero, Content, Page and Project Nav
---------------------------------------------------*/

 	.content-max-width {
 		box-sizing: border-box;
 		padding-left: 80px;
 		padding-right: 80px;
 		max-width: 1320px;
 	}

 	.content-full-width {
 		box-sizing: border-box;
 		padding-left: 80px;
 		padding-right: 80px;
 		max-width: 100%;
 	}


 	/*--------------------------------------------------
	Responsive
---------------------------------------------------*/
 	@media only screen and (max-width: 1537px) {

 		#hero.has-image #hero-caption {
 			padding-top: 240px;
 			padding-bottom: 130px;
 		}

 		.hero-below-caption #next-project-caption {
 			padding-top: 240px;
 			padding-bottom: 130px;
 		}

 		.hero-below-caption .temporary-hero .outer {
 			padding-top: 240px;
 			padding-bottom: 130px;
 		}

 	}



 	@media only screen and (max-width: 1466px) {

 		#hero-caption {
 			padding-top: 100px;
 			padding-bottom: 100px;
 		}

 		.page-nav-caption {
 			padding-top: 100px;
 			height: calc(100vh - 100px);
 		}

 		.hero-subtitle {
 			bottom: 40px;
 		}

 		.hero-subtitle,
 		.next-hero-subtitle {
 			margin-top: 40px;
 		}

 		#hero-footer {
 			padding: 20px 60px;
 		}

 		.content-max-width,
 		.content-full-width {
 			padding-left: 60px;
 			padding-right: 60px;
 		}

 	}

 	@media only screen and (max-width: 1024px) {

 		#hero-caption.hero-full-caption {
 			height: 100vh;
 			height: 100dvh;
 		}

 		#hero.has-image #hero-caption .inner,
 		#project-nav .next-caption,
 		.temporary-hero .inner .next-caption {
 			display: block;
 		}

 		.hero-subtitle,
 		.next-hero-subtitle {
 			font-size: 22px;
 			line-height: 30px;
 			margin-top: 30px;
 		}

 		#hero.has-image .hero-title {
 			max-width: 100%;
 		}

 		#hero.has-image .hero-subtitle {
 			font-size: 22px;
 			line-height: 30px;
 			text-align: left;
 			margin-top: 40px;
 			max-width: 100%;
 		}

 		#project-nav .next-hero-title {
 			margin-bottom: 0px;
 			max-width: 100%;
 		}

 		#project-nav .next-hero-subtitle,
 		.temporary-hero .next-hero-subtitle {
 			justify-content: flex-start;
 			text-align: left;
 			margin-top: 20px;
 			max-width: 100%;
 		}

 		#hero-footer {
 			padding: 20px 40px;
 		}

 		.hero-column .col-img-wrapper.small-img {
 			width: 18%;
 		}

 		.hero-column .col-img-wrapper.large-img {
 			width: 28%;
 		}

 		.content-max-width,
 		.content-full-width {
 			padding-left: 40px;
 			padding-right: 40px;
 		}

 	}

 	@media only screen and (max-width: 767px) {

 		#hero-caption {
 			padding-top: 80px;
 			padding-bottom: 80px;
 		}

 		.page-nav-caption {
 			padding-top: 80px;
 			height: calc(100vh - 80px);
 		}

 		.hero-title::before {
 			left: 0;
 			top: -45px;
 		}

 		.caption-animated .hero-title::before {
 			opacity: 0.6;
 			left: 0;
 			top: -20px;
 			width: 100%;
 		}

 		.hero-title::after {
 			right: 0;
 			top: auto;
 			bottom: -50px;
 		}

 		.caption-animated .hero-title::after {
 			opacity: 0.6;
 			right: 0;
 			bottom: -25px;
 			width: 100%;
 			top: auto;
 		}

 		.hero-subtitle,
 		.next-hero-subtitle {
 			font-size: 20px;
 			line-height: 28px;
 			margin-top: 20px;
 		}

 		.next-hero-title::before {
 			opacity: 0.6;
 			left: 0;
 			top: -20px;
 			width: 100%;
 		}

 		.next-hero-title::after {
 			opacity: 0.6;
 			right: 0;
 			bottom: -25px;
 			width: 100%;
 			top: auto;
 		}

 		.show-loader .next-hero-title::before {
 			left: 0;
 			top: -45px;
 			opacity: 0;
 		}

 		.show-loader .next-hero-title::after {
 			right: 0;
 			top: auto;
 			bottom: -50px;
 			opacity: 0;
 		}

 		#hero.has-image .hero-subtitle {
 			font-size: 20px;
 			line-height: 28px;
 		}

 		#project-nav .next-hero-title {
 			margin-bottom: 48px;
 		}

 		#hero-footer {
 			padding: 20px 30px;
 		}

 		#hero-footer .button-text {
 			display: none;
 		}

 		#info-text {
 			width: 60px;
 			height: 60px;
 		}

 		#info-text::after {
 			font: var(--fa-font-solid);
 			content: "\f063";
 			font-size: 16px;
 			width: 100%;
 			height: 100%;
 			line-height: 60px;
 			text-align: right;
 			position: absolute;
 			left: 0;
 			top: 0;
 			color: currentColor;
 		}

 		#info-text span {
 			display: none;
 		}

 		.hero-column .col-img-wrapper.small-img {
 			width: 28%;
 		}

 		.hero-column .col-img-wrapper.large-img {
 			width: 38%;
 		}

 		.content-max-width,
 		.content-full-width {
 			padding-left: 30px;
 			padding-right: 30px;
 		}

 	}

 	@media only screen and (max-width: 479px) {

 		#hero.has-image .hero-title {
 			margin-bottom: 10px;
 		}

 		.hero-subtitle,
 		.next-hero-subtitle {
 			font-size: 18px;
 			line-height: 26px;
 		}

 		.hero-subtitle {
 			bottom: 30px;
 		}

 		#hero.has-image .hero-subtitle {
 			font-size: 18px;
 			line-height: 26px;
 		}

 		#project-nav .next-hero-title {
 			margin-bottom: 36px;
 		}

 		#hero-footer {
 			padding: 10px 20px;
 		}

 		#hero #hero-footer .button-text {
 			display: none;
 		}

 		.hero-column .col-img-wrapper.small-img {
 			width: 38%;
 		}

 		.hero-column .col-img-wrapper.large-img {
 			width: 48%;
 		}

 		.content-max-width,
 		.content-full-width {
 			padding-left: 20px;
 			padding-right: 20px;
 		}

 	}/*--------------------------------------------------
	General Styles
---------------------------------------------------*/
#app {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out 0.4s;
  transition: all 0.1s ease-in-out 0.4s;
}

.load-project-thumb #app,
.load-project-thumb-with-title #app,
.load-project-thumb-from-slider #app {
  opacity: 1;
}

.grid__item-img--large {
  pointer-events: none;
  position: absolute;
  opacity: 0;
}

.grid__item-hidden {
  pointer-events: none;
  position: fixed;
  opacity: 0;
}

/*--------------------------------------------------
	WebGl Slider
---------------------------------------------------*/

#canvas-slider {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#canvas-slider .slider-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #222;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#canvas-slider img {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
  z-index: 100;
  cursor: pointer;
  object-position: center;
  object-fit: cover;
}

/*--------------------------------------------------
	Common Slider Styles
---------------------------------------------------*/

.show-loader .ricciproduction-slider {
  pointer-events: none;
}

.ricciproduction-slider-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
}

.ricciproduction-slider {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 42vw 0 42vw;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  user-select: none;
  cursor: grab;
  z-index: 2;
  overflow: hidden;
  box-sizing: border-box;
}

.ricciproduction-state-dragging .ricciproduction-slider {
  cursor: grabbing;
}

.ricciproduction-state-dragging .ricciproduction-slider .ricciproduction-slide {
  cursor: grabbing;
  pointer-events: none;
}

.ricciproduction-state-dragging .cp-button-prev,
.ricciproduction-state-dragging .cp-button-next {
  pointer-events: none;
}

.ricciproduction-slider-viewport {
  display: flex;
  position: relative;
}

.ricciproduction-slide {
  overflow: hidden;
  width: 16vw;
  box-sizing: border-box;
}

.ricciproduction-slide:first-child {
  position: relative;
}

.ricciproduction-slide:not(:first-child) {
  position: absolute;
  height: 100%;
}

.slide-inner-height {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.ricciproduction-state-dragging .ricciproduction-slider .slide-inner-height {
  cursor: grabbing;
  pointer-events: none;
}

.ricciproduction-state-dragging .ricciproduction-slider .slide-inner-height {
  cursor: grabbing;
  pointer-events: none;
}

.disable-ajaxload .slide-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
}

.img-mask {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 0;
  overflow: hidden;
}

.ricciproduction-slide .img-mask {
  background: transparent;
}

.disable-scroll .img-mask {
  background: transparent;
}

.section-image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.item-image {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  z-index: 100;
  object-position: center;
  object-fit: cover;
}

.ricciproduction-slider img {
  pointer-events: none;
}

.cp-button-prev.button-icon-link {
  color: #000;
  border: 2px solid transparent;
  box-shadow: none;
  transform: translateX(-15px);
  -webkit-transform: translateX(-15px);
}

.cp-button-next.button-icon-link {
  color: #000;
  border: 2px solid transparent;
  box-shadow: none;
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
}

.cp-button-prev.button-icon-link:hover,
.cp-button-next.button-icon-link:hover {
  background-color: transparent;
}

.light-content .cp-button-prev.button-icon-link,
.light-content .cp-button-next.button-icon-link {
  color: #fff;
  border: 2px solid transparent;
  box-shadow: none;
}

.light-content .cp-button-prev.button-icon-link:hover,
.light-content .cp-button-next.button-icon-link:hover {
  background-color: transparent;
}

.cp-button-prev.button-icon-link .icon-wrap-scale,
.cp-button-next.button-icon-link .icon-wrap-scale {
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  opacity: 1;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.cp-button-prev.button-icon-link .button-icon,
.cp-button-next.button-icon-link .button-icon {
  color: currentColor;
  border: 4px solid currentColor;
  background-color: transparent;
  height: 30px;
  line-height: 30px;
  width: 30px;
}

.cp-button-prev.button-icon-link:hover .button-icon,
.cp-button-next.button-icon-link:hover .button-icon {
  border: 2px solid currentColor;
  background-color: currentColor;
  height: 36px;
  line-height: 36px;
  width: 36px;
}

.light-content .cp-button-prev.button-icon-link .button-icon,
.light-content .cp-button-next.button-icon-link .button-icon {
  color: currentColor;
  border: 4px solid currentColor;
  background-color: transparent;
}

.light-content .cp-button-prev.button-icon-link:hover .button-icon,
.light-content .cp-button-next.button-icon-link:hover .button-icon {
  border: 2px solid currentColor;
  background-color: currentColor;
}

.cp-button-prev.button-icon-link .button-icon i,
.cp-button-next.button-icon-link .button-icon i {
  opacity: 0;
  height: 30px;
  line-height: 30px;
  width: 30px;
  color: currentColor;
  filter: invert(1);
}

.cp-button-prev.button-icon-link:hover .button-icon i,
.cp-button-next.button-icon-link:hover .button-icon i {
  opacity: 1;
  height: 36px;
  line-height: 36px;
  width: 36px;
}

.cp-button-prev.button-icon-link .button-text {
  padding: 0 25px 0 50px;
}

.cp-button-next.button-icon-link .button-text {
  padding: 0 50px 0 25px;
}

.cp-button-prev.button-icon-link:hover .button-text {
  padding: 0 25px 0 60px;
}

.cp-button-next.button-icon-link.right:hover .button-text {
  padding: 0 60px 0 25px;
}

.cp-button-prev.button-icon-link:hover .button-text span,
.cp-button-next.button-icon-link:hover .button-text span {
  filter: invert(0);
}

.light-content .cp-button-prev.button-icon-link:hover .button-text span,
.light-content .cp-button-next.button-icon-link:hover .button-text span {
  filter: invert(0);
}

.disable-scroll .ricciproduction-slider {
  pointer-events: none;
}

.ricciproduction-pagination {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: auto;
  z-index: 20;
  text-align: center;
  opacity: 0;
  pointer-events: none;
}

.ricciproduction-pagination-bullet {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-flex;
  margin: 0;
  cursor: pointer;
  pointer-events: initial;
}

.progress-info {
  position: absolute;
  display: flex;
  justify-content: center;
  width: auto;
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  left: 0;
  right: 0;
  z-index: 10;
  overflow: hidden;
  pointer-events: none;
}

.progress-info .progress-info-fill,
.progress-info .progress-info-fill-2 {
  position: relative;
  width: auto;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.1);
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-image: linear-gradient(#000, #000);
  background-size: 0% 100%;
}

.progress-info .progress-info-fill-2 {
  position: absolute;
  top: 0px;
  left: auto;
  background-size: 100% 100%;
  background-position: right;
  right: auto;
  margin: auto;
  width: auto;
  display: block;
}

.light-content .progress-info .progress-info-fill {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(#fff, #fff);
}

.light-content .progress-info .progress-info-fill-2 {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(#fff, #fff);
}

.showcase-footer #footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fade-slide-element {
  opacity: 0;
}

.grid-list-option {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  color: #000;
  background-color: currentColor;
  display: flex;
  height: 44px;
  width: auto;
  border: 3px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  box-sizing: border-box;
  z-index: 100;
  pointer-events: initial;
}

.light-content .grid-list-option {
  color: #fff;
}

.grid-open .grid-list-option {
  pointer-events: none;
}

.grid-list-option.disable {
  pointer-events: none;
}

.grid-option,
.list-option {
  box-sizing: border-box;
  padding: 0 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  min-width: 80px;
  margin: 0;
  color: currentColor;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: filter 0.1s ease-in-out;
  transition: filter 0.1s ease-in-out;
  filter: invert(1);
}

.grid-option.active,
.list-option.active {
  filter: invert(0);
  pointer-events: none;
}

.current-option {
  position: absolute;
  left: 0;
  background-color: currentColor;
  box-sizing: border-box;
  padding: 0 20px;
  height: 100%;
  display: block;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  width: auto;
  min-width: 80px;
  margin: 0;
  pointer-events: none;
  z-index: 0;
  filter: invert(1);
}

/*--------------------------------------------------
	Showcase Carousel
---------------------------------------------------*/

.highlights-gallery .ricciproduction-slider {
  padding: 25vh 0 25vh 0;
  padding: 25dvh 0 25dvh 0;
}

.showcase-carousel .ricciproduction-slider-viewport {
  z-index: 10;
}

.highlights-gallery .ricciproduction-slide {
  width: 100vw;
  height: 50vh;
  height: 50dvh;
  opacity: 0;
}

.highlights-gallery .ricciproduction-caption-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  pointer-events: initial;
  z-index: 100;
}

.external-titles {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  width: 100%;
  height: calc((1rem + 20vw) / 2);
  overflow: hidden;
  mask-image: linear-gradient(
    180deg,
    transparent 5%,
    #000 15%,
    #000 88%,
    transparent 95%
  );
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent 5%,
    #000 15%,
    #000 88%,
    transparent 95%
  );
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}

.external-titles .slide-title {
  position: absolute;
  font-size: calc((1rem + 12vw) / 2);
  line-height: calc((1rem + 20vw) / 2);
  font-weight: 600;
  letter-spacing: -0.2vw;
  color: #fff;
  cursor: pointer;
}

.external-titles .slide-title.change-header {
  color: #000;
}

.external-titles .slide-title span {
  display: block;
  position: relative;
}

.external-categories {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  width: 100%;
  height: 30px;
  overflow: hidden;
}

.external-categories .slide-cat {
  position: absolute;
  opacity: 1;
  display: block;
  color: #fff;
  overflow: visible;
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
}

.external-categories .slide-cat.change-header {
  color: #000;
}

.external-categories .slide-cat span {
  opacity: 0;
  display: block;
  position: relative;
}

/*--------------------------------------------------
	Showcase Gallery
---------------------------------------------------*/

.showcase-gallery .ricciproduction-slider {
  padding: 0 20vw 0 20vw;
}

.showcase-gallery .ricciproduction-slider-viewport {
  z-index: 10;
}

.showcase-gallery .ricciproduction-slide {
  width: 60vw;
  height: 100vh;
  box-sizing: border-box;
  padding: 0 5vw 0 5vw;
  display: flex;
  z-index: 0;
  overflow: visible;
  opacity: 1;
  pointer-events: none;
}

.showcase-gallery.active .ricciproduction-slide {
  pointer-events: initial;
}

/* Slide Effects */

.slide-effects {
  position: relative;
  height: calc(100vh - 450px);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-self: center;
}

.showcase-gallery .slide-thumb {
  position: relative;
  width: 16%;
  height: auto;
  display: flex;
  align-self: flex-start;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 60px;
}

.showcase-gallery .ricciproduction-slide:nth-child(odd) .slide-thumb {
  align-self: flex-end;
}

.showcase-gallery .ricciproduction-slide:nth-child(even) .slide-thumb {
  align-self: flex-start;
}

.showcase-gallery .slide-thumb::before {
  float: left;
  padding-top: 100%;
  content: "";
}

.showcase-gallery .slide-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 100;
  object-position: center;
  object-fit: cover;
  border-radius: 4px;
  overflow: hidden;
}

/* Slide Inner Height */

.showcase-gallery .slide-inner-height {
  padding-top: 0;
  width: 45%;
  height: auto;
  margin: 0px;
  overflow: visible;
  display: flex;
  align-self: center;
}

.showcase-gallery .ricciproduction-slide:nth-child(odd) .slide-inner-height {
  width: 44%;
}

.showcase-gallery .ricciproduction-slide:nth-child(even) .slide-inner-height {
  width: 50%;
}

.showcase-gallery .slide-inner-height::before {
  float: left;
  padding-top: 70%;
  content: "";
}

/* Slide Moving */

.showcase-gallery .slide-moving {
  width: auto;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 0;
}

/* Slide Trigger Item */

.showcase-gallery .ricciproduction-slide .trigger-item {
  width: auto;
  height: 100%;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 0;
  pointer-events: none;
}

.showcase-gallery.active:not(.preview-mode-enabled) .trigger-item {
  pointer-events: initial;
}

.showcase-gallery .img-mask {
  width: auto;
  height: 100%;
  display: block;
  position: relative;
}

/* Slide Caption */

.showcase-gallery .slide-caption {
  z-index: 10;
  position: absolute;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding-left: 55%;
  text-align: left;
  opacity: 0;
  display: flex;
  align-self: flex-start;
  flex-direction: column;
  cursor: default;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.showcase-gallery .ricciproduction-slide:nth-child(odd) .slide-caption {
  padding-left: 50%;
}

.showcase-gallery .ricciproduction-slide:nth-child(even) .slide-caption {
  padding-left: 56%;
}

.showcase-gallery .ricciproduction-slide.hovered .slide-caption {
  opacity: 1;
}

.showcase-gallery .ricciproduction-slide:nth-child(odd) .slide-caption {
  align-self: flex-start;
}

.showcase-gallery .ricciproduction-slide:nth-child(even) .slide-caption {
  align-self: flex-end;
}

.showcase-gallery .slide-caption .slide-title {
  font-size: 24px;
  line-height: 30px;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  overflow: hidden;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.light-content .showcase-gallery .slide-caption .slide-title {
  color: #fff;
}

.showcase-gallery .slide-caption .slide-cat {
  font-size: 24px;
  line-height: 30px;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
}

.light-content .showcase-gallery .slide-caption .slide-cat {
  color: #fff;
}

.showcase-gallery .ricciproduction-slide .slide-date {
  display: block;
  color: #000;
  position: relative;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 10px;
  overflow: hidden;
}

.light-content .showcase-gallery .slide-caption .slide-date {
  color: #fff;
}

.showcase-gallery .slide-caption span {
  display: block;
  position: relative;
}

/* Slide Preview Mode */

.slider-zoom-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 200;
  pointer-events: none;
  overflow: hidden;
}

.slider-zoom-wrapper .trigger-item::before {
  float: left;
  padding-top: 60%;
  content: "";
}

.slider-zoom-wrapper .trigger-item {
  width: 48vw;
  height: auto;
  aspect-ratio: unset;
  position: relative;
}

.slider-zoom-wrapper .trigger-item::after {
  display: block;
  content: "";
  clear: both;
}

.showcase-gallery .slider-zoom-wrapper .img-mask {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.enable-trigger .slider-zoom-wrapper .trigger-item {
  pointer-events: initial;
  cursor: pointer;
}

.slider-thumbs-wrapper {
  width: 280px;
  height: 80px;
  position: absolute;
  z-index: 300;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  padding: 0px;
  box-sizing: border-box;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.slider-thumbs-wrapper .trigger-item:first-child {
  left: 0;
  right: auto;
}

.slider-thumbs-wrapper .trigger-item:last-child {
  left: auto;
  right: 0;
}

.slider-thumbs-wrapper.flip-prev-thumb .trigger-item.current-image-preview {
  left: auto;
  right: 0;
}

.slider-thumbs-wrapper.flip-next-thumb .trigger-item.current-image-preview {
  left: 0;
  right: auto;
}

.slider-thumbs-wrapper .trigger-item::before {
  float: left;
  padding-top: 67%;
  content: "";
}

.slider-thumbs-wrapper .trigger-item {
  position: absolute;
  width: calc(50% - 30px);
  height: 100%;
  margin: 0 15px;
}

.slider-thumbs-wrapper .trigger-item::after {
  display: block;
  content: "";
  clear: both;
}

.slider-thumbs-wrapper .trigger-item .img-mask {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.slider-close-preview {
  width: 100%;
  position: fixed;
  top: 0;
  height: 100%;
  left: 0;
  display: flex;
  align-content: center;
  justify-content: center;
  z-index: 50;
  pointer-events: none;
}

.grid-open .slider-close-preview {
  pointer-events: initial;
}

.grid-open footer .button-wrap {
  pointer-events: none;
}

/*--------------------------------------------------
	Showcase Lists
---------------------------------------------------*/

.showcase-gallery .ricciproduction-sync-slider {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: initial;
  z-index: 100;
  opacity: 1;
  height: 100%;
  width: 100%;
  pointer-events: none;
  mask-image: linear-gradient(
    180deg,
    transparent 5%,
    #000 20%,
    #000 80%,
    transparent 95%
  );
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent 5%,
    #000 20%,
    #000 80%,
    transparent 95%
  );
}

.showcase-gallery .ricciproduction-sync-slider.active {
  pointer-events: initial;
}

.showcase-gallery .ricciproduction-sync-slider-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}

.showcase-gallery .ricciproduction-sync-slider-viewport {
  margin: 0 auto;
}

.showcase-gallery .ricciproduction-sync-slide {
  display: table;
  width: auto;
  margin: 0 auto;
  line-height: calc(1rem + 4vw);
  height: calc(1rem + 4vw);
  z-index: 0;
  position: relative;
}

.load-project-thumb-from-slider .ricciproduction-sync-slide.disable {
  pointer-events: none;
}

.ricciproduction-state-dragging .showcase-gallery .ricciproduction-sync-slide {
  cursor: grabbing;
  pointer-events: none;
}

.showcase-gallery .ricciproduction-sync-slide .trigger-item {
  display: flex;
  height: 100%;
  position: relative;
  width: auto;
}

.showcase-gallery .ricciproduction-sync-slide .trigger-item.above {
  margin-bottom: 20px;
  line-height: calc(1rem + 4vw);
  height: calc(1rem + 4vw);
}

.showcase-gallery .ricciproduction-sync-slide .hover-reveal::before {
  float: left;
  padding-top: 100%;
  content: "";
}

.showcase-gallery .ricciproduction-sync-slide .hover-reveal {
  position: fixed;
  width: 12vw;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.showcase-gallery .ricciproduction-sync-slide .hover-reveal.landscape::before {
  float: left;
  padding-top: 71.43%;
  content: "";
}

.showcase-gallery .ricciproduction-sync-slide .hover-reveal.landscape {
  position: fixed;
  width: 25vw;
  height: auto;
  aspect-ratio: 14/10;
  overflow: hidden;
}

.showcase-gallery .ricciproduction-sync-slide .hover-reveal::after {
  display: block;
  content: "";
  clear: both;
}

.showcase-gallery .ricciproduction-sync-slide .slide-title {
  display: block;
  font-size: calc(1rem + 2vw);
  line-height: inherit;
  height: inherit;
  font-weight: 500;
  color: #000;
  z-index: 10;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: opacity 0.3s ease-out 0s, transform 0.2s ease-out 0s;
  transition: opacity 0.3s ease-out 0s, transform 0.2s ease-out 0s;
  opacity: 1;
  letter-spacing: -0.1vw;
  overflow: hidden;
  transform-origin: center center;
  margin-bottom: 20px;
}

.showcase-gallery .ricciproduction-sync-slide.active .slide-title {
  font-family: "Playfair Display", serif;
  font-size: calc(1rem + 2.15vw);
}

.light-content .showcase-gallery .ricciproduction-sync-slide .slide-title {
  color: #fff;
}

.showcase-gallery .ricciproduction-sync-slide.disable .slide-title {
  opacity: 0.1;
}

.showcase-gallery .ricciproduction-sync-slide:hover .slide-title {
  opacity: 1;
  cursor: pointer;
}

.showcase-gallery .ricciproduction-sync-slide.active .slide-title {
  opacity: 1;
}

.showcase-gallery .ricciproduction-sync-slide .slide-title span {
  display: inline-block;
  opacity: 0;
}

/*--------------------------------------------------
	16. Project Lists
---------------------------------------------------*/

.team-list-wrapper {
  position: relative;
}

.team-list-captions {
  position: relative;
  margin: 0;
  display: table;
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
  padding-top: 0;
  padding-left: 30%;
  padding-bottom: 80px;
}

.team-list-captions > li {
  list-style: none;
  font-size: calc(1rem + 4vw);
  line-height: calc(1rem + 5vw);
  letter-spacing: -0.15vw;
  font-weight: 600;
  text-align: left;
  position: relative;
  display: block;
  width: auto;
  color: #000;
  padding: 20px 0;
  margin: 0;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  cursor: pointer;
  opacity: 0.2;
}

.team-list-captions li.active {
  opacity: 1;
  font-weight: 500;
}

.team-list-captions li span:nth-child(2) {
  opacity: 0;
}

.team-list-captions li.active span:nth-child(2) {
  opacity: 1;
}

.team-list-captions li .tml-cat {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  letter-spacing: -0.15px;
  font-weight: 400;
  line-height: 24px;
  width: auto;
  text-align: left;
  position: absolute;
  bottom: 0;
  opacity: 0;
}

.team-list-captions li.active .tml-cat {
  opacity: 1;
}

.team-list-images {
  position: absolute;
  width: 20%;
  height: auto;
  margin: 0;
  top: 0;
  z-index: 0;
  left: 0px;
}

.team-list-images::before {
  content: "";
  padding-top: calc(100% + 0px);
  position: relative;
  display: block;
  box-sizing: border-box;
}

.team-list-images > li {
  list-style: none;
  position: absolute;
  width: 100%;
  height: calc(100% + 200px);
  top: -84px;
  margin: 0;
  z-index: 0;
  overflow: hidden;
}

.rounded-borders .team-list-images > li {
  border-radius: 6px;
}

.team-list-images > li.visible {
  z-index: 10;
}

.team-list-images > li.pixels-cover {
  z-index: 20;
  border-radius: 0px;
}

.team-list-images .img-mask {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.team-list-images > li.visible .img-mask {
  transform: scale(1);
  -webkit-transform: scale(1);
}

/*--------------------------------------------------
	Snap Slider
---------------------------------------------------*/

.snap-slider-holder {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 1000% !important;
  width: 100vw !important;
}

.snap-slide {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.snap-slide .img-mask {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  opacity: 0.1;
}

.rounded-borders .snap-slide .img-mask {
  border-radius: 0;
}

.snap-slide .section-image {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.snap-slide .section-image img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  z-index: 100;
  object-position: top;
  object-fit: cover;
}

.snap-slider-thumbs {
  position: absolute;
  top: 0;
  z-index: 5;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.snap-slider-thumbs-wrapper::before {
  float: left;
  padding-top: 70%;
  content: "";
}

.snap-slider-thumbs-wrapper {
  width: 100vw;
  height: 100vw;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.rounded-borders .snap-slider-thumbs-wrapper {
  border-radius: 6px;
}

.thumb-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}

.show-loader .thumb-slide {
  pointer-events: none;
}

.thumb-slide-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.snap-slider-captions {
  position: absolute;
  top: 0;
  z-index: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  pointer-events: none;
}

.snap-slider-captions-wrapper {
  width: 100%;
  height: 60px;
  display: block;
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 15%,
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0) 85%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 15%,
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0) 85%,
    rgba(0, 0, 0, 0) 100%
  );
  background-color:#66666690;
}

.snap-slide-caption {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0;
  text-align: left;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.in-view.snap-slide-caption {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.snap-slider-captions .inner {
  vertical-align: middle;
  position: relative;
}

.snap-slider-captions .slide-title-wrapper {
  margin: 0;
  cursor: pointer;
}

.in-view.snap-slide-caption .slide-title-wrapper {
  pointer-events: initial;
}

.snap-slider-captions .slide-title,
.snap-slider-captions .slide-subtitle {
  font-size: 24px;
  line-height: 60px;
  color: #fff;
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 400;
}

.snap-slider-captions .slide-current,
.snap-slider-captions .slide-counter {
  font-size: 18px;
  line-height: 60px;
  color: #fff;
}

.snap-slider-captions .slide-title,
.snap-slider-captions .slide-subtitle {
  width: 30%;
}

.snap-slider-captions .slide-current,
.snap-slider-captions .slide-counter {
  width: 20%;
}

.snap-slider-captions .slide-counter,
.snap-slider-captions .slide-subtitle {
  text-align: right;
}

.snap-slide-caption.change-header .slide-title,
.snap-slide-caption.change-header .slide-current,
.snap-slide-caption.change-header .slide-counter,
.snap-slide-caption.change-header .slide-subtitle {
  color: #000;
}

.snap-slider-captions .slide-title span,
.snap-slider-captions .slide-current span,
.snap-slider-captions .slide-counter span,
.snap-slider-captions .slide-subtitle span {
  display: block;
}

/*--------------------------------------------------
	16. Responsive
---------------------------------------------------*/

@media only screen and (max-width: 1537px) {
}

@media only screen and (max-width: 1466px) {
}

@media only screen and (max-width: 1024px) {
  .snap-slider-captions .slide-title,
  .snap-slider-captions .slide-subtitle {
    width: 100%;
  }

  .snap-slider-captions .slide-current,
  .snap-slider-captions .slide-counter {
    display: none;
  }

  .showcase-gallery .ricciproduction-slider {
    padding: 0 10vw 0 10vw;
  }

  .showcase-gallery .ricciproduction-slide {
    width: 80vw;
    padding: 0 2vw 0 2vw;
  }

  .slide-effects {
    height: 50vh;
    height: 50dvh;
  }

  .slider-zoom-wrapper .trigger-item {
    width: 70vw;
  }

  .slider-thumbs-wrapper {
    width: 240px;
    height: 60px;
    bottom: 20px;
  }

  .showcase-gallery .slide-caption {
    opacity: 1;
  }

  .cp-button-prev.button-icon-link,
  .cp-button-next.button-icon-link {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }

  .cp-button-prev.button-icon-link .icon-wrap-scale,
  .cp-button-next.button-icon-link .icon-wrap-scale {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  .cp-button-prev.button-icon-link .button-icon,
  .cp-button-next.button-icon-link .button-icon {
    background-color: currentColor;
    border: 2px solid currentColor;
    height: 36px;
    line-height: 36px;
    width: 36px;
  }

  .light-content .cp-button-prev.button-icon-link .button-icon,
  .light-content .cp-button-next.button-icon-link .button-icon {
    background-color: currentColor;
    border: 2px solid currentColor;
  }

  .cp-button-prev.button-icon-link .button-icon i,
  .cp-button-next.button-icon-link .button-icon i {
    opacity: 1;
    height: 36px;
    line-height: 36px;
    width: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .snap-slider-thumbs-wrapper {
    width: 40vw;
    height: 40vw;
  }

  .snap-slider-captions {
    align-items: flex-end;
  }

  .snap-slider-captions .slide-title,
  .snap-slider-captions .slide-subtitle {
    font-size: 18px;
  }

  .external-categories .slide-cat {
    font-size: 18px;
  }

  .slide-effects {
    height: 50vh;
    height: 50dvh;
  }

  .slider-zoom-wrapper .trigger-item {
    width: 70vw;
  }

  .slider-thumbs-wrapper {
    width: 220px;
    height: 50px;
    bottom: 15px;
  }

  .showcase-gallery .slide-caption .slide-title,
  .showcase-gallery .slide-caption .slide-cat {
    font-size: 18px;
  }

  .showcase-gallery .ricciproduction-slide .slide-date {
    font-size: 14px;
  }

  .showcase-gallery .ricciproduction-sync-slide .slide-title {
    font-size: calc(1rem + 3vw);
  }
}

@media only screen and (max-width: 479px) {
  .slide-effects {
    height: 40vh;
    height: 40dvh;
  }

  .slider-zoom-wrapper .trigger-item {
    width: 80vw;
  }

  .slider-thumbs-wrapper {
    width: 220px;
    height: 50px;
    bottom: 15px;
  }
}
/*--------------------------------------------------
	Showcase Portfolio
---------------------------------------------------*/

.flip-thumbs-wrapper {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 50px;
	width: 400px;
	max-width: calc(50% - 160px);
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0);
	z-index: 100;
	counter-reset: moveThumbCounter;
}

.flip-move-thumb {
	height: 80px;
	width: 120px;
	margin-left: 20px;
	border-radius: 6px;
	position: relative;
	counter-increment: moveThumbCounter;
}

.flip-move-thumb.disabled {
	opacity: 0 !important
}

.flip-move-thumb::after {
	content: counter(moveThumbCounter, decimal-leading-zero);
	position: absolute;
	bottom: -25px;
	line-height: 10px;
	height: 10px;
	width: 14px;
	left: 0;
	right: 0;
	font-size: 10px;
	font-weight: 500;
	color: #000;
	letter-spacing: 1px;
	margin: 0 auto;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.show-counter.flip-move-thumb::after {
	opacity: 1;
	bottom: -20px;
}

.showcase-portfolio.filp-grid .ricciproduction-item {
	pointer-events: none;
}

.showcase-portfolio.filp-grid.flip-completed .ricciproduction-item {
	pointer-events: initial;
}

.showcase-portfolio.filp-grid .img-mask {
	overflow: visible;
}

.showcase-portfolio.filp-grid.expand-grid:not(.items-filtered) .ricciproduction-item.expanded .slide-caption {
	opacity: 0;
}

.showcase-portfolio.filp-grid.flip-completed.expand-grid:not(.items-filtered) .ricciproduction-item.expanded .slide-caption {
	opacity: 1;
}

.flip-thumb-inner {
	width: 100%;
	height: 100%;
	left: 0;
}

.flip-thumb-effects {
	width: 100%;
	height: 100%;
	left: 0;
	overflow: hidden;
	border-radius: 6px;
}

.flip-move-thumb:first-child {
	margin-left: 0px;
}


.showcase-portfolio.filp-grid {
	margin-top: 0vh;
}

.rounded-borders .img-mask {
	border-radius: 6px;
}

.pixels-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
}

.load-project-thumb .pixels-wrapper {
	display: none;
}

.pixel {
	overflow: hidden;
	background-color: #000;
	box-sizing: border-box;
}

.pixel::before {
	float: left;
	padding-top: 101%;
	content: "";
}

#itemsWrapper>.pin-spacer {
	pointer-events: none;
}





#main .button-wrap.right.show-filters {
	right: -24px;
}

#filters-gradient {
	position: absolute;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	opacity: 0;
	background-color: rgb(200, 200, 200);
	mask-image: linear-gradient(to bottom, rgb(200, 200, 200) 0%, rgb(200, 200, 200) 50%, transparent 100%);
	z-index: 100;
	pointer-events: none;
	box-sizing: border-box;
	padding: 50px 80px 240px 80px;
}

#filters {
	text-align: center;
	margin: 0;
}

#filters-gradient.open-filters #filters {
	pointer-events: initial;
}

#filters li {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#filters li:first-child {
	display: table;
}

#filters li a {
	display: block;
	font-size: calc(1rem + 3vw);
	line-height: calc(1rem + 3.5vw);
	font-weight: 600;
	letter-spacing: -0.1vw;
	opacity: 1;
	padding: 8px 2px;
	position: relative;
	box-sizing: border-box;
}

#filters li:not(:first-child) a {
	font-family: "Playfair Display", serif;
	font-style: normal;
	font-weight: 400;
}

#filters li a.is_active {
	pointer-events: none;
}

#filters li a span {
	display: block;
	position: relative;
	opacity: 0.3;
	-webkit-transition: opacity 0.15s ease-out 0s;
	transition: opacity 0.15s ease-out 0s;
}

#filters li a.is_active span,
#filters li:hover a span {
	opacity: 1;
}

#filters li a span::after {
	content: ",";
}

#filters li:last-child a span::after {
	content: "";
}

#close-filters {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	pointer-events: initial;
	z-index: 10;
}

.showcase-portfolio {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 150px);
	margin: 0 auto;
	padding-top: 75px;
}

.showcase-portfolio .ricciproduction-item {
	position: relative;
	width: calc(50% - 10px);
	height: auto;
	margin: 5px 5px 5px 5px;
	box-sizing: border-box;
	padding: 0px;
	z-index: 10;
	display: block;
}

.showcase-portfolio .ricciproduction-item::before {
	float: left;
	padding-top: 90%;
	content: "";
}

.showcase-portfolio .slide-inner {
	padding-top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	cursor: pointer;
}

.showcase-portfolio .slide-inner::after {
	display: block;
	content: "";
	clear: both;
}

.showcase-portfolio.items-filtered .slide-inner {
	transform: none !important;
}

.showcase-portfolio .slide-inner.disabled {
	pointer-events: none;
}

.img-mask {
	display: flex;
	align-items: center;
	justify-content: center;
}

.showcase-portfolio .section-image {
	width: 100%;
	height: 100%;
	left: 0;
	overflow: hidden;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: transform 0.45s ease-out 0s;
	transition: transform 0.45s ease-out 0s;
}

.showcase-portfolio .slide-inner:hover .section-image,
.showcase-portfolio .above .section-image {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.showcase-portfolio .section-thumb::before {
	float: left;
	padding-top: 100%;
	content: "";
}

.showcase-portfolio .section-thumb {
	position: absolute;
	width: 40%;
	height: auto;
	border-radius: 4px;
	overflow: hidden;
	opacity: 1;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	clip-path: inset(0% 100% 0% 0%);
	-webkit-transition: all 0.45s cubic-bezier(0.1, 0.8, 0.2, 1);
	transition: all 0.45s cubic-bezier(0.1, 0.8, 0.2, 1);
	pointer-events: none;
}

.showcase-portfolio .ricciproduction-item:hover .section-thumb {
	opacity: 1;
	clip-path: inset(0% 0% 0% 0%);
}

.showcase-portfolio .section-thumb img {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	z-index: 100;
	object-position: center;
	object-fit: cover;
	-webkit-transition: all 0.45s cubic-bezier(0.1, 0.8, 0.2, 1);
	transition: all 0.45s cubic-bezier(0.1, 0.8, 0.2, 1);
	transform: rotate(2deg) scale(1.05);
	-webkit-transform: rotate(2deg) scale(1.05);
}

.showcase-portfolio .ricciproduction-item:hover .section-thumb img {
	transform: rotate(0deg) scale(1);
	-webkit-transform: rotate(0deg) scale(1);
}
.slide-date{
	display:none !important
}
.showcase-portfolio .slide-caption {
	z-index: 10;
	position: absolute;
	left: 0px;
	top: 0;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	padding: 25px 30px;
	cursor: default;
	pointer-events: none;
	text-align: left;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
	flex-direction: column;
	font-family: 'Montserrat', sans-serif;
}

.showcase-portfolio .ricciproduction-item:hover .slide-caption {
	opacity: 1;
}

.showcase-portfolio .slide-caption .slide-title {
	font-size: 22px;
	line-height: 60px;
	font-family: "Playfair Display", serif;
	color: #fff;
	overflow: hidden;
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.change-header .slide-caption .slide-title {
	color: #000;
}

.showcase-portfolio .slide-caption .slide-title span {
	display: block;
}

.showcase-portfolio .slide-caption .slide-cat {
	font-size: 22px;
	line-height: 60px;
	font-family: "Playfair Display", serif;
	color: #fff;
	z-index: 10;
	overflow: hidden;
	opacity: 1;
}

.change-header .slide-caption .slide-cat {
	color: #000;
}

.showcase-portfolio .slide-caption .slide-cat span {
	display: block;
}

.showcase-portfolio .ricciproduction-item .slide-date {
	display: block;
	color: #fff;
	position: absolute;
	top: 30px;
	left: 30px;
	padding: 2px 10px;
	background: #000;
	border-radius: 5px;
	font-size: 12px;
}


/*--------------------------------------------------
	16. Responsive
---------------------------------------------------*/

@media only screen and (max-width: 1537px) {}


@media only screen and (max-width: 1466px) {}


@media only screen and (max-width: 1024px) {

	.showcase-portfolio {
		width: calc(100% - 70px);
		padding-top: 45px;
	}

	.showcase-portfolio .ricciproduction-item::before {
		padding-top: 100%;
	}

	.showcase-portfolio .section-image {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	.showcase-portfolio .section-thumb {
		box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
		clip-path: inset(0% 0% 0% 0%);
	}

	.showcase-portfolio .section-thumb img {
		transform: rotate(0deg) scale(1);
		-webkit-transform: rotate(0deg) scale(1);
	}

	.showcase-portfolio .slide-caption {
		padding: 5px 30px;
		opacity: 1;
		display: flex;
		align-items: self-end;
	}

	.showcase-portfolio .slide-caption .slide-title,
	.showcase-portfolio .slide-caption .slide-cat {
		font-size: 18px;
	}

}


@media only screen and (max-width: 767px) {

	.showcase-portfolio {
		width: calc(100% - 50px);
		padding-top: 35px;
	}

	.showcase-portfolio .ricciproduction-item {
		width: calc(100% - 10px);
	}

}


@media only screen and (max-width: 479px) {

	.showcase-portfolio {
		width: calc(100% - 35px);
		padding-top: 25px;
	}

	.showcase-portfolio .ricciproduction-item {
		width: calc(100% - 10px);
	}

}/*--------------------------------------------------
	Pinned Text Row
---------------------------------------------------*/

.overlapping-gallery {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100vh;
	display: block;
}

.overlapping-easing {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	opacity: 0;
}

.overlapping-wrapper {
	box-sizing: border-box;
	position: relative;
	width: auto;
	height: auto;

}

.overlapping-title {}

.overlapping-small-title {
	display: block;
	position: relative;
	font-size: 22px;
	line-height: 36px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #707070;
}

.overlapping-big-title {
	display: block;
	position: relative;
	font-size: calc(1rem + 5vw);
	line-height: calc(1rem + 5vw);
	font-weight: 500;
	font-family: 'mona-sansextrabold_wide';
	text-transform: uppercase;
	color: #fff;
}

.overlapping-title {
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	top: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	overflow: visible;
	transform-origin: bottom center;
}

.overlapping-big-title .overlapping-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}

.overlapping-title:first-child {
	position: relative;
}

.overlapping-title div {
	position: relative;
	display: block;
	overflow: hidden;
	mask-image: linear-gradient(#0003, black 7%, black 93%, #0003 100%);
	-webkit-mask-image: linear-gradient(#0003, black 7%, black 93%, #0003 100%);
}

.overlapping-title div span {
	position: relative;
	display: block;
	margin: 0 3px;
}

.overlapping-title div span {
	position: relative;
	display: block;
	margin: 0 3px;
	opacity: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
}





/*--------------------------------------------------
	Pinned Section
---------------------------------------------------*/

.pinned-section {
	position: relative;
	display: table !important;
	width: 100%;
	margin: 0 auto;
	max-width: 1160px;
}

.full .pinned-section,
.full_elementor .pinned-section {
	max-width: 100%;
}

.pinned-section .pin-spacer {
	width: 50% !important;
}

.pinned-element {
	position: relative;
	display: block;
	height: auto;
	float: left;
	width: 50%;
	margin: 0;
	box-sizing: border-box;
}

.pinned-element.left {
	padding-right: 30px;
}

.pinned-element.right {
	padding-left: 30px;
}

.scrolling-element {
	position: relative;
	float: left;
	width: 50%;
	margin: 0;
	box-sizing: border-box;
}

.scrolling-element.left {
	padding-right: 30px;
}

.scrolling-element.right {
	padding-left: 30px;
}

.scrolling-element img {
	display: block;
	height: auto;
	width: 100%;
}

/*--------------------------------------------------
	Content Text Effects
---------------------------------------------------*/

.title-moving-outer {
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 1000% !important;
	width: 100vw !important;
}

.title-moving-forward,
.title-moving-backward {
	clear: both;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 6vw;
	box-sizing: border-box;
}

.marquee-text-wrapper {
	white-space: nowrap;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 1000% !important;
	width: 100vw !important;
}

.marquee-text {
	font-weight: 500;
	display: inline-block;
	color: #000;
}

.marquee-text:before {
	content: '.';
	color: transparent;
}

.light-content .marquee-text,
.dark-section .rolling-text {
	color: #fff;
}

.light-content .light-section .marquee-text {
	color: #000;
}


/*--------------------------------------------------
	Hover Reveal Image
---------------------------------------------------*/

.hover-reveal {
	position: fixed;
	width: 20vw;
	height: 30vw;
	pointer-events: none;
	opacity: 0;
	left: auto;
	right: auto;
	margin: auto;
}

.content-row>.hover-reveal {
	z-index: -1;
}

.rounded-borders .hover-reveal {
	border-radius: 4px;
	overflow: hidden;
}

.hover-reveal__inner,
.hover-reveal__img {
	width: 100%;
	height: 100%;
	position: absolute;
}

.hover-reveal__img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}


/*--------------------------------------------------
	Carousel
---------------------------------------------------*/

.ricciproduction-slider-wrapper.content-slider {
	width: 100%;
	height: auto;
	position: relative;
}

.content-slider .ricciproduction-slider-viewport {
	display: flex;
	position: relative;
	margin: 0 auto;
}

.content-slider.looped-carousel .ricciproduction-slider-viewport {
	max-width: 1280px;
}

.content-slider.small-looped-carousel .ricciproduction-slider-viewport {
	max-width: 600px;
}

.content-slider .ricciproduction-slider {
	padding: 0 0 0 0;
	height: auto;
	position: relative;
}

.content-slider .ricciproduction-slide {
	width: 100%;
}

.content-slider.looped-carousel .ricciproduction-slide {
	padding: 0 60px;
}

.content-slider.small-looped-carousel .ricciproduction-slide {
	padding: 0 20px;
}

.rounded-borders .content-slider {
	border-radius: 8px;
	overflow: hidden;
}

.rounded-borders .content-slider.looped-carousel img,
.rounded-borders .content-slider.small-looped-carousel img {
	border-radius: 8px;
}

.content-slider.looped-carousel .ricciproduction-button-prev,
.content-slider.looped-carousel .ricciproduction-button-next {
	display: none;
}

.disable-cursor .content-slider.looped-carousel .ricciproduction-button-prev,
.disable-cursor .content-slider.looped-carousel .ricciproduction-button-next {
	display: block;
}

.content-slider.small-looped-carousel .ricciproduction-button-prev,
.content-slider.small-looped-carousel .ricciproduction-button-next {
	display: none;
}

.disable-cursor .content-slider.small-looped-carousel .ricciproduction-button-prev,
.disable-cursor .content-slider.small-looped-carousel .ricciproduction-button-next {
	display: block;
}

.content-slider .ricciproduction-pagination {
	bottom: 20px;
}

.content-slider .slider-button-prev {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 50%;
	height: 100%;
	z-index: 10;
	cursor: pointer;
}

.content-slider .slider-button-next {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width: 50%;
	height: 100%;
	z-index: 10;
	cursor: pointer;
}

.content-slider .ricciproduction-pagination {
	opacity: 1;
}

.content-slider .ricciproduction-pagination-bullet .parallax-wrap {
	width: 40px;
	height: 40px;
	display: inline-flex;
	position: relative;
	justify-content: center;
	align-items: center;
	pointer-events: initial;
}

.content-slider .ricciproduction-pagination-bullet .parallax-element {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 50px;
}

.ricciproduction-pagination-bullet-active .path {
	display: inline-block !important;
	stroke-dasharray: 1000;
	stroke-dashoffset: 0;
	animation: dash ease-in 3s;
	animation-iteration-count: unset;
}

.dark-cursor .ricciproduction-pagination {
	color: #000;
}

.light-cursor .ricciproduction-pagination {
	color: #fff;
}

.ricciproduction-pagination-bullet .path,
.light-content.light-content-slider .ricciproduction-pagination-bullet .path {
	stroke: currentColor;
}

.light-content .ricciproduction-pagination-bullet .path,
.dark-section .ricciproduction-pagination-bullet .path,
.light-content-slider .ricciproduction-pagination-bullet .path {
	stroke: currentColor;
}

.light-content .light-section .ricciproduction-pagination-bullet .path {
	stroke: currentColor;
}

.ricciproduction-pagination-bullet .solid-fill,
.light-content.light-content-slider .ricciproduction-pagination-bullet .solid-fill {
	fill: currentColor;
}

.light-content .ricciproduction-pagination-bullet .solid-fill,
.dark-section .ricciproduction-pagination-bullet .solid-fill,
.light-content-slider .ricciproduction-pagination-bullet .solid-fill {
	fill: currentColor;
}

.light-content .light-section .ricciproduction-pagination-bullet .solid-fill,
.light-content .dark-section .dark-cursor .ricciproduction-pagination-bullet .solid-fill {
	fill: currentColor;
}

.light-cursor .ricciproduction-pagination-bullet .path {
	stroke: currentColor;
}

.dark-cursor .ricciproduction-pagination-bullet .path {
	stroke: currentColor;
}

.light-cursor .ricciproduction-pagination-bullet .solid-fill {
	fill: currentColor;
}

.dark-cursor .ricciproduction-pagination-bullet .solid-fill {
	fill: currentColor;
}

.path {
	display: none;
}

@keyframes dash {
	from {
		stroke-dashoffset: 1000;
	}

	to {
		stroke-dashoffset: 0;
	}
}

.disable-cursor .full .looped-carousel .ricciproduction-controls,
.disable-cursor .full_elementor .looped-carousel .ricciproduction-controls {
	position: absolute;
	width: calc(100% - 60px);
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.disable-cursor .full .small-looped-carousel .ricciproduction-controls,
.disable-cursor .full_elementor .small-looped-carousel .ricciproduction-controls {
	position: absolute;
	width: calc(100% - 60px);
	max-width: 540px;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.disable-cursor .slider-button-prev {
	position: absolute;
	top: calc(50% - 30px);
	left: 0px;
	margin: 0;
	width: 60px;
	height: 60px;
	z-index: 10;
	cursor: pointer;
	opacity: 0.7;
	-webkit-transition: opacity 0.15s ease-out;
	transition: opacity 0.15s ease-out;
}

.disable-cursor .slider-button-prev:hover {
	opacity: 1;
}

.disable-cursor .slider-button-prev::after {
	font: var(--fa-font-solid);
	content: "\f104";
	font-size: 24px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
}

.disable-cursor .light-cursor .slider-button-prev::after,
.disable-cursor .light-cursor .slider-button-next::after {
	color: #fff;
}

.disable-cursor .dark-cursor .slider-button-prev::after,
.disable-cursor .dark-cursor .slider-button-next::after {
	color: #000;
}

.disable-cursor .slider-button-next {
	position: absolute;
	top: calc(50% - 30px);
	left: auto;
	right: 0px;
	margin: 0;
	width: 60px;
	height: 60px;
	z-index: 10;
	cursor: pointer;
	opacity: 0.7;
	-webkit-transition: opacity 0.15s ease-out;
	transition: opacity 0.15s ease-out;
}

.disable-cursor .slider-button-next:hover {
	opacity: 1;
}

.disable-cursor .slider-button-next::after {
	font: var(--fa-font-solid);
	content: "\f105";
	font-size: 24px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
}


/*--------------------------------------------------
	Light Box
---------------------------------------------------*/

.image-link,
.video-link {
	display: block;
	width: auto;

}

.rounded-borders .image-link img,
.rounded-borders .video-link img {
	border-radius: 8px;
}

.disable-cursor .image-link::after {
	font: var(--fa-font-solid);
	content: "\f002";
	font-size: 18px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease-out;
	transition: opacity 0.15s ease-out;
}

.disable-cursor .image-link:hover::after {
	opacity: 1;
}

.disable-cursor .video-link::after {
	font: var(--fa-font-solid);
	content: "\f04b";
	font-size: 18px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease-out;
	transition: opacity 0.15s ease-out;
}

.disable-cursor .video-link:hover::after {
	opacity: 1;
}


/*--------------------------------------------------
	Video Player
---------------------------------------------------*/

.hero-video-wrapper {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0;
	overflow: hidden !important;
	opacity: 1;
}

.item .hero-video-wrapper,
.ricciproduction-item .hero-video-wrapper,
.hover-reveal__img .hero-video-wrapper,
.ricciproduction-slider .hero-video-wrapper,
.open-thumbnail .hero-video-wrapper,
.slider-zoom-wrapper .hero-video-wrapper,
.overlapping-image .hero-video-wrapper,
.section-image .hero-video-wrapper {
	position: absolute;
	box-sizing: border-box;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: auto;
	background-size: cover;
	padding: 0;
	overflow: hidden !important;
	opacity: 1;
	top: 0;
	z-index: 120;
	pointer-events: none;
}

.content-video-wrapper {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0;
	overflow: hidden !important;
	z-index: 1;
	background-color: rgb(200, 200, 200) !important;
}



.hero-video-wrapper video.bgvid {
	position: absolute;
	left: 0;
	top: 0px;
	right: 0;
	bottom: 0;
	z-index: -1;
	object-fit: cover;
	width: 100%;
	height: 100%;
	background-color: rgb(200, 200, 200) !important;
}

.content-video-wrapper video.bgvid {
	position: absolute;
	left: 0;
	top: 0px;
	right: 0;
	bottom: 0;
	z-index: -1;
	object-fit: contain;
	width: 100%;
	height: 100%;
	background-color: rgb(200, 200, 200) !important;
}

.video-wrapper {
	position: relative;
	box-sizing: border-box;
	min-width: 100%;
	max-height: 100vh;
	width: 100%;
	height: auto;
	background-size: cover;
	padding: 0;
	overflow: hidden !important;
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	background-color: rgb(200, 200, 200) !important;
}

.rounded-borders .video-wrapper {
	border-radius: 8px;
}

.video-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: opacity 0.3s ease-out 0.05s, height 0s ease-out 0s;
	transition: opacity 0.3s ease-out 0.05s, height 0s ease-out 0s;
}

.video-cover.hidden {
	opacity: 0;
	height: calc(100% - 50px);
	-webkit-transition: opacity 0.3s ease-out, height 0s ease-out 0.3s;
	transition: opacity 0.3s ease-out, height 0s ease-out 0.3s;
}

video.bgvid {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-position: center;
	object-fit: cover;
	z-index: -100;
}

.video-wrapper video.bgvid {
	position: relative;
}

.control {
	bottom: 25px;
	color: #ccc;
	display: none;
	left: 0;
	position: absolute;
	width: calc(100% - 40px);
	z-index: 5;
	background-color: #eee;
	padding: 0;
	box-sizing: border-box;
	right: 0;
	margin: 0 auto;
}

.full .control,
.full_elementor .control {
	bottom: 10px;
	width: calc(100% - 160px);
}

.btmControl {
	clear: both;
}

.control .sound {
	width: 30px;
	height: 50px;
	float: left;
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	color: #fff;
	opacity: 0.4;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.control .sound:hover {
	opacity: 1;
}

.control .sound i {
	line-height: 50px;
}

.control .sound.muted i:first-child {
	display: none;
}

.control .sound.muted i:last-child {
	display: block;
}

.control .sound i:last-child {
	display: none;
}

.control .btnFS {
	width: 50px;
	height: 50px;
	float: left;
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	color: #fff;
	opacity: 0.4;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.control .btnFS:hover {
	opacity: 1;
}

.progress-bar {
	background: rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
	float: left;
	height: auto;
	width: calc(100% - 123px);
	cursor: pointer;
	bottom: 23px;
	position: absolute;
	left: 23px;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.video-wrapper:hover .progress-bar {
	opacity: 1;
}

.progress {
	height: 2px;
	max-width: 100%;
	position: relative;
	width: 100%;
}

.progress span {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.timeBar {
	z-index: 10;
	width: 0;
	background: #fff;
}

.bufferBar {
	z-index: 5;
	width: 0;
	background: rgba(255, 255, 255, 0.2);
}

.video-btns {
	position: absolute;
	right: 3px;
	bottom: 0px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.video-wrapper:hover .video-btns {
	opacity: 1;
}

.volume {
	position: relative;
	cursor: pointer;
	width: 70px;
	height: 10px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

.volumeBar {
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/*--------------------------------------------------
	Buttons
---------------------------------------------------*/

.button-box {
	line-height: 16px;
	cursor: pointer;
	border: none;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	position: relative;
}

.button-box.has-animation {
	opacity: 0;
	-webkit-transition: translateY(0px);
	transform: translateY(0px);
}

.text-align-center .button-box,
.text-align-center.button-box {
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

.text-align-center.button-box {
	display: flex;
	margin: auto
}

.button-content .submit-box {
	color: #fff;
}

.ricciproduction-button-wrap {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	left: 0;
	right: 0;
	min-width: 50px;
	height: 60px;
	color: #000;
}

.light-content .ricciproduction-button-wrap,
.dark-section .ricciproduction-button-wrap {
	color: #fff;
}

.light-content .light-section .ricciproduction-button-wrap {
	color: #000;
}

.ricciproduction-button-wrap.circle {
	min-width: 104px;
	height: 104px;
}

.text-align-center .ricciproduction-button-wrap {
	margin: 0 auto;
}

.ricciproduction-button {
	opacity: 1;
}

.button-border {
	height: 50px;
	width: auto;
	border: solid 2px currentColor;
	background-color: #000;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	line-height: 50px;
	overflow: hidden;
	color: currentColor;
	text-align: center;
	box-sizing: initial;
}

.button-box.has-animation .button-border {
	width: 50px;
}

.disable-cursor .button-border {
	-webkit-transition: border 0.2s ease-out;
	transition: border 0.2s ease-out;
}

.light-content .button-border,
.dark-section .button-border {
	border: solid 2px currentColor;
	background-color: currentColor;
}

.light-content .light-section .button-border {
	border: solid 2px currentColor;
	background-color: currentColor;
}

.light-content .button-border a,
.dark-section .button-border a {
	color: #000;
}

.light-content .light-section .button-border a {
	color: #fff;
}

.button-border:not(.outline) a {
	color: #fff !important;
}

.light-content .button-border:not(.outline) a,
.dark-section .button-border:not(.outline) a {
	color: #000 !important;
}

.light-content .light-section .button-border:not(.outline) a {
	color: #fff !important;
}

.button-border.rounded {
	border-radius: 30px;
}

.button-border.outline {
	border: solid 2px currentColor;
	color: currentColor;
	background-color: transparent;
}

.light-content .button-border.outline,
.dark-section .button-border.outline {
	border: solid 2px currentColor;
	color: currentColor;
	background-color: transparent;
}

.light-content .light-section .button-border.outline {
	border: solid 2px currentColor;
	background-color: transparent;
}

.ricciproduction-button a {
	position: relative;
	display: block;
	height: 100%;
}

.button-box.has-animation .ricciproduction-button a {
	opacity: 0;
	white-space: nowrap;
	transition: opacity 0.5s ease 0.5s;
	-webkit-transition: opacity 0.5s ease 0.5s;
}

.button-box.has-animation .ricciproduction-button .animated a {
	opacity: 1;
}

.light-content .button-border.outline a,
.dark-section .button-border.outline a {
	color: #fff;
}

.light-content .light-section .button-border.outline a {
	color: #000;
}

.dark-content .light-section .button-border a {
	color: #fff;
}

.dark-content .light-section .button-border.outline a {
	color: #000;
}

.circle .button-border {
	border-radius: 100px;
	height: 100px;
	width: 100px;
}

.button-border span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	width: auto;
	text-align: center;
	transform-origin: 100% 0%;
	padding: 0 40px;
}

.button-border span::before {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	content: attr(data-hover);
	text-align: center;
}

.ricciproduction-button:hover .button-border span {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	transform-origin: 0% 0%;
}

.ricciproduction-button-wrap.circle:hover .button-border {
	border: solid 2px transparent;
}

.ricciproduction-button-wrap.circle .button-border input,
.ricciproduction-button-wrap.circle .button-border a {
	height: 100px;
	width: 100px;
	line-height: 100px;
	text-align: center;
	padding: 0;
	font-size: 12px;
	cursor: pointer;
}



/*--------------------------------------------------
	Appearing Items
---------------------------------------------------*/

.has-animation {
	opacity: 0;
	-webkit-transition: translateY(30px);
	transform: translateY(30px);
}

.has-animation.has-scale {
	opacity: 0;
	-webkit-transition: translateY(0px) scale(1.05);
	transform: translateY(0px) scale(1.05);
	transform-origin: 50% 0;
	will-change: transform;
}

.has-animation.has-scale-vertical {
	opacity: 0;
	-webkit-transition: translateY(0px) scaleY(1.1);
	transform: translateY(0px) scaleY(1.1);
	transform-origin: 50% 0;
	will-change: transform;
}

.has-animation.has-cover {
	opacity: 1;
	-webkit-transition: translateY(0px);
	transform: translateY(0px);
	overflow: hidden;
}

.has-animation.has-cover::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: inherit;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	-webkit-transition: all .6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
	-o-transition: all .6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
	transition: all .6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
}

.has-animation.has-cover.animated::after {
	width: 0;
}

.has-animation.has-cover img {
	opacity: 1;
	-webkit-transition: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all .6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
	-o-transition: all .6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
	transition: all .6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
}

.has-animation.has-cover.animated img {
	opacity: 1;
	-webkit-transition: scale(1);
	transform: scale(1);
}

.has-mask {
	margin-bottom: 10px;
}

.has-mask span {
	display: inline-table;
	overflow: hidden;
}

.has-mask span>span {
	display: inline-table;
	margin: 0 !important;
	line-height: inherit;
	height: inherit;
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
}

h1.big-title.has-mask span,
h1.big-title.has-mask span>span {
	line-height: inherit;
	height: inherit;
	margin-right: 12px;
}

h1.has-mask span,
h1.has-mask span>span {
	line-height: inherit;
	height: inherit;
	margin-right: 12px;
}

h2.has-mask span,
h2.has-mask span>span {
	line-height: inherit;
	height: inherit;
	margin-right: 10px;
}

h3.has-mask span,
h3.has-mask span>span {
	line-height: inherit;
	height: inherit;
	margin-right: 8px;
}

h4.has-mask span,
h4.has-mask span>span {
	line-height: inherit;
	height: inherit;
	margin-right: 7px;
}

h5.has-mask span,
h5.has-mask span>span {
	line-height: inherit;
	height: inherit;
	margin-right: 6px;
}

h6.has-mask span,
h6.has-mask span>span {
	line-height: inherit;
	height: inherit;
	margin-right: 5px;
}

.has-mask-fill>span {
	position: relative;
	display: inline;
	-webkit-text-fill-color: rgba(0, 0, 0, 0.1);
	-webkit-background-clip: text;
	background-repeat: no-repeat;
	background-image: linear-gradient(#000, #000);
	background-size: 0% 100%;
}

.has-mask-fill.block-title>span {
	display: block;
}

.light-content .has-mask-fill>span,
.dark-section .has-mask-fill>span {
	-webkit-text-fill-color: rgba(255, 255, 255, 0.1);
	background-image: linear-gradient(#fff, #fff);
	;
}

.light-content .light-section .has-mask-fill>span {
	-webkit-text-fill-color: rgba(0, 0, 0, 0.1);
	-webkit-background-clip: text;
	background-repeat: no-repeat;
	background-image: linear-gradient(#000, #000);
}

.has-indent {
	text-indent: 8vw;
}

.has-span-indent {
	margin-right: 30px;
	display: inline;
	vertical-align: top;
	line-height: inherit;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-transform: initial;
	opacity: 0.4;
	letter-spacing: 0;
}

.has-hover-image {
	cursor: pointer;
	display: inline-block;
	position: relative;
}

span.has-hover-image::before {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 2px;
	background: currentColor;
	transform: scaleX(1);
	transform-origin: left;
	transition: transform .2s ease-out;
}

.light-content span.has-hover-image::before,
.dark-section span.has-hover-image::before {
	background: rgba(255, 255, 255, 1);
}

.light-content .light-section span.has-hover-image::before {
	background: rgba(0, 0, 0, 1);
}

span.has-hover-image:hover::before {
	transform: scaleX(0);
	transform-origin: right;
}

span.has-hover-image .hover-reveal {
	left: 0;
	width: 400px;
	height: 250px;
	overflow: hidden;
}

span.has-hover-image.vertical .hover-reveal {
	width: 300px;
	height: 400px;
}

h1>span.has-scale-image {
	position: relative;
	display: inline-block;
	background-color: currentColor;
	width: calc(1rem + 2.4vw);
	height: calc(1rem + 2.4vw);
	line-height: inherit;
	border-radius: 6px;
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
}

.hidden-image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 0;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}

h1>span.has-scale-image:hover .hidden-image {
	opacity: 1;
}

.has-opacity span {
	opacity: 0.2;
}

.number-counter {
	position: relative;
	display: table;
}

.text-align-center .number-counter {
	margin: 0 auto;
	left: -5%;
}

.number-counter::after {
	content: attr(data-symbol);
	line-height: inherit;
	top: 0;
	position: absolute;
	left: calc(100% + 5px);
}


/*--------------------------------------------------
	Underline Link
---------------------------------------------------*/

a.link {
	display: inline-block;
	position: relative;
}

.light-content a.link {
	color: #fff;
}

.light-content .light-section a.link {
	color: #000;
}

a.link::before {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 2px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .2s ease-out;
}

h1 a.link::before {
	bottom: 0px;
	height: 3px;
}

a.link:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}


/*--------------------------------------------------
	Icon Boxes
---------------------------------------------------*/

.box-icon-wrapper {
	display: table;
	position: relative;
	box-sizing: border-box;
	height: auto;
	width: 100%;
}

.box-icon {
	color: #000;
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 35px;
	height: 35px;
	line-height: 35px;
}

.text-align-center .box-icon {
	margin: auto;
}

.inline-boxes .box-icon {
	position: absolute;
}

.box-icon i {
	position: relative;
	margin-bottom: 0px;
	font-size: 24px;
}

.light-content .box-icon {
	color: #fff;
}

.light-content .light-section .box-icon {
	color: #000;
}

.box-icon:after {
	content: "";
	clear: both;
	display: table;
}

.box-icon-content {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.inline-boxes .box-icon-content {
	padding-left: 45px;
}

.box-icon h5 {
	margin-bottom: 5px;
}


/*--------------------------------------------------
	Parallax Image
---------------------------------------------------*/

.parallax-image-content {
	position: relative;
	margin: 0 auto;
	z-index: 10;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

.parallax-image-content .outer {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.parallax-image-content img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}

.rounded-borders .parallax-image-content img {
	border-radius: 8px;
}

/*--------------------------------------------------
	Clients Table
---------------------------------------------------*/

.clients-table {
	position: relative;
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-image: url('../images/clients-middle.webp');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.light-content .clients-table,
.dark-section .clients-table {
	background-image: url('../images/clients-middle-white.webp');
}

.light-content .light-section .clients-table {
	background-image: url('../images/clients-middle.webp');
}

.clients-table::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 20px;
	top: 0;
	left: 0;
	background-image: url('../images/clients-top.webp');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.light-content .clients-table::before,
.dark-section .clients-table::before {
	background-image: url('../images/clients-top-white.webp');
}

.light-content .light-section .clients-table::before {
	background-image: url('../images/clients-top.webp');
}

.clients-table::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 0;
	left: 0;
	background-image: url('../images/clients-bottom.webp');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.light-content .clients-table::after,
.dark-section .clients-table::after {
	background-image: url('../images/clients-bottom-white.webp');
}

.light-content .light-section .clients-table::after {
	background-image: url('../images/clients-bottom.webp');
}

.clients-table li {
	position: relative;
	display: block;
	width: calc(100% / 4 - 40px);
	height: auto;
	aspect-ratio: 13/10;
	box-sizing: border-box;
	text-align: center;
	margin: 20px;
	overflow: hidden;
	padding: 30px;
}

.clients-table li img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	opacity: 0.6;
	position: relative;
	display: block;
	object-position: center;
	object-fit: cover;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
}

.clients-table li:hover img {
	opacity: 1;
}

.clients-table.no-borders li {
	border: none;
}

.overlay {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 00;
	left: 0;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 10;
	transform: scale(0.85);
	-webkit-transform: scale(0.85);
	opacity: 0;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	pointer-events: none;
}

.light-content .clients-table .overlay,
.dark-section .clients-table .overlay {
	background-color: rgba(255, 255, 255, 0.05);
}

.light-content .light-section .clients-table .overlay {
	background-color: rgba(0, 0, 0, 0.1);
}

.clients-table li:hover .overlay {
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	opacity: 1;
}




/*--------------------------------------------------
	Accordion
---------------------------------------------------*/

.accordion {
	padding: 20px 0;
	padding-top: 0;
	margin: 0;
}

.accordion.bigger-acc,
.light-content .accordion.bigger-acc,
.dark-section .accordion.bigger-acc,
.light-content .light-section .accordion.bigger-acc {
	border-top: none;
	border-bottom: none;
	padding: 0px 0;
}

.accordion dt {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 20px;
	padding-top: 20px;
	line-height: 30px;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	z-index: 10;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion.bigger-acc dt {
	font-size: calc(1rem + 1vw);
	line-height: calc(1rem + 1.5vw);
	margin-top: 40px;
	padding-top: 40px;
}

.uppercase-titles .accordion.bigger-acc dt {
	text-transform: uppercase;
}

.light-content .accordion dt,
.dark-section .accordion dt {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.light-content .light-section .accordion dt {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion dt:first-child {
	margin-top: 0px;
	border-top: none;
}

.accordion dt span {
	width: calc(100% - 30px);
	position: relative;
	overflow: hidden;
	display: block;
	padding: 0px;
	color: #000;
	font-family: inherit;
}

.accordion:not(.bigger-acc) dt span em {
	font-family: inherit;
}

.accordion.bigger-acc dt span {
	font-family: inherit;
}

.accordion.bigger-acc dt span>div {
	position: relative;
	display: table;
	float: left;
	width: auto;
	-webkit-text-fill-color: rgba(0, 0, 0, 0.1);
	-webkit-background-clip: text;
	background-repeat: no-repeat;
	background-image: linear-gradient(#000, #000);
	background-size: 100% 100%;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.accordion.bigger-acc:hover dt span>div {
	transition: all 0.15s ease 0s;
	-webkit-transition: all 0.15s ease 0s;
	background-size: 0% 100%;
}

.accordion.bigger-acc:hover dt:hover span>div,
.accordion.bigger-acc:hover dt.accordion-active span>div {
	background-size: 100% 100%;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.light-content .accordion.bigger-acc dt span>div,
.dark-section .accordion.bigger-acc dt span>div {
	-webkit-text-fill-color: rgba(255, 255, 255, 0.1);
	background-image: linear-gradient(#fff, #fff);
	;
}

.light-content .light-section .accordion.bigger-acc dt span>div {
	-webkit-text-fill-color: rgba(0, 0, 0, 0.1);
	-webkit-background-clip: text;
	background-repeat: no-repeat;
	background-image: linear-gradient(#000, #000);
}

.light-content .accordion dt span,
.dark-section .accordion dt span {
	color: #fff;
}

.light-content .light-section .accordion dt span {
	color: #000;
}

.accordion .accordion-content {
	margin-bottom: 0;
	font-size: 16px;
	color: #777;
	line-height: 28px;
	padding-left: 0;
	padding-right: 80px;
	padding-top: 10px;
	padding-bottom: 5px;
	z-index: 0;
	position: relative;
}

.light-content .accordion .accordion-content,
.dark-section .accordion .accordion-content {
	color: #999;
}

.light-content .light-section .accordion .accordion-content {
	color: #777;
}

.accordion.bigger-acc .accordion-content {
	font-size: 18px;
	line-height: 30px;
}

.light-content .accordion .accordion-content,
.dark-section .accordion .accordion-content {
	color: #ccc;
}

.light-content .light-section .accordion .accordion-content {
	color: #444;
}

.acc-icon-wrap {
	width: 30px;
	height: 30px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	float: none;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease 0s;
	transition: opacity 0.2s ease 0s;
}

.accordion.bigger-acc .acc-icon-wrap {
	height: 50px;
	width: 50px;
}


.accordion dt:hover .acc-icon-wrap,
.accordion dt.accordion-active .acc-icon-wrap {
	opacity: 1;
}

.acc-button-icon {
	height: 30px;
	width: 30px;
	color: #000;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 50px;
	-webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
	transition: background 0.2s ease 0s, color 0.2s ease 0s;
}

.accordion.bigger-acc .acc-button-icon {
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 16px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 50px;

}

.accordion dt:hover .acc-button-icon,
.accordion dt.accordion-active .acc-button-icon {
	background: rgba(0, 0, 0, 1);
	color: #fff;
}

.light-content accordion .acc-button-icon,
.dark-section .accordion .acc-button-icon {
	background: rgba(255, 255, 255, 0.1);
}

.light-content .accordion dt:hover .acc-button-icon,
.dark-section .accordion dt.accordion-active .acc-button-icon {
	background: rgba(255, 255, 255, 1);
	color: #000;
}

.light-content .light-section accordion .acc-button-icon {
	background: rgba(0, 0, 0, 0.1);
}

.light-content .light-section dt:hover .acc-button-icon,
.light-content .light-section .accordion dt.accordion-active .acc-button-icon {
	background: rgba(0, 0, 0, 1);
	color: #fff;
}

.light-content .accordion .acc-button-icon,
.dark-section .accordion .acc-button-icon {
	color: #fff;
}

.light-content .light-section .accordion .acc-button-icon {
	color: #000;
}

.acc-button-icon i {
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	-webkit-transition: transform 0.2s ease 0s;
	transition: transform 0.2s ease 0s;
}

dt.accordion-active .acc-button-icon i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}



/*--------------------------------------------------
	Justified Gallery
---------------------------------------------------*/

.justified-gallery {
	box-sizing: border-box;
	padding: 0 0px;
	width: calc(100% + 20px) !important;
	margin-left: -10px;
}

.collage-thumb {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.collage-thumb:hover .thumb-info {
	opacity: 1;
	bottom: -5px;
}

.thumb-info {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	opacity: 0;
	color: #fff !important;
	padding: 50px 20px 20px;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: 500;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.55)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	/* IE6-9 */
}

/*--------------------------------------------------
	Team Members List
---------------------------------------------------*/


.team-members-list {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
	pointer-events: none;
}

.team-members-list li {
	list-style: none;
	position: relative;
	margin: 0;
	width: 100%;
	cursor: pointer;
	pointer-events: initial;
	padding: 40px 0px 40px 0px;
	box-sizing: border-box;
	border-bottom: 1px solid;
	border-color: rgba(0, 0, 0, 0.1);
}

.team-members-list li:last-child {
	border-bottom: 0px solid;
}

.light-content .team-members-list li,
.dark-section .team-members-list li {
	border-color: rgba(255, 255, 255, 0.15);
}

.light-content .light-section .team-members-list li {
	border-color: rgba(0, 0, 0, 0.1);
}

.full>.team-members-list li,
.full_elementor .team-members-list li {
	padding: 40px 80px 40px 80px;
}

.team-member {
	position: relative;
	display: table;
	margin-bottom: 0px;
	vertical-align: top;
	width: 100%;
	z-index: 10;
	line-height: calc(1rem + 3.5vw);
}

.team-member>div {
	font-size: calc(1rem + 3vw);
	font-weight: 500;
	letter-spacing: -0.1vw;
	position: relative;
	display: table;
	margin: 0 auto;
	width: auto;
	-webkit-text-fill-color: rgba(0, 0, 0, 0.1);
	-webkit-background-clip: text;
	background-repeat: no-repeat;
	background-image: linear-gradient(#000, #000);
	background-size: 100% 100%;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.uppercase-titles .team-member>div {
	text-transform: uppercase;
}

.team-members-list:hover li .team-member>div {
	transition: all 0.15s ease 0s;
	-webkit-transition: all 0.15s ease 0s;
	background-size: 0% 100%;
}

.team-members-list:hover li:hover .team-member>div {
	background-size: 100% 100%;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.light-content .team-member>div,
.dark-section .team-member>div {
	-webkit-text-fill-color: rgba(255, 255, 255, 0.1);
	background-image: linear-gradient(#fff, #fff);
	;
}

.light-content .light-section .team-member>div {
	-webkit-text-fill-color: rgba(0, 0, 0, 0.1);
	-webkit-background-clip: text;
	background-repeat: no-repeat;
	background-image: linear-gradient(#000, #000);
}

.light-section .team-member {
	color: #000;
}

.dark-section .team-member {
	color: #fff;
}

.team-members-list:hover li .team-member {
	opacity: 0.3;
}

.team-members-list li:hover .team-member {
	opacity: 1;
}

.team-member span {
	line-height: inherit;
	position: absolute;
	left: 0;
	top: 0;
	color: #000;
	display: block;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.team-member span:last-child {
	left: auto;
	right: 0;
}

.team-members-list:hover li .team-member>span {
	opacity: 0.3;
}

.team-members-list:hover li:hover .team-member>span {
	opacity: 1;
}

.light-section .team-member span {
	color: #000;
}

.dark-section .team-member span {
	color: #fff;
}

.team-members-list .hover-reveal {
	position: fixed;
	width: 300px;
	height: 400px;
	pointer-events: none;
	opacity: 0;
}

.swiper-container.team-looped-carousel {
	cursor: grab;
}

.drag-cursor .swiper-container.team-looped-carousel {
	cursor: grabbing;
}

.team-looped-carousel .swiper-slide {
	text-align: left;
}

.team-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 10px 30px 30px 30px;
}

.team-caption h5,
.team-caption p {
	margin-bottom: 0;
}

/*--------------------------------------------------
	Team Members Grid
---------------------------------------------------*/

.team-wrapper-grid {
	display: block;
	position: relative;
}

.team-intro-grid {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 35vh 0;
	position: absolute;
	top: 0;
}

.team-members-grid {
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
}

.team-members-grid li {
	list-style: none;
	position: relative;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.team-member-inner {
	display: block;
	width: 20%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}

.team-members-grid li:nth-child(4n+1) .team-member-inner {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
}

.team-members-grid li:nth-child(4n+2) .team-member-inner {
	transform: translateX(400%);
	-webkit-transform: translateX(400%);
}

.team-members-grid li:nth-child(4n+3) .team-member-inner {
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
}

.team-members-grid li:nth-child(4n+4) .team-member-inner {
	transform: translateX(300%);
	-webkit-transform: translateX(300%);
}

.team-member-image {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	overflow: hidden;
}

.rounded-borders .team-member-image {
	border-radius: 8px;
}

.team-member-image::before {
	content: "";
	padding-top: 100%;
	position: relative;
	display: block;
	box-sizing: border-box;
}

.team-member-image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	object-position: center;
	object-fit: cover;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: transform 0.3s ease-out 0s;
	transition: transform 0.3s ease-out 0s;
}

.team-member-inner:hover .team-member-image img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.team-member-caption {
	position: relative;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 10px 0;
}

.team-member-caption span {
	color: #000;
}

.light-section .team-member-caption span {
	color: #000;
}

.dark-section .team-member-caption span {
	color: #fff;
}

/*--------------------------------------------------
	Contact Formular
---------------------------------------------------*/

.text-align-center #contact-formular {
	margin: 0 auto;
	max-width: 800px;
}

#contact-formular::after {
	clear: both;
	content: " ";
	display: table;
}

#contactform {
	position: relative;
}

.verify-box {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}

.company-box,
.phone-box,
.name-box,
.email-box,
.message-box {
	position: relative;
	display: block;
	color: #000;
}

.light-content .company-box,
.light-content .phone-box,
.light-content .name-box,
.light-content .email-box,
.dark-section .name-box,
.light-content .email-box,
.dark-section .email-box,
.light-content .message-box,
.dark-section .message-box {
	color: #fff;
}

.light-content .company-box,
.light-content .phone-box,
.light-content .name-box,
.light-content .email-box,
.light-content .message-box {
	color: #000;
}

.company-box, .phone-box, .name-box, .email-box {
  width: 50%;
  float: left;
  margin-bottom: 24px;
  margin-right: 0%;
  position: relative;
}

.company-box::after,
.phone-box::after,
.name-box::after,
.email-box::after {
	clear: both;
	content: " ";
	display: table;
}

.email-box {
	margin-right: 0px;
}

.message-box {
	float: left;
	width: 100%;
	margin-top: 10px;
}



.text-align-center .verify-box {
	float: left;
	width: auto;
	text-align: center;
	display: table;
	margin: 0 auto;
	margin-bottom: 60px;
}

.verify-sum {
	margin: 0;
	padding: 0;
	float: left;
}

.verify-sum li {
	list-style: none;
	display: block;
	float: left;
	color: #fff;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 3px;
	background-color: #000;
	margin-bottom: 0;
}

.light-content .verify-sum li,
.dark-section .verify-sum li {
	color: #000;
	background-color: #fff;
}

.light-content .light-section .verify-sum li {
	color: #fff;
	background-color: #000;
}

.verify-sum li:nth-child(2),
.verify-sum li:nth-child(4) {
	width: 30px;
	color: #444;
	background-color: transparent !important;
}

.light-content .verify-sum li:nth-child(2),
.light-content .verify-sum li:nth-child(4),
.dark-section .verify-sum li:nth-child(2),
.dark-section .verify-sum li:nth-child(4) {
	color: #fff;
	background-color: transparent !important;
}

.light-content .light-section .verify-sum li:nth-child(2),
.light-content .light-section .verify-sum li:nth-child(4) {
	color: #444;
	background-color: transparent !important;
}

.button-box.has-animation.animated {
  float: left;
  width:100%;
}

input#verify {
	float: left;
	width: 34px;
	padding: 0;
	height: 34px;
	text-align: center;
	line-height: 34px;
	border: none;
	border-radius: 3px;
	background-color: #000;
	color: #fff;
}

.light-content input#verify,
.dark-section input#verify {
	background-color: #fff;
	color: #000;
}

.light-content .light-section input#verify {
	background-color: #000;
	color: #fff;
}

#contact-formular .required {
	float: left;
	width: auto;
	font-size: 14px;
	line-height: 34px;
	margin-left: 20px;
	margin-bottom: 0;
}

#contact-formular .text-align-center .required {
	float: left;
	margin-left: 0;
	display: block;
	clear: both;
	text-align: center;
	width: 100%;
	padding-top: 10px;
}

input,
textarea {
	color: rgba(0, 0, 0, 1);
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	height: 50px;
	padding: 12px 20px 12px 20px;
	padding-left: 0;
	width: 100%;
	border-radius: 0px;
	margin-bottom: 0px;
	border: none;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	box-sizing: border-box;
	background-color: transparent;
	outline: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.bigger-form input,
.bigger-form textarea {
	font-size: 48px;
	font-weight: 500;
	height: 100px;
	padding: 0;
}

input[type="search"] {
	padding-left: 0px;
}

.light-content input,
.light-content textarea,
.dark-section input,
.dark-section textarea {
	color: rgba(255, 255, 255, 1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.light-content .light-section input,
.light-content .light-section textarea {
	color: rgba(0, 0, 0, 1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

::placeholder,
.light-content .light-section ::placeholder {
	color: currentColor;
	opacity: 1;
}

.light-content ::placeholder,
.dark-section ::placeholder {
	color: currentColor;
	opacity: 1;
}

.light-content :-ms-input-placeholder,
.dark-section :-ms-input-placeholder {
	color: currentColor;
}

.light-content .light-section :-ms-input-placeholder {
	color: currentColor;
	opacity: 1;
}

.light-content ::-ms-input-placeholder {
	color: currentColor;
}

:-ms-input-placeholder {
	color: currentColor;
}

.input_label {
	background-color: currentColor;
	height: 2px;
	left: 0;
	position: absolute;
	top: 49px;
	width: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.bigger-form .input_label {
	top: 99px;
}

.light-content .input_label,
.dark-section .input_label {
	background-color: currentColor;
}

.light-content .light-section .input_label {
	background-color: currentColor;
}

.input_label.slow {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

input:focus+.input_label,
textarea:focus+.input_label {
	width: 100%;
}

input:focus,
textarea:focus {
	color: #000;
}

.light-content input:focus,
.light-content textarea:focus,
.dark-section input:focus,
.dark-section textarea:focus {
	color: #fff;
}

.light-content .light-section input:focus,
.light-content .light-section textarea:focus {
	color: #000;
}

textarea {
	resize: none;
	margin-bottom: 0;
	height: 50px;
	box-sizing: border-box;
	padding: 14px 20px 6px 20px;
	padding-left: 0;
	margin-bottom: 40px;
}

textarea:after {
	background-color: #000;
	content: "";
	height: 2px;
	left: 0px;
	position: absolute;
	top: 20px;
	width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

input[type="submit"] {
	margin: 0;
	background: transparent;
	border: none;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	padding-left: 50px;
	padding-right: 50px;
	height: 100%;
}

.light-content input[type="submit"],
.dark-section input[type="submit"] {
	color: #000;
}

.light-content .light-section input[type="submit"] {
	color: #fff;
}

.outline input[type="submit"] {
	color: #000;
}

.light-content .outline input[type="submit"],
.dark-section .outline input[type="submit"] {
	color: #fff;
}

.light-content .light-section .outline input[type="submit"] {
	color: #000;
}

.error_message {
	margin-bottom: 30px;
	font-size: 16px;
	color: #e93735;
}

#success_page p,
#success_page p strong {
	color: #fff;
	margin-top: 20px;
}

#message fieldset {
	border: none;
}


/*--------------------------------------------------
	Google Map
---------------------------------------------------*/

#map_canvas {
	display: block;
	height: 100vh;
	position: relative;
	width: 100%;
}

.rounded-borders #map_canvas {
	border-radius: 8px;
	overflow: hidden;
}

#hero-image.bgrelative #map_canvas {
	position: relative !important;
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
	display: none;
}

.gmnoprint div {
	background: none !important;
}

.gm-style button {
	display: none !important;
}


.services-icon i {
	font-size: 24px;
	margin-bottom: 20px;
}

.service-info-text {
	margin-bottom: 40px;
}

/*--------------------------------------------------
	Flex Lists
---------------------------------------------------*/

.flex-lists-wrapper {
	position: relative;
	display: block;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 1000% !important;
	width: 100vw !important;
	color: #000;
}

.flex-lists-wrapper::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -1px;
	z-index: 0;
	background-color: currentColor;
	opacity: 0.2;
}

.light-content .flex-lists-wrapper,
.dark-section .flex-lists-wrapper {
	color: #fff;
}

.light-content .light-section .flex-lists-wrapper {
	color: #000;
}

.flex-list {
	position: relative;
	padding: 35px 80px;
	margin: 0;
	display: flex;
	justify-content: space-between;
}

.flex-list::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 0;
	z-index: 0;
	background-color: currentColor;
	opacity: 0.2;
}

.flex-list::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
	background-color: currentColor;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.flex-list:hover::after {
	height: 100%;
}

.flex-list {
	color: currentColor;
	background: transparent;
}

.flex-list>span {
	z-index: 10;
	color: currentColor;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.flex-list:hover>span {
	color: #fff;
}

.flex-list-left {
	width: 15%;
	text-align: left;
}

.flex-list-center {
	width: 70%;
	font-size: 20px;
	text-align: center;
}

.flex-list-right {
	width: 15%;
	text-align: right;
}


/*--------------------------------------------------
	Moving Gallery
---------------------------------------------------*/



.fw-gallery .wrapper-gallery {
	display: inline-flex;
	align-items: flex-end;
	margin: 0;
	padding: 0;
	clear: both;
}

.bw-gallery .wrapper-gallery {
	display: inline-flex;
	align-items: flex-start;
	margin: 0;
	padding: 0;
}

.moving-gallery li {
	position: relative;
	width: 25vw;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	margin: 10px 0;
	list-style: none;
}

.fw-gallery.random-sizes li:first-child,
.bw-gallery.random-sizes li:first-child {
	padding-left: 0px;
}

.fw-gallery.random-sizes li:last-child,
.bw-gallery.random-sizes li:last-child {
	padding-right: 0px;
}

.fw-gallery.random-sizes li:nth-child(1) {
	width: 25vw;
}

.fw-gallery.random-sizes li:nth-child(2) {
	width: 30vw;
}

.fw-gallery.random-sizes li:nth-child(3) {
	width: 45vw;
}

.fw-gallery.random-sizes li:nth-child(4) {
	width: 25vw;
}

.bw-gallery.random-sizes li:nth-child(1) {
	width: 25vw;
}

.bw-gallery.random-sizes li:nth-child(2) {
	width: 45vw;
}

.bw-gallery.random-sizes li:nth-child(3) {
	width: 30vw;
}

.bw-gallery.random-sizes li:nth-child(4) {
	width: 25vw;
}

.moving-gallery li img {
	height: auto;
	margin: 0px;
}

.moving-gallery li img {
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.rounded-borders .moving-gallery li img {
	border-radius: 12px;
}

.moving-gallery-caption {
	position: absolute;
	height: auto;
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.moving-gallery li:hover .moving-gallery-caption {
	opacity: 0.4;
}



/*--------------------------------------------------
	Zoom Gallery
---------------------------------------------------*/


.zoom-gallery {
	position: relative;
	margin: 0;
	padding: 0;
	clear: both;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 1000%;
	width: calc(100vw);
	height: auto;
	pointer-events: none;
}

.zoom-wrapper-gallery {
	position: relative;
	border-right: 0px solid #f00;
	box-sizing: border-box;
	margin: 0;
	padding: 0 70px;
	clear: both;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
}

.zoom-wrapper-gallery li {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0;
	list-style: none;
	z-index: 0;
	width: 50%;
	max-width: 50%;
	height: 100%;
	float: left;
	display: flex;
	align-items: center;

}

.zoom-wrapper-gallery li.zoom-center {
	z-index: 1;
}

.zoom-wrapper-gallery li .zoom-img-wrapper {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
	background-color: rgb(102, 102, 102);
}

.rounded-borders .zoom-wrapper-gallery li .zoom-img-wrapper {
	border-radius: 8px;
}

.zoom-wrapper-gallery.end-state li.zoom-center .zoom-img-wrapper {}

.zoom-wrapper-gallery li .zoom-img-wrapper img {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	z-index: 100;
	object-position: center;
	object-fit: cover;
}

.zoom-wrapper-thumb {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	display: block;
}

.zoom-wrapper-thumb .zoom-img-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}

.rounded-borders .zoom-wrapper-thumb .zoom-img-wrapper {
	border-radius: 8px;
}

.zoom-wrapper-thumb .zoom-img-wrapper img {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	z-index: 100;
	object-position: center;
	object-fit: cover;
}


/*--------------------------------------------------
	Slowed Pin
---------------------------------------------------*/

.slowed-pin {
	position: relative;
	overflow: hidden;
}

.slowed-pin>.pin-spacer {
	pointer-events: none;
}

.slowed-text {
	position: absolute;
	height: auto;
	min-height: 100vh;
	width: 100%;
	max-width: 980px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 8vw 20px;
	z-index: 1;
	pointer-events: none;
	margin: auto;
	left: 0;
	right: 0;
}

.slowed-text-wrapper {
	position: relative;
	display: block;
}

.slowed-images {
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 0;
	margin: auto;
}

.slowed-image {
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0 0px;
	margin: 150px 0;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.slowed-image:nth-of-type(2n+2) {
	align-items: flex-end;
}

.slowed-image img {
	width: auto;
	max-width: 40% !important;
	height: auto !important;
	display: block;
	cursor: pointer;
	margin-bottom: 10px;
	-webkit-transform: scale(0.95) translateY(30%);
	transform: scale(0.95) translateY(30%);
}

.rounded-borders .slowed-image img {
	border-radius: 8px;
}

/*--------------------------------------------------
	Horizontal Panels
---------------------------------------------------*/

.panels {
	position: relative;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 1000% !important;
	width: calc(100vw) !important;
}

.panels-container {
	position: relative;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	justify-content: flex-start;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
}

.panels-container>.panel {
	position: relative;
	width: auto;
	height: 100%;
	margin: 0 10px;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	box-sizing: border-box;
	flex-direction: column;
}

.panels-container>.panel:first-child {
	margin-left: 80px;
}

.panels-container>.panel:last-child {
	margin-right: 80px;
}

.panels-container .panel img {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	object-position: center;
	object-fit: cover;
}

.rounded-borders .panels-container .panel img {
	border-radius: 8px;
}

.panels-container .panel:first-child img {
	margin-left: 0px;
}

.panels-container .panel:last-child img {
	margin-right: 0px;
}

/*--------------------------------------------------
	Team Panels
---------------------------------------------------*/

#team-panels .panel-content-wrapper {
	position: relative;
	width: auto;
	height: 60%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	box-sizing: border-box;
	flex-direction: column;
	padding-left: 30px;
	padding-right: 30px;
}

#team-panels .panels-container .panel:first-child .panel-content-wrapper {
	padding-left: 80px;
}

#team-panels .panels-container .panel:last-child .panel-content-wrapper {
	padding-right: 80px;
}

#team-panels .panel-content {
	position: absolute;
	width: 100%;
	height: auto;
	display: block;
	box-sizing: border-box;
	padding: 10px 30px;
	bottom: -50px;
	left: 0;
	pointer-events: none;
}

#team-panels .panels-container .panel:first-child .panel-content-wrapper .panel-content {
	padding-left: 80px;
}

#team-panels .panels-container .panel:last-child .panel-content-wrapper .panel-content {
	padding-right: 80px;
}

.team-name-panel,
.team-cat-panel {
	font-size: 18px;
	line-height: 24px;
	display: table;
	width: auto;
	float: left;
}

.team-cat-panel {
	font-size: 14px;
	opacity: 0.6;
	float: right;
}

#team-panels .panels-container .panel .panel-image {
	width: auto;
	height: 100%;
	position: relative;
	overflow: hidden;
}

#team-panels .panels-container .panel img {
	height: 100%;
	margin: 0;
}

.rounded-borders #team-panels .panels-container .panel img {
	border-radius: 8px;
}


/*--------------------------------------------------
	Pinned Gallery
---------------------------------------------------*/

.pinned-gallery {
	overflow: hidden;
}

.pinned-image {
	box-sizing: border-box;
	padding-bottom: 300px;
	position: relative;
}

.pinned-image:first-child {
	padding-top: 0;
}

.pinned-image:last-child {
	z-index: 10;
	padding-bottom: 0px;
}

.rounded-borders .pinned-image img {
	border-radius: 8px;
}

/*--------------------------------------------------
	Reveal Gallery
---------------------------------------------------*/

.reveal-gallery {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.reveal-img {
	width: auto;
	height: auto;
	position: absolute;
	display: block;
	top: 0;
	left: auto;
	right: auto;
	margin: auto;
	z-index: 0;
	opacity: 0.95;
}

.reveal-img-fixed {
	width: 50%;
	max-width: 600px;
	position: relative;
	margin: 0 auto;
	z-index: 10;
}

.reveal-img:first-child {
	left: 0;
	transform: rotate(-4deg)
}

.reveal-img:last-child {
	right: 0;
	transform: rotate(4deg)
}

.reveal-gallery img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	display: block;
	object-position: center;
	object-fit: contain;
	margin: auto;
}

.rounded-borders .reveal-gallery img {
	border-radius: 8px;
}


/*--------------------------------------------------
	Clipped Immaged
---------------------------------------------------*/

.clipped-image-wrapper {
	position: relative;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 1000% !important;
	width: 100vw !important;
	overflow: hidden;
}

.clipped-image-pin {
	position: relative;
	display: block;
}

.clipped-image-size {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}

.clipped-image {
	position: relative;
	z-index: 0;
	width: calc(100vw - 160px);
	height: 100vh;
	display: block;
	overflow: hidden;
	clip-path: inset(10% 22% round 10px);
	-webkit-transform: scale(0.7) translateY(0%);
	transform: scale(0.7) translateY(0%);
	transform-origin: center center;
	margin: 0 auto;
	filter: grayscale(1);
}

.clipped-image img {
	width: 100%;
	height: 100% !important;
	position: relative;
	display: block;
	z-index: 0;
	object-position: center;
	object-fit: cover;
}

.clipped-image-gradient {
	position: absolute;
	height: 30%;
	width: 100%;
	bottom: 0;
	opacity: 0;
	background-color: #000;
	z-index: 10;
	-webkit-mask-image: linear-gradient(transparent, black 85%);
	mask-image: linear-gradient(transparent, black 85%);
	transform: translateY(200px);
	-webkit-transform: translateY(200px);
	display: none;
}

.clipped-image-content {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 10;
}

/*--------------------------------------------------
	Carousel Shortcode
---------------------------------------------------*/

.carousel-shortcode-wrapper {
	position: relative;
	display: inline-block;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 1000% !important;
	width: 100vw !important;
	height: auto;

}

.carousel-shortcode-pin {
	position: relative;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: block;

}

.carousel-shortcode-thumbs {
	position: relative;
	height: 100vh;
	width: 100%;
	padding: 20px 40px;
	margin: 0 auto;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	z-index: 10;
	mask-image: linear-gradient(#0000, black 15%, black 85%, #0000 100%);
	-webkit-mask-image: linear-gradient(#0000, black 15%, black 85%, #0000 100%);
	pointer-events: none;
}

.carousel-shortcode-thumbs .ricciproduction-item {
	width: calc(20% - 80px);
	margin: 60px 40px;
}

.carousel-shortcode-thumbs.is_active .ricciproduction-item {
	pointer-events: initial;
}

.carousel-shortcode-thumbs .ricciproduction-item .slide-inner {
	padding-top: 0;
	width: 100%;
	height: auto;
	margin: 0;
	overflow: visible;
	aspect-ratio: 10/14;
}

.carousel-shortcode-caption {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
	z-index: 0;
}

.carousel-shortcode-title-hide,
.carousel-shortcode-title-show {
	position: absolute;
	font-size: calc(1rem + 4.15vw);
	line-height: calc(1rem + 4.5vw);
	font-weight: 500;
	display: block;
	width: auto;
}

.uppercase-titles .carousel-shortcode-title-hide,
.uppercase-titles .carousel-shortcode-title-show {
	text-transform: uppercase;
}

.carousel-shortcode-title-show {
	position: relative;
	font-size: calc(1rem + 1.15vw);
	line-height: calc(1rem + 1.5vw);
}

.light-content .carousel-shortcode-title-hide,
.dark-section .carousel-shortcode-title-hide,
.light-content .carousel-shortcode-title-show,
.dark-section .carousel-shortcode-title-show {
	color: #fff;
}

.light-content .light-section .carousel-shortcode-title-hide,
.light-content .light-section .carousel-shortcode-title-show {
	color: #000;
}

.carousel-shortcode-title-hide div,
.carousel-shortcode-title-show div {
	position: relative;
	display: block;
	overflow: hidden;
}

.carousel-shortcode-title-hide span {
	position: relative;
	display: block;
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.carousel-shortcode-title-show span {
	position: relative;
	display: block;
	opacity: 0;
	transform: translateY(200px);
	-webkit-transform: translateY(200px);
}

.carousel-shortcode-cta {
	position: relative;
	display: block;
	opacity: 0;
	transform: scale(1) translateY(50px);
	-webkit-transform: scale(1) translateY(50px);
}


/*--------------------------------------------------
	List Rotator
---------------------------------------------------*/

.list-rotator-wrapper {
	position: relative;
	display: block;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 1000% !important;
	width: 100vw !important;
	overflow: hidden;
}

.list-rotator-title {
	position: absolute;
	margin: 0 auto;
	display: table;
	top: 45px;
	left: 0;
	right: 0;
	padding-top: 45px;
	z-index: 100;
	line-height: 20px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	padding: 4px 16px;
	box-sizing: border-box;
	border-radius: 30px;
	opacity: 0;
}

.list-rotator-height {
	display: flex;
	justify-content: center;
	pointer-events: none;
	position: relative;
}

.list-rotator-pin {
	position: relative;
	height: 100vh;
	width: 100%;
	mask-image: linear-gradient(#0000 0%, #0000 5%, #0000 5%, black 20%, black 85%, #0000 99%, #0000 99%, #0000 100%);
	-webkit-mask-image: linear-gradient(#0000 0%, #0000 5%, #0000 5%, black 20%, black 85%, #0000 99%, #0000 99%, #0000 100%);
}


.list-rotator {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-top: 20vh;
	padding-bottom: 15vh;
	margin: 0;
}

.list-rotator li {
	color: #000;
	list-style: none;
	position: relative;
	width: 100%;
	text-align: center;
	font-size: calc(1rem + 8vw);
	line-height: calc(1rem + 7.5vw);
	margin: 0;
	opacity: 1;
}

.list-rotator li.in-view {
	opacity: 1;
}

.light-content .list-rotator li,
.dark-section .list-rotator li {
	color: #fff;
}

.light-content .light-section .list-rotator li {
	color: #000;
}



/*--------------------------------------------------
	Move Thumbs Gallery
---------------------------------------------------*/

.move-thumbs-wrapper {
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 1000% !important;
	width: 100vw !important;
}

.start-thumbs-caption {
	position: relative;
	width: 100%;
	height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.start-thumbs-wrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0 40px;
}

.start-move-thumb {
	box-sizing: border-box;
	position: relative;
	width: calc(25% - 80px);
	height: calc(25vw - 40px);
	margin: 0 40px;
	margin-bottom: 40px;
}

.start-move-thumb:nth-of-type(3n + 2) {
	width: calc(15% - 80px);
	height: calc(15vw - 40px);
	margin-top: 50vh;
}

.start-move-thumb:nth-of-type(3n + 3) {
	width: calc(35% - 80px);
	height: calc(35vw - 40px);
	margin-top: 25vh;
}

.start-move-thumb .overlapping-image-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.end-move-thumb .move-thumb-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.rounded-borders .start-move-thumb .move-thumb-inner,
.rounded-borders .end-move-thumb .move-thumb-inner {
	border-radius: 12px;
	overflow: hidden;
}

.end-thumbs-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 100vh;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
}

.end-move-thumb {
	box-sizing: border-box;
	position: relative;
	width: calc(33.33% - 80px);
	height: calc(33.33vw - 80px);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px;
}

/*--------------------------------------------------
	Pinned Lists
---------------------------------------------------*/

.pinned-lists-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	/*display:flex;
		justify-content: center;
  		align-items: center;
		flex-direction: column;*/
	height: auto;
	max-height: 100vh;
}

.works .slide-caption .slide-title {

	padding-left: 0px;
	padding-right: 00px;
	color: #fff !important;
}

.works .slide-caption .slide-cat {

	padding-left: 0px;
	padding-right:0px;
	color: #fff !important;
}

.pinned-lists {
	margin: 0;
	display: block;
	width: 100%;
}

.pinned-lists li {
	list-style: none;
	width: auto;
	display: table;
	position: relative;
	font-size: calc(1rem + 4vw);
	line-height: calc(1rem + 4vw);
	letter-spacing: -0.15vw;
	font-weight: 600;
	color: #000;
	margin: 0;
}

.pinned-lists li.has-info-even::after,
.pinned-lists li.has-info-odd::after {
	content: attr(data-infoTextAfter);
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	width: auto;
	height: 20px;
	position: absolute;
	top: 5px;
	letter-spacing: 0;
	opacity: 0;
	pointer-events: none;
	background: #c8c8c8;
	border: currentColor solid 2px;
	border-radius: 40px;
	padding: 12px 24px;
}

.light-content .pinned-lists li.has-info-even::after,
.light-content .pinned-lists li.has-info-odd::after,
.dark-section .pinned-lists li.has-info-even::after,
.dark-section .pinned-lists li.has-info-odd::after {
	background: #222;
}

.light-content .light-section .pinned-lists li.has-info-even::after,
.light-content .light-section .pinned-lists li.has-info-odd::after {
	background: #c8c8c8;
}

.pinned-lists li.has-info-even::after {
	left: 0;
	right: auto;
	transform: translatex(-60%);
}

.pinned-lists li.has-info-odd::after {
	left: auto;
	right: 0;
	transform: translatex(60%);
}

.visible .pinned-lists li.has-info-odd.secondary-font::after,
.visible .pinned-lists li.has-info-even.secondary-font::after {
	opacity: 1;
}

.text-align-center .pinned-lists li {
	margin: 0 auto;
}

.light-content .pinned-lists li,
.dark-section .pinned-lists li {
	color: #fff;
}

.light-content .light-section .pinned-lists li {
	color: #000;
}

.pinned-lists li.secondary-font {
	font-family: "Playfair Display", serif;
	font-style: normal;
	font-weight: 400;
	font-size: calc(1rem + 4.3vw);
}

/*--------------------------------------------------
	Copy Email
---------------------------------------------------*/

#copy-email {
	cursor: pointer;
	font-size: calc(1rem + 1vw);
	line-height: calc(1rem + 1.1vw);
	font-weight: 600;
	position: relative;
	display: block;
	width: auto;
	color: #000;
	letter-spacing: -0.2vw;
}

.light-content #copy-email,
.dark-section #copy-email {
	color: #fff;
}

.light-content .light-section #copy-email {
	color: #000;
}

/*--------------------------------------------------
	Parallax Image Slider
---------------------------------------------------*/

.parallax-image-wrapper {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 1000%;
	width: 100vw;
	overflow: hidden;
}

.parallax-image-pin {
	height: 100vh;
	height: 100dvh;
	width: 100%;
	position: absolute;
	display: block;
	overflow: hidden;
}

.parallax-image {
	height: 100vh;
	height: 100dvh;
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: center;
}

.parallax-video-wrapper {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0;
	overflow: hidden;
	z-index: 1;
	filter: grayscale(1);
	background: #000;
}

.parallaxt-video-wrapper video.bgvid {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	object-fit: cover;
	width: 100%;
	height: 100%;
	opacity: 0.7;
}

.parallax-content-pin {
	height: 100vh;
	height: 100dvh;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

.parallax-content-animation {
	height: 100vh;
	height: 100dvh;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.list-caption {
	height: auto;
	width: auto;
	position: absolute;
	font-size: calc((1rem + 6vw) / 2);
	line-height: calc((1rem + 7vw) / 2);
	letter-spacing: -0.2vw;
	font-weight: 500;
	color: #000;
	margin: 0;
	list-style: none;
	display: block;
	text-align: center;
	opacity:.8;
}

.light-content .list-caption,
.dark-section .list-caption {
	color: #fff;
}

.light-content .light-section .list-caption {
	color: #000;
}

.list-caption div {
	display: block;
	position: relative;
}

.list-caption span {
	display: block;
	opacity: 0;
}

.animation-progress {
	width: 100%;
	height: 80px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.progress-line {
	position: relative;
	display: block;
	height: 2px;
	width: 50px;
	margin: 0 10px;
	list-style: none;
	background-color: rgba(0, 0, 0, 0.2);
}

.light-content .progress-line,
.dark-section .progress-line {
	background-color: rgba(255, 255, 255, 0.1);
}

.light-content .light-section .progress-line {
	background-color: rgba(0, 0, 0, 0.2);
}

.progress-line span {
	position: absolute;
	display: block;
	height: 100%;
	width: 0;
	background-color: #000;
}

.light-content .progress-line span,
.dark-section .progress-line span {
	background-color: #fff;
}

.light-content .light-section .progress-line span {
	background-color: #000;
}

a.link {
    display: inline-block;
    position: relative;
    font-size: .7em;
}

.parallax-content {
	height: auto;
	width: 100vw;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	display: block;
}

.parallax-content li {
	height: 200vh;
	height: 200dvh;
	width: auto;
	position: relative;
	margin: 0;
	list-style: none;
	display: block;
}

span.text-rotator-wrapper {
	display: inline-flex;
	overflow: hidden;
	width: auto;
	position: relative;
}

span.text-rotator {
	display: flex;
	width: auto;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	white-space: nowrap;
}

span.text-rotator>span {
	position: relative;
	display: inline-block;
	color: currentColor;
	left: 0;
	margin: 0;
	padding: 0;
	line-height: inherit;
	font-size: inherit;
}

span.text-rotator>span:first-child {
	position: relative;
}




/*--------------------------------------------------
	Responsive
---------------------------------------------------*/



@media only screen and (max-width: 1466px) {


	.button-border span {
		padding: 0 26px;
	}

	.clients-table li {
		width: calc(100% / 4 - 40px);
		margin: 20px;
		padding: 0;
	}

	.accordion.bigger-acc dt {
		margin-top: 30px;
		padding-top: 30px;
	}

	.accordion.bigger-acc dt:first-child {
		padding-top: 30px;
	}

	.full>.team-members-list li,
	.full_elementor .team-members-list li {
		padding: 40px 60px;
	}

	.team-members-list .hover-reveal {
		width: 250px;
		height: 333px;
	}

	span.has-hover-image .hover-reveal {
		width: 300px;
		height: 188px;
	}

	span.has-hover-image.vertical .hover-reveal {
		width: 250px;
		height: 333px;
	}

	.flex-list {
		padding: 35px 60px;
	}

	.panels-container>.panel:first-child {
		margin-left: 60px;
	}

	.panels-container>.panel:last-child {
		margin-right: 60px;
	}

	.zoom-wrapper-gallery {
		padding: 0 50px;
	}

	.start-thumbs-wrapper {
		padding: 0 30px;
	}

	.start-move-thumb {
		width: calc(25% - 60px);
		height: calc(25vw - 30px);
		margin: 0 30px;
		margin-bottom: 30px;
	}

	.start-move-thumb:nth-of-type(3n + 2) {
		width: calc(15% - 60px);
		height: calc(15vw - 30px);
		margin-top: 50vh;
	}

	.start-move-thumb:nth-of-type(3n + 3) {
		width: calc(35% - 60px);
		height: calc(35vw - 30px);
		margin-top: 25vh;
	}

	.end-thumbs-wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}

	.end-move-thumb {
		width: calc(33.33% - 60px);
		height: calc(33.33vw - 60px);
		margin: 30px;
	}

	.clipped-image {
		width: calc(100vw - 120px);
	}

	.team-member-inner {
		width: 25%;
	}

	.team-members-grid li:nth-child(4n+1) .team-member-inner {
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
	}

	.team-members-grid li:nth-child(4n+2) .team-member-inner {
		transform: translateX(300%);
		-webkit-transform: translateX(300%);
	}

	.team-members-grid li:nth-child(4n+3) .team-member-inner {
		transform: translateX(75%);
		-webkit-transform: translateX(75%);
	}

	.team-members-grid li:nth-child(4n+4) .team-member-inner {
		transform: translateX(225%);
		-webkit-transform: translateX(225%);
	}

	/* Team List Member Sticky Image */

	.team-list-images {
		width: 20%;
		left: 60px;
	}

	.team-list-images::before {
		padding-top: calc(100% + 60px);
	}

	.team-list-images>li {
		height: calc(100% - 0px);
	}

	.pinned-lists li.has-info-even::after,
	.pinned-lists li.has-info-odd::after {
		font-size: 14px;
		padding: 10px 20px;
	}

}


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

	#main .pin-spacer #hero {
		background-repeat: no-repeat !important;
		margin-top: -37px !important;
	}

	.hero-title-placeholder span label {

    letter-spacing: 1px !important;

}
.parallax-image {
    margin-top: -50px;
}
	
    .hero-subtitle, .next-hero-subtitle {
        font-size: 30px;
        line-height: 45px;
        margin-top: 30px;
    }



	.classic-menu .button-wrap.right.menu {
        display: block;
        font-size: 1.5em;
        background-color: transparent;
        padding-left: 32px;
		border-radius: 10px;
    }
	 .homepage   .classic-menu .button-wrap.right.menu {
        display: block;
        font-size: 1.5em;
      
        padding-left: 32px;
		border-radius: 10px;
    }

}


@media only screen and (max-width: 1024px) {


	div#backtotop {
    display: none !important;
}

    .copyright {
        text-align: center;
        white-space: nowrap;
    }

	.locations .secondary-font {
    margin-top: 70px;
}


	.content-slider.looped-carousel .ricciproduction-slide {
		padding: 0 40px;
	}

	.content-slider.small-looped-carousel .ricciproduction-slide {
		padding: 0 40px;
	}

	.disable-cursor .full .looped-carousel .ricciproduction-controls,
	.disable-cursor .full_elementor .looped-carousel .ricciproduction-controls {
		width: calc(100% - 80px);
	}

	.disable-cursor .full .small-looped-carousel .ricciproduction-controls,
	.disable-cursor .full_elementor .small-looped-carousel .ricciproduction-controls {
		width: calc(100% - 80px);
		max-width: 520px;
	}

	textarea {
		margin-bottom: 30px;
	}

	.full .video-wrapper video.bgvid,
	.full_elementor .video-wrapper video.bgvid {
		position: relative;
		margin-top: 0;
		left: 0;
		transform: translateX(0) translateY(0);
	}

	.full .control,
	.full_elementor .control {
		bottom: 10px;
		width: calc(100% - 100px);
	}

	.clients-table li {
		width: calc(100% / 4);
		margin: 0px;
		padding: 0;
	}

	.clients-table li:hover .overlay {
		transform: scale(0.85);
		-webkit-transform: scale(0.85);
		opacity: 1;
	}

	.accordion dt span {
		max-width: none;
	}

	.accordion .accordion-content {
		padding-right: 0;
	}

	.accordion.bigger-acc dt {
		margin-top: 30px;
		padding-top: 30px;
	}

	.accordion.bigger-acc dt:first-child {
		padding-top: 30px;
	}

	.full>.team-members-list li,
	.full_elementor .team-members-list li {
		padding: 40px 40px;
	}

	.team-members-list .hover-reveal {
		width: 200px;
		height: 266px;
	}

	span.has-hover-image .hover-reveal {
		width: 250px;
		height: 156px;
	}

	span.has-hover-image.vertical .hover-reveal {
		width: 200px;
		height: 266px;
	}

	.has-animation.has-cover img {
		-webkit-transition: scale(1);
		transform: scale(1);
	}

	.flex-list {
		padding: 30px 40px;
	}

	.panels-container>.panel:first-child {
		margin-left: 40px;
	}

	.panels-container>.panel:last-child {
		margin-right: 40px;
	}

	.zoom-wrapper-gallery {
		padding: 0 30px;
	}

	.list-rotator-pin {
		height: auto;
	}

	.start-thumbs-wrapper {
		padding: 0 20px;
	}

	.start-move-thumb,
	.start-move-thumb:nth-of-type(3n+2),
	.start-move-thumb:nth-of-type(3n+3) {
		width: calc(33.33% - 40px);
		height: calc(33.33vw - 40px);
		margin: 25px 20px;
	}

	.end-thumbs-wrapper {
		display: none;
	}

	.clipped-image {
		width: calc(100vw - 80px);
	}

	.team-member-inner {
		width: 33.333%;
	}

	.team-members-grid li:nth-child(4n+1) .team-member-inner {
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
	}

	.team-members-grid li:nth-child(4n+2) .team-member-inner {
		transform: translateX(200%);
		-webkit-transform: translateX(200%);
	}

	.team-members-grid li:nth-child(4n+3) .team-member-inner {
		transform: translateX(50%);
		-webkit-transform: translateX(50%);
	}

	.team-members-grid li:nth-child(4n+4) .team-member-inner {
		transform: translateX(150%);
		-webkit-transform: translateX(150%);
	}

	#copy-email {
		margin-bottom: 1vw;
	}

	.pinned-lists li.has-info-even::after,
	.pinned-lists li.has-info-odd::after {
		display: none;
	}

}


@media only screen and (max-width: 767px) {

	.parallax-label {

    padding-left: 2% !important;

    padding-right: 2% !important;

 
}

.cv_team {

    padding-right: 0% !important;
}

	.content-slider.looped-carousel .ricciproduction-slide {
		padding: 0 30px;
	}

	.content-slider.small-looped-carousel .ricciproduction-slide {
		padding: 0 30px;
	}

	.disable-cursor .full .looped-carousel .ricciproduction-controls,
	.disable-cursor .full_elementor .looped-carousel .ricciproduction-controls {
		width: calc(100% - 60px);
	}

	.disable-cursor .full .small-looped-carousel .ricciproduction-controls,
	.disable-cursor .full_elementor .small-looped-carousel .ricciproduction-controls {
		width: calc(100% - 60px);
		max-width: 540px;
	}

	.content-slider .ricciproduction-pagination-bullet .parallax-wrap {
		width: 20px;
		height: 20px;
	}

	.content-slider .ricciproduction-pagination-bullet .parallax-wrap {
		width: 20px;
		height: 20px;
	}

	.video-wrapper {
		max-height: 50vh;
	}

	.control {
		display: none;
	}

	.name-box,
	.email-box {
		width: 100%;
		margin-right: 0;
	}

	.clients-table li {
		width: 50%;
	}

	.clients-table::before,
	.clients-table::after {
		height: 10px;
	}

	.empty-space,
	.empty-space.tx {
		height: 60px;
	}

	input[type="text"],
	textarea {
		font-size: 14px;
	}

	.accordion dt {
		font-size: 18px;
	}

	.accordion.bigger-acc dt {
		margin-top: 25px;
		padding-top: 25px;
	}

	.accordion.bigger-acc dt:first-child {
		padding-top: 25px;
	}

	.accordion.bigger-acc .acc-button-icon {
		height: 30px;
		width: 30px;
		line-height: 30px;
		font-size: 12px;
		border-radius: 30px;
	}

	.acc-button-icon i {
		height: 30px;
		line-height: 30px;
		width: 30px;
	}

	.full>.team-members-list li,
	.full_elementor .team-members-list li {
		padding: 30px 30px;
	}

	.team-member>div {
		float: none;
		margin: 0px;
		margin-top: 10px;
		margin-bottom: 4px;
	}

	.team-member span {
		position: relative;
		float: none;
		line-height: 24px;
	}

	.team-member>div {
		font-size: calc(1rem + 5vw);
		line-height: calc(1rem + 5vw);
	}

	.team-members-list .hover-reveal {
		width: 150px;
		height: 200px;
	}

	span.has-hover-image .hover-reveal {
		width: 200px;
		height: 125px;
	}

	span.has-hover-image.vertical .hover-reveal {
		width: 150px;
		height: 200px;
	}

	.flex-list {
		padding: 30px 30px;
		flex-direction: column;
	}

	.flex-list-left,
	.flex-list-center,
	.flex-list-right {
		width: 100%;
		text-align: center;
		line-height: 30px;
	}

	.slowed-image {
		margin: 100px 0;
	}

	.slowed-image img {
		max-width: 50% !important;
	}

	.moving-gallery li {
		width: 50vw;
	}

	.panels-container>.panel:first-child {
		margin-left: 30px;
	}

	.panels-container>.panel:last-child {
		margin-right: 30px;
	}

	.zoom-wrapper-gallery {
		padding: 0 20px;
	}

	.start-thumbs-wrapper {
		padding: 0 15px;
	}

	.start-move-thumb,
	.start-move-thumb:nth-of-type(3n+2),
	.start-move-thumb:nth-of-type(3n+3) {
		width: calc(50% - 30px);
		height: calc(50vw - 30px);
		margin: 10px 15px;
	}

	.pinned-lists li {
		font-size: calc(1rem + 5vw);
		line-height: calc(1rem + 5vw);
	}

	.clipped-image {
		width: calc(100vw - 60px);
	}

	.team-member-inner {
		width: 50%;
		margin-bottom: 30px;
	}

	.team-members-grid li:nth-child(4n+1) .team-member-inner {
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
	}

	.team-members-grid li:nth-child(4n+2) .team-member-inner {
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
	}

	.team-members-grid li:nth-child(4n+3) .team-member-inner {
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
	}

	.team-members-grid li:nth-child(4n+4) .team-member-inner {
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
	}

	#copy-email {
		margin-bottom: 3vw;
	}

	.team-list-wrapper {
		position: relative;
		box-sizing: border-box;
		width: calc(100% - 60px);
		margin: 0 auto;
		overflow: hidden;
	}

	.team-list-captions {
		padding-left: 0;
		padding-bottom: 30px;
	}

	.team-list-captions>li {
		font-size: calc(1rem + 2vw);
		line-height: calc(1rem + 3vw);
		letter-spacing: -0.15vw;
		font-weight: 500;
		display: flex;
		height: auto;
		opacity: 1;
		padding: 0;
		margin-bottom: 30px;
		transform: translateX(35%);
		-webkit-transform: translateX(35%);
	}

	.team-list-captions>li::before {
		float: left;
		padding-top: 30%;
		content: "";
	}

	.team-list-captions li span:nth-child(2) {
		opacity: 1;
	}

	.tml-title {
		position: absolute;
		bottom: 40px;
	}

	.team-list-captions li .tml-cat {
		position: absolute;
		bottom: 10px;
		opacity: 0.6;
	}

	.team-list-images {
		width: 30%;
		left: auto;
	}

	.team-list-images::before {
		display: none;
	}

	.team-list-images>li {
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}

	.team-list-images>li::before {
		float: left;
		padding-top: 100%;
		content: "";
	}

	.team-list-images>li.pixels-cover {
		display: none;
	}

}


@media only screen and (max-width: 479px) {

	.pinned-section .pin-spacer {
		width: 100% !important;
	}

	.pinned-element {
		float: none;
		width: 100%;
		margin: 0;
	}

	.pinned-element.left {
		padding-right: 0px;
		margin-bottom: 40px;
	}

	.pinned-element.right {
		padding-left: 0px;
	}

	.scrolling-element {
		position: relative;
		float: none;
		width: 100%;
		margin: 0;
	}

	.scrolling-element.left {
		padding-right: 0px;
		margin-bottom: 40px;
	}

	.scrolling-element.right {
		padding-left: 0px;
	}

	.content-slider.looped-carousel .ricciproduction-slide {
		padding: 0 20px;
	}

	.content-slider.small-looped-carousel .ricciproduction-slide {
		padding: 0 20px;
	}

	.disable-cursor .full .looped-carousel .ricciproduction-controls,
	.disable-cursor .full_elementor .looped-carousel .ricciproduction-controls {
		width: calc(100% - 40px);
	}

	.disable-cursor .full .small-looped-carousel .ricciproduction-controls,
	.disable-cursor .full_elementor .small-looped-carousel .ricciproduction-controls {
		width: calc(100% - 40px);
		max-width: 560px;
	}

	.ricciproduction-button {
		margin-bottom: 20px;
	}

	.full>.team-members-list li,
	.full_elementor .team-members-list li {
		padding: 30px 20px;
	}

	.team-members-list .hover-reveal {
		width: 100px;
		height: 133px;
	}

	.accordion.bigger-acc dt {
		margin-top: 20px;
		padding-top: 20px;
	}

	.accordion.bigger-acc dt:first-child {
		padding-top: 20px;
	}

	span.has-hover-image .hover-reveal {
		width: 150px;
		height: 94px;
	}

	span.has-hover-image.vertical .hover-reveal {
		width: 100px;
		height: 133px;
	}

	.flex-list {
		padding: 20px;
	}

	.moving-gallery li {
		width: 60vw;
	}

	.panels-container>.panel:first-child {
		margin-left: 20px;
	}

	.panels-container>.panel:last-child {
		margin-right: 20px;
	}

	.zoom-wrapper-gallery {
		padding: 0 10px;
	}

	.start-thumbs-wrapper {
		padding: 0 10px;
	}

	.start-move-thumb,
	.start-move-thumb:nth-of-type(3n+2),
	.start-move-thumb:nth-of-type(3n+3) {
		width: calc(50% - 20px);
		height: calc(50vw - 20px);
		margin: 5px 10px;
	}

	.clipped-image {
		width: calc(100vw - 40px);
	}

	.team-intro-grid {
		position: relative;
		padding: 0;
		margin-top: 30px;
	}

	.team-member-inner {
		width: 100%;
		margin-bottom: 50px;
	}

	.team-members-grid li:nth-child(4n+1) .team-member-inner {
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
	}

	.team-members-grid li:nth-child(4n+2) .team-member-inner {
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
	}

	.team-members-grid li:nth-child(4n+3) .team-member-inner {
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
	}

	.team-members-grid li:nth-child(4n+4) .team-member-inner {
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
	}

	#copy-email {
		margin-bottom: 5vw;
	}

	.team-list-wrapper {
		width: calc(100% - 40px);
	}

	.team-list-captions {
		padding-bottom: 20px;
	}

}/*--------------------------------------------------
	Ajax Page Transition
---------------------------------------------------*/

main {
	overflow: hidden
}

main .cd-main-content>div {
	height: 100%;
	min-height: 100vh;
}

main .cd-main-content {
	width: 100%;
}

main .cd-main-content.cd-index>div {
	vertical-align: middle
}

main .cd-main-content.cd-index::after {
	background-color: rgba(64, 137, 166, 0);
	background-image: -webkit-linear-gradient(bottom, #4089a6, rgba(64, 137, 166, 0));
	background-image: linear-gradient(to top, #4089a6, rgba(64, 137, 166, 0))
}

main .cd-main-content.cd-index::before {
	background-color: rgba(64, 137, 166, 0);
	background-image: -webkit-linear-gradient(top, #4089a6, rgba(64, 137, 166, 0));
	background-image: linear-gradient(to bottom, #4089a6, rgba(64, 137, 166, 0))
}

main .cd-main-content.cd-about {
	background-color: #fff
}

main .cd-main-content.cd-about>div {
	padding-top: 50px
}

main .cd-main-content.cd-about::after {
	background-color: rgba(40, 48, 64, 0);
	background-image: -webkit-linear-gradient(bottom, #283040, rgba(40, 48, 64, 0));
	background-image: linear-gradient(to top, #283040, rgba(40, 48, 64, 0))
}

main .cd-main-content.cd-about::before {
	background-color: rgba(40, 48, 64, 0);
	background-image: -webkit-linear-gradient(top, #283040, rgba(40, 48, 64, 0));
	background-image: linear-gradient(to bottom, #283040, rgba(40, 48, 64, 0))
}

.cd-cover-layer,
.cd-cover-layer.invisible {
	background-color: transparent
}

.cd-cover-layer {
	position: fixed;
	z-index: 5000;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	height: 101%;
	width: 101%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .4s .4s, visibility 0s .4s;
	-moz-transition: opacity .4s .4s, visibility 0s .4s;
	transition: opacity .6s 0s, visibility 0s .4s
}

.page-is-changing .cd-cover-layer {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s .3s, visibility 0s 0s
}


/*--------------------------------------------------
	Flex Nav
---------------------------------------------------*/

.flexnav,
.flexnav li ul {
	width: 100%;
	margin: 0
}

.flexnav,
.flexnav li {
	margin: 0
}

.flexnav li,
.flexnav li ul li {
	font-size: 100%
}

.flexnav .touch-button:hover,
.menu-button {
	cursor: pointer
}

.flexnav {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
	-webkit-transform-style: preserve-3d;
	overflow: hidden;
	max-height: 0
}

.flexnav.opacity {
	opacity: 0
}

.flexnav.flexnav-show {
	max-height: 2000px;
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.flexnav.one-page {
	position: fixed;
	top: 50px;
	right: 5%;
	max-width: 200px
}

.flexnav li,
.flexnav li a,
.flexnav li ul li {
	position: relative;
	overflow: hidden
}

.flexnav li a {
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	color: #222;
	display: block;
	padding: 20px 0;
	z-index: 2
}

.oldie .flexnav li ul.open ul.open,
.oldie .flexnav ul li:hover ul {
	margin-left: 100%;
	top: 0
}

.flexnav li ul.flexnav-show li,
.oldie .flexnav,
.oldie .flexnav li,
.oldie .flexnav li a {
	overflow: visible
}

.flexnav li ul li a {
	background: #fff;
	display: block;
	padding: 20px
}

.flexnav ul li ul li a {
	background: #bfbfbc
}

.flexnav ul li ul li ul li a {
	background: #cbcbc9
}

.flexnav .touch-button {
	background: rgba(0, 0, 0, 0);
	display: inline-block;
	height: 60px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	width: 60px;
	z-index: 999
}

.flexnav .touch-button .navicon {
	position: relative;
	top: 1.8em;
	font-size: 12px;
	color: #666
}

.menu-button {
	background: 0 0;
	border-bottom: medium none;
	box-sizing: border-box;
	color: #222;
	display: block;
	font-size: 14px;
	font-weight: 400;
	height: 60px;
	line-height: 60px;
	padding: 0 50px;
	position: relative;
	text-align: right;
	text-transform: uppercase;
	z-index: 0
}

.no-button .menu-button {
	padding-right: 0
}

.menu-button.one-page {
	position: fixed;
	top: 0;
	right: 5%;
	padding-right: 45px
}

.menu-button .touch-button {
	background: 0 0;
	display: none;
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	text-align: center
}

.menu-button .touch-button .navicon {
	font-size: 16px;
	position: relative;
	top: 1em;
	color: #666
}

@media all and (min-width:1025px) {

	.flexnav li a,
	.flexnav li ul li a {
		border-bottom: none
	}

	.flexnav,
	.flexnav li {
		overflow: visible
	}

	body.one-page {
		padding-top: 70px
	}

	.flexnav.opacity {
		opacity: 1
	}

	.flexnav.one-page {
		top: 0;
		right: auto;
		max-width: 1080px
	}

	.flexnav li {
		position: relative;
		list-style: none;
		float: left;
		display: block;
		background-color: #a6a6a2
	}

	.flexnav li a {
		border-left: 1px solid #acaca1
	}

	.flexnav li>ul {
		position: absolute;
		top: auto;
		left: 0
	}

	.flexnav li ul li>ul,
	.flexnav li ul.open ul.open {
		margin-left: 100%;
		top: 0
	}

	.flexnav li>ul li {
		width: 100%
	}

	.flexnav li ul.open {
		display: block;
		opacity: 1;
		visibility: visible;
		z-index: 1
	}

	.flexnav li ul.open li {
		overflow: visible;
		max-height: 100px
	}

	.menu-button {
		display: none
	}
}


/*--------------------------------------------------
	Tool Tips
---------------------------------------------------*/

[data-tooltip] {
	position: relative
}

[data-tooltip]::after,
[data-tooltip]::before {
	position: absolute;
	display: block;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	line-height: 12px
}

[data-tooltip]::before {
	content: attr(data-tooltip);
	font-size: 12px;
	font-weight: 500;
	font-family: Poppins, sans-serif;
	color: #000;
	padding: 5px;
	border-radius: 5px;
	white-space: nowrap;
	text-decoration: none;
	text-align: left
}

.light-content [data-tooltip]::before {
	color: #fff
}

[data-tooltip]::after {
	width: 0;
	height: 0;
	border: 6px solid transparent;
	content: ''
}

[data-tooltip]:hover::after,
[data-tooltip]:hover::before {
	opacity: 1
}

[data-tooltip][data-placement=left]::before {
	top: 32%;
	right: 100%;
	margin-right: 35px
}

[data-tooltip][data-placement=left]:hover::before {
	margin-right: -2px;
	-webkit-transition: all .3s ease-out .5s;
	transition: all .3s ease-out .5s
}

[data-tooltip][data-placement=top]::before {
	top: 16%;
	right: 100%;
	margin-right: 0;
	width: 200px;
	height: 16px;
	transform: translateX(147px) translateY(-170px) rotate(-90deg)
}

[data-tooltip][data-placement=top]:hover::before {
	transform: translateX(147px) translateY(-140px) rotate(-90deg);
	-webkit-transition: all .3s ease-out .5s;
	transition: all .3s ease-out .2s
}

[data-tooltip][data-placement=right]::before {
	top: 32%;
	left: 100%;
	margin-left: 35px
}

[data-tooltip][data-placement=right]:hover::before {
	margin-left: -2px;
	-webkit-transition: all .3s ease-out .5s;
	transition: all .3s ease-out .5s
}

@media only screen and (max-width:479px) {

	[data-tooltip]:hover::after,
	[data-tooltip]:hover::before {
		opacity: 0
	}
}


/*--------------------------------------------------
	Social Share
---------------------------------------------------*/

.jssocials-shares {
	margin: .2em 0
}

.jssocials-shares * {
	box-sizing: border-box
}

.jssocials-share {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.jssocials-share:last-child {
	margin-right: 0
}

.jssocials-share-logo {
	width: 1em;
	vertical-align: middle;
	font-size: 1em;
}

img.jssocials-share-logo {
	width: auto;
	height: 1em
}

.jssocials-share-link {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 60px;
	height: 60px;
	line-height: 60px;
}

.jssocials-share-link.jssocials-share-link-count {
	padding-top: .2em
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
	display: block;
	font-size: .6em;
	margin: 0 -.5em -.8em
}

.jssocials-share-link.jssocials-share-no-count {
	padding-top: .5em
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
	height: 1em
}

.jssocials-share-label {
	padding-left: .3em;
	vertical-align: middle
}

.jssocials-share-count-box {
	display: inline-block;
	height: 1.5em;
	padding: 0 .3em;
	line-height: 1;
	vertical-align: middle;
	cursor: default
}

.jssocials-share-count-box.jssocials-share-no-count {
	display: none
}

.jssocials-share-count {
	line-height: 1.5em;
	vertical-align: middle
}


/*--------------------------------------------------
	Justified Gallery
---------------------------------------------------*/

.justified-gallery {
	width: 100%;
	position: relative;
	overflow: hidden
}

.justified-gallery>a,
.justified-gallery>div,
.justified-gallery>figure {
	position: absolute;
	display: inline-block;
	overflow: hidden;
	filter: "alpha(opacity=10)";
	opacity: .1;
	margin: 0;
	padding: 0
}

.justified-gallery>a>a>img,
.justified-gallery>a>img,
.justified-gallery>div>a>img,
.justified-gallery>div>img,
.justified-gallery>figure>a>img,
.justified-gallery>figure>img {
	position: relative;
	top: 50%;
	left: 50%;
	margin: 0;
	margin-top: 0 !important;
	padding: 0;
	border: none;
	filter: "alpha(opacity=0)";
	opacity: 0
}

.justified-gallery>a>.caption,
.justified-gallery>div>.caption,
.justified-gallery>figure>.caption {
	display: none;
	position: absolute;
	bottom: 0;
	padding: 5px;
	background-color: #000;
	left: 0;
	right: 0;
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	font-family: sans-serif
}

.justified-gallery>.entry-visible {
	filter: "alpha(opacity=100)";
	opacity: 1;
	background: 0 0
}

.justified-gallery>.entry-visible>a>img,
.justified-gallery>.entry-visible>img {
	filter: "alpha(opacity=100)";
	opacity: 1;
	-webkit-transition: opacity .5s ease-in;
	-moz-transition: opacity .5s ease-in;
	-o-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in
}

.justified-gallery>.jg-filtered {
	display: none
}

.justified-gallery>.spinner {
	position: absolute;
	bottom: 0;
	margin-left: -24px;
	padding: 10px 0;
	left: 50%;
	filter: "alpha(opacity=100)";
	opacity: 1;
	overflow: initial
}

.justified-gallery>.spinner>span {
	display: inline-block;
	filter: "alpha(opacity=0)";
	opacity: 0;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	background-color: #fff;
	border-radius: 6px
}

/*--------------------------------------------------
	Ricci Production Popup
---------------------------------------------------*/

.ricciproduction-img-popup,
.ricciproduction-video-popup {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 10000;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ricciproduction-img-popup-viewport {
	position: absolute;
	display: flex;
	box-sizing: border-box;
	padding: 80px 40px;
	margin: 0 auto;
	text-align: left;
	z-index: 100;
	height: auto;
	width: auto;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.ricciproduction-video-popup-viewport {
	position: absolute;
	display: flex;
	box-sizing: border-box;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	z-index: 100;
	height: auto;
	width: calc(100% - 80px);
	max-width: 900px;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.ricciproduction-video-popup-viewport::before {
	float: left;
	padding-top: 56.25%;
	content: "";
}

.ricciproduction-img-popup-preloader,
.ricciproduction-video-popup-preloader {
	display: block;
	position: absolute;
	margin: 0 auto;
	width: 80px;
	height: 80px;
}

.ricciproduction-img-popup-preloader div,
.ricciproduction-video-popup-preloader div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.ricciproduction-img-popup-preloader div:nth-child(1),
.ricciproduction-video-popup-preloader div:nth-child(1) {
	left: 8px;
	animation: ricciproduction-img-popup-preloader1 0.6s infinite;
}

.ricciproduction-img-popup-preloader div:nth-child(2),
.ricciproduction-video-popup-preloader div:nth-child(2) {
	left: 8px;
	animation: ricciproduction-img-popup-preloader2 0.6s infinite;
}

.ricciproduction-img-popup-preloader div:nth-child(3),
.ricciproduction-video-popup-preloader div:nth-child(3) {
	left: 32px;
	animation: ricciproduction-img-popup-preloader2 0.6s infinite;
}

.ricciproduction-img-popup-preloader div:nth-child(4),
.ricciproduction-video-popup-preloader div:nth-child(4) {
	left: 56px;
	animation: ricciproduction-img-popup-preloader3 0.6s infinite;
}

@keyframes ricciproduction-img-popup-preloader1 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes ricciproduction-img-popup-preloader3 {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes ricciproduction-img-popup-preloader2 {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(24px, 0);
	}
}


.ricciproduction-img-popup img {
	position: relative;
	max-width: 100%;
	max-height: calc(100vh - 160px);
	width: auto;
	height: auto;
	margin: 0 auto;
	z-index: 10;
	pointer-events: initial;
}

.ricciproduction-video-popup iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	pointer-events: initial;
}

.rounded-borders .ricciproduction-img-popup img {
	border-radius: 8px;
}

.ricciproduction-img-popup-bg-close,
.ricciproduction-video-popup-bg-close {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.ricciproduction-img-popup-close {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 20px;
	top: 60px;
	background-color: rgba(0, 0, 0, 1);
	color: #fff;
	opacity: 0;
	border-radius: 20px;
	z-index: 100;
	cursor: pointer;
	pointer-events: initial;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.ricciproduction-video-popup-close {
	position: absolute;
	width: 40px;
	height: 40px;
	right: -20px;
	top: -20px;
	background-color: rgba(0, 0, 0, 1);
	color: #fff;
	opacity: 0;
	border-radius: 20px;
	z-index: 100;
	cursor: pointer;
	pointer-events: initial;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.ricciproduction-img-popup-close:hover,
.ricciproduction-video-popup-close:hover {
	background-color: rgba(0, 0, 0, 1);
}

.ricciproduction-img-popup-close::after,
.ricciproduction-video-popup-close::after {
	font: var(--fa-font-solid);
	content: "\f00d";
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}

.ricciproduction-img-popup-prev,
.ricciproduction-video-popup-prev {
	position: absolute;
	width: 26px;
	height: 50px;
	left: 60px;
	background-color: rgba(0, 0, 0, 1);
	color: #fff;
	opacity: 0;
	border-radius: 4px;
	z-index: 100;
	cursor: pointer;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.ricciproduction-img-popup-prev:hover,
.ricciproduction-video-popup-prev:hover {
	background-color: rgba(0, 0, 0, 1);
}

.ricciproduction-img-popup-prev::after,
.ricciproduction-video-popup-prev::after {
	font: var(--fa-font-solid);
	content: "\f104";
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}

.ricciproduction-img-popup-next,
.ricciproduction-video-popup-next {
	position: absolute;
	width: 26px;
	height: 50px;
	right: 60px;
	background-color: rgba(0, 0, 0, 1);
	color: #fff;
	opacity: 0;
	border-radius: 4px;
	z-index: 100;
	cursor: pointer;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.ricciproduction-img-popup-next:hover,
.ricciproduction-video-popup-next:hover {
	background-color: rgba(0, 0, 0, 1);
}

.ricciproduction-img-popup-next::after,
.ricciproduction-video-popup-next::after {
	font: var(--fa-font-solid);
	content: "\f105";
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}


@media only screen and (max-width: 1466px) {}


@media only screen and (max-width: 1024px) {}


@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 479px) {

	.ricciproduction-img-popup-viewport {
		padding: 60px 23px;
	}

	.ricciproduction-video-popup-viewport {
		width: calc(100% - 60px);
	}

	.ricciproduction-img-popup img {
		max-height: calc(100vh - 120px);
	}

	.ricciproduction-img-popup-close {
		right: 3px;
		top: 40px
	}

	.ricciproduction-img-popup-prev {
		left: 10px;
	}

	.ricciproduction-img-popup-next {
		right: 10px;
	}

}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



@font-face {
    font-family: 'Pierson';
    src: url('webfonts/Pierson-Thin.eot');
    src: url('webfonts/Pierson-Thin.eot?#iefix') format('embedded-opentype'),
        url('webfonts/Pierson-Thin.woff2') format('woff2'),
        url('webfonts/Pierson-Thin.woff') format('woff'),
        url('webfonts/Pierson-Thin.svg#Pierson-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pierson';
    src: url('webfonts/Pierson-Regular.eot');
    src: url('webfonts/Pierson-Regular.eot?#iefix') format('embedded-opentype'),
        url('webfonts/Pierson-Regular.woff2') format('woff2'),
        url('webfonts/ierson-Regular.woff') format('woff'),
        url('webfonts/Pierson-Regular.svg#Pierson-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pierson';
    src: url('webfonts/Pierson-Light.eot');
    src: url('webfonts/Pierson-Light.eot?#iefix') format('embedded-opentype'),
        url('webfonts/Pierson-Light.woff2') format('woff2'),
        url('webfonts/Pierson-Light.woff') format('woff'),
        url('webfonts/Pierson-Light.svg#Pierson-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



.hero-title.caption-timeline span {
    letter-spacing: 1px;
}

.hero-subtitle.caption-timeline.onload-shuffle.animatedw {
    display: none;
}

.portfolio-page .hero-subtitle.caption-timeline.onload-shuffle.animated {
    display: block;
}

.team-list-captions li .tml-cat {

  position: relative !important;
  margin-bottom: 11px;
}

.list-caption label {
  font-size: 20px;
}

#hero-caption .secondary-font {
    font-size: 12px;
}

#hero-caption .secondary-font span {
    font-size: 18px;
}

.portfolio-page #hero.has-image #hero-caption .inner {

    align-items: flex-start;
}

.cv_team {
  font-size: 16px;
  line-height: 22px;
  font-family: Montserrat;
  letter-spacing: normal;
  text-align: justify;
  font-weight: normal;
  padding-right: 10%;
}

.parallax-label {
  display: block;
  font-family: Montserrat;
  letter-spacing: normal;
  padding-left: 25%;
  line-height: 33px;
  max-width: 100%;
  padding-right: 26%;
  color: #000;
  background-color: #ffffff90;
  padding-top: 30px;
  padding-bottom: 30px;
    /*background-image: url('images/bck_pattern.webp');*/

}

.montserrat-100 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

#ricciproduction-page-content1 {
 		width: 100%;
 		height: 100vh;
 		overflow: hidden;
 		overflow-x: hidden;
 	}

#main .pin-spacer #hero {
    background-image: url(thumbs/0000116.webp);
    background-position: center center;
    transform: translate(0px, 0px) !important;
    height: 100vh !important;
    padding: 0px !important;
    max-height: fit-content !important;
}


	.services_bkg {
 		background-image: url('thumbs/0000191.webp');
		background-size: cover;
		background-repeat: no-repeat;
 	}

	.about-home-bkg {
 		background-image: url('thumbs/0000128.webp');
		background-size: cover;
		background-repeat: no-repeat;
 	}

	.about-bkg{
		background-image: url('thumbs/0000128.webp');
		background-size: cover;
		background-repeat: no-repeat;
	}

	.next-page-about{
		background-image: url('images/services.webp');
		background-size: cover;
		background-repeat: no-repeat;
	}


	.contacts#hero-styles{
		background-image: url('images/contacts2.webp');
		background-size: cover;
		background-repeat: no-repeat;
	}

	.next-page-service{
		background-image: url('images/works.webp');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
	}
	.services .next-hero-title{

		color: #fff !important;
	}
	.white .dark-section-wrapper.clip-effects{
		background-color: #fff !important;
	}

	.services .hero-title {
		color: #fff !important;
	}
	.services .hero-subtitle {
		color: #fff !important;
	}


	.services .test {
		display: block;
		font-size: 26px !important;
		line-height: 32px;
		margin-bottom: 30px;
		letter-spacing: normal;
		font-family: 'Montserrat';
		 color: #000 !important;
	}
	.services .pinned-lists li{
			font-family: 'Pierson';
			font-weight: normal;
			color:#000 !important;
	}

	.services .pinned-lists li label {
			font-family: initial;
		}

	.about-home-bkg .next-hero-title {
	font-size: calc(1rem + 10vw);
	line-height: calc(1rem + 11vw);
	font-weight: 600;
	color: #fff;
	letter-spacing: -0.4vw;
	font-family: 'Pierson';
	}

.light-section-wrapper {
  background-image: url('images/bck_pattern.webp');
  /*z-index: -1;*/
}
.about-page .light-section-wrapper{
	  background-image: url('images/bck_pattern.webp');
  /*z-index: -1;*/
}
	.services_bkg .pin-spacer {

  		background-color: #ffffff90;
}

.services_bkg #page-nav {
  background-color: #ffffff90;
}


.works.highlights .external-titles .slide-title {
  position: absolute;
  font-size: calc((1rem + 12vw) / 2);
  line-height: calc((1rem + 18vw) / 2);
  font-weight: normal;
  letter-spacing: -0.2vw;
  color: #fff;
  cursor: pointer;
  font-family: 'Pierson';
  text-transform: lowercase;
}

	.primary-color-ricci {
		background-color: #000;
	}

	.primary-color-ricci2 {
		background-color: #a17d46;
	}

 	.landing-intro-wrapper .pin-spacer {
 		height: 10px !important;
 		;
 	}

html,
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	height: 100%;
	width: 100%;
	color: #777;
	background-color: #000;
	letter-spacing: -0.15px;
	user-select: none;
	/* supported by Chrome and Opera */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
}

.ajax-link.no_pointer {
  cursor: default;
}

html {
	box-sizing: border-box;
	margin-right: 0px !important;

}
.hero-title-placeholder span {
	font-family: 'Pierson', sans-serif;
}

.hero-title-placeholder span label {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 0.2em;
  font-weight: lighter;
  letter-spacing: -2px;
  display: block;
  line-height: 7px;
}

.next-hero-title.caption-timeline.services span {
  font-family: 'Pierson', sans-serif;
}

body {

	-webkit-transition: opacity 0.2s ease-in-out 0.2s;
	transition: opacity 0.2s ease-in-out 0.2s;
}

body.smooth-scroll {
	overflow: hidden;
}

body.has-slider {
	overflow: hidden;
}

body.hidden {
	opacity: 0;
}

.secondary-font {
	font-family: "Playfair Display", serif;
	font-style: normal;
	font-weight: 400;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio {
	display: inline-block;
	max-width: 100%;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 600;
	color: #000;
}

.light-content b,
.light-content strong,
.dark-section b,
.dark-section strong {
	font-weight: 600;
	color: #fff;
}

.light-content .light-section b,
.light-content .light-section strong {
	font-weight: 600;
	color: #000;
}

cite,
dfn,
i {
	font-style: italic;
}

em {
	font-family: "Playfair Display", serif;
	font-style: normal;
	font-weight: 400;
	font-size: 110%;
}

mark,
ins {
	background: none repeat scroll 0 0 #000;
	text-decoration: none;
	color: #fff;
	padding: 2px 8px;
	display: inline-block;
	border-radius: 2px;
}

.light-content mark,
.light-content ins,
.dark-section mark,
.dark-section ins {
	background: none repeat scroll 0 0 #fff;
	color: #000;
}

.light-content .light-section mark,
.light-content .light-section ins {
	background: none repeat scroll 0 0 #111;
	color: #fff;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: 1.6;
	color: #000;
}

pre {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	background-color: rgba(0, 0, 0, 0.05)
}

.light-content pre,
.dark-section pre {
	background-color: rgba(255, 255, 255, 0.05);
	color: #fff;
}

.light-content .light-section pre {
	background-color: rgba(0, 0, 0, 0.05);
	color: #000;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #000;
	line-height: 1.6;
	font-size: 1.5rem;
	margin-bottom: 2.1875rem;
	font-weight: 500;
	padding-left: 3.5rem;
	margin: 0 0 1.5625rem;
	position: relative;
}

.light-content blockquote,
.dark-section blockquote {
	color: #fff;
}

.light-content .light-section blockquote {
	color: #000;
}

blockquote::before {
	content: "\275D";
	position: absolute;
	left: 0;
	top: 5px;
	line-height: 1;
	font-size: 3rem;
	font-weight: 500;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.light-content blockquote cite,
.light-content blockquote small {
	color: #fff;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 600;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul,
ol {
	list-style: none;
	margin: 20px 0 25px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin: 20px 0px 15px 25px;
}

li {
	line-height: 20px;
	color: #444;
	margin-bottom: 25px;
}

.light-content li,
.dark-section li {
	color: #ccc;
}

.light-content .light-section li {
	color: #444;
}

figure {
	margin: 0;
	position: relative;
	display: block;
}

figure.has-parallax {
	overflow: hidden;
}

.full figure.has-parallax {
	overflow: hidden;
	height: 100vh;
}

figure img {
	max-width: 100%;
}

.has-parallax-content>img,
.has-parallax>img {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	object-position: center;
	object-fit: cover;
}

figcaption {
	background-color: rgba(0, 0, 0, 0.3);
	bottom: 0px;
	color: #fff;
	font-weight: 400;
	font-size: 10px;
	padding: 5px 10px;
	position: absolute;
	right: 0px;
	z-index: 10;
	border-radius: 0;
	display: none !important;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 0;
}

legend {
	white-space: normal;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
	/* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
	color: #444;
}

thead,
.light-content .light-section thead {
	background-color: rgba(0, 0, 0, 1);
	color: #fff;
}

.light-content thead,
.dark-section thead {
	background-color: rgba(255, 255, 255, 1);
}

thead tr,
.light-content .light-section thead tr {
	color: #fff;
}

.light-content thead tr,
.dark-section thead tr {
	color: #000;
}

tr,
.light-content .light-section tr {
	color: #444;
}

.light-content tr,
.dark-section tr {
	color: #CCC;
}

tr:nth-child(2n),
.light-content .light-section tr:nth-child(2n) {
	background-color: rgba(0, 0, 0, 0.05);
}

.light-content tr:nth-child(2n),
.dark-section tr:nth-child(2n) {
	background-color: rgba(255, 255, 255, 0.1);
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	padding: 10px;
}

td {
	border-width: 0 1px 1px 0;
	padding: 10px;
}

del {
	color: #767676;
}

hr {
	border: 0;
	height: 28px;
	width: 100%;
	float: none;
	margin: 0;
	display: inline-block;
	opacity: 1 !important;
	-webkit-transition: translateY(0px) !important;
	transform: translateY(0px) !important;
}

hr.animated-line {
	height: 1px;
	padding-top: 20px;
	padding-bottom: 20px;
}

hr.animated-line:before {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
}

.light-content hr.animated-line:before,
.dark-section hr.animated-line:before {
	background: rgba(255, 255, 255, 0.15);
}

.light-content .light-section hr.animated-line:before {
	background: rgba(0, 0, 0, 0.1);
}

hr.animated.animated-line:before {
	width: 100%;
	-webkit-transition: width 0.7s ease-in-out 0.1s;
	transition: width 0.7s ease-in-out 0.1s;
}

hr:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

img {
	border: 0 none;
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
	letter-spacing: -0.1vw;
}

.big-title {
	font-weight: 600;
	font-size: calc((1rem + 12vw) / 2);
	line-height: calc((1rem + 14vw) / 2);
	letter-spacing: -0.2vw;
}

h1 {
	font-size: calc(1rem + 4vw);
	line-height: calc(1rem + 4vw);
}

h2 {
	font-size: calc(1rem + 3vw);
	line-height: calc(1rem + 3.5vw);
}

h3 {
	font-size: calc(1rem + 2vw);
	line-height: calc(1rem + 2.5vw);
}

h4 {
	font-size: calc(1rem + 1vw);
	line-height: calc(1rem + 1.6vw);
	letter-spacing: -0.05vw;
}

h5 {
	font-size: calc(1rem + 0.6vw);
	line-height: calc(1rem + 1.5vw);
	font-weight: 500;
	letter-spacing: -0.04vw;
}

h6 {
	font-size: 18px;
	line-height: 36px;
	font-weight: 400;
	letter-spacing: -0.03vw;
}

h6.has-icon {
	padding-left: 20px;
	box-sizing: border-box;
	display: inline-block;
	width: auto;
	position: relative;
}

h6.has-icon::before {
	font: var(--fa-font-solid);
	content: "\f101";
	font-size: 12px;
	line-height: inherit;
	text-align: left;
	position: absolute;
	left: 0;
}

.no-margins {
	margin: 0;
}

.light-content h1,
.light-content h2,
.light-content h3,
.light-content h4,
.light-content h5,
.light-content h6,
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section h6 {
	color: #fff;
}

.light-content .light-section h1,
.light-content .light-section h2,
.light-content .light-section h3,
.light-content .light-section h4,
.light-content .light-section h5,
.light-content .light-section h6 {
	color: #000;
}

p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 10px;
	color: #000;
}

.light-content p,
.dark-section p {
	color: #fff;
}

.light-content .light-section p {
	color: #000;
}

.bigger {
	font-size: 24px;
	line-height: 36px;
	font-weight: 500;
}

.smaller {
	font-size: 14px;
	line-height: 24px;
}

.container {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.container::after {
	clear: both;
	content: " ";
	display: table;
}

a:hover,
a:active {
	outline: 0;
	color: #000;
}

a,
.light-content .light-section a {
	text-decoration: none;
	color: #000;
	outline: 0;
}

.light-content a,
.dark-section a,
.white-header a {
	color: #fff;
}

.light-content .white-header a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

.one_half {
	width: 48% !important;
}

.one_third {
	width: 30.6% !important;
}

.one_fourth {
	width: 22% !important;
}

.one_fifth {
	width: 16.8% !important;
}

.one_sixth {
	width: 13.33% !important;
}

.two_fifth {
	width: 37.6% !important;
}

.two_fourth {
	width: 48% !important;
}

.two_third {
	width: 65.33% !important;
}

.three_fifth {
	width: 58.4% !important;
}

.three_fourth {
	width: 74% !important;
}

.four_fifth {
	width: 79.2% !important;
}

.five_sixth {
	width: 82.67% !important;
}

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.two_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	float: left !important;
	margin-bottom: 40px !important;
	margin-right: 4% !important;
	position: relative !important;
}

.last {
	margin-right: 0px !important;
}

.text-align-left {
	text-align: left;
}

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

.text-align-right {
	text-align: right;
}

.outer {
	display: table;
	width: 100%;
	height: 100%;
}

.inner {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.light-section-wrapper,
.dark-section-wrapper {
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 1000% !important;
	width: 100vw !important;
}

.light-section-container,
.dark-section-container {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

.content-row {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	opacity: 1;
	box-sizing: border-box;
}

.clip-effects {
	overflow: hidden;
	clip-path: inset(4% 10% round 40px);
}

.content-row::after {
	clear: both;
	content: " ";
	display: table;
}

.small {
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
}

.large {
	max-width: 1380px;
	width: 100%;
	margin: 0 auto;
}

.full {
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 1000% !important;
	width: 100vw !important;
}

.row_padding_top {
	padding-top: 2vw;
}

.row_padding_bottom {
	padding-bottom: 9vw;
}


.services .row_padding_top {
	padding-top: 100px;
}

.services  .row_padding_bottom {
	padding-bottom: 4vw;
}

.services .pin-spacer {
    margin-top: 200px !important;
}

.row_padding_left {
	padding-left: 80px;
}

.row_padding_right {
	padding-right: 80px;
}

.row_padding_all {
	padding-top: 4vw;
	padding-bottom: 4vw;
	padding-left: 80px;
	padding-right: 80px;
}

#rotate-device {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	background-color: #0f1010;
	background-image: url(images/rotate.webp);
	background-size: 100px 100px;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}

i.arrow-icon {
	border: solid #000;
	border-width: 0px 3px 3px 0px;
	box-sizing: border-box;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 20px;
}

.light-content i.arrow-icon,
.dark-content .item i.arrow-icon {
	border: solid #fff;
	border-width: 0px 3px 3px 0px;
}

.light-content .change-header i.arrow-icon,
.dark-content .change-header i.arrow-icon {
	border: solid #000;
	border-width: 0px 3px 3px 0px;
}

i.arrow-icon::after {
	content: "";
	position: absolute;
	width: 28px;
	height: 3px;
	top: 7px;
	left: -6px;
	background-color: currentColor;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.light-content i.arrow-icon:after,
.light-content .change-header i.arrow-icon::after,
.dark-content .item i.arrow-icon::after {
	background-color: currentColor;
}

.light-content .change-header i.arrow-icon::after,
.dark-content .change-header i.arrow-icon::after {
	background-colorcurrentColor;
}

i.arrow-icon-down {
	border: solid currentColor;
	border-width: 0px 2px 2px 0px;
	box-sizing: border-box;
	display: block;
	position: relative;
	top: 14px;
	left: 14px;
	height: 12px !important;
	width: 12px !important;
	line-height: 12px !important;
}

i.arrow-icon-down.left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

i.arrow-icon-down::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 2px;
	top: 4px;
	left: -3px;
	background-color: currentColor;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);

}

.light-content i.arrow-icon-down {
	border: solid currentColor;
	border-width: 0px 2px 2px 0px;
}

.light-content i.arrow-icon-down::after {
	background-color: currentColor;
}

i.arrow-icon-up {
	border: solid currentColor;
	border-width: 2px 2px 0px 0px;
	box-sizing: border-box;
	display: block;
	position: relative;
	top: 14px;
	left: 14px;
	height: 12px !important;
	width: 12px !important;
	line-height: 12px !important;
}

i.arrow-icon-up.right {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

i.arrow-icon-up::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 2px;
	top: 4px;
	left: -3px;
	background-color: currentColor;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.light-content i.arrow-icon-up {
	border: solid currentColor;
	border-width: 2px 2px 0px 0px;
}

.light-content i.arrow-icon-up::after {
	background-color: currentColor;
}

.button-wrap.no-events {
	pointer-events: none;
}

/*--------------------------------------------------
	02. Magic Cursor
---------------------------------------------------*/


#magic-cursor {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	pointer-events: none;
	z-index: 10000;
	-webkit-transition: opacity 0.2s ease-in-out 0.5s;
	transition: opacity 0.2s ease-in-out 0.5s;
}

.hidden-ball #magic-cursor {
	opacity: 0 !important;
	visibility: hidden;
}

#ball {
	position: fixed;
	width: 80px;
	height: 80px;
	border: 4px solid #999999;
	border-radius: 50%;
	pointer-events: none;
	opacity: 1;
	box-sizing: border-box;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

.light-content #ball,
#ball.over-movie,
.light-content #ball.with-icon {
	border: 4px solid #999999;
	border-color: #999999;
}

#ball.with-blur {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#ball:before {
	font: var(--fa-font-solid);
	content: "\f106";
	font-size: 14px;
	width: 8px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	left: 32px;
	top: -42px;
	color: #999;
	opacity: 0;
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball:before {
	color: #999;
}

#ball::after {
	font: var(--fa-font-solid);
	content: "\f107";
	font-size: 14px;
	width: 8px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	left: 32px;
	top: 100px;
	color: #999;
	opacity: 0;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball:before,
.light-content #ball:after {
	color: #999;
}

.scale-up #ball:before,
.scale-drag-horizontal #ball:before {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-drag-horizontal #ball:before {
	color: #fff;
}

.scale-up #ball:after,
.scale-drag-horizontal #ball:after {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-drag-horizontal #ball:after {
	color: #fff;
}

.scale-up.scale-none #ball:before,
.scale-up.scale-none #ball:after {
	opacity: 0;
}

#ball-drag-x {
	position: absolute;
	width: 72px;
	height: 72px;
	pointer-events: none;
	opacity: 1;
	box-sizing: border-box;
}

#ball-drag-x::before {
	font: var(--fa-font-solid);
	content: "\f053";
	font-size: 16px;
	width: 8px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	left: -37px;
	top: 29px;
	color: #fff;
	opacity: 0;
	transform: translateX(20px);
	-webkit-transform: translateX(20px);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball-drag-x:before {
	color: #000;
}

#ball-drag-x::after {
	font: var(--fa-font-solid);
	content: "\f054";
	font-size: 16px;
	width: 8px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	right: -40px;
	left: auto;
	top: 29px;
	color: #fff;
	opacity: 0;
	transform: translateX(-20px);
	-webkit-transform: translateX(-20px);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball-drag-x:before,
.light-content #ball-drag-x:after {
	color: #000;
}

.drag-cursor-white #ball-drag-x:before,
.drag-cursor-white #ball-drag-x:after {
	color: #000;
}

.drag-cursor-black #ball-drag-x:before,
.drag-cursor-black #ball-drag-x:after {
	color: #fff;
}

.scale-drag-x #ball-drag-x:before {
	opacity: 1;
	transform: translateX(52px);
	-webkit-transform: translateX(52px);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-drag-x #ball-drag-x:after {
	opacity: 1;
	transform: translateX(-52px);
	-webkit-transform: translateX(-52px);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-up.scale-drag #ball-drag-x:before,
.scale-up.scale-drag #ball-drag-x:after {
	opacity: 0;
}

#ball-drag-y {
	position: absolute;
	width: 72px;
	height: 72px;
	pointer-events: none;
	opacity: 1;
	box-sizing: border-box;
}

#ball-drag-y:before {
	font: var(--fa-font-solid);
	content: "\f077";
	font-size: 16px;
	width: 8px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	left: 30px;
	top: -44px;
	color: #fff;
	opacity: 0;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
	transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball-drag-y:before {
	color: #000;
}

.scale-drag-y #ball-drag-y:before {
	opacity: 1;
	transform: translateY(52px);
	-webkit-transform: translateY(52px);
	transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#ball-drag-y::after {
	font: var(--fa-font-solid);
	content: "\f078";
	font-size: 16px;
	width: 8px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	left: 30px;
	top: 100px;
	color: #fff;
	opacity: 0;
	transform: translateY(-40px);
	-webkit-transform: translateY(-40px);
	transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball-drag-y:after {
	color: #000;
}

.scale-drag-y #ball-drag-y:after {
	opacity: 1;
	transform: translateY(-52px);
	-webkit-transform: translateY(-52px);
	transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-up.scale-drag #ball-drag-y:before,
.scale-up.scale-drag #ball-drag-y:after {
	opacity: 0;
}

#ball i {
	color: #fff;
	width: 76px;
	height: 80px;
	line-height: 78px;
	text-align: center;
	font-size: 14px;
	display: block;
	opacity: 1;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#ball {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#ball p {
	color: #fff;
	width: auto;
	height: 16px;
	line-height: 16px;
	padding-top: 0px;
	padding-left: 0px;
	box-sizing: border-box;
	margin: 0 auto;
	margin-bottom: 0;
	text-align: center;
	font-size: 10px;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	align-self: center;
	opacity: 1;
	position: relative;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball p {
	color: #fff;
}

#ball p.center-first::before {
	content: "[";
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	height: 20px;
	top: calc(50% - 10px);
	left: -8px;
	line-height: 20px;
}

#ball p.center-first::after {
	content: "]";
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	height: 20px;
	top: calc(50% - 10px);
	right: -8px;
	line-height: 20px;
}

.light-content #ball i,
#ball.over-movie i,
.light-content #ball.with-icon i {
	color: #fff;
}

.drag-cursor-white #ball i,
.drag-cursor-white #ball.with-icon i {
	color: #000;
}

.drag-cursor-black #ball i,
.drag-cursor-black #ball.with-icon i {
	color: #fff;
}

.light-content #ball.with-icon.dark-icon i {
	color: #000;
}

.scale-up #ball i {
	opacity: 0;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#ball.with-icon i {
	width: 76px;
}

#ball.with-icon i:nth-child(2) {
	display: none;
}

#ball.close-icon i {
	width: 75px;
	height: 76px;
	font-size: 14px;
}

#ball.over-movie i.fa-play,
#ball.over-movie.pause-movie i.fa-pause {
	display: block;
}

#ball.over-movie i.fa-pause,
#ball.over-movie.pause-movie i.fa-play {
	display: none;
}

#ball-loader {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #999999;
	border-left: 4px solid transparent;
	border-top: 4px solid transparent;
	border-radius: 50%;
	box-sizing: border-box;
	opacity: 0;
	-webkit-transform: translate(-14px, -14px) rotate(0deg);
	transform: translate(-14px, -14px) rotate(0deg);
	-webkit-animation: rotating 0.8s ease-in-out infinite;
	animation: rotating 0.8s ease-in-out infinite;
	-webkit-transition: opacity 0s ease-in-out 0s;
	transition: opacity 0s ease-in-out 0s;
}

.light-content #ball-loader {
	border-bottom: 4px solid #999999;
}

.show-loader #ball-loader {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out 0s;
	transition: opacity 0.2s ease-in-out 0s;
}

@keyframes rotating {
	0% {
		-webkit-transform: translate(-14px, -14px) rotate(0deg);
		transform: translate(-14px, -14px) rotate(0deg);
	}

	95% {
		-webkit-transform: translate(-14px, -14px) rotate(350deg);
		transform: translate(-14px, -14px) rotate(350deg);
	}

	100% {
		-webkit-transform: translate(-14px, -14px) rotate(360deg);
		transform: translate(-14px, -14px) rotate(360deg);
	}
}

.show-loader a,
.show-loader .ricciproduction-nav-wrapper,
.scale-up a,
.scale-up .hide-ball,
scale-up .link,
.scale-up .button-wrap,
.scale-up #burger-wrapper,
.scale-up .disable-drag,
.scale-drag a,
.scale-drag .move-title {
	pointer-events: none !important;
}

.disable-cursor #magic-cursor {
	display: none;
}

#ball i.arrow-icon {
	border: solid #fff;
	border-width: 3px 3px 0px 0px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 28px;
	left: 30px;
	height: 20px;
	width: 20px;
}

.light-content #ball i.arrow-icon {
	border: solid #fff;
	border-width: 3px 3px 0px 0px;
}

#ball i.arrow-icon:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 3px;
	top: 8px;
	left: -8px;
	background-color: #fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.light-content #ball i.arrow-icon:after {
	background-color: #fff;
}

#ball.color-cursor p,
#ball.color-cursor i,
#ball.color-cursor #ball-drag-x::before,
#ball.color-cursor #ball-drag-x::after {
	color: currentColor !important;
}


/*--------------------------------------------------
	03. Page Preloader
---------------------------------------------------*/

.disable-ajaxload .preloader-wrap {
	display: none;
}

.preloader-wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	background: #000;
	z-index: 1800;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.preloader-wrap .outer {
	padding: 0px;
	box-sizing: border-box;
}

.preloader-wrap .inner {
	vertical-align: middle;
	box-sizing: border-box;
}

.percentage-wrapper {
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	height: auto;
	z-index: 10;
	box-sizing: border-box;
	padding: 60px 0;
	overflow: hidden;
	mask-image: linear-gradient(180deg, transparent 5%, #000 15%, #000 85%, transparent 95%);
	-webkit-mask-image: linear-gradient(180deg, transparent 5%, #000 15%, #000 85%, transparent 95%);
}

.percentage {
	font-size: calc(1rem + 12vw);
	line-height: calc(1rem + 11vw);
	font-weight: 600;
	width: auto;
	height: calc(1rem + 11vw);
	color: #fff;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.percentage .number {
	display: block;
	text-align: center;
}

.percentage .number:first-child {
	display: block;
	text-align: right;
}

.percentage .number span {
	display: block;
}

.percentage-first {
	height: calc(1rem + 1.6vw);
	font-size: calc(1rem + 1vw);
	line-height: calc(1rem + 1.6vw);
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
	margin-top: 10px;
	overflow: hidden;
}

.percentage-first span {
	position: relative;
	display: block;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
}

.percentage-last {
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: calc(1rem + 4vw);
	line-height: inherit;
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	margin-top: 10px;
	overflow: hidden;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.percentage-last span {
	position: relative;
	display: block;
	transform: translateY(200%);
	-webkit-transform: translateY(200%);
	opacity: 0;
}

.trackbar {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	position: relative;
	padding: 0 80px;
	box-sizing: border-box;
	opacity: 1;
}

.loadbar {
	width: 300px;
	height: 50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: hidden;
	z-index: 0;
	transform-origin: center center;
	display: flex;
	justify-content: space-between;
}

.loadbar-inner {
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0px;
	left: auto;
	right: auto;
	overflow: hidden;
	z-index: 20;
	clip-path: circle(0%);
}

.hold-progress-bar {
	width: 0%;
	height: 0px;
	background: rgba(0, 0, 0, 1);
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	overflow: hidden;
}

.preloader-intro {
	position: relative;
	display: block;
	color: #fff;
	overflow: hidden;
	float: left;
	z-index: 10;
	opacity: 1;
	mix-blend-mode: difference;
}

.preloader-intro span {
	position: relative;
	display: block;
	font-weight: 500;
	position: relative;
	font-size: 30px;
	line-height: 50px;
}

/*--------------------------------------------------
	04. Header Elements
---------------------------------------------------*/


.ricciproduction-header {
	width: 100%;
	height: 120px;
	left: 0;
	top: 0;
	background-color: transparent;
	position: fixed;
	box-sizing: border-box;
	z-index: 1000;
	pointer-events: none;
	-webkit-transition: background 0.4s ease-in-out 0.3s;
	transition: background 0s ease-in-out 0s;
}

#header-container {
	box-sizing: border-box;
	height: inherit;
	padding: 20px 80px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: transparent;

}

.light-content .header-gradient {
	background-color: transparent;
}

.light-content .header-middle {
	color: #fff;
}

#ricciproduction-logo {
	position: relative;
	display: block;
	pointer-events: initial;
	z-index: 10;
}

#ricciproduction-logo a {
	display: block;
	-webkit-transition: transform 0.5s ease-in-out 0.1s;
	transition: transform 0.5s ease-in-out 0.1s;
}

#ricciproduction-logo a.disable,
.open #ricciproduction-logo a {
	pointer-events: none;
}

#ricciproduction-logo img {
	display: block;
	height: 50px;
	width: auto;
	max-width: none;

}

#ricciproduction-page-content:not(.no-css-animation) #ricciproduction-logo img {
	/*-webkit-transition: opacity 0.15s ease-in-out 0s;
		transition: opacity 0.15s ease-in-out 0s;*/
}

#ricciproduction-logo img.black-logo {
	opacity: 1;
}

.light-content #ricciproduction-logo img.black-logo {
	opacity: 0;
}

#ricciproduction-logo img.white-logo {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.light-content #ricciproduction-logo img.white-logo {
	opacity: 1;
}

.white-header #ricciproduction-logo img.black-logo {
	opacity: 0;
}

.light-content .white-header #ricciproduction-logo img.black-logo {
	opacity: 1;
}

.light-content .white-header.over-white-section #ricciproduction-logo img.black-logo,
.show-loader1 .light-content .white-header #ricciproduction-logo img.black-logo {
	opacity: 0;
}

.white-header #ricciproduction-logo img.white-logo {
	opacity: 1;
}

.light-content .white-header #ricciproduction-logo img.white-logo {
	opacity: 0;
}

.light-content .white-header.over-white-section #ricciproduction-logo img.white-logo,
.show-loader1 .light-content .white-header #ricciproduction-logo img.white-logo {
	opacity: 1;
}

.menu-open.light-content .slide-in #ricciproduction-logo img.white-logo {
	opacity: 1;
}

.ricciproduction-nav-wrapper {
	pointer-events: none;
}

.ricciproduction-nav-wrapper.open {
	pointer-events: initial;
}

.dark-content-header #ricciproduction-logo img.black-logo {
	opacity: 1 !important;
}

.dark-content-header #ricciproduction-logo img.white-logo {
	opacity: 0 !important;
}

.light-content-header #ricciproduction-logo img.black-logo {
	opacity: 0 !important;
}

.light-content-header #ricciproduction-logo img.white-logo {
	opacity: 1 !important;
}

@media (max-width: 768px) {

.previous-project-caption {
    position: absolute;
    top: 0px !important;
    left: 13px !important;
    z-index: 10 !important;
}

#main .pin-spacer #hero {

    background-position: 33%;
}
	.new-hero-title {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.homepage .hero-title-placeholder {
		justify-content: center !important;
	}

.homepage .hero-title-placeholder div {
    
    
    border-radius: 10px;
	padding-top:10px;
	padding-bottom: 10px;
}

.homepage  .snap-slider-captions {
        align-items: center  !important;
    }

.homepage  .hero-title-placeholder span label {

    letter-spacing: 0px;
}

span.text-rotator-wrapper.secondary-font {
    margin-left: 19px !important;
}
	.home-about-div {
		margin-top: 131px !important;
		padding-top:40px !important;
	}


	p.has-shuffle-onscroll {
    margin-bottom: 51px;
}

.services .pinned-lists {


}

 .works  .showcase-portfolio .slide-caption .slide-title span {

    line-height: 23px;
    margin-top: 17px;
}

.portfolio-page .hero-subtitle br {
    display: none;
}

 .works  .previous-project-caption {
   
    left: 19px !important;
 
}

#hero.has-image #hero-caption {
        padding-top: 120px;
        padding-bottom: 130px;
    }

 .works  .slide-date {
    display: none !important;
}

.services li .test {
    font-size: .5em !important;

    text-align: justify;
    margin-top: 30px;
}

   .works .showcase-portfolio .slide-caption {
        padding: 5px 30px;
        opacity: 1;
        display: flex;
        align-items: self-end;
        flex-direction: column;
    }

.works #hero #hero-footer .button-text {
        display: block !important;
    }

.services  div#hero-caption .inner {
   
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    border-radius: 10px;
}
	.services .next-page-about {
 
		background-position: left center !important;
	}
}

@media all and (min-width: 1025px) {

	.light-content .classic-menu .flexnav li a.shape-ball {
		border: 1px solid rgb(255, 255, 255);
		border-radius: 3px;
		background-color: #fff;
		color: #000;
	}

	.classic-menu .ricciproduction-nav-wrapper {
		position: relative;
		width: auto;
		top: 0px;
		-webkit-transition: all 0.2s ease-in-out 0.5s;
		transition: all 0.2s ease-in-out 0.5s;
		display: block;
		height: 60px;
		margin: 10px 0;
		background-color: transparent !important;
		opacity: 1 !important;
	}

	.ricciproduction-header.classic-menu .ricciproduction-nav-wrapper {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 66px;
		top: 27px;
		left: 0;
		right: 0;
		margin: auto;
	}

	.classic-menu .flexnav {
		display: block;
		float: right;
		position: relative;
		width: auto;
		max-height: 66px;
	}

	.classic-menu .flexnav .touch-button {
		background: transparent none repeat scroll 0 0;
	}

	.flexnav .touch-button .navicon {
		display: none;
	}

	.classic-menu .flexnav li {
		background: transparent none repeat scroll 0 0;
		padding-left: 15px;
		padding-right: 15px;
		color: #000;
	}

	.light-content .classic-menu .flexnav li {
		color: #fff;
	}

	.light-content .classic-menu.white-header .flexnav li {
		color: #000;
	}

	.classic-menu.white-header .flexnav li {
		color: #fff;
	}

	.classic-menu .flexnav li:first-child {
		padding-left: 0px;
	}

	.classic-menu .flexnav li:last-child {
		padding-right: 0px;
	}

	.classic-menu .menu-timeline {
		opacity: 1 !important;
		-webkit-transition: translateY(0px) !important;
		transform: translateY(0px) !important;
		pointer-events: initial;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.classic-menu .menu-timeline.item-with-ul {
		margin-bottom: 0px;
		padding-bottom: 20px;
	}

	.classic-menu .flexnav li:last-child {
		padding-right: 0px;
	}

	.classic-menu .before-span {
		opacity: 1 !important;
		-webkit-transition: translateY(0px) !important;
		transform: translateY(0px) !important;

	}

	.classic-menu .flexnav li a {
		background: transparent none repeat scroll 0 0;
		padding: 0;
		position: relative;
		border-left: medium none;
		color: currentColor;
		line-height: 24px;
		display: block;
		overflow: hidden;
		white-space: nowrap;
		font-size: 16px;
	}

	.classic-menu .flexnav li a span {
		position: relative;
		display: block;
		-webkit-transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
		transform-origin: 100% 0%;
	}


	.ricciproduction-header.classic-menu .flexnav li a .before-span span {
		padding: 3px 10px;
		border-radius: 3px;
	}

	.ricciproduction-header.classic-menu .flexnav li a.active .before-span span {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.load-next-page .ricciproduction-header.classic-menu .flexnav li a.active .before-span span {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.ricciproduction-header.classic-menu .flexnav li.disable a.active .before-span span {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.ricciproduction-header.classic-menu .flexnav li.item-with-ul.disable:hover a.active .before-span span {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.classic-menu .flexnav li a span::before {
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		content: attr(data-hover);
	}

	.classic-menu .flexnav li a span::before {
		content: "";
		position: absolute;
		box-sizing: border-box;
		top: 100%;
		width: 100%;
		height: 100%;
		left: 0;
		padding: 3px 10px;
		border-radius: 3px;
		background-color: currentColor;
	}

	.classic-menu .flexnav li a span::after {
		position: absolute;
		box-sizing: border-box;
		top: 100%;
		width: 100%;
		left: 0;
		content: attr(data-hover);
		padding: 3px 10px;
		color: currentColor;
		filter: invert(1);
	}

	.classic-menu .flexnav li:hover a span {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		transform-origin: 0% 0%;
	}

	.classic-menu .flexnav li.item-with-ul:hover a span {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		transform-origin: 0% 0%;
	}

	.classic-menu.white-header .flexnav li a a span::before {
		background-color: #fff;
		color: #000;
	}

	.light-content .classic-menu.white-header .flexnav li a span::before {
		background-color: #000;
		color: #fff;
	}





	.classic-menu .flexnav li ul li a {
		padding: 0 20px 15px;
		background-color: transparent;
		text-transform: none;
		font-size: 16px;
		line-height: 24px;
		color: currentColor;
		opacity: 1;
		-webkit-transition: all 0.05s ease-in-out;
		-moz-transition: all 0.05s ease-in-out;
		-o-transition: all 0.05s ease-in-out;
		-ms-transition: all 0.05s ease-in-out;
		transition: all 0.05s ease-in-out;
	}

	.classic-menu .flexnav li ul li:first-child a {
		padding-top: 15px;
	}

	.classic-menu .flexnav li ul li a.link::before {
		display: none;
	}

	.classic-menu .flexnav li ul:hover li a {
		opacity: 0.6;
	}

	.classic-menu .flexnav li ul li a.active,
	.classic-menu .flexnav li ul li a:hover {
		opacity: 1;
	}

	.classic-menu .flexnav li>ul li {
		margin-left: 0;
		padding: 0;
		opacity: 1 !important;
		transform: none !important;
		filter: invert(1);
	}

	.classic-menu .flexnav li ul {
		-webkit-transform: translate3d(0px, 30px, 0px);
		transform: translate3d(0px, 30px, 0px);
		display: block !important;
		opacity: 0 !important;
		height: inherit !important;
		overflow: visible !important;
		visibility: hidden;
		left: 15px;
		top: 45px;
		background: currentColor;
		border-radius: 3px;
		min-width: 120px;
		width: auto;
		-webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out !important;
		transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out !important;
	}

	.classic-menu .flexnav li:last-child ul {
		left: auto;
		right: -10px;
	}

	.classic-menu .flexnav li ul ul {
		left: 5px !important;
	}

	.classic-menu .flexnav li ul:after {
		display: block;
		content: '';
		position: absolute;
		top: -4px;
		left: 10px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 9px;
		border-color: transparent transparent currentColor;
	}

	.classic-menu .flexnav li:last-child ul:after {
		left: auto;
		right: 20px;
	}

	.classic-menu .flexnav ul li ul:after {
		display: block;
		content: '';
		position: absolute;
		top: 15px;
		left: -10px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 9px;
		border-color: transparent transparent #000;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.classic-menu .flexnav li ul li>ul,
	.classic-menu .flexnav li ul.open ul.open {
		top: -5px;
		z-index: 10;
	}

	.classic-menu .flexnav li:last-child ul li>ul,
	.classic-menu .flexnav li:last-child ul.open ul.open {
		margin-left: -100%;
		left: -5px !important;
		right: auto;
		top: 0;
	}

	.classic-menu .flexnav li:last-child ul li ul::after {
		right: -10px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.classic-menu .flexnav ul li ul li a {
		background: #000;
	}

	.classic-menu .flexnav ul li ul li ul li a {
		background: #000;
	}

	.classic-menu .flexnav li ul.flexnav-show {
		-webkit-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		opacity: 1 !important;
		visibility: visible;
		-webkit-transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;
		transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;
	}

	.classic-menu .flexnav .touch-button {
		display: none;
	}


	/*-- Full Screen Menu --*/

	.fullscreen-menu .ricciproduction-nav-wrapper {
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		visibility: visible;
		pointer-events: none;
		opacity: 0;
		padding: 20px 0;
	}

	.fullscreen-menu .ricciproduction-nav-wrapper.open {
		visibility: visible;
		pointer-events: initial;
	}

	.fullscreen-menu .nav-height {
		overflow-y: scroll;
		position: relative;
		height: 100%;
		padding: 40px 0;
		padding-right: 30px;
		width: calc(100% + 30px);
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.fullscreen-menu .flexnav {
		max-height: 2000px;
		-webkit-transition: all 0.2s ease-in 0.6s;
		transition: all 0.2s ease-in 0.6s;
		display: block;
		width: auto;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.fullscreen-menu .flexnav.flexnav-show {
		-webkit-transition: all .3s ease-out 0.2s;
		transition: all .3s ease-out 0.2s;
	}

	.fullscreen-menu .flexnav li {
		text-align: center;
		padding: 0;
		box-sizing: border-box;
		float: none;
	}

	.fullscreen-menu .menu-timeline {
		opacity: 0;
	}

	.fullscreen-menu .flexnav li ul li .touch-button {
		height: 32px;
	}

	.fullscreen-menu .flexnav:hover li ul li a.active,
	.fullscreen-menu .flexnav:hover li ul li:hover>a {
		opacity: 1;
	}

	.fullscreen-menu .flexnav .touch-button .navicon {
		display: none;
	}

	.fullscreen-menu .flexnav li.link {
		border-bottom: none;
	}

	.fullscreen-menu .flexnav>li>a {
		font-size: calc(1rem + 4vw);
		line-height: calc(1rem + 4.3vw);
		font-weight: 500;
		padding: 0 50px;
		-webkit-transition: all .1s ease-in-out 0s;
		transition: all .1s ease-in-out 0s;
		overflow: hidden;
	}

	.fullscreen-menu .flexnav .touch-button {
		width: 100%;
		display: block;
		height: calc(1rem + 4.5vw);
	}

	.fullscreen-menu .flexnav li a {
		color: #000;
	}

	.fullscreen-menu.invert-header .flexnav li a {
		color: #fff;
	}

	.fullscreen-menu .flexnav:hover li a,
	.fullscreen-menu .flexnav.hover li a {
		opacity: 0.3;
	}

	.fullscreen-menu .flexnav li:hover a,
	.fullscreen-menu .flexnav li a.active {
		opacity: 1;
	}

	.fullscreen-menu .flexnav:hover li ul li a {
		opacity: 0.3;
	}

	.fullscreen-menu .flexnav:hover li ul li a.active,
	.fullscreen-menu .flexnav:hover li ul li:hover>a {
		opacity: 1;
	}

	.fullscreen-menu .flexnav a.link::before {
		display: none;
	}

	.fullscreen-menu .flexnav li ul {
		margin-top: 10px;
		margin-bottom: 10px;
		position: relative;
		left: 0;
	}

	.fullscreen-menu .flexnav li ul:after {
		display: none;
	}

	.fullscreen-menu .flexnav li ul li a {
		padding: 3px 0;
		font-size: 20px;
		line-height: 30px;
		font-weight: 500;
		border-top: none;
		text-transform: none;
	}

	.uppercase-text .fullscreen-menu .flexnav li ul li a {
		text-transform: uppercase;
		line-height: 20px;
	}

	.fullscreen-menu .flexnav ul li ul li a {
		background: transparent;
	}

	.fullscreen-menu .flexnav li ul li>ul,
	.fullscreen-menu .flexnav li ul.open ul.open {
		margin-left: 0;
		top: 0;
	}

	.fullscreen-menu .menu-timeline {
		opacity: 1;
	}

	.fullscreen-menu .menu-timeline .before-span {
		opacity: 0;
		display: block;
		-webkit-transform: translateY(120px);
		transform: translateY(120px);
	}

	.fullscreen-menu .flexnav li,
	.fullscreen-menu .flexnav li a {
		background-color: transparent;
		border: 0;
	}

	.fullscreen-menu .flexnav li a span {
		position: relative;
		display: block;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	.fullscreen-menu .open .flexnav li a span {
		overflow: visible;

	}

}

.ricciproduction-nav-wrapper,
.ricciproduction-nav-wrapper.open {
	background: transparent;
}

#burger-wrapper {
	width: 40px;
	height: 40px;
	float: right;
	top: 0px;
	right: 0;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	pointer-events: initial;
}

.classic-menu .button-wrap.right.menu {
	display: none;
}

.burger-dots #menu-burger {
	top: 0px;
	width: 25px;
	height: 25px;
	position: relative;
	margin: 0 auto;
	z-index: 2;
	pointer-events: none;
}

.menu-overlay #menu-burger {
	display: block;
}

.burger-dots #menu-burger span {
	display: block;
	position: absolute;
	height: 5px;
	width: 5px;
	border-radius: 5px;
	background-color: #000;
	opacity: 1;
	top: 8px;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, height 0.2s ease-in-out, width 0.2s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out;
	transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, height 0.2s ease-in-out, width 0.2s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out;
}

#burger-wrapper .touch-button {
	display: none;
}

.burger-dots #menu-burger span:nth-child(1) {
	left: 0px;
}

.burger-dots #menu-burger span:nth-child(2) {
	left: 10px;
}

.burger-dots #menu-burger span:nth-child(3) {
	left: 20px;
}

.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger span:nth-child(1) {
	left: 10px;
}

.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger span:nth-child(3) {
	left: 10px;
}

.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger.open span:nth-child(1) {
	left: 3px;
}

.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger.open span:nth-child(3) {
	left: 3px;
}

.burger-dots #menu-burger.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 12px;
	height: 2px;
	width: 20px;
	left: 3px;
}

.burger-dots #menu-burger.open span:nth-child(2) {
	-webkit-transform: scale(0);
	transform: scale(0);
}

.burger-dots #menu-burger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 12px;
	height: 2px;
	width: 20px;
	left: 3px;
}

.button-wrap.right.burger-lines {
	right: -30px;
}

.burger-lines #menu-burger {
	width: 16px;
	height: 22px;
	position: relative;
	margin: 0 auto;
	z-index: 2;
	pointer-events: none;
}

.burger-lines #menu-burger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	opacity: 1;
	right: 0;
	background-color: currentColor;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
	transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
}

.burger-lines #menu-burger span:nth-child(1) {
	top: 6px;
}

.burger-lines #menu-burger span:nth-child(2) {
	top: 13px;
}

.burger-lines #menu-burger span:nth-child(3) {
	display: none;
}

.burger-lines #menu-burger.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 10px;
}

.burger-lines #menu-burger.open span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 10px;
}

.light-content #menu-burger span {
	background-color: currentColor;
}

.white-header #menu-burger span {
	background-color: currentColor;
}

.light-content .white-header #menu-burger span {
	background-color: currentColor;
}

.light-content .white-header.over-white-section #menu-burger span,
.show-loader1 .light-content .white-header #menu-burger span {
	background-color: currentColor;
}

.dark-content-header .button-wrap.menu {
	color: #000 !important;
}

.light-content-header .button-wrap.menu {
	color: #fff !important;
}

.fullscreen-menu .header-button {
	display: none;
}

.button-icon-link {
	pointer-events: initial;
	background-color: transparent;
	display: block;
	width: auto;
	height: 44px;
	line-height: 44px;
	border-radius: 44px;
	position: relative;
	cursor: pointer;
	color: #000;
	border: 2px solid currentColor;
	box-sizing: border-box;
	box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
}

.light-content .button-icon-link {
	color: #fff;
	border: 2px solid currentColor;
	box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.5);
}

.light-content .white-header .button-icon-link {
	border: 2px solid #000;
	box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
}

.white-header .button-icon-link {
	color: #fff;
	border: 2px solid #fff;
	box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.5);
}

.button-icon-link:hover {
	background-color: currentColor;
}

.button-icon-link .icon-wrap-scale {
	transform: scale(0);
	-webkit-transform: scale(0);
	transform-origin: 25px center;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	transition: all .3s ease-out;
	height: 40px;
	opacity: 0;
}

.button-icon-link.right .icon-wrap-scale {
	left: auto;
	right: 0;
}

.button-icon-link:hover .icon-wrap-scale {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}

.button-icon-link .icon-wrap {
	width: 36px;
	height: 36px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	top: 2px;
	left: 2px;
}

.button-icon-link .button-icon {
	height: 36px;
	width: 36px;
	color: #000;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	background-color: #a17d46;
	border-radius: 36px;
}

.light-content .button-icon-link .button-icon {
	color: #000;
}

.button-icon-link .button-icon i {
	height: 36px;
	line-height: 36px;
	width: 36px;
	text-align: center;
}

.button-icon-link .button-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 40px;
	margin: 0;
	overflow: hidden;
	width: auto;
	padding: 0 25px 0 25px;
	color: currentColor;
	-webkit-transition: padding .3s ease-out;
	transition: padding .3s ease-out;
}

.button-icon-link:hover .button-text {
	padding: 0 25px 0 50px;
}

.button-icon-link.right:hover .button-text {
	padding: 0 50px 0 25px;
}

.button-icon-link .button-text span {
	-webkit-transition: filter .3s ease-out;
	transition: filter .3s ease-out;
}

.button-icon-link:hover .button-text span {
	filter: invert(1);
}


/*--------------------------------------------------
	05. Main Content
---------------------------------------------------*/

.show-loader #ricciproduction-page-content {
	pointer-events: none !important;
}

#content-scroll {
	z-index: 1;
	position: relative;
}

.smooth-scroll #content-scroll {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}

.scroll-content {
	cursor: default !important;
}

.scale-up .scroll-content {
	cursor: grabbing !important;
}

.scrollbar-track {
	background: transparent !important;
}


/*--------------------------------------------------
	06. Footer Elements
---------------------------------------------------*/

.ricciproduction-footer {
	position: relative;
	width: 100%;
	height: 120px;
	z-index: 900;
	box-sizing: border-box;
	text-align: center;
	bottom: 0;
	left: 0;
	overflow: hidden;
	pointer-events: none;
}

.ricciproduction-footer.fixed {
	position: fixed;
}



.ricciproduction-footer.showcase-footer {
	position: fixed;
}

#footer-container {
	padding: 0 80px;
	margin: 20px auto;
	height: 110px;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
}

.footer-middle {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	height: inherit;
	display: table;
	left: 0;
	pointer-events: none;
	;
}

.copyright {
    position: relative;
    top: 35px;
    width: auto;
    height: 30px;
    overflow: visible;
    line-height: 22px;
    color: #000;
    pointer-events: initial;
    display: table;
    width: auto;
    padding: 0px 20px 0px 20px;
    max-width: 820px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
}

.light-content .copyright {
	color: #fff;
}

.socials-wrap {
	position: relative;
	float: right;
	color: #000;
	width: 240px;
	height: 160px;
	box-sizing: border-box;
	pointer-events: initial;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content .socials-wrap {
	color: #fff;
}

.ricciproduction-footer .socials-wrap {
	margin-top: 0px;
}

.socials-wrap:hover {
	transform: translateY(-40px);
	-webkit-transform: translateY(-40px);
}

.socials-text {
	float: right;
	line-height: 40px;
	transform: translateY(20px);
}

.socials-wrap:hover .socials-text {
	transform: translateY(15px) translateX(5px);
	-webkit-transform: translateY(15px) translateX(5px);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.socials-icon {
	float: right;
	width: 30px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-align: right;
	margin-left: 10px;
	transform: scale(1) translateY(20px);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.socials-wrap:hover .socials-icon {
	transform: scale(0) translateY(40px);
	width: 0;
	margin: 0;
	overflow: hidden;
}

.socials-icon:after,
.socials-text:after {
	content: "";
	clear: both;
	display: table;
}

.socials {
	height: auto;
	line-height: 30px;
	position: relative;
	width: auto;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
	bottom: 0;
	display: table;
	transform: translateX(15px);
	-webkit-transform: translateX(15px);
}

.socials-wrap .socials {
	display: inline-block;
	width: 100%;
	text-align: right;
}

.socials li {
	margin-right: 0px;
	margin-left: 10px;
	list-style: none;
	margin-bottom: 0;
	line-height: 40px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
	float: right;
	z-index: 2;
	-webkit-transition: background 0.4s ease-in-out 0s;
	transition: background 0.4s ease-in-out 0s;
}

.socials-wrap .socials li {
	opacity: 0;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.socials-wrap:hover .socials li:nth-child(5) {
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
	opacity: 1;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(4) {
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
	opacity: 1;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(3) {
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
	opacity: 1;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(2) {
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
	opacity: 1;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(1) {
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
	opacity: 1;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
}

.socials li:last-child {
	margin-left: 0px;
}

.socials li a {
	color: #000;
	display: block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.socials:hover li a {
	opacity: 0.3;
}

.socials li a:hover {
	color: #000;
	opacity: 1;
}

.light-content .socials li a {
	color: #fff;
}

.light-content .socials:hover li a {
	opacity: 0.3;
}

.light-content .socials li a:hover {
	color: #fff;
	opacity: 1;
}

.button-wrap {
	position: relative;
	cursor: pointer;
	top: 0px;
	pointer-events: initial;
	width: auto;
	display: table;
	color: #000;
}

.over-white-section .button-wrap.menu {
	-webkit-transition: color 0.1s ease-in-out 0s;
	transition: color 0.1s ease-in-out 0s;
}

.light-content .button-wrap,
.dark-section .button-wrap {
	color: #fff;
}

.light-content .light-section .button-wrap {
	color: #000;
}

.white-header .button-wrap {
	color: #fff;
}

.light-content .white-header .button-wrap {
	color: #000;
}

.button-wrap:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}

.button-wrap.left {
	float: left;
	left: -32px;
}

.button-wrap.right {
	float: right;
	right: -26px;
}

#main .button-wrap.left {
    float: none;
    left: -26px;
    top: -16px;
}

#main .button-wrap.button-link.left {
	float: none;
	left: -20px;
}

#main .button-wrap.right {
	float: none;
	right: auto;
}

#main .button-wrap.button-link.right {
	right: -2px;
}

.icon-wrap {
	width: 80px;
	height: 80px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	float: left;
}

#main .icon-wrap {
	width: 60px;
	height: 60px;
}

.button-wrap.left .icon-wrap {
	float: left;
}

.button-wrap.right .icon-wrap {
	float: right;
}

#main .text-align-right .button-wrap.right {
	float: right;
}

.button-icon {
	height: 40px;
	width: 40px;
	color: currentColor;
	text-align: center;
	line-height: 40px;
}

.button-icon i.fa-solid.fa-sort {
	font-size: 14px;
	line-height: 38px;
}

.button-icon i {
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
}

#main .button-icon i {
	line-height: 40px;
}

#main .button-icon i.fa.fa-arrow-right {
	font-size: 14px;
}

.button-text {
	line-height: 30px;
	margin: 25px 0;
	overflow: hidden;
	width: auto;
	padding: 0 10px;
	color: currentColor;
}

#main #hero-footer .button-text span::after {
	content: none;
}

#main .button-text {
	margin: 15px 0;
	transition: transform .2s ease-out;
}

#main .large-btn .button-text {
	font-size: 24px;
	line-height: 40px;
	font-weight: 400;
	margin: 10px 0;
	transition: transform .2s ease-out;
}

.light-content .button-text,
.dark-section .button-text {
	color: currentColor;
}

.light-content .light-section .button-text {
	color: currentColor;
}

.white-header .button-text {
	color: currentColor;
}

.light-content .white-header .button-text {
	color: currentColor;
}

.light-content .white-header.over-white-section .button-text,
.show-loader1 .light-content .white-header .button-text {
	color: currentColor;
}

.button-wrap.left a {
	text-align: left;
	float: left;
}

.button-wrap.right a {
	text-align: right;
	float: right;
}

.button-wrap.right .button-text {
	padding-left: 0px;
}

.button-link .button-text,
#main .button-link .button-text {
	overflow: visible;
	transition: padding 0.3s ease-out;
}

.button-link.left .button-text {
	padding-left: 0px;
}

.button-link.left:hover .button-text {
	padding-left: 10px;
}

.button-text span {
	position: relative;
	display: inline-block;
	width: auto;
	text-align: center;
	-webkit-transition: transform 0.8s cubic-bezier(.2, 1.33, .25, 1);
	transition: transform 0.8s cubic-bezier(.2, 1.33, .25, 1);
}

.button-text span::before {
	position: absolute;
	width: auto;
	top: 0;
	left: 0;
	content: attr(data-hover);
	-webkit-transform: translateY(150%) rotate(-10deg);
	transform: translateY(150%) rotate(-10deg);
	-webkit-transition: transform 0.8s cubic-bezier(.2, 1.33, .25, 1);
	transition: transform 0.8s cubic-bezier(.2, 1.33, .25, 1);
}

.button-wrap:hover .button-text span {
	-webkit-transform: translateY(-150%) rotate(-10deg);
	transform: translateY(-150%) rotate(-10deg);
}

.button-wrap:hover .button-text span::before {
	-webkit-transform: translateY(150%) rotate(10deg);
	transform: translateY(150%) rotate(10deg);
}

.button-link .button-text span::before {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: transparent;
	transform: scaleX(1);
	transform-origin: right;
	transition: transform 0.3s ease-out;
}

.button-link.left .button-text span::before {
	transform-origin: left;
}

.light-content .button-link .button-text span::before,
.dark-section .button-link .button-text span::before {
	background: transparent;
}

.light-content .light-section .button-link .button-text span::before {
	background: transparent;
}

.button-wrap.button-link:hover .button-text span {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.button-link:hover .button-text span::before {
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform-origin: left;
}

.button-link.left:hover .button-text span::before {
	transform-origin: right;
}

.button-link .button-icon i {
	background-color: #000;
	color: transparent;
	font-size: 14px;
	border-radius: 10px;
	transform: scale(0.3);
	box-sizing: border-box;
	transition: all .3s ease-out;
	text-indent: -100px;
	overflow: hidden;
	opacity: 1;
}

.button-link:hover .button-icon i {
	background-color: #000;
	color: #fff;
	transform: scale(1.2);
	border-radius: 100%;
	text-indent: 0px;
	opacity: 1;
}

.light-content .button-link .button-icon i,
.dark-section .button-link .button-icon i {
	background-color: #fff;
}

.light-content .button-link:hover .button-icon i,
.dark-section .button-link:hover .button-icon i {
	background-color: #fff;
	color: #000;
	opacity: 1;
}

.light-content .light-section .button-link:hover .button-icon i {
	background-color: #000;
	color: #fff;
	opacity: 1;
}

.button-link.right .button-icon i {
	transform: scale(0.3) translateX(-65px) translateY(2px);
	-webkit-transform: scale(0.3) translateX(-65px) translateY(2px);
}

.button-link.right:hover .button-icon i {
	transform: scale(1.2) translateX(0px);
	-webkit-transform: scale(1.2) translateX(0px);
	border-radius: 100%;
}

.button-wrap.left .button-text span {
	text-align: left;
}

.button-wrap.right .button-text span {
	text-align: right;
}

.link-text {
	line-height: 30px;
	margin: 0;
	overflow: hidden;
	display: table;
	width: auto;
	padding: 0;
	color: #000;
}

.ricciproduction-footer .link-text {
	float: left;
	opacity: 0;
	margin-top: 25px;
}

p .link-text {
	display: inline-table;
}

.light-content .link-text,
.dark-section .link-text {
	color: #fff;
}

.light-content .light-section .link-text {
	color: #000;
}

.link-text span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	width: auto;
	text-align: center;
	transform-origin: 100% 0%;
	pointer-events: initial;
	cursor: pointer;
}

.link-text span::before {
	position: absolute;
	width: auto;
	top: 100%;
	left: 0;
	content: attr(data-hover);
}

.link-text:hover span {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	transform-origin: 0% 0%;
}

.button-icon i.list-view,
.button-icon i.grid-view {
	height: 40px;
	width: 40px;
	position: relative;
	display: block;
}

.button-icon i.list-view span,
.button-icon i.grid-view span {
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: currentColor;
	position: absolute;
	display: block;
}

.button-icon i.list-view span:nth-child(1) {
	left: 10px;
	top: 18px;
}

.button-icon i.list-view span:nth-child(2) {
	left: 18px;
	top: 18px;
}

.button-icon i.list-view span:nth-child(3) {
	left: 26px;
	top: 18px;
}

.button-icon i.grid-view span:nth-child(1) {
	left: 14px;
	top: 14px;
}

.button-icon i.grid-view span:nth-child(2) {
	right: 14px;
	top: 14px;
}

.button-icon i.grid-view span:nth-child(3) {
	left: 14px;
	bottom: 14px;
}

.button-icon i.grid-view span:nth-child(4) {
	right: 14px;
	bottom: 14px;
}

.ricciproduction-nav-wrapper,
.ricciproduction-nav-wrapper.open {
	background: transparent;
}

/*--------------------------------------------------
	07. Responsive
---------------------------------------------------*/


@media only screen and (max-width: 1466px) {

	.row_padding_all {
		padding-left: 60px;
		padding-right: 60px;
	}

	.row_padding_left {
		padding-left: 60px;
	}

	.row_padding_right {
		padding-right: 60px;
	}

	.trackbar {
		padding: 0 60px;
	}

	.percentage-intro {
		bottom: 40px;
	}

	.ricciproduction-header {
		height: 100px;
	}

	#header-container {
		padding: 10px 60px;
	}

	@media (min-width: 1025px) {
		.ricciproduction-header.classic-menu .ricciproduction-nav-wrapper {
			top: 17px;
		}
	}

	.ricciproduction-footer {
		height: 100px;
	}

	#footer-container {
		padding: 0 60px;
		margin: 10px auto;
	}

	.socials-wrap:hover .socials-text {
		transform: translateY(20px) translateX(5px);
		-webkit-transform: translateY(20px) translateX(5px);
	}

}


@media only screen and (max-width: 1024px) {

	.parallax-wrap {
		transform: none !important;
	}

	.parallax-element {
		transform: none !important;
	}

	.has-parallax figcaption {
		display: none;
	}

	.destroy {
		display: none;
	}

	.row_padding_left {
		padding-left: 0px;
	}

	.row_padding_right {
		padding-right: 0px;
	}

	.full.row_padding_left {
		padding-left: 40px;
	}

	.full.row_padding_right {
		padding-right: 40px;
	}

	.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 0px;
		padding-right: 0px;
	}

	.full.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 40px;
		padding-right: 40px;
	}

	#magic-cursor {
		display: none;
	}

	.trackbar {
		padding: 0 40px;
	}

	.percentage-intro {
		bottom: 40px;
	}

	#header-container {
		padding: 10px 40px;
	}

	.ricciproduction-nav-wrapper {
		height: 100vh;
		height: 100dvh;
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		box-sizing: border-box;
		visibility: visible;
		pointer-events: none;
		opacity: 0;
		padding: 20px 0;
	}

	.ricciproduction-nav-wrapper.open {
		visibility: visible;
		pointer-events: initial;
	}

	.nav-height {
		position: relative;
		height: 100%;
		padding: 40px 0;
		width: 100%;
		box-sizing: border-box;
		overflow-y: auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.flexnav {
		padding: 0 20px;
		max-height: 2000px;
		display: block;
		width: auto;
		text-align: center;
		box-sizing: border-box;
		background: transparent;
		-webkit-transition: all 0.2s ease-in 0.6s;
		transition: all 0.2s ease-in 0.6s;
	}

	.flexnav.flexnav-show {
		-webkit-transition: all .3s ease-out 0.2s;
		transition: all .3s ease-out 0.2s;
	}

	.flexnav.opacity {
		opacity: 1;
	}

	.flexnav li {
		padding: 0;
		-webkit-transition: color .15s ease-out 0s;
		transition: color .15s ease-out 0s;
	}

	.flexnav:hover li {
		color: rgba(255, 255, 255, 0.4)
	}

	.flexnav li:hover {
		color: rgba(255, 255, 255, 1)
	}

	.flexnav li a,
	.flexnav li ul li a {
		background: transparent;
	}

	.flexnav li a {
		font-weight: 500;
		padding: 0;
		border: none;
		-webkit-transition: all .1s ease-in-out 0s;
		transition: all .1s ease-in-out 0s;
	}

	.flexnav>li>a {
		font-size: calc(1rem + 4vw);
		line-height: calc(1rem + 5vw);
	}

	.flexnav>li>.touch-button {
		width: 100%;
		height: calc(1rem + 5vw);
		display: block;
	}

	.flexnav li a {
		color: #000;
	}

	.invert-header .flexnav li a {
		color: #fff;
	}

	.flexnav:hover li a {
		opacity: 0.3;
	}

	.flexnav li:hover a,
	.flexnav li a.active {
		opacity: 1;
	}

	.flexnav li a span {
		position: relative;
		display: block;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	.flexnav .touch-button {
		width: 100%;
		display: block;
		height: 10vw;
	}

	.flexnav li ul {
		margin-bottom: 15px;
	}

	.flexnav li ul li a {
		padding: 3px 0;
		font-weight: 500;
		text-transform: none;
		font-size: 18px;
		line-height: 28px;
		border-top: none;
		opacity: 0.4;
		-webkit-text-stroke: none;
	}

	.uppercase-text .flexnav li ul li a {
		text-transform: uppercase;
	}

	.flexnav li ul li:hover a,
	.flexnav li ul li a.active {
		opacity: 1;
	}

	.flexnav:hover li ul li a {
		opacity: 0.3;
	}

	.flexnav:hover li ul li a.active,
	.flexnav:hover li ul li:hover>a {
		opacity: 1;
	}

	.flexnav ul li ul li a {
		background: transparent;
	}

	.flexnav li ul li ul li a {
		padding: 10px 40px;
	}

	.flexnav li ul li .touch-button {
		height: 30px;
	}

	.flexnav .touch-button .navicon {
		display: none;
	}

	.header-button {
		display: none;
	}

	#menu-burger span.touch-button {
		display: none;
	}

	.classic-menu .button-wrap.right.menu {
		display: block;
	}

	#footer-container {
		padding: 0 40px;
	}

	.copyright {
		text-align: center;
	}

	.socials-wrap {
		width: 240px;
		height: 40px;
		float: right;
		margin: 0 auto;
		right: -10px;
		transform: translateX(0px) translateY(20px) !important;
		-webkit-transform: translateX(0px) translateY(20px) !important;
	bottom: -55px !important;
	}

	.socials-wrap:hover {
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
	}

	.socials-icon,
	.socials-text {
		display: none;
	}

	.socials-wrap .socials {
		margin-top: 3px;
		text-align: right;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
	}

	.socials-wrap .socials li {
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}

	.socials-wrap:hover .socials li {
		opacity: 1;
		transform: translateY(0px) !important;
		-webkit-transform: translateY(0px) !important;
	}

	.socials li {
		margin-right: 10px;
		line-height: 30px;
		height: 30px;
		width: 30px;
		margin: 0 5px auto;
		display: inline-block;
		float: none;
	}

	.socials li a {
		height: 30px;
		width: 30px;
		line-height: 30px;
	}

}


@media only screen and (max-width: 767px) {

	figcaption {
		background-color: rgba(0, 0, 0, 0.3);
		bottom: 0px;
		font-size: 10px;
		padding: 5px 10px;
		right: 0px;
		border-radius: 0;
	}

	.text-aligh-right {
		text-align: left;
	}

	.one_half {
		width: 100% !important;
	}

	.one_half {
		padding-right: 0 !important;
	}

	.one_half.last {
		padding-left: 0 !important;
	}

	.one_third {
		width: 100% !important;
	}

	.one_fourth {
		width: 100% !important;
	}

	.one_fifth {
		width: 100% !important;
	}

	.one_sixth {
		width: 100% !important;
	}

	.two_fifth {
		width: 100% !important;
	}

	.two_fourth {
		width: 100% !important;
	}

	.two_third {
		width: 100% !important;
	}

	.three_fifth {
		width: 100% !important;
	}

	.three_fourth {
		width: 100% !important;
	}

	.four_fifth {
		width: 100% !important;
	}

	.five_sixth {
		width: 100% !important;
	}

	.one_half,
	.one_third,
	.two_third,
	.three_fourth,
	.one_fourth,
	.two_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth,
	.five_sixth {
		margin-bottom: 30px !important;
		margin-right: 0% !important;
	}

	.row_padding_top {
		padding-top: 10vw;
	}

	.row_padding_bottom {
		padding-bottom: 10vw;
	}

	.row_padding_left {
		padding-left: 0px;
	}

	.row_padding_right {
		padding-right: 0px;
	}

	.full.row_padding_left {
		padding-left: 30px;
	}

	.full.row_padding_right {
		padding-right: 30px;
	}

	.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 0px;
		padding-right: 0px;
	}

	.full.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 30px;
		padding-right: 30px;
	}

	.clip-effects {
		overflow: hidden;
		clip-path: inset(2% 5% round 30px);
	}

	hr {
		height: 20px;
	}

	.big-title {
		font-size: clamp(48px, 8.5vw, 130px);
		line-height: clamp(48px, 8.5vw, 130px);
	}

	.bigger {
		font-size: 20px;
		line-height: 30px;
	}

	.trackbar {
		padding: 0 30px;
	}

	.percentage-intro {
		bottom: 30px;
	}

	.ricciproduction-header {
		height: 80px;
	}

	#header-container {
		padding: 0;
		margin: 0 auto;
	}

	.header-middle {
		display: none;
	}

	.ricciproduction-header .button-text {
		display: block !important;
		opacity: 0;
		pointer-events: none;
	}

	#ricciproduction-logo {
		left: 30px;
	}

	.button-wrap.right.menu {
		right: 4px;
	}

	.button-wrap.right.menu.burger-lines {
		right: 0px;
	}

	.ricciproduction-header .button-text {
		display: none;
	}

	.flexnav>li>a {
		font-size: calc(1rem + 5vw);
		line-height: calc(1rem + 6vw);
	}

	.flexnav li a span {
		position: relative;
		display: block;
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	.flexnav>li>.touch-button {
		width: 100%;
		height: calc(1rem + 6vw);
		display: block;
	}

	.ricciproduction-footer {
		height: 80px;
	}

	.footer-button-wrap {
		bottom: 80px;
	}

	#footer-container {
		height: 80px;
		padding: 0 30px;
		margin: 0;
	}

	#footer-container #backtotop.button-wrap.left {
		float: none;
		top: 5px;
		left: 0;
		right: 0;
		position: absolute;
		display: block;
	}

	#backtotop.button-wrap.left .button-text {
		text-align: left;
		float: left;
		display: none;
	}

	#backtotop.button-wrap.left .icon-wrap {
		float: none;
		position: absolute;
		right: auto;
		left: 0;
		margin: auto;
		top: 0px;
		opacity: 0.4;
		-webkit-transition: opacity 0.2s ease-out 0s;
		transition: opacity 0.2s ease-out 0s;
	}

	#backtotop.button-wrap.left:hover .icon-wrap {
		opacity: 1;
	}

	.footer-middle {
		max-width: 1180px;
		height: 20px;
		position: relative;
		margin: 0 auto;
		left: 0;
		width: 100%;
		top: 0px;
		margin-bottom: 15px;
	}

	.copyright {
		margin: 0 auto;
		left: auto;
		right: auto;
		top: 0;
		height: 20px;
		line-height: 20px;
	}

	.ricciproduction-footer.showcase-footer .arrows-wrap {
		right: auto;
		left: -30px;
		float: left;
		margin: auto;
	}

	.socials-wrap {
		width: auto;
		float: none;
		display: table;
		left: auto;
		right: auto;
		top: 0;
		margin: 0 auto;
		height: 20px;
		line-height: 20px;
		transform: translateX(0px) translateY(0px) !important;
		-webkit-transform: translateX(0px) translateY(0px) !important;
	}

	.socials-wrap .socials {
		text-align: center;
		margin: 0 auto;
		height: 20px;
		line-height: 20px;
		display: table;
		width: auto;
	}

	.socials li,
	.socials li a {
		height: 20px;
		line-height: 20px;
		margin: 0 auto;
	}

}


@media only screen and (max-width: 479px) {

	.one_half,
	.one_third,
	.two_third,
	.three_fourth,
	.one_fourth,
	.two_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth,
	.five_sixth {
		margin-bottom: 20px !important;
		margin-right: 0% !important;
	}

	.row_padding_top {
		padding-top: 12vw;
	}

	.row_padding_bottom {
		padding-bottom: 12vw;
	}

	.row_padding_left {
		padding-left: 0px;
	}

	.row_padding_right {
		padding-right: 0px;
	}

	.full.row_padding_left {
		padding-left: 20px;
	}

	.full.row_padding_right {
		padding-right: 20px;
	}

	.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 0px;
		padding-right: 0px;
	}

	.full.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 20px;
		padding-right: 20px;
	}

	hr {
		height: 10px;
	}

	.trackbar {
		padding: 0 20px;
	}

	#ricciproduction-logo {
		left: 20px;
	}

	.button-wrap.right.menu {
		right: -6px;
	}

	.button-wrap.right.menu.burger-lines {
		right: -10px;
	}

	#footer-container {
		padding: 0px;
		margin: 0;
	}

	.ricciproduction-footer.showcase-footer #footer-container {
		padding: 0px 20px;
	}

	.arrows-wrap {
		left: -10px;
		width: 80px;
	}

	.prev-wrap,
	.next-wrap {
		width: 40px;
	}

	.ricciproduction-footer.showcase-footer .arrows-wrap {
		right: 0;
		left: 0;
		float: none;
		margin: auto;
	}

	.ricciproduction-footer.showcase-footer .arrows-wrap {
		width: 100%;
	}

	.ricciproduction-footer.showcase-footer .prev-wrap,
	.ricciproduction-footer.showcase-footer .next-wrap {
		width: 60px;
	}

	.ricciproduction-footer.showcase-footer .footer-middle {
		top: 0px;
	}

	.ricciproduction-footer.showcase-footer .showcase-subtitles-wrap {
		left: 0;
	}

	.ricciproduction-footer.showcase-footer .socials-wrap {
		display: none;
	}

	.button-text {
		display: none;
	}

	#main-page-content .button-text,
	#hero .button-text {
		display: block;
	}
}

@media only screen and (max-width: 767px) and (orientation: landscape) {

	#rotate-device {
		display: block;
	}
}
/* Video Cover Logic for Portfolio Index */
.ricciproduction-item .section-image .hero-video-wrapper {
    opacity: 0 !important;
    transition: opacity 0.5s ease-in-out;
}

.ricciproduction-item .img-mask:hover .hero-video-wrapper {
    opacity: 1 !important;
}

@media only screen and (max-width: 767px) {
    .team-list-wrapper {
        display: flex;
        flex-direction: column;
        width: calc(100% - 40px); /* Slightly wider on mobile */
    }

    .team-list-captions {
        width: 100%;
        padding-left: 0;
        order: 1;
        padding-bottom: 20px;
    }

    .team-list-captions > li {
        transform: none;
        -webkit-transform: none;
        display: block;
        padding: 0;
        margin-bottom: 40px;
    }
    
    .team-list-captions > li::before {
        display: none;
    }

    .tml-title {
        position: relative;
        bottom: auto;
        margin-bottom: 10px;
    }
    
    .team-list-captions li .tml-cat {
        position: relative;
        bottom: auto;
    }

    .team-list-images {
        width: 100%;
        position: relative;
        left: auto;
        top: auto;
        order: 2;
        margin-top: 0;
        height: auto;
    }
    
    .team-list-images > li {
        width: 100%;
        position: relative;
        height: auto;
        top: auto;
        margin-bottom: 20px;
    }
    
    .team-list-images > li::before {
       padding-top: 120%;
    }
}

/*--------------------------------------------------
	Header Buttons Wrapper & Brochure Button
---------------------------------------------------*/
.header-buttons-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
	z-index: 100;
	pointer-events: initial;
}

.header-button-brochure {
	display: block;
	pointer-events: initial;
	opacity: 0.7; /* Elegant semi-transparent state by default */
	transition: opacity 0.3s ease, transform 0.3s ease !important;
}

.header-button-brochure:hover {
	opacity: 1 !important; /* Fully visible on hover */
}

/* Ensure the text is visible inside the button */
.header-button-brochure .button-text {
	display: block !important;
	opacity: 1 !important;
	pointer-events: initial !important;
}

/* Smooth transitions for the PDF icon container and icon itself */
.header-button-brochure .button-icon {
	transition: background-color 0.3s ease, color 0.3s ease !important;
}

.header-button-brochure .button-icon i {
	transition: color 0.3s ease !important;
}

/* High-contrast hover color inversion for maximum visibility of the PDF icon */
.header-button-brochure:hover .button-icon {
	background-color: #0c0c0c !important;
	color: #a17d46 !important;
}

.header-button-brochure:hover .button-icon i {
	color: #a17d46 !important;
}

/* Invert to white background on dark headers (light content) */
.light-content .header-button-brochure:hover .button-icon {
	background-color: #fff !important;
	color: #a17d46 !important;
}

.light-content .header-button-brochure:hover .button-icon i {
	color: #a17d46 !important;
}

/* Responsive spacing, floating mobile position & premium styles */
@media only screen and (max-width: 1024px) {
	.header-buttons-wrapper {
		display: block; /* Break flex layout so the button can float independently */
	}

	.header-button-brochure {
		position: fixed !important;
		bottom: 30px !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		z-index: 9999 !important;
		width: max-content !important;
		display: block !important;
	}

	/* Sleek, premium glassmorphic background & shadow to float above page content */
	.header-button-brochure .button-icon-link {
		background-color: rgba(12, 12, 12, 0.85) !important;
		backdrop-filter: blur(10px) !important;
		-webkit-backdrop-filter: blur(10px) !important;
		color: #fff !important;
		border: 2px solid #a17d46 !important; /* Gold accent border to match primary color */
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
	}

	/* Padding and text configurations for flawless mobile presentation without overlap */
	.header-button-brochure .button-text {
		display: block !important;
		opacity: 1 !important;
		pointer-events: initial !important;
		padding: 0 50px 0 25px !important;
		font-size: 13px !important;
		font-weight: 500 !important;
		letter-spacing: 0.5px !important;
		color: #fff !important;
	}

	/* Persistent visibility of the PDF icon on touch devices */
	.header-button-brochure .icon-wrap-scale {
		transform: scale(1) !important;
		-webkit-transform: scale(1) !important;
		opacity: 1 !important;
	}
}

@media only screen and (max-width: 479px) {
	.header-button-brochure {
		bottom: 25px !important; /* Elegant placement on smaller phones */
	}
	
	.header-button-brochure .button-text {
		padding: 0 45px 0 20px !important;
		font-size: 11px !important;
	}
}

/*--------------------------------------------------
	Team Biography Full Width & Centering Overrides
---------------------------------------------------*/
.team-list-captions {
	padding-left: 10% !important;
	padding-right: 10% !important;
}

.team-list-captions > li {
	transform: none !important;
	-webkit-transform: none !important;
	text-align: center !important;
	display: block !important;
	opacity: 1 !important; /* Keep it fully visible/active */
}

.team-list-captions li .tml-title {
	text-align: center !important;
	display: block !important;
}

.team-list-captions li .tml-cat {
	position: relative !important;
	text-align: center !important;
	display: block !important;
	margin: 10px auto 30px auto !important;
	opacity: 1 !important;
}

.cv_team {
	padding-right: 0 !important;
	text-align: justify !important;
	max-width: 800px !important;
	margin: 0 auto !important;
}

/*--------------------------------------------------
	Snap Slider Mobile Caption Alignment & Height Fixes
---------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .snap-slider-captions {
    align-items: center !important; /* Keep center-aligned vertically */
  }

  .snap-slider-captions-wrapper {
    height: 60px !important;
    overflow: hidden !important;
  }

  .snap-slide-caption {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
    box-sizing: border-box !important;
  }

  .snap-slider-captions .slide-title {
    width: 52% !important;
    font-size: 16px !important;
    line-height: 60px !important;
    text-align: left !important;
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .snap-slider-captions .slide-subtitle {
    width: 48% !important;
    font-size: 11px !important;
    line-height: 60px !important;
    text-align: right !important;
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .snap-slider-captions .slide-current,
  .snap-slider-captions .slide-counter {
    display: none !important;
  }
}

@media only screen and (max-width: 479px) {
  .snap-slider-captions .slide-title {
    font-size: 14px !important;
  }

  .snap-slider-captions .slide-subtitle {
    font-size: 10px !important;
  }
}

/*--------------------------------------------------
	Locations Page Hero Caption Alignment & Overlap Fix
---------------------------------------------------*/
.locations .hero-subtitle {
	position: relative !important;
	bottom: auto !important;
	margin-top: 40px !important;
	left: auto !important;
	width: auto !important;
	overflow: visible !important;
}

@media only screen and (max-width: 767px) {
	.locations .hero-subtitle {
		margin-top: 25px !important;
	}
}
