/*
 * Plugin Name: Master Layer
 * Version: 1.0
 * Description: Master Addons for Elementor
 * Author: MasterLayer
 * Plugin URI: http://tplabs.co/ametok
 * Author URI: http://tplabs.co/
 * License: Custom license
 * License URI: Licensing/README_License.txt
 * Text Domain: ametok
 * Tested up to: 8.2
 * Requires PHP: 5.4.2
**/

/* TABLE OF CONTENTS
 * Elementor Fixed
 * Extra classes
 * Headline
 * Separator
 * Link
 * Button
 * Headings
 * Icon
 * Icon Box
 * Icon Text
 * Slider
 * Carousel Box
 * Text Box
 * Copyright
 * Counter
 * Progress Bar
 * Pie Chart
 * Video Icon
 * Fancy Image
 * Image Box
 * Hover Box
 * Tabs
 * Accordions
 * Subscribe Form
 * Contact Form
 * Gallery
 * Gallery Stack
 * Call To Action
 * Price Box
 * Project
 * News
 * New Block
 * Team
 * Testimonial
 * Testimonial Slider
 * Partner
 * Animation
 * Special Custom
-------------------------------------------------------------- */	

/* Elementor Fixed 
-------------------------------------------------------------- */
/* Remove gap between widget */
.elementor-container.elementor-column-gap-default > .elementor-column {
    padding: 0 15px;
}

.elementor-container.elementor-column-gap-default > .elementor-column >
.elementor-widget-wrap.elementor-element-populated {
    padding: 0;
}

.elementor-container.elementor-column-gap-no {
    padding: 0 15px;
}

.elementor-section-stretched.elementor-section-full_width .elementor-container.elementor-column-gap-default > .elementor-column,
.elementor-section-stretched.elementor-section-full_width .elementor-container.elementor-column-gap-no {
    padding: 0;
}

.elementor-column > .elementor-widget-wrap > .elementor-inner-section {
    width: calc(100% + 30px); margin-right: -15px; margin-left: -15px;
}

.elementor-widget-container p:last-child {
    margin-bottom: 0;
}

.elementor-element.elementor-widget:not(:last-child) { margin-bottom: 0px; }

@media (min-width: 1401px) {
	.ametok-container .elementor-section-wrap > .elementor-section-boxed:not(.elementor-section-stretched) {
		width: calc(100% + 30px); margin-right: -15px; margin-left: -15px;
	}
}

@media (max-width: 1400px) {
	.ametok-container .elementor-element.elementor-section-boxed.elementor-section-stretched > .elementor-container {
		max-width: 90%;
	}
	.elementor-element.elementor-section > .elementor-container .elementor-inner-section .elementor-container {
	  	max-width: 100%;
	}
}

/* Header Single Page */
.page-header-single #page #site-header-wrap,
.page-header-single #page #featured-title, 
.page-header-single #page .post-author, 
.page-header-single #page .post-meta, 
.page-header-single #page .post-title {
    display: none;
}

.page-header-single #main-content {
    padding: 0; margin-bottom: 1000px;
}

/* Footer Single Page */
.page-footer-single #footer,
.page-footer-single #bottom,
.page-footer-single #page .post-author, 
.page-footer-single #page .post-meta, 
.page-footer-single #page .post-title {
    display: none;
}

.page-footer-single #main-content {
    padding: 0 0 500px;
}

/* ----------------------------------------
	Extra Classes 
---------------------------------------- */
.rotate-90deg > div { 
	transform: rotate(90deg); 
}

.rotate-190deg > div { 
	transform: rotate(180deg); 
}

.rotate-270deg > div { 
	transform: rotate(270deg); 
}

.decor-border-top > div { 
	position: relative;
}

.decor-border-top > div:after { 
	position: absolute; 
	top: -10px; 
	left: 0; 
	width: 100%; 
	height: 40px;
	z-index: -1; 
	content: ""; 
	border-radius: 10px; 
	background-color: var(--e-global-color-ametok_accent_h1); 
}

.decor-border-top-1 > div { 
	position: relative;
}

.decor-border-top-1 > div:after { 
	position: absolute; 
	top: -10px; 
	left: 0; 
	width: 100%; 
	height: 40px;
	z-index: -1; 
	content: ""; 
	background-color: var(--e-global-color-ametok_accent_h1); 
}

.align-center .content-wrap { 
	align-items: center; 
}

.align-right .content-wrap { 
	align-items: flex-end; 
}

@media (max-width: 1024px) {
	.align--tabletleft { text-align: left;  }
	.align--tabletcenter { text-align: center; }
	.align--tabletright { text-align: right; }

	.align--tabletleft .content-wrap { align-items: flex-start; }
	.align--tabletcenter .content-wrap { align-items: center; }
	.align--tabletright .content-wrap { align-items: flex-end; }
}

@media (max-width: 767px) {
	.align--mobileleft { text-align: left; }
	.align--mobilecenter { text-align: center; }
	.align--mobileright { text-align: right; }

	.align--tabletleft .content-wrap { align-items: flex-start; }
	.align--tabletcenter .content-wrap { align-items: center; }
	.align--tabletright .content-wrap { align-items: flex-end; }
}

.hidden { display: none !important; }
.show { display: block !important; }

@media (max-width: 1440px) { 
	.xl-hidden { display: none !important; }
	.xl-show { display: block !important; }
}

@media (max-width: 991px) { 
	.lg-hidden { display: none !important; }
	.lg-show { display: block !important; }
}

@media (max-width: 767px) { 
	.md-hidden { display: none !important; }
	.md-show { display: block !important; }
}

@media (max-width: 576px) { 
	.sm-hidden { display: none !important; }
	.sm-show { display: block !important; }
}

/* ----------------------------------------
	Headline 
---------------------------------------- */
.headline-2 { 
	font-size: 26px; 
	line-height: 1.539; 
	margin-bottom: 30px; 
	transition: color 0.3s; 
}

/* ----------------------------------------
	Separator 
---------------------------------------- */
.sep { 
	height: 2px; 
	width: 30px; 
	background-color: var(--e-global-color-ametok_accent_h1); 
	margin-bottom: 6px; 
}

/* ----------------------------------------
	Link 
---------------------------------------- */
.master-link { 
	position: relative; 
	display: inline-block; 
	font-weight: 500; 
}

.master-link .icon { 
	color: var(--e-global-color-ametok_accent_h1); 
	display: inline-block;  
}

.master-link.icon-right .icon { margin-left: 5px; }
.master-link.icon-left .icon { margin-right: 5px; }

.line-yes .master-link:after,
.line-hover .master-link:after { 
	position: absolute; 
	bottom: 0; 
	right: 0; 
	width: 100%; 
	height: 2px; 
	background-color: currentColor; 
	content: ""; 
}

.line-hover .master-link:after { 
	width: 0; 
	transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1); 
}

.line-hover .master-link:hover:after { 
	width: 100%; 
	left: 0; 
}

.master-link:hover { 
	color: var(--e-global-color-ametok_accent_h1); 
}

.master-link:hover .icon { 
	animation: 0.3s link-icon linear;
}

/* ----------------------------------------
	Button 
---------------------------------------- */
.master-button { 
	position: relative; 
	display: inline-flex; 
	font-size: 16px; 
	line-height: 30px; 
	padding: 15px 40px; 
	font-weight: 800; 
	transition: color 0.3s, background 0.3s; 
	background-color: var(--e-global-color-ametok_accent_h1);
	overflow: hidden; 
	cursor: pointer;
}
.master-button .icon { 
	display: inline-block; 
}

.master-button.icon-right .icon { 
	margin-left: 15px;
}

.master-button.icon-left .icon { 
	margin-right: 15px; 
}

.master-button.big { 
	font-size: 18px; 
	padding: 22px 56px; 
}

.master-button.big.icon-right .icon { 
	margin-left: 20px; 
}

.master-button.big.icon-left .icon { 
	margin-right: 20px; 
}

.master-button.small { 
	font-size: 14px; 
	padding: 7px 30px; 
}

.master-button.small.icon-right .icon { 
	margin-left: 10px; 
}

.master-button.small.icon-left .icon { 
	margin-right: 10px; 
}

.master-button.btn-white { 
	background-color: #fff; 
}

.master-button.btn-dark { 
	background-color: var(--e-global-color-ametok_primary); 
}

.master-button.btn-outline { 
	background-color: transparent; 
	border: 1px solid var(--e-global-color-ametok_accent_h1); 
}

/* Hover Effect */
.master-button .inner { 
	position: relative; 
	display: inline-block; 
	z-index: 1; 
}

.master-button .content-base,
.master-button .content-hover { 
	display: flex; 
	align-items: center; 
	position: relative; 
	color: #fff; 
	transition: transform 0.15s, opacity 0.15s; 
}

.master-button .content-hover { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	transform: translateY(5px); 
	opacity: 0; 
}

.master-button:hover .content-base { 
	transform: translateY(-5px); 
	opacity: 0; 
}

.master-button:hover .content-hover { 
	transform: translateY(0); 
	opacity: 1; 
}

.master-button .bg-hover { 
	position: absolute; 
	top: 0; 
	right: 0; 
	width: 0; 
	height: 100%; 
	z-index: 0; 
	background-color: var(--e-global-color-ametok_primary); 
	transition: width 0.2s cubic-bezier(0.35, 0.7, 0.35, 1);
}

.master-button:hover .bg-hover { 
	width: 100%; 
	left: 0; 
}

.master-button.btn-white .content-hover { 
	color: #fff; 
}

.master-button.btn-white .bg-hover { 
	background-color: var(--e-global-color-ametok_primary); 
}

.master-button.btn-white .content-base { 
	color: var(--e-global-color-ametok_accent_h1); 
}

.master-button.btn-dark .bg-hover { 
	background-color: var(--e-global-color-ametok_accent_h1); 
}

.master-button.btn-outline .content-base { 
	color: var(--e-global-color-ametok_accent_h1); 
}

.master-button.btn-outline .bg-hover {
	background-color: var(--e-global-color-ametok_accent_h1); 
}

@media (max-width: 1024px) { .master-button.big { padding: 22px 48px; } } 
@media (max-width: 575px) { .master-button.big { padding: 22px 25px; font-size:16px; } } 

/* ----------------------------------------
	Headings 
---------------------------------------- */
.master-heading { 
	display: flex; 
	justify-content: center; 
	flex-direction: column; 
}

.master-heading .pre-heading { 
	font-size: 14px; 
	line-height: 1.858; 
	font-weight: 600; 
	letter-spacing: 0.2em; 
	margin-bottom: 5px; 
}

.master-heading .main-heading { 
	line-height: 1.16; 
	font-weight: 600; 
}

.master-heading .sub-heading { 
	font-size: 18px; 
	line-height: 1.889; 
}

.master-heading .sep { 
	margin-bottom: 12px; 
	background-color: var(--e-global-color-ametok_accent_h1); 
}

.master-heading.sep-after .main-heading { 
	margin-bottom: 10px; 
}

.master-heading.sep-after .sep { 
	margin-bottom: 45px; 
}

.master-heading.sep-before .sep { 
	margin-bottom: 0; 
}

.align-left .master-heading { align-items: flex-start; }
.align-center .master-heading { align-items: center; }
.align-right .master-heading{ align-items: flex-end; }

@media (max-width: 1024px) {
	.align--tabletleft .master-heading { align-items: flex-start; }
	.align--tabletcenter .master-heading { align-items: center; }
	.align--tabletright .master-heading { align-items: flex-end; }
}

@media (max-width: 767px) {
	.align--mobileleft .master-heading { align-items: flex-start; }
	.align--mobilecenter .master-heading { align-items: center; }
	.align--mobileright .master-heading{ align-items: flex-end; }
}

@media (max-width: 575px) {
	.master-heading .main-heading { font-size: 34px; line-height: 50px; }
	.text-box .master-heading .main-heading { font-size: 20px; line-height: 36px; }
}

/* ----------------------------------------
	Icon 
---------------------------------------- */
.master-icon { 
	display: inline-block; 
	font-size: 60px; 
	line-height: 1; 
	color: var(--e-global-color-ametok_accent_h1); 
	transition: color 0.3s, background 0.3s; 	
}

.master-icon svg { 
	transition: fill 0.3s; 
	fill: currentColor; 
}

.icon-has-bg .master-icon { 
	position: relative; 
	line-height: 100px; 
	width: 100px;
	height: 100px; 
	color: #fff; 
	background-color: var(--e-global-color-ametok_accent_h1); 
	text-align: center; 
}

.icon-has-bg .master-icon svg { 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%); 
}

/* ----------------------------------------
	Icon Box
---------------------------------------- */
.master-icon-box .inner { 
	display: flex;  
	position: relative; 
	z-index: 10;
}

.master-icon-box .sep,
.master-icon-box .desc { 
	transition: color 0.3s; 
}

.master-icon-box .bg-static,
.master-icon-box .bg,
.master-icon-box .bg-hover { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	transition: opacity 0.5s, transform 0.5s; 
	z-index: -1; 
}

.master-icon-box .bg-hover { 
	opacity: 0; 
}

.master-icon-box:hover .bg { 
	opacity: 0; 
}

.master-icon-box:hover .bg-hover { 
	opacity: 1; 
	z-index: 1; 
	border-radius: 5px;
}

/* Icon Top - Bottom */
.icon-position-top .master-icon-box .inner { flex-direction: column;}
.icon-position-bottom .master-icon-box .inner { flex-direction: column-reverse; }

/* Icon Left - Right */
.icon-position-left .master-icon-box .inner { flex-direction: row; }
.icon-position-right .master-icon-box .inner { flex-direction: row-reverse; }
.icon-position-left .master-icon-box .master-icon,
.icon-position-right .master-icon-box .master-icon { font-size: 22px; margin-top: 5px; }
.icon-position-left .master-icon-box .headline-2,
.icon-position-right .master-icon-box .headline-2 { font-size: 22px; margin-bottom: 20px; }

.align-left .master-icon-box .inner { align-items: flex-start; }
.align-center .master-icon-box .inner { align-items: center; }
.align-right .master-icon-box .inner { align-items: flex-end; }

/* Hover Effect */
.elementor-widget-mae-icon-box.hover-effect-style-1 .elementor-widget-container {
	overflow: hidden;
}

.hover-effect-style-1 .master-icon-box:after { 
	position: absolute; 
	bottom: 0; 
	left: 20px; 
	right: 20px; 
	content: "";
	width: calc(100% - 40px); 
	height: 0; 
	border-radius: 0 0 5px 5px; 
	background-color: var(--e-global-color-ametok_accent_h1); 
	transition: transform 0.3s; 
}

.hover-effect-style-1 .master-icon-box:hover:after { 
	height: 10px; 
	bottom: -10px; 
	z-index: 10; 
}

.icon-box-special > div { 
	margin-bottom: 10px !important; 
}

.icon-box-special > div:before { 
	position: absolute; 
	bottom: 0; 
	left: 10px; 
	right: 10px; 
	content: "";
	width: calc(100% - 20px); 
	height: 10px; 
	border-radius: 0 0 5px 5px;
	background-color: var(--e-global-color-ametok_accent_h1); 
	transition: 0.3s transform ease 1s; 
	z-index: -1; 
}

.link-on-hover .master-icon-box .url-wrap {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.3s, transform 0.3s;
}

.link-on-hover .master-icon-box:hover .url-wrap {
	opacity: 1;
	transform: translateY(0);
}

.link-on-hover .master-icon-box .desc {
	transition: transform 0.3s;
}

.link-on-hover .master-icon-box:hover .desc {
	transform: translateY(-20px);
}

@media (max-width: 1024px) {
	.align--tabletleft .master-icon-box .inner { align-items: flex-start; }
	.align--tabletcenter .master-icon-box .inner { align-items: center; }
	.align--tabletright .master-icon-box .inner { align-items: flex-end; }
}

@media (max-width: 767px) {
	.align--mobileleft .master-icon-box .inner { align-items: flex-start; }
	.align--mobilecenter .master-icon-box .inner { align-items: center; }
	.align--mobileright .master-icon-box .inner { align-items: flex-end; }

	.icon-position-left .master-icon-box .inner,
	.icon-position-right .master-icon-box .inner { flex-direction: column; }
	.icon-position-left .master-icon-box .icon-wrap .master-icon,
	.icon-position-right .master-icon-box .icon-wrap .master-icon { margin: 0 0 30px !important; }
}

/* ----------------------------------------
	Icon Text
---------------------------------------- */
.master-icon-text { 
	display: flex; 
	align-items: center; 
	font-size: 18px; 
	line-height: 22px; 
}

.master-icon-text .icon-wrap { 
	display: inline-block; 
	color: var(--e-global-color-ametok_accent_h1); 
	margin-right: 9px; 
	flex-shrink: 0;
	text-align: center; 
	line-height: 1; 
}

.master-icon-text .content-wrap { 
	position: relative; 
	display: inline-block; 
	font-weight: 500; 
}

.master-icon-text .icon-wrap i { 
	position: relative; 
	display: inline-block; 
}

.icon-has-bg .master-icon-text .icon-wrap { 
	position: relative; 
	width: 26px; 
	height: 26px; 
	line-height: 26px; 
	background-color: #f6f6f6; 
}

.icon-has-bg .master-icon-text .icon-wrap i { 
	position: absolute; 
	top: 50%; 
	left: 50%;
	transform: translate(-50%, -50%); 
}

.align-center .master-icon-text {
	justify-content: center;
}

.align-right .master-icon-text {
	justify-content: flex-end;
}

@media (max-width: 1024px) {
	.align--tabletleft .master-icon-text { justify-content: flex-start; }
	.align--tabletcenter .master-icon-text  { justify-content: center; }
	.align--tabletright .master-icon-text  { justify-content: flex-end; }
}

@media (max-width: 767px) {
	.align--mobileleft .master-icon-text  { justify-content: flex-start; }
	.align--mobilecenter .master-icon-text  { justify-content: center; }
	.align--mobileright .master-icon-text  { justify-content: flex-end; }
}

@media (max-width: 575px) {
	.master-icon-text { align-items: flex-start; }
}

/* ----------------------------------------
	Slider
---------------------------------------- */
.master-slider { 
	position: relative; 
	width: 100%; 
	min-height: 700px; 
}

/* Background */
.master-slider .bg-wrap { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	pointer-events: none; 
	overflow: hidden; 
	background-color: var(--e-global-color-ametok_primary); 
}

.master-slider .bg-wrap .bg { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	visibility: hidden;
	background-position: center center; 
	background-size: cover; 
	background-repeat: no-repeat; 
}

.master-slider .bg-wrap .bg.active { 
	visibility: visible; 
}

/* Content */
.master-slider .slide { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	display: flex; 
	flex-direction: column; 
	visibility: hidden; 
}

.master-slider .slide.active { 
	visibility: visible; 
}

.master-slider .slide .sub-title { 
	font-size: 20px; 
	line-height: 36px; 
	font-weight: 600; 
	color: #fff; 
}

.master-slider .slide .special-sub-title { 
	background-color: rgba(23,23,23,0.1); 
	padding: 16px 20px;border-radius:5px;
}

.master-slider .slide .title { 
	font-size: 80px; 
	line-height: 1.125; 
	font-weight: 800; 
	color: #fff; 
}

.master-slider .slide .desc { 
	font-size: 20px; 
	line-height: 40px; 
	font-weight: 600; 
	color: #fff; 
}

.master-slider .slide ul li {
	list-style: none; position: relative;
}

.master-slider .slide ul { 
	margin: 0;
}

.master-slider .slide ul li { 
	padding-left: 20px;
}

.master-slider .slide ul li::before { 
	position: absolute; 
	top: 1px; 
	left: 0;
	color: var(--e-global-color-ametok_accent_h1); 
	font-size: 12px; 
}

.master-slider .url-wrap { 
	display: flex; 
}

.master-slider .master-video-icon a { 
	width: unset; 
	height: unset; 
	line-height: 1; 
	padding: 30px;
	font-size: 12px; 
}

/* Slider Style */
.slider-full-screen .master-slider .bg-wrap,
.slider-full-width .master-slider .bg-wrap { 
	width: 100vw; 
	left: 50%; 
	transform: translateX(-50%); 
}

.slider-full-screen .master-slider { 
	height: 100vh; 
}

/* Controls */
.master-slider .control-wrap { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	pointer-events: none; 
	z-index: 10; 
}

/* Dots */
.master-slider .nav-dots { 
	position: absolute; 
	bottom: 60px; 
	left: 50%; 
	transform: translateX(-50%); 
	width: auto; 
	line-height: 1; 
	text-align: center; 
	pointer-events: auto; 
}

.master-slider .nav-dots .dot { 
	display: inline-block; 
	width: 14px; 
	height: 14px; 
	background-color: rgba(255,255,255,0.3); 
	margin: 0 5px; 
	cursor: pointer; 
	transition: color 0.3s, background 0.3s; 
}

.master-slider .nav-dots .dot:hover,
.master-slider .nav-dots .dot.active { 
	background-color: #fff; 
}

.slider-dots-no .master-slider .nav-dots { 
	display: none; 
}

.dots-pos-bl .master-slider .nav-dots { 
	left: 0; 
	transform: translateX(0); 
}

.dots-pos-br .master-slider .nav-dots { 
	right: 0; transform: translateX(0); 
}

/* Arrows */
.master-slider .arrow { 
	pointer-events: auto; 
	cursor: pointer; 
	text-align: center; 
}

.master-slider .arrow { 
	position: absolute; 
	display: inline-block; 
	width: 94px; 
	height: 84px; 
	line-height: 84px; 
	font-size: 24px; 
	color: var(--e-global-color-ametok_primary); 
	background-color: #fff; 
	transition: color 0.3s, background 0.3s; 
}

.master-slider .arrow:after { 
	width: 100%; 
	height: 100%; 
	text-align: center; 
	line-height: inherit; 
	font-size: inherit; 
}

.master-slider .arrow:hover { 
	background-color: var(--e-global-color-ametok_accent_h1); 
	color: #fff; 
}

/* Arrow center center */
.arrows-pos-cc .master-slider .arrow { top: 50%; transform: translate(0, -50%);  }
.arrows-pos-cc .master-slider .arrow-next { right: 0px;  }
.arrows-pos-cc .master-slider .arrow-prev { left: 0px;  }

/* Arrow bottom right */
.arrows-pos-br .master-slider .arrow { position: static; }
.arrows-pos-br .master-slider .nav-arrow { position: absolute; bottom: 0; right: 0; display: flex; }
.arrows-pos-br .master-slider .arrow-next { right: 0; bottom: 0; background-color: #fff; color: var(--e-global-color-ametok_primary); }
.arrows-pos-br .master-slider .arrow-prev { right: 84px; bottom: 0; background-color: var(--e-global-color-ametok_accent_h1); color: #fff; }
.arrows-pos-br .master-slider .nav-arrow:hover .arrow-prev { background-color: #fff; color: var(--e-global-color-ametok_primary); }
.arrows-pos-br .master-slider .nav-arrow:hover .arrow-prev:hover { background-color: var(--e-global-color-ametok_accent_h1); color: #fff; }
.arrows-pos-br .master-slider .nav-arrow:hover .arrow-next:hover { background-color: var(--e-global-color-ametok_accent_h1); color: #fff; }

/* Arrow center full width */
.arrows-pos-cfw .master-slider .control-wrap { width: 100vw; left: 50%; transform: translateX(-50%); }
.arrows-pos-cfw .master-slider .arrow { top: 50%; transform: translate(0, -50%); }
.arrows-pos-cfw .master-slider .arrow-next { right: 60px; }
.arrows-pos-cfw .master-slider .arrow-prev { left: 60px; }

/* Arrow center right */
.arrows-pos-cr .master-slider .arrow { position: static; margin: 5px 0; }
.arrows-pos-cr .master-slider .nav-arrow { position: absolute; top: 50%; right: 0; display: flex; flex-direction: column; transform: translateY(-50%); }
.arrows-pos-cr .master-slider .arrow-prev { opacity: 0.3; }
.arrows-pos-cr .master-slider .arrow:hover { opacity: 1; }

.slider-arrows-no .master-slider .nav-arrow { display: none; }
.arrows-size-medium .master-slider .arrow { width: 80px; height: 80px; line-height: 80px; font-size: 18px; }

/* Split Text Animation */
.master-slider .text-wrap { display: inline-block; overflow: hidden; white-space: break-spaces; }
.master-slider .text-wrap > span { display: inline-block; }

@media (max-width: 767px) {
	.master-slider .arrow { display: none !important; }
	.master-slider .nav-dots { display: none !important; }
	.master-slider .slide ul li { margin-bottom: 15px; }
	.master-slider .url-wrap { flex-direction: column; }
	.master-slider .url-wrap .url2 { margin-top: 20px; }
	.master-slider .slide .special-sub-title { background-color: transparent; padding: 0; }
}

/* ----------------------------------------
	Carousel Box 
---------------------------------------- */
.master-carousel-box:not(.inview) .item-carousel[aria-hidden="true"] > * { display: none;}
.item-carousel { width: 100%; line-height: 0; transition: box-shadow 0.3s; }

.column-1-gap-0px .item-carousel { width: 100%; margin-right: 0; }
.column-1-gap-10px .item-carousel { width: 100%; margin-right: 10px; }
.column-1-gap-20px .item-carousel { width: 100%; margin-right: 20px; }
.column-1-gap-30px .item-carousel { width: 100%; margin-right: 30px; }
.column-1-gap-40px .item-carousel { width: 100%; margin-right: 40px; }
.column-1-gap-50px .item-carousel { width: 100%; margin-right: 50px; }
.column-2-gap-0px .item-carousel { width: calc( 100% / 2 ); margin-right: 0; }
.column-3-gap-0px .item-carousel { width: calc( 100% / 3 ); margin-right: 0; }
.column-4-gap-0px .item-carousel { width: calc( 100% / 4 ); margin-right: 0; }
.column-5-gap-0px .item-carousel { width: calc( 100% / 5 ); margin-right: 0; }

.column-2-gap-0px .item-carousel { width: calc( 100% / 2 ); margin-right: 0; }
@media (max-width: 1024px) { .column-2-gap-0px .item-carousel { width: calc( 100% / 2 ); margin-right: 0; } }
@media (max-width: 767px) { .column-2-gap-0px .item-carousel { width: 100%; margin-right: 0; } }
.column-3-gap-0px .item-carousel { width: calc( 100% / 3 ); margin-right: 0; }
@media (max-width: 1024px) { .column-3-gap-0px .item-carousel { width: calc( 100% / 2 ); margin-right: 0; } }
@media (max-width: 767px) { .column-3-gap-0px .item-carousel { width: 100%; margin-right: 0; } }
.column-4-gap-0px .item-carousel { width: calc(100%  / 4 ); margin-right: 0; }
@media (max-width: 1024px) { .column-4-gap-0px .item-carousel { width: calc( 100% / 2 ); margin-right: 0; } }
@media (max-width: 767px) { .column-4-gap-0px .item-carousel { width: 100%; margin-right: 0; } }
.column-5-gap-0px .item-carousel { width: calc( 100% / 5 ); margin-right: 0; }
@media (max-width: 1024px) { .column-5-gap-0px .item-carousel { width: calc( 100% / 3 ); margin-right: 0; } }
@media (max-width: 767px) { .column-5-gap-0px .item-carousel { width: 100%; margin-right: 0; } }

.column-2-gap-10px .item-carousel { width: calc( (100% - 10px) / 2 ); margin-right: 10px; }
@media (max-width: 1024px) { .column-2-gap-10px .item-carousel { width: calc( (100% - 10px) / 2 ); margin-right: 10px; } }
@media (max-width: 767px) { .column-2-gap-10px .item-carousel { width: 100%; margin-right: 0; } }
.column-3-gap-10px .item-carousel { width: calc( (100% - 20px) / 3 ); margin-right: 10px; }
@media (max-width: 1024px) { .column-3-gap-10px .item-carousel { width: calc( (100% - 10px) / 2 ); margin-right: 10px; } }
@media (max-width: 767px) { .column-3-gap-10px .item-carousel { width: 100%; margin-right: 0; } }
.column-4-gap-10px .item-carousel { width: calc( (100% - 30px) / 4 ); margin-right: 10px; }
@media (max-width: 1024px) { .column-4-gap-10px .item-carousel { width: calc( (100% - 10px) / 2 ); margin-right: 10px; } }
@media (max-width: 767px) { .column-4-gap-10px .item-carousel { width: 100%; margin-right: 0; } }
.column-5-gap-10px .item-carousel { width: calc( (100% - 40px) / 5 ); margin-right: 10px; }
@media (max-width: 1024px) { .column-5-gap-10px .item-carousel { width: calc( (100% - 20px) / 3 ); margin-right: 10px; } }
@media (max-width: 767px) { .column-5-gap-10px .item-carousel { width: 100%; margin-right: 0; } }

.column-2-gap-20px .item-carousel { width: calc( (100% - 20px) / 2 ); margin-right: 20px; }
@media (max-width: 1024px) { .column-2-gap-20px .item-carousel { width: calc( (100% - 20px) / 2 ); margin-right: 20px; } }
@media (max-width: 767px) { .column-2-gap-20px .item-carousel { width: 100%; margin-right: 0; } }
.column-3-gap-20px .item-carousel { width: calc( (100% - 40px) / 3 ); margin-right: 20px; }
@media (max-width: 1024px) { .column-3-gap-20px .item-carousel { width: calc( (100% - 20px) / 2 ); margin-right: 20px; } }
@media (max-width: 767px) { .column-3-gap-20px .item-carousel { width: 100%; margin-right: 0; } }
.column-4-gap-20px .item-carousel { width: calc( (100% - 60px) / 4 ); margin-right: 20px; }
@media (max-width: 1024px) { .column-4-gap-20px .item-carousel { width: calc( (100% - 20px) / 2 ); margin-right: 20px; } }
@media (max-width: 767px) { .column-4-gap-20px .item-carousel { width: 100%; margin-right: 0; } }
.column-5-gap-20px .item-carousel { width: calc( (100% - 80px) / 5 ); margin-right: 20px; }
@media (max-width: 1024px) { .column-5-gap-20px .item-carousel { width: calc( (100% - 40px) / 3 ); margin-right: 20px; } }
@media (max-width: 767px) { .column-5-gap-20px .item-carousel { width: 100%; margin-right: 0; } }

.column-2-gap-30px .item-carousel { width: calc( (100% - 30px) / 2 ); margin-right: 30px; }
@media (max-width: 1024px) { .column-2-gap-30px .item-carousel { width: calc( (100% - 30px) / 2 ); margin-right: 30px; } }
@media (max-width: 767px) { .column-2-gap-30px .item-carousel { width: 100%; margin-right: 30px; } }
.column-3-gap-30px .item-carousel { width: calc( (100% - 60px) / 3 ); margin-right: 30px; }
@media (max-width: 1024px) { .column-3-gap-30px .item-carousel { width: calc( (100% - 30px) / 2 ); margin-right: 30px; } }
@media (max-width: 767px) { .column-3-gap-30px .item-carousel { width: 100%; margin-right: 30px; } }
.column-4-gap-30px .item-carousel { width: calc( (100% - 90px) / 4 ); margin-right: 30px; }
@media (max-width: 1024px) { .column-4-gap-30px .item-carousel { width: calc( (100% - 30px) / 2 ); margin-right: 30px; } }
@media (max-width: 767px) { .column-4-gap-30px .item-carousel { width: 100%; margin-right: 30px; } }
.column-5-gap-30px .item-carousel { width: calc( (100% - 120px) / 5 ); margin-right: 30px; }
@media (max-width: 1024px) { .column-5-gap-30px .item-carousel { width: calc( (100% - 60px) / 3 ); margin-right: 30px; } }
@media (max-width: 767px) { .column-5-gap-30px .item-carousel { width: 100%; margin-right: 30px; } }

.column-2-gap-40px .item-carousel { width: calc( (100% - 40px) / 2 ); margin-right: 40px; }
@media (max-width: 1024px) { .column-2-gap-40px .item-carousel { width: calc( (100% - 40px) / 2 ); margin-right: 40px; } }
@media (max-width: 767px) { .column-2-gap-40px .item-carousel { width: 100%; margin-right: 0; } }
.column-3-gap-40px .item-carousel { width: calc( (100% - 80px) / 3 ); margin-right: 40px; }
@media (max-width: 1024px) { .column-3-gap-40px .item-carousel { width: calc( (100% - 40px) / 2 ); margin-right: 40px; } }
@media (max-width: 767px) { .column-3-gap-40px .item-carousel { width: 100%; margin-right: 0; } }
.column-4-gap-40px .item-carousel { width: calc( (100% - 120px) / 4 ); margin-right: 40px; }
@media (max-width: 1024px) { .column-4-gap-40px .item-carousel { width: calc( (100% - 40px) / 2 ); margin-right: 40px; } }
@media (max-width: 767px) { .column-4-gap-40px .item-carousel { width: 100%; margin-right: 0; } }
.column-5-gap-40px .item-carousel { width: calc( (100% - 160px) / 5 ); margin-right: 40px; }
@media (max-width: 1024px) { .column-5-gap-40px .item-carousel { width: calc( (100% - 80px) / 3 ); margin-right: 40px; } }
@media (max-width: 767px) { .column-5-gap-40px .item-carousel { width: 100%; margin-right: 0; } }

.column-2-gap-50px .item-carousel { width: calc( (100% - 50px) / 2 ); margin-right: 50px; }
@media (max-width: 1024px) { .column-2-gap-50px .item-carousel { width: calc( (100% - 50px) / 2 ); margin-right: 50px; } }
@media (max-width: 767px) { .column-2-gap-50px .item-carousel { width: 100%; margin-right: 0; } }
.column-3-gap-50px .item-carousel { width: calc( (100% - 100px) / 3 ); margin-right: 50px; }
@media (max-width: 1024px) { .column-3-gap-50px .item-carousel { width: calc( (100% - 50px) / 2 ); margin-right: 50px; } }
@media (max-width: 767px) { .column-3-gap-50px .item-carousel { width: 100%; margin-right: 0; } }
.column-4-gap-50px .item-carousel { width: calc( (100% - 150px) / 4 ); margin-right: 50px; }
@media (max-width: 1024px) { .column-4-gap-40px .item-carousel { width: calc( (100% - 50px) / 2 ); margin-right: 50px; } }
@media (max-width: 767px) { .column-4-gap-40px .item-carousel { width: 100%; margin-right: 0; } }
.column-5-gap-50px .item-carousel { width: calc( (100% - 2000px) / 5 ); margin-right: 50px; }
@media (max-width: 1024px) { .column-5-gap-40px .item-carousel { width: calc( (100% - 100px) / 3 ); margin-right: 50px; } }
@media (max-width: 767px) { .column-5-gap-40px .item-carousel { width: 100%; margin-right: 0; } }

.column-custom-gap-10px .item-carousel { margin: 0 5px; opacity: 1 !important; }
.column-custom-gap-20px .item-carousel { margin: 0 10px; opacity: 1 !important; }
.column-custom-gap-30px .item-carousel { margin: 0 15px; opacity: 1 !important; }
.column-custom-gap-40px .item-carousel { margin: 0 20px; opacity: 1 !important; }
.full-screen-true .flickity-viewport { overflow: visible !important; }
.flickity-aside-wrap .flickity-viewport { overflow: visible !important; }

/* Bullets */

.master-carousel-box .flickity-page-dots { bottom: 0; height: 25px; line-height: 25px;
	z-index: 999; transform: translateY(25px); list-style: none; display: flex; margin: 0 0; justify-content: center;}
.master-carousel-box .flickity-page-dots .dot { position: relative; width: 13px; height: 13px; border: none; 
	background-color: transparent; opacity: 1; transition: all 0.3s ease; border-radius: 0; margin: 0 5px; }
.master-carousel-box .flickity-page-dots .dot:after { position: absolute; bottom: 0; left: 0; content: "";
	width: 13px; height: 13px; transition: background 0.5s; background-color: #bdbdbd; }
.master-carousel-box .flickity-page-dots .dot.is-selected:after { background-color: var(--e-global-color-ametok_primary); }

.bullet-white .master-carousel-box .flickity-page-dots .dot:after { background-color: rgba(36, 36, 36, 0.3); }
.bullet-white .master-carousel-box .flickity-page-dots .dot.is-selected:after  { background-color: #fff;}

.master-carousel-box.bullets-0px { margin-bottom: 25px; }
.master-carousel-box.bullets-10px { padding-bottom: 10px; margin-bottom: 25px; }
.master-carousel-box.bullets-20px { padding-bottom: 20px; margin-bottom: 25px; }
.master-carousel-box.bullets-30px { padding-bottom: 30px; margin-bottom: 25px; }
.master-carousel-box.bullets-40px { padding-bottom: 40px; margin-bottom: 25px; }
.master-carousel-box.bullets-50px { padding-bottom: 50px; margin-bottom: 25px; }
.master-carousel-box.bullets-60px { padding-bottom: 60px; margin-bottom: 25px; }
.master-carousel-box.bullets-70px { padding-bottom: 70px; margin-bottom: 25px; }
.master-carousel-box.bullets-80px { padding-bottom: 80px; margin-bottom: 25px; }
.master-carousel-box.bullets-90px { padding-bottom: 90px; margin-bottom: 25px; }
.master-carousel-box.bullets-100px { padding-bottom: 100px; margin-bottom: 25px; }

/* Arrows */

.master-carousel-box .flickity-button { position: absolute; top: 50%; padding: 0; margin: 0; background-color: transparent; 
	width: 40px; height: 40px; border-radius: 50%; border: 2px solid #666; transform: translateY(-50%); z-index: 9999; }
.master-carousel-box .flickity-button.previous { left: -30px; }
.master-carousel-box .flickity-button.next { right: -30px; }
.master-carousel-box .flickity-button .flickity-button-icon { width: 100%; height: 100%; position: absolute; left: 0; top: 0; right: 0; 
	bottom: 0;  margin: auto; color: #666; padding: 5%;
	transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease; }
.master-carousel-box .flickity-button .flickity-button-icon svg { fill: currentColor; }
.master-carousel-box .flickity-button:hover { background-color: transparent; }
.master-carousel-box .flickity-button:hover .flickity-button-icon { color: #222; }
.master-carousel-box .flickity-button:focus { box-shadow: none; }
.master-carousel-box .flickity-button:disabled { opacity: 0.5; }

.arrow-position-top .flickity-button { top: 0; margin-top: -40px; transform: translateY(-100%); }
.arrow-position-top .flickity-button.next { right: 0; top: 0px; }
.arrow-position-top .flickity-button.previous { left: auto; right: 70px; top: 0px; }

@media screen and (max-width: 767px) {
    .flickity-button { position: static !important; margin-top: 20px !important; transform: translateY(0) !important; }
    .flickity-button.next { margin-left: 6px; }

    .master-carousel-box.bullets-40px { padding-bottom: 30px; margin-bottom: 25px; }
	.master-carousel-box.bullets-50px { padding-bottom: 30px; margin-bottom: 25px; }
	.master-carousel-box.bullets-60px { padding-bottom: 30px; margin-bottom: 25px; }
	.master-carousel-box.bullets-70px { padding-bottom: 30px; margin-bottom: 25px; }
	.master-carousel-box.bullets-80px { padding-bottom: 30px; margin-bottom: 25px; }
	.master-carousel-box.bullets-90px { padding-bottom: 30px; margin-bottom: 25px; }
	.master-carousel-box.bullets-100px { padding-bottom: 30px; margin-bottom: 25px; }

	.master-carousel-box .flickity-viewport { overflow: hidden !important; }
}

@media screen and (max-width: 370px) {
    .master-carousel-box .item-carousel { margin-right: 0 !important; }
}

/* ----------------------------------------
	Grid 
---------------------------------------- */
.grid-container { display: flex; flex-wrap: wrap; }
.grid-container .column { transform: background 0.3s; }

/* ----------------------------------------
	Text Box 
---------------------------------------- */
.master-text-box {
	display: flex;
	flex-direction: column;
	transition: background 0.3s;
}

.master-text-box .title,
.master-text-box .text,
.master-text-box .icon-wrap {
	transition: color 0.3s;
}

.master-text-box .title { 
	display: flex; 
	font-size: 18px; 
	align-items: center; 
	margin-bottom: 0; 
}

.master-text-box .icon-wrap { 
	margin-right: 5px; 
	color: var(--e-global-color-ametok_accent_h1); 
}

.master-text-box .icon-wrap i { 
	position: relative; 
	display: inline-block; 
}

.icon-has-bg .master-icon-text .icon-wrap { 
	position: relative; 
	width: 26px; 
	height: 26px; 
	line-height: 26px; 
	background-color: #f6f6f6; 
}

.icon-has-bg .master-icon-text .icon-wrap i { 
	position: absolute; 
	top: 50%; 
	left: 50%;
	transform: translate(-50%, -50%); 
}

.align-center .master-text-box {
	align-items: center;
}

.align-right .master-text-box {
	align-items: flex-end;
}

@media (max-width: 1024px) {
	.align--tabletleft .master-text-box { align-items: flex-start; }
	.align--tabletcenter .master-text-box { align-items: center; }
	.align--tabletright .master-text-box { align-items: flex-end; }
}

@media (max-width: 767px) {
	.align--mobileleft .master-text-box { align-items: flex-start; }
	.align--mobilecenter .master-text-box { align-items: center; }
	.align--mobileright .master-text-box { align-items: flex-end; }
}
/* ----------------------------------------
	Copyright
---------------------------------------- */
.master-copyright { 
	font-size: 14px; 
	line-height: 2; 
	font-weight: 600; 
	color: #b7b7b7; 
}

.master-copyright a:hover { 
	color: #fff; 
}

/* ----------------------------------------
	Counter
---------------------------------------- */
.master-counter .inner { 
	display: inline-block; 
	position: relative; 
}

.master-counter .icon-wrap { 
	font-size: 18px; 
	line-height: normal; 
	color: var(--e-global-color-ametok_accent_h1); 
}

.master-counter .number-wrap { 
	line-height: 1; 
}

.master-counter .number-wrap span { 
	font-size: 50px; 
	line-height: 1; 
	font-weight: 600; 
	color: var(--e-global-color-ametok_primary); 
}

.master-counter .title { 
	font-size: 18px; 
	line-height: 34px; 
	font-weight: 500; 
	margin-bottom: 0; 
}

.icon-inline-yes .master-counter { 
	display: flex;
	flex-wrap: wrap;
}


/* ----------------------------------------
	Pie Chart
---------------------------------------- */
.master-pie-chart {
	display: flex;
	flex-direction: column;
}

.master-pie-chart .chart { 
	position: relative; 
	width: auto; 
	border-radius: 50%; 
	line-height: 1;
	height: auto; 
}

.master-pie-chart .chart .percent-wrap { 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%);
	font-size: 20px; 
	line-height: 1; 
}

.master-pie-chart canvas { 
	border-radius: 50%; 
	max-width: 100%; 
}

.pie-chart-inline-no .master-pie-chart .chart { margin-bottom: 20px; }
.pie-chart-inline-yes .master-pie-chart { flex-direction: row; }
.pie-chart-inline-yes.valign-middle .master-pie-chart { align-items: center; }
.pie-chart-inline-yes.valign-bottom .master-pie-chart { align-items: flex-end; }
.pie-chart-inline-yes .master-pie-chart .chart { flex-shrink: 0; margin-right: 20px; }

.pie-chart-inline-no.align-center .master-pie-chart { align-items: center; }
.pie-chart-inline-no.align-right .master-pie-chart { align-items: flex-end; }

@media (max-width: 1024px) {
	.pie-chart-inline-no.align--tabletleft .master-pie-chart { align-items: center; }
	.pie-chart-inline-no.align--tabletcenter .master-pie-chart { align-items: center; }
	.pie-chart-inline-no.align--tabletright .master-pie-chart { align-items: flex-end; }
}

@media (max-width: 767px) {
	.pie-chart-inline-no.align--mobileleft .master-pie-chart { align-items: center; }
	.pie-chart-inline-no.align--mobilecenter .master-pie-chart { align-items: center; }
	.pie-chart-inline-no.align--mobileright .master-pie-chart { align-items: flex-end; }
}


/* ----------------------------------------
	Progress Bar 
---------------------------------------- */
.master-progress-bar { 
	font-size: 20px; 
	font-weight: 500; 
}

.master-progress-bar .texts { 
	margin-bottom: 4px; 
}

.master-progress-bar .title { 
	position: absolute;
	color: var(--e-global-color-ametok_primary); 
	font-size: 18px; 
	font-weight: 600; 
}

.master-progress-bar .percent { 
	display: inline-block;
	text-align: right;
	color: var(--e-global-color-ametok_accent_h1); 
	font-size: 14px; 
	font-weight: 600; 
	line-height: 30px; 
	color: var(--e-global-color-ametok_text);  
	width: 0;
	transition: width ease 1s;
}

.master-progress-bar .progress-bar { 
	height: 20px; 
	background-color: #f6f6f6; 
}

.master-progress-bar .progress { 
	height: 100%; 
	width: 0; 
	background-color: var(--e-global-color-ametok_accent_h1); 
	transition: width 0.6s linear; 
}

/* ----------------------------------------
	Video Icon
---------------------------------------- */
.master-video-icon a { 
	position: relative; 
	width: 96px; 
	height: 96px; 
	line-height: 96px; 
	display: inline-block; 
	background-color: var(--e-global-color-ametok_accent_h1); 
	color: #fff; 
	text-align: center; 
	font-size: 22px; 
	z-index: 1; 
}

.master-video-icon a i { 
	margin-left: 7%; 
}

.master-video-icon a .p { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	content: ""; 
	border: 1px solid var(--e-global-color-ametok_accent_h1); 
	z-index: -1; 
}

.inview .master-video-icon a .p1 { 
	animation: v-fade-before 2s infinite ease-in-out; 
}

.inview .master-video-icon a .p2 { 
	animation: v-fade-after 2s infinite ease-in-out; 
}

/* ----------------------------------------
	Fancy Image
---------------------------------------- */
.master-fancy-image { 
	position: relative; 
	display: flex;
	align-items: flex-start;
}

.master-fancy-image .image-wrap { 
	display: flex;
	align-items: flex-start;
	position: relative; 
	width: auto; 
	height: auto; 
	z-index: 0; 
}

.master-fancy-image .image-wrap img { 
	width: 100%; 
	transition: box-shadow 0.3s; 
}

.master-fancy-image .master-video-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.align-center .master-fancy-image { justify-content: center; }
.align-right .master-fancy-image { justify-content: flex-end; }

@media (max-width: 1024px) {
	.align--tabletleft .master-fancy-image { justify-content: flex-start; }
	.align--tabletcenter .master-fancy-image { justify-content: center; }
	.align--tabletright .master-fancy-image { justify-content: flex-end; }
}

@media (max-width: 767px) {
	.align--mobileleft .master-fancy-image { justify-content: flex-start; }
	.align--mobilecenter .master-fancy-image { justify-content: center; }
	.align--mobileright .master-fancy-image { justify-content: flex-end; }
}

/* ----------------------------------------
	Image Box 
---------------------------------------- */
.master-image-box { 
	position: relative; 
	transition: box-shadow 0.5s, transform 0.3s; 
}

.master-image-box .content-wrap { 
	display: flex; 
	flex-direction: column; 
	padding: 24px 40px 32px; 
}

.master-image-box .master-icon { 
	margin-bottom: 30px; 
}

.master-image-box .headline-2 { 
	transition: color 0.3s; 
	margin-bottom: 18px; 
}

.master-image-box .desc { 
	position: relative; 
	margin-bottom: 20px; 
	transition: color 0.3s, opacity 0.3s, transform 0.3s; 
}

.master-image-box .thumb { 
	position: relative;
	overflow: hidden; 
}

.master-image-box .thumb img { 
	width: 100%; 
	height: auto; 
	transition: transform 0.5s; 
}

.master-image-box:hover .thumb img { 
	transform: scale(1.1); 
}

.master-image-box .arrow { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	opacity: 0;
	transition: transform 0.3s, opacity 0.3;
}

.master-image-box .arrow:before,
.master-image-box .arrow:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	background-color: #fff;
	transition: opacity 0.3s;
	opacity: 0;
}

.master-image-box .arrow:before {
	width: 2px; 
	height: 40px;
}

.master-image-box .arrow:after {
	width: 40px;
	height: 2px;
}

.master-image-box:hover .arrow {
	opacity: 1; 
}

.master-image-box .arrow:before,
.master-image-box .arrow:after {
	opacity: 1;
}

.image-box-style-2 .master-image-box { 
	margin-top: 95px; 
	text-align: center;
}

.image-box-style-2 .master-image-box .thumb { 
	position: absolute; 
	top: -95px; 
	left: 50%; 
	transform: translateX(-50%);
	width: 190px; 
	height: 190px; 
	border-radius: 50%; 
	border: 10px solid #fff;
	display: flex; 
	justify-content: center; 
	align-items: center; 
}

.image-box-style-2 .master-image-box .content-wrap { 
	padding: 114px 60px 28px; 
	background-color: #fff;
	border-radius: 5px; 
}

.image-box-style-2 .master-image-box .desc {
	margin-bottom: 0;
}

.image-box-style-2 .master-image-box .url-wrap {
	opacity: 0;
	transform: translateY(15px);
	transition: transform 0.3s, opacity 0.3s;
}

.image-box-style-2 .master-image-box:hover .desc {
	transform: translateY(-20px);
}

.image-box-style-2 .master-image-box:hover .url-wrap {
	transform: translateY(-10px);
	opacity: 1;
}


/* ----------------------------------------
	Hover Box 
---------------------------------------- */
.master-hover-box { 
	position: relative; 
	overflow: hidden; 
}

.master-hover-box .thumb img { 
	width: 100%; 
	height: auto; 
	transition: transform 0.5s; 
}

.master-hover-box .content-wrap,
.master-hover-box .hover-content-wrap { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	display: flex; 
	flex-direction: column; 
	padding: 52px; 
}

.master-hover-box .hover-content-wrap { 
	opacity: 0; 
	background-color: rgba(36,36,36,0.8); 
}

.master-hover-box .content-wrap { 
	align-items: center; 
	justify-content: center; 
	text-align: center; 
}

.master-hover-box .icon-wrap { 
	margin-bottom: 23px; 
}

.master-hover-box .content-wrap .headline-2, 
.master-hover-box .hover-content-wrap .headline-2 { 
	font-size: 30px; 
	line-height: 34px; 
	color: #fff; 
	margin: 0;
}

.master-hover-box .hover-content-wrap .headline-2 { 
	margin-bottom: 22px; 
}

.master-hover-box .desc { 
	color: #fff; 
	line-height: 34px; 
}

.master-hover-box .arrow { 
	position: absolute; 
	right: 0; 
	bottom: 0; 
	width: 56px; 
	height: 56px; 
	line-height: 56px; 
	transform: translateY(100%);
	text-align: center; 
	font-size: 12px; 
	color: #fff; 
	background-color: var(--e-global-color-ametok_accent_h1);
	transition: 0.3s transform; 
}

.master-hover-box .arrow i { 
	display: inline-block; 
}

.master-hover-box:hover .thumb img { 
	transform: scale(1.1); 
}

.master-hover-box .arrow:hover i { 
	animation: 0.3s link-icon linear; 
}

.master-hover-box .hover-content-wrap { 
	opacity: 0; 
	transition: opacity 0.3s ease; 
}

.master-hover-box .hover-content-wrap .headline-2,
.master-hover-box .hover-content-wrap .desc { 
	opacity: 0; 
	transform: translateY(100%); 
	transition: transform 0.3s ease, opacity 0.3s ease; 
}

.master-hover-box.active .icon-wrap { 
	transform: translateY(-50px); 
	opacity: 0; 
	transition: transform 0.3s ease; 
}

.master-hover-box.active .content-wrap .headline-2 { 
	transform: translateY(-50px); 
	opacity: 0; transition: transform 0.3s ease; 
}

.master-hover-box.active .hover-content-wrap { 
	opacity: 1; 
}

.master-hover-box.active .hover-content-wrap .desc,
.master-hover-box.active .hover-content-wrap .headline-2 { 
	transform: translateY(0); 
	opacity: 1; 
}

.master-hover-box.active .arrow { 
	transform: translateY(0); 
}

@media (max-width: 575px) {
	.master-hover-box .content-wrap,
	.master-hover-box .hover-content-wrap { padding: 30px; }
}

/* ----------------------------------------
	Social Icons
---------------------------------------- */
.master-social-icons { 
	font-size: 18px; 
	display: inline-block; 
}

.master-social-icons .icon-wrap a { 
	display: inline-block; 
}

.align-left .master-social-icons a:first-child { margin-left: 0 !important; }
.align-right .master-social-icons a:last-child { margin-right: 0 !important; }

@media (max-width: 1024px) {
	.align--tabletleft .master-social-icons a:first-child { margin-left: 0 !important; }
	.align--tabletright .master-social-icons a:last-child { margin-right: 0 !important; }
}

@media (max-width: 767px) {
	.align--mobileleft .master-social-icons a:first-child { margin-left: 0 !important; }
	.align--mobileright .master-social-icons a:last-child { margin-right: 0 !important; }
}

/* ----------------------------------------
	Tabs
---------------------------------------- */
.master-tabs { 
	position: relative; 
}

.master-tabs .tab-link-wrap { 
	position: absolute; 
	left: 0; 
	top: 0; 
	list-style: none; 
	margin: 0; 
	overflow: hidden; 
	width: 100%;
 	display: flex; 
 }

.master-tabs .tab-content-wrap { 
	padding-top: 60px; 
}

.master-tabs .tab-link { 
	position: relative;
	display: inline-block; 
	font-size: 20px; 
	font-weight: 600; 
	line-height: 30px; 
	white-space: normal; 
	text-align: center; 
	cursor: pointer; 
	color: #fff; 
	background-color: var(--e-global-color-ametok_primary);
	padding: 27px 25px; 
	transition: color 0.3s ease; 
}

.master-tabs .tab-link.active:after,
.master-tabs .tab-link.active:before { 
	position: absolute; 
	bottom: 0; 
	left: 100%; 
	content: ""; width: 1000px; 
}

.master-tabs .tab-link.active:before { 
	right: 100%; 
	left: unset; 
}

.master-tabs .tab-link.active { 
	color: var(--e-global-color-ametok_primary); 
	background-color: #fff;
}

.master-tabs .tab-link:last-child { 
	margin-right: 0 !important; 
}

.master-tabs .tab-content { 
	display: none; 
	padding: 72px 0 0; 
}

.master-tabs .tab-content.active { 
	display: block; 
}

.master-tabs .tab-content p:last-child { 
	margin-bottom: 0;
}

.btn-align-stretch .master-tabs .tab-link { width: 100%; }
.btn-align-left .master-tabs .tab-link-wrap  { justify-content: flex-start; }
.btn-align-right .master-tabs .tab-link-wrap  { justify-content: flex-end; }
.btn-align-center .master-tabs .tab-link-wrap  { justify-content: center; }
.btn-align-space-around .master-tabs .tab-link-wrap  { justify-content: space-around; }
.btn-align-space-between .master-tabs .tab-link-wrap  { justify-content: space-between; }
.btn-align-space-evenly .master-tabs .tab-link-wrap  { justify-content: space-evenly; }
.master-tabs .elementor-section { width: calc(100% + 30px); margin-right: -15px; margin-left: -15px; }

@media screen and (max-width: 767px) {
	.master-tabs .tab-link-wrap .tab-link { padding: 10px 8px; font-size: 14px; line-height: 20px; }
}

/* ----------------------------------------
	Accordions
---------------------------------------- */
.master-accordions { 
	box-shadow: 0 0 30px rgba(0,0,0,0.07); 
}

.master-accordions .item { 
	border-bottom: 1px solid var(--e-global-color-ametok_border); 
}

.master-accordions .item:last-child { 
	margin-bottom: 0 !important; 
	border-bottom: none; 
}

.master-accordions .title { 
	position: relative; 
	padding: 12px 20px 12px 40px; 
	cursor: pointer; 
	display: flex; 
	align-items: center; 
	flex-direction: row-reverse;
	justify-content: space-between; 
	width: 100%; 
}

.master-accordions .title .arrow { 
	position: relative; 
	display: inline-block; 
	font-size: 16px; 
	line-height: 30px; 
	text-align: center; 
	transition: transform 0.3s, color 0.3s; 
	width: 50px; 
	height: 50px; 
	color: var(--e-global-color-ametok_accent_h1); 
}

.master-accordions .title .arrow:after,
.master-accordions .title .arrow:before { 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	content: "";
	transform: translate(-50%, -50%); 
	width: 12px; 
	height: 3px; 
	background-color: var(--e-global-color-ametok_accent_h1); 
	transition: transform 0.3s, color 0.3s; 
}

.master-accordions .title .arrow:before { 
	transform: translate(-50%, -50%) rotate(90deg); 
}

.master-accordions .item.active .title .arrow:before { 
	transform: translate(-50%, -50%); 
}

.master-accordions .item.active .title .arrow:before,
.master-accordions .item.active .title .arrow:after { 
	background-color: var(--e-global-color-ametok_primary); 
}

.master-accordions .title .arrow i { 
	margin-left: 2px; 
}

.master-accordions .title h3 { 
	font-size: 18px; 
	line-height: 30px; 
	font-weight: 600; 
	color: var(--e-global-color-ametok_primary);  
	margin-bottom: 0; 
	transition: color 0.3s, background 0.3s; 
}

.master-accordions .item .title:hover h3,
.master-accordions .item.active .title h3 { 
	color: var(--e-global-color-ametok_accent_h1); 
}

.master-accordions .content { 
	display: none; 
	padding: 0 40px 25px; 
}

.master-accordions p { 
	margin-bottom: 0; 
}

.arrow-none .master-accordions .title .arrow { display: none; }
.arrow-left .master-accordions .title { flex-direction: row; justify-content: space-between; }

@media screen and (max-width: 767px) {
	.arrow-left .master-accordions .content { padding-left: 0; }
}

/* ----------------------------------------
	Subscribe Form
---------------------------------------- */
.master-subscribe-form .mc4wp-form {
	display: flex;
	flex-wrap: wrap;
}

.master-subscribe-form .mc4wp-form-fields {
	width: 100%;
}

.master-subscribe-form .input-wrap { 
	margin-right: 5px; 
	flex-grow: 1; 
}

.master-subscribe-form input { 
	background-color: #f8f9fa; 
	color: #aaa; 
	width: 100%; 
	max-width: 100%; 
	margin-bottom: 0; 
}

.master-subscribe-form button { 
	background-color: var(--e-global-color-ametok_accent_h1); 
	color: #fff; 
	position: relative; 
}

.master-subscribe-form button:hover { 
	background-color: #fff; 
	color: var(--e-global-color-ametok_accent_h1); 
	border-color: #fff; 
}

.master-subscribe-form input::placeholder { color: var(--e-global-color-ametok_text); opacity: 1; }
.master-subscribe-form input:-ms-input-placeholder { color: var(--e-global-color-ametok_text); }
.master-subscribe-form input::-ms-input-placeholder { color: var(--e-global-color-ametok_text); }

.page-footer-single .mc4wp-form .email-wrap input,
#footer .mc4wp-form .email-wrap input { height: 60px; }

.master-subscribe-form.style-1 .inner-wrap { 
	position: relative; 
}

.master-subscribe-form.style-1 .inner-wrap .submit-wrap button { 
	position: absolute; 
	right: 12px; 
	top: 50%; 
	width: 50px; 
	height: 50px; 
	transform: translateY(-50%);
	text-align: center; 
	text-indent: -9999px; 
	padding: 0; 
	border: 0; 
	overflow: hidden; 
	background-color: transparent;
}

.master-subscribe-form.style-1 .inner-wrap .submit-wrap button:before {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%); 
	color: var(--e-global-color-ametok_accent_h1); 
	text-indent: 0; 
	font-size: 14px; 
}

.master-subscribe-form.style-2 input { 
	background-color: #171717; 
	border-color: #171717; 
	color: #b7b7b7; 
}

.master-subscribe-form.style-2 .inner-wrap { 
	position: relative; 
}

.master-subscribe-form.style-2 .inner-wrap .submit-wrap button { 
	position: absolute; 
	right: 12px; 
	top: 50%; 
	width: 50px; 
	height: 50px; 
	transform: translateY(-50%);
	text-align: center; 
	text-indent: -9999px; 
	padding: 0; 
	border: 0; 
	overflow: hidden; 
	background-color: transparent;
}

.master-subscribe-form.style-2 .inner-wrap .submit-wrap button:before {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%); 
	color: var(--e-global-color-ametok_accent_h1); 
	text-indent: 0; 
	font-size: 14px; 
}

.align-center .master-subscribe-form .mc4wp-form { justify-content: center; }
.align-right .master-subscribe-form .mc4wp-form { justify-content: flex-end; }

@media (max-width: 1024px) {
	.align--tabletleft .master-subscribe-form .mc4wp-form { justify-content: flex-start; }
	.align--tabletcenter .master-subscribe-form .mc4wp-form { justify-content: center; }
	.align--tabletright .master-subscribe-form .mc4wp-form { justify-content: flex-end; }
}

@media (max-width: 767px) {
	.align--mobileleft .master-subscribe-form .mc4wp-form { justify-content: flex-start; }
	.align--mobilecenter .master-subscribe-form .mc4wp-form { justify-content: center; }
	.align--mobileright .master-subscribe-form .mc4wp-form { justify-content: flex-end; }
}

/* ----------------------------------------
	Contact Form 
---------------------------------------- */
.ametok-cf7-0 .wpcf7 p { 
	margin: 0; 
}

.ametok-cf7-0 .wpcf7 input,
.ametok-cf7-0 .wpcf7 select,
.ametok-cf7-0 .wpcf7 textarea { 
	width: 100%; 
}

.ametok-cf7-0 .wpcf7 textarea { 
	height: 155px; 
}

.ametok-cf7-0 .wpcf7 .input-wrap { 
	display: flex; 
	width: 100%; 
	justify-content: space-between; 
}

.ametok-cf7-0 .wpcf7 .input-wrap > * {
	width: calc((100% - 10px)/ 2); 
}

.ametok-cf7-0 .wpcf7 .wpcf7-submit { 
	padding: 0 50px; 
}
.ametok-cf7-0 .wpcf7 .wpcf7-submit:hover { 
	background-color: var(--e-global-color-ametok_accent_h1); 
	color: #fff; 
}

.align-right .ametok-cf7-0 .wpcf7 .ajax-loader { 
	display: none; 
}

.cf7-style-1 .ametok-cf7-0 .wpcf7 input,
.cf7-style-1 .ametok-cf7-0 .wpcf7 select,
.cf7-style-1 .ametok-cf7-0 .wpcf7 textarea { 
	background-color: #f6f6f6; 
	color: #6d6d6d; 
	border: none; 
	margin-bottom: 10px;
	font-size: 16px; 
	line-height: 26px; 
	font-weight: 500; 
	padding: 25px 30px; 
}

.cf7-style-1 .ametok-cf7-0 .wpcf7 input::placeholder { color: #6d6d6d; opacity: 1; }
.cf7-style-1 .ametok-cf7-0 .wpcf7 input:-ms-input-placeholder { color: #6d6d6d; }
.cf7-style-1 .ametok-cf7-0 .wpcf7 input::-ms-input-placeholder { color: #6d6d6d; }
.cf7-style-1 .ametok-cf7-0 .wpcf7 textarea::placeholder { color: #6d6d6d; opacity: 1; }
.cf7-style-1 .ametok-cf7-0 .wpcf7 textarea:-ms-input-placeholder { color: #6d6d6d; }
.cf7-style-1 .ametok-cf7-0 .wpcf7 textarea::-ms-input-placeholder { color: #6d6d6d; }
.cf7-style-1 .ametok-cf7-0 .wpcf7 input:focus,
.cf7-style-1 .ametok-cf7-0 .wpcf7 textarea:focus { border-color: #fff; }

.cf7-style-1 .ametok-cf7-0 .wpcf7 .wpcf7-submit { 
	font-size: 18px; 
	line-height: 32px; 
	font-weight: 800;
	padding: 20px 60px; 
	width: auto;
	background-color: var(--e-global-color-ametok_accent_h1); color: #fff; 
}

.cf7-style-1 .ametok-cf7-0 .wpcf7 .wpcf7-submit:hover { 
	background-color: #242424; 
}

.cf7-style-1 .ametok-cf7-0 .wpcf7 select { 
	background-position: calc(100% - 20px) calc(50% + 3px);
}

.cf7-style-2 .ametok-cf7-0 .wpcf7 input,
.cf7-style-2 .ametok-cf7-0 .wpcf7 textarea { 
	background-color: transparent; 
	border: 1px solid var(--e-global-color-ametok_border); 
}

.cf7-style-2 .ametok-cf7-0 .wpcf7 .wpcf7-submit { 
	background-color: var(--e-global-color-ametok_accent_h1); 
	color: #fff; 
}

.cf7-style-2 .ametok-cf7-0 .wpcf7 .wpcf7-submit:hover { 
	background-color: var(--e-global-color-ametok_accent_h1); 
}

@media screen and (max-width: 767px) {
	.ametok-cf7-0 .wpcf7 .input-wrap { display: block; }
	.ametok-cf7-0 .wpcf7 .input-wrap > span { width: 100%; margin-bottom: 30px; }
	.ametok-cf7-0 .wpcf7 .input-wrap > span:first-child { margin-right: 0; }
}

/* ----------------------------------------
	Gallery 
---------------------------------------- */
.master-gallery img {
 	width: 100%; 
 	height: auto; 
 }

/* ----------------------------------------
	Gallery Stack
---------------------------------------- */
.master-gallery-stack { 
	position: relative; 
}

.master-gallery-stack div:not(:first-child) { 
	position: absolute; 
}

.image-width-full .master-gallery-stack {
	width: 100%;
}

.image-width-fit .master-gallery-stack,
.image-width-fit .master-gallery-stack .master-fancy-image:first-child {
	width: fit-content;
	width: -moz-fit-content;
}

/* ----------------------------------------
	Shape
---------------------------------------- */
.master-shape { 
	width: 100px; 
	height: 100px; 
	background-color: var(--e-global-color-ametok_accent_h1); 
}

/* ----------------------------------------
	Text
---------------------------------------- */
.master-text.m90deg { 
	text-orientation: mixed; 
	writing-mode: vertical-lr; 
}

.master-text.m90deg .inner { 
	transform: rotate(180deg); 
}

.master-text.r90deg { 
	text-orientation: mixed; 
	writing-mode: vertical-lr; 
}

/* ----------------------------------------
	Call To Action
---------------------------------------- */
.master-cta { 
	display: inline-block; 
	transition: none; 
}

.master-cta .content-wrap { 
	display: flex; 
	align-items: center; 
}

.master-cta .icon { 
	display: inline-block; 
	font-size: 40px; 
	line-height: 1; 
	margin-right: 20px; 
	color: var(--e-global-color-ametok_accent_h1); 
}

.master-cta .icon i { 
	display: inline-block; 
	will-change: transform; 
}

.master-cta .icon { 
	display: inline-block; 
}

.master-cta .text { 
	display: block; 
	color: var(--e-global-color-ametok_text); 
}

.master-cta .phone { 
	display: block; 
	font-weight: 600; 
	color: var(--e-global-color-ametok_primary); 
}

.icon-has-bg .icon-wrap .icon { 
	width: 60px; 
	height: 60px;
	background-color: var(--e-global-color-ametok_accent_h1);
	text-align: center; 
	line-height: 60px; 
	font-size: 36px; 
	color: #fff; 
}

.shake-hover .master-cta:hover .icon i { animation: 1s tada infinite alternate; }
.inview .shake-always .master-cta .icon i { animation: 1s tada infinite alternate; }

/* ----------------------------------------
	Price box
---------------------------------------- */
.master-price-box { 
	text-align: center; 
	background-color: #fff; 
	box-shadow: 0 0 60px 10px rgba(0,0,0,0.1); 
	transition: box-shadow 0.3s ease, background 0.3s ease, transform 0.3s ease; 
}

.master-price-box .price { 
	display: inline-block; 
	font-size: 60px; 
	line-height: 1; 
	font-weight: 500; 
	margin-bottom: 60px;
	color: var(--e-global-color-ametok_primary); 
}

.master-price-box .price sup,
.master-price-box .price sub { 
	font-size: 18px; 
	line-height: 60px; 
	padding: 0 5px; 
}

.master-price-box .price sup { 
	vertical-align: super; 
	padding-right: 10px; 
}

.master-price-box .plan { 
	font-size: 16px; 
	line-height: 24px; 
	text-transform: uppercase; 
	letter-spacing: 0.2em; 
	margin-bottom: 0px; 
	font-weight: 500; 
	color: var(--e-global-color-ametok_text); 
}

.master-price-box .desc { 
	margin-bottom: 50px; 
}

.master-price-box .content-wrap { 
	padding: 50px 30px 60px; 
}

.master-price-box .heading-wrap { 
	position: relative; 
	background-color: #f6f6f6; 
	padding: 50px 30px 0; 
}

.master-price-box .heading-wrap:after { 
	position: absolute; 
	top: 100%; 
	left: 50%; 
	transform: translateX(-50%);
	content: ""; 
	border-left: 40px solid transparent; 
	border-right: 40px solid transparent; 
	border-top: 20px solid #f6f6f6;
}

.master-price-box .featured-list .item > span { 
	display: inline-block; 
	font-size: 18px; 
	line-height: 36px; 
}

.master-price-box .featured-list .item .icon { 
	font-size: 12px; 
	padding-right: 3px; 
	color: var(--e-global-color-ametok_accent_h1); 
}

.master-price-box .master-button.medium { 
	padding: 17px 55px;
}


/* ----------------------------------------
	Project 
---------------------------------------- */
.master-project { 
	position: relative; 
	text-align: left; 
	transition: box-shadow 0.3s, transform 0.3s; 
	overflow: hidden; 
}

.master-project .thumb { 
	position: relative; 
	display: inline-block; 
	width: 100%; 
	overflow: hidden; 
}

.master-project .thumb img { 
	width: 100%; 
	height: auto; 
	transition: transform 0.5s; 
}

.master-project .content-wrap { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	display: flex; 
	flex-direction: column; 
	justify-content: flex-end; 
	padding: 30px 40px; 
	opacity: 0; 
}

.master-project .headline-2 { 
	margin-bottom: 0px; 
	color: #fff; 
}

.master-project .cat-wrap { 
	font-size: 16px; 
	line-height: 20px; 
	font-weight: 600; 
}

.master-project .cat-sep { 
	display: inline-block; 
	color: var(--e-global-color-ametok_accent_h1); 
	padding: 0 5px; 
}

.master-project .cat-item { 
	display: inline-block; 
	color: var(--e-global-color-ametok_accent_h1);
}
.master-project .desc {
    display: none;
}
.master-project .cat-item:hover {
    color: #fff;
}
.master-project .headline-2,
.master-project .cat-item,
.master-project .desc {
    transition: color 0.3s, opacity 0.3s;
}
.master-project .cat-item:hover,
.master-project .headline-2:hover {
    opacity: 0.7;
}

.master-project .arrow {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: var(--e-global-color-ametok_accent_h1);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
}
.master-project.active .thumb img {
    transform: scale(1.1);
}
.master-project .arrow i {
    display: inline-block;
    will-change: transform;
}
.master-project .arrow:hover i {
    animation: 0.3s link-icon linear;
}
.master-project .content-wrap .arrow {
    display: none;
}

.master-project.style-1 .content-wrap h3 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 34px;
    font-weight: 800;
}
.master-project.style-1 .content-wrap {
    background-image: linear-gradient(to top, #000, transparent);
    padding: 40px 40px 35px;
}
.master-project.style-1 .cat-item {
    text-transform: uppercase;
    font-size: 14px;
}

.master-project.style-2 .content-wrap {
    justify-content: flex-start;
    border-radius: 10px;
    padding: 54px 60px;
}
.master-project.style-2 .content-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--e-global-color-ametok_accent_h1);
    opacity: 0.9;
    z-index: -1;
}
.master-project.style-2 .arrow {
    top: unset;
    right: 60px;
    bottom: 60px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    border-radius: 50%;
    color: var(--e-global-color-ametok_primary);
    background-color: #fff;
}
.master-project.style-2 .cat-item,
.master-project.style-2 .cat-sep {
    color: #fff;
}
.master-project.style-2 .cat-wrap {
    display: none;
}
.master-project.style-2 .cat-item:hover {
    opacity: 0.7;
}
.master-project.style-2 .headline-2 {
    max-width: 230px;
    font-size: 34px;
    line-height: 1.17;
    font-weight: 600;
}

.master-project.style-3 .content-wrap {
    top: unset;
    left: 30px;
    bottom: 30px;
    background-color: var(--e-global-color-ametok_accent_h1);
    width: 360px;
    max-width: calc(100% - 60px);
    min-height: 150px;
    height: auto;
}
.master-project.style-3 .cbp-item-wrapper > .arrow,
.master-project.style-3 > .arrow {
    display: none;
}
.master-project.style-3 .content-wrap > .arrow {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 18px;
    background-color: rgba(36, 36, 36, 0.1);
}
.master-project.style-3 .cat-item,
.master-project.style-3 .cat-sep {
    color: #fff;
}
.master-project.style-3 .cat-item:hover {
    opacity: 0.7;
}
.master-project.style-3 .cat-wrap,
.master-project.style-3 .headline-2 {
    transform: translateY(-5px);
}
.master-project.style-3 .cat-item,
.master-project.style-3 .cat-sep {
    color: #fff;
}

.master-project.style-4 .thumb:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    opacity: 0.3;
}
.master-project.style-4 > .arrow {
    display: none;
}
.master-project.style-4 .content-wrap .arrow {
    display: block;
    top: 50%;
    background: none;
    transform: translate(-50%, -50%);
    right: 35px;
    font-size: 20px;
}
.master-project.style-4 .content-wrap {
    padding: 40px 100px 45px 50px;
    transform: translateY(0);
    opacity: 1;
    top: unset;
    bottom: 0;
    width: auto;
    height: auto;
}
.master-project.style-4 .cat-wrap .cat-sep,
.master-project.style-4 .cat-item {
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 600;
}
.master-project.style-4 .headline-2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    max-width: 220px;
}
.master-project.style-4 .content-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--e-global-color-ametok_accent_h1);
    z-index: -1;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}
.master-project.style-4.active .content-wrap:after {
    transform: translate(0);
}
.master-project.style-4.active .content-wrap .arrow {
    transform: translate(0, -50%);
    transition-delay: 0.2s;
}

.master-project.style-5 {
    padding: 0 1px;
}
.master-project.style-5 .arrow {
    display: none;
}
.master-project.style-5 .content-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    border-radius: 5px;
    transition: transform 0.5s, opacity 0.5s;
}
.master-project.style-5 .content-wrap {
    padding: 37px 40px;
}
.master-project.style-5 .cat-wrap .cat-sep,
.master-project.style-5 .cat-item {
    font-size: 16px;
    line-height: 20px;
    color: #9d9d9d;
}
.master-project.style-5 .headline-2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
}

.master-project.style-6 .thumb:after {
    display: none;
}
.master-project.style-6 .content-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    top: unset;
    left: 30px;
    right: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
    height: auto;
    transition: transform 0.5s, opacity 0.5s;
    padding: 20px 30px;
    text-align: center;
}
.master-project.style-6 .arrow,
.master-project.style-6 .cat-wrap {
    display: none;
}
.master-project.style-6 .headline-2 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 800;
}

/* Animation */
.master-project .content-wrap {
    transform: translateY(100%);
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.master-project .arrow {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.master-project.active .content-wrap {
    transform: translateY(0);
    opacity: 1;
}
.master-project.active .thumb:after {
    opacity: 0.5;
}
.master-project.active .arrow {
    opacity: 1;
}


@media (max-width: 1024px) {
	.master-project.style-2 .content-wrap { padding: 50px 30px 30px;
		background-image: linear-gradient(to bottom, rgba(0,0,0,0.6), transparent); }
	.master-project.style-2 .arrow { width: 60px; height: 60px; font-size: 14px; line-height: 60px;
		bottom: 30px; right: 30px; }
	.master-project.style-2 .content-wrap:after { display: none; }
	.master-project.style-3 .content-wrap { padding: 30px 50px 20px 30px; min-height: unset; }
	.master-project.style-3 .content-wrap > .arrow { width: 40px; height: 40px; line-height: 40px; font-size: 18px; }
	.master-carousel-box .master-project .content-wrap { transform: translateY(0); opacity: 1; }
	.master-carousel-box .master-project .arrow { opacity: 1; }
}

@media (max-width: 767px) {
	.master-project.style-5 .content-wrap { top: 0; left: 0; width: 100%; height: 100%;
		background-color: rgba(0,0,0,0.5); }
}

@media (max-width: 575px) {
	.master-project img { transition: none !important; }
	.master-project.style-3 .thumb { display: flex; align-items: flex-start; }
	.master-project.style-3 .content-wrap { position: relative; width: 100%; margin: 0; max-width: 100%; left: unset; bottom: unset;
		opacity: 1; transform: none; top: unset; }
	.master-project.style-4 .content-wrap { position: static; width: 100%; margin: 0; max-width: 100%;
		background-color: var(--e-global-color-ametok_accent_h1); }
}

/* ----------------------------------------
	News 
---------------------------------------- */
.master-news {
    position: relative;
}
.master-news .content-wrap {
    padding-top: 20px;
}
.master-news .image-wrap {
    position: relative;
}
.master-news .headline-2 {
    margin-bottom: 32px;
}
.master-news .headline-2 a {
    color: inherit;
}
.master-news .sep {
    display: none;
    width: 100%;
    height: 1px;
    margin-bottom: 30px;
    background-color: var(--e-global-color-ametok_border);
}
.master-news .desc {
    font-size: 18px;
    line-height: 30px;
    transition: color 0.3s;
}
.master-news .post-date {
    position: absolute;
    top: 20px;
    left: 20px;
    transition: color 0.3s, background 0.3s;
    z-index: 1;
}
.master-news .post-date.square {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    background-color: #fff;
    text-align: center;
    font-weight: 800;
    width: 70px;
    height: 70px;
    color: var(--e-global-color-ametok_primary);
}
.master-news .post-date.default {
    font-size: 12px;
    line-height: 32px;
    padding: 0 20px;
    font-weight: 800;
    color: #fff;
    background-color: var(--e-global-color-ametok_accent_h1);
    overflow: hidden;
}
.master-news .post-meta .item {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: var(--e-global-color-ametok_accent_h1);
}
.master-news .post-meta .item a {
    color: inherit;
    text-transform: inherit;
}
.master-news .post-meta .item a:hover {
    color: var(--e-global-color-ametok_primary);
}
.master-news .post-meta .item a,
.master-news .headline-2 {
    transition: opacity 0.3s, color 0.3s;
}
.master-news .post-meta .meta-sep:first-child {
	display: none;
}
.master-news .post-meta .meta-sep {
    margin: 0 5px;
}
.master-news .url-wrap {
    line-height: 1;
}

.news-style-1 .master-news .post-meta .item:after {
    display: none;
}

.master-news.active .thumb img {
    transform: scale(1.2);
}
.news-style-1 .master-news.active .thumb:after {
    opacity: 0.5;
}
.news-style-1 .master-news:hover .post-date.square,
.news-style-1 .master-news.active .post-date.square {
    color: #fff;
    background-color: var(--e-global-color-ametok_accent_h1);
}

.news-style-2 .master-news {
    margin-bottom: 10px;
}
.news-style-2 .master-news .image-wrap {
    z-index: -1;
}
.news-style-2 .master-news .thumb {
    border-radius: 10px;
}
.news-style-2 .master-news .post-date.default {
    border-radius: 10px;
}
.news-style-2 .master-news .content-wrap {
    position: relative;
    text-align: center;
    margin: -30px 20px 0;
    padding: 30px 30px 22px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.07);
    z-index: 1;
}
.news-style-2 .master-news .sep {
    display: block;
}
.news-style-2 .master-news .post-meta .meta-sep {
    display: none;
}
.news-style-2 .master-news .post-meta .item {
    position: relative;
    margin: 0 5px;
    padding-left: 16px;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--e-global-color-ametok_text);
}
.news-style-2 .master-news .post-meta .item:after {
    position: absolute;
    top: 1px;
    left: 0;
    color: var(--e-global-color-ametok_accent_h1);
}
.news-style-2 .master-news .desc {
    display: none;
}
.news-style-2 .master-news .headline-2 {
    margin-bottom: 20px;
    text-transform: uppercase;
}
.news-style-2 .master-news .post-meta a {
    text-transform: uppercase;
}
.news-style-2 .master-news .master-link span {
    display: inline-block;
}
.news-style-2 .master-news:after {
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    content: "";
    z-index: -1;
    width: calc(100% - 60px);
    height: 20px;
    border-radius: 5px;
    background-color: var(--e-global-color-ametok_accent_h1);
    transition: transform 0.3s;
}
.news-style-2 .master-news.active:after {
    transform: translateY(10px);
}
.news-style-3 .master-news .image-wrap { 
    overflow: visible !important; 
}

.news-style-3 .master-news .post-date.square {
    top: unset;
    left: unset;
    right: 40px;
    bottom: -35px;
    background-color: var(--e-global-color-ametok_accent_h1);
    color: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}
.news-style-3 .master-news .post-meta .item {
    position: relative;
    margin-right: 10px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 16px;
    color: var(--e-global-color-ametok_text);
}
.news-style-3 .master-news .meta-wrap {
    margin-bottom: 2px;
}
.news-style-3 .master-news .post-meta .item:after {
    position: absolute;
    top: 1px;
    left: 0;
    color: var(--e-global-color-ametok_accent_h1);
}
.news-style-3 .master-news .post-meta .meta-sep {
    display: none;
}
.news-style-3 .master-news .content-wrap {
    padding: 30px 40px 36px;
    background-color: #fff;
}
.news-style-3 .master-news .desc {
    display: none;
}
.news-style-3 .master-news.active .thumb:after {
    opacity: 0.5;
}

.news-style-4 .master-news .post-date.default {
    left: 0;
    bottom: 0;
    top: unset;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.news-style-4 .master-news {
    background-color: #fff;
    padding: 30px;
}
.news-style-4 .master-news .post-meta .item:after {
    position: absolute;
    top: 1px;
    left: 0;
    color: var(--e-global-color-ametok_accent_h1);
}
.news-style-4 .master-news .post-meta .meta-sep {
    display: none;
}
.news-style-4 .master-news .post-meta .item {
    position: relative;
    margin-right: 10px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--e-global-color-ametok_text);
}
.news-style-4 .master-news .headline-2 {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.news-style-4 .master-news .desc {
    display: block;
    line-height: 34px;
    margin-bottom: 30px;
}
.news-style-4 .master-news .sep {
    display: block;
    margin-bottom: 22px;
}


@media (max-width: 767px) {
	.news-style-3 .master-news .content-wrap {
		padding: 45px 35px 36px;
	}
}

/* ----------------------------------------
	News Block
---------------------------------------- */
.master-news-block {
    display: flex;
}
.master-news-block .master-news .post-date {
    left: unset;
    right: 20px;
}
.master-news-block .master-news .headline-2 {
    line-height: 34px;
    margin-bottom: 0;
}
.master-news-block .master-news .thumb {
    display: flex;
    align-items: flex-start;
}

.master-news-block .master-news {
    width: 25%;
    margin-right: 30px;
    height: auto;
}
.master-news-block .master-news.news-1 {
    position: relative;
    width: 50%;
    margin-right: 30px;
}
.master-news-block .master-news.news-1 .thumb:after {
    opacity: 0.5;
}
.master-news-block .master-news.news-1 .content-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px 50px;
}
.master-news-block .master-news.news-1 .meta-sep,
.master-news-block .master-news.news-1 .post-meta .item,
.master-news-block .master-news.news-1 .headline-2 {
    color: #fff;
}
.master-news-block .master-news.news-1 .headline-2 {
    max-width: 340px;
}
.master-news-block .master-news.news-1 .headline-2:hover,
.master-news-block .master-news.news-1 .post-meta .item a:hover {
    opacity: 0.7;
    color: #fff;
}

.master-news-block .master-news.news-3 {
    margin-right: 0;
}
.master-news-block .master-news.active .post-date {
    background-color: var(--e-global-color-ametok_accent_h1);
    color: #fff;
}

.master-news-block .master-news .post-meta .item:after {
    display: none;
}

@media (max-width: 1024px) {
	.master-news-block { flex-wrap: wrap; }
	.master-news-block .master-news { width: calc(50% - 15px); }
	.master-news-block .master-news.news-1 { width: 100%; margin: 0 0 30px; }
}

@media (max-width: 575px) {
	.master-news-block .master-news { width: 100%; margin: 0 0 30px }
	.master-news-block .master-news.news-1 .content-wrap { padding: 30px 25px; }
	.master-news-block .master-news.news-3 { margin-bottom: 0; }
	.master-news-block .master-news .post-meta { margin-bottom: 5px;}
	.master-news-block .master-news .headline-2 { font-size: 22px; line-height: 34px; }
	.master-news-block .master-news .post-date { display: none; }
}

/* ----------------------------------------
	Team 
---------------------------------------- */
.master-team {
    position: relative;
    text-align: center;
    transition: box-shadow 0.3s, transform 0.3s;
}
.master-team .avatar img {
    width: 100%;
    height: auto;
}
.master-team .content-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    transition: background 0.3s;
}
.master-team .team-role {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 14px;
}
.master-team .team-name {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
    transition: opacity 0.3s;
}
.master-team .team-name a {
    color: inherit;
    line-height: inherit;
}
.master-team .team-name:hover {
    opacity: 0.7;
}
.master-team .desc {
    margin-bottom: 30px;
}

.master-team .socials-wrap {
    display: flex;
    text-align: center;
    background-color: rgba(36, 36, 36, 0.1);
    width: auto;
    padding: 17px 10px;
}
.master-team .socials-wrap a {
    display: inline-block;
    font-size: 14px;
    color: var(--e-global-color-ametok_primary);
    margin: 0 15px;
}
.master-team .socials-wrap a:hover {
    opacity: 0.7;
}

.team-style-1 .master-team {
    margin-bottom: 115px;
}
.team-style-1 .master-team .content-wrap {
    position: absolute;
    bottom: -95px;
    left: 40px;
    right: 40px;
    width: calc(100% - 80px);
    background-color: #fff;
    padding: 42px 20px 32px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.team-style-1 .master-team .content-wrap:after {
    position: absolute;
    top: 0px;
    left: 0;
    content: "";
    height: 4px;
    width: 100%;
    background-color: var(--e-global-color-ametok_accent_h1);
    transition: opacity 0.3s;
}
.team-style-1 .master-team.active .content-wrap {
    background-color: var(--e-global-color-ametok_accent_h1);
}
.team-style-1 .master-team.active .content-wrap:after {
    background-color: #fff;
}
.team-style-1 .master-team.active .content-wrap .team-name,
.team-style-1 .master-team.active .content-wrap .team-role,
.team-style-1 .master-team.active .content-wrap .socials-wrap a {
    color: #fff;
}

.team-style-2 .master-team {
    margin-bottom: 10px;
}
.team-style-2 .master-team .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 32px;
    border-radius: 5px;
    overflow: hidden;
}
.team-style-2 .master-team .content-wrap {
    position: relative;
    padding: 0;
}
.team-style-2 .master-team:after {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    content: "";
    z-index: -1;
    width: calc(100% - 40px);
    height: 0;
    border-radius: 0 0 5px 5px;
    background-color: var(--e-global-color-ametok_accent_h1);
    transition: transform 0.3s;
}
.team-style-2 .master-team .avatar {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 22px;
}
.team-style-2 .master-team .socials-wrap {
    background-color: transparent;
}
.team-style-2 .master-team .socials-wrap a {
    font-size: 12px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    margin: 0 5px;
    background-color: rgba(36, 36, 36, 0.05);
}
.team-style-2 .master-team.active:after,
.team-style-2 .master-team.active:after {
    height: 10px;
    transform: translateY(10px);
}
.team-style-2 .master-team .name-role-info {
    display: flex;
    flex-direction: column;
}

.team-style-2 .master-team .team-name {
    order: 1;
    margin-bottom: 20px;
}
.team-style-2 .master-team .team-role {
    order: 0;
    margin-bottom: 2px;
}
.team-style-2 .master-team .socials-wrap {
    order: 2;
    padding: 0;
}

.team-style-3 .master-team .avatar {
    position: relative;
}
.team-style-3 .master-team .avatar::before {
    transition: 0.35s;
    opacity: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.team-style-3 .socials-wrap {
    position: absolute;
    bottom: 100px;
    background-color: transparent;
}
.team-style-3 .socials-wrap a {
    color: #fff;
    margin: 0 12px;
    opacity: 0;
    transition: 0.35s;
    transform: translate3d(0, 10px, 0);
}

.team-style-3 .master-team.active .avatar:before {
    opacity: 1;
}
.team-style-3 .master-team.active .socials-wrap a {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.team-style-3 .master-team.active .socials-wrap a:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.team-style-3 .master-team.active .socials-wrap a:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.team-style-3 .master-team.active .socials-wrap a:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

@media (max-width: 767px) {
	.team-style-1 .master-team .content-wrap { width: 100%; left: 0; right: 0; }
	.team-style-1 .master-team .content-wrap { background-color: var(--e-global-color-ametok_accent_h1); }
	.team-style-1 .master-team .content-wrap:after { background-color: #fff; }
	.team-style-1 .master-team .content-wrap .team-name,
	.team-style-1 .master-team .content-wrap .team-role,
	.team-style-1 .master-team .content-wrap .socials-wrap a { color: #fff; }
}

/* ----------------------------------------
	Testimonial 
---------------------------------------- */
.master-testimonial {
    position: relative;
    background-color: #fff;
    transition: box-shadow 0.3s, transform 0.3s;
}
.master-testimonial .name {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: var(--e-global-color-ametok_accent_h1);
    margin-bottom: 0;
}
.master-testimonial .role {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: var(--e-global-color-ametok_text);
}
.master-testimonial .content-wrap {
    padding: 40px 70px 55px;
}

.master-testimonial .comment {
    font-size: 20px;
    line-height: 38px;
    font-weight: 300;
    color: var(--e-global-color-ametok_text);
    margin-bottom: 26px;
}
.master-testimonial .star-rating {
    width: auto;
    height: auto;
    color: var(--e-global-color-ametok_accent_h1);
}
.master-testimonial .star-rating > span {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    color: var(--e-global-color-ametok_accent_h1);
    width: 12px;
}
.master-testimonial .avatar {
    width: 90px;
    height: 90px;
    overflow: hidden;
    background-color: #cacaca;
}

.testimonial-style-1 .master-testimonial {
    margin-top: 45px;
    text-align: center;
}
.testimonial-style-1 .master-testimonial .content-wrap {
    padding-top: 75px;
}
.testimonial-style-1 .master-testimonial .avatar {
    position: absolute;
    top: -45px;
    left: 0;
}
.testimonial-style-1 .master-testimonial .avatar {
    transform: translateX(-50%);
    left: 50%;
    margin: 0 auto;
}

.testimonial-style-1 .master-testimonial .content-wrap {
    position: relative;
}
.testimonial-style-1 .master-testimonial .content-wrap:after {
    position: absolute;
    top: -4px;
    left: 2px;
    right: 2px;
    content: "";
    width: calc(100% - 4px);
    height: 4px;
    background-color: var(--e-global-color-ametok_accent_h1);
    transform-origin: 50% 50%;
    transform: scaleX(0);
    transition: transform 0.5s;
    z-index: -1;
}
.testimonial-style-1 .master-testimonial .content-wrap:before {
    position: absolute;
    top: 0;
    left: 2px;
    right: 2px;
    content: "";
    width: calc(100% - 4px);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    opacity: 0;
    transition: opacity 0.3s;
}
.testimonial-style-1 .master-testimonial .avatar:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    box-shadow: inset 0 0 0 0 var(--e-global-color-ametok_accent_h1);
    transition: box-shadow 0.3s;
}

.testimonial-style-1 .master-testimonial.active .content-wrap {
    border-left: 1px solid var(--e-global-color-ametok_border);
    border-right: 1px solid var(--e-global-color-ametok_border);
}
.testimonial-style-1 .master-testimonial.active .content-wrap:after {
    transform: scaleX(1);
}
.testimonial-style-1 .master-testimonial.active .content-wrap:before {
    opacity: 1;
}
.testimonial-style-1 .master-testimonial.active .avatar:after {
    box-shadow: inset 0 0 0 4px var(--e-global-color-ametok_accent_h1);
}

.testimonial-style-1 .master-testimonial .avatar-wrap .author-wrap,
.testimonial-style-1 .master-testimonial .star-rating {
    display: none;
}

.testimonial-style-2 .master-testimonial .content-wrap .author-wrap {
    display: none;
}
.testimonial-style-2 .master-testimonial {
    padding: 60px 60px 20px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 10px;
}
.testimonial-style-2 .master-testimonial .avatar-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.testimonial-style-2 .master-testimonial .avatar-wrap .author-wrap {
    flex-grow: 1;
}
.testimonial-style-2 .master-testimonial .avatar-wrap .avatar {
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial-style-2 .master-testimonial .content-wrap {
    padding: 30px 0 0;
}

.testimonial-style-2 .master-testimonial:after {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    content: "";
    z-index: -1;
    width: calc(100% - 40px);
    height: 0;
    border-radius: 0 0 5px 5px;
    background-color: var(--e-global-color-ametok_accent_h1);
    transition: 0.3s;
}

.testimonial-style-2 .master-testimonial.active:after {
    height: 10px;
    bottom: -10px;
}

.testimonial-style-3 .master-testimonial {
    padding: 45px 60px;
    position: relative;
    margin-bottom: 45px;
}
.testimonial-style-3 .master-testimonial .content-wrap {
    padding: 0 0;
}
.testimonial-style-3 .master-testimonial .info-wrap {
    display: flex;
    justify-content: space-between;
}
.testimonial-style-3 .master-testimonial .avatar-wrap {
    position: absolute;
    left: 60px;
    bottom: 0;
    transform: translateY(50%);
}
.testimonial-style-3 .master-testimonial .avatar {
    border-radius: 50%;
}
.testimonial-style-3 .master-testimonial .star-rating {
    margin-right: 20px;
}
.testimonial-style-3 .master-testimonial .star-rating > span {
    width: 15px;
    font-size: 15px;
}

.testimonial-style-4 .master-testimonial {
    padding: 45px 60px 75px;
    position: relative;
    margin-bottom: 45px;
}
.testimonial-style-4 .master-testimonial .content-wrap {
    padding: 0 0;
}
.testimonial-style-4 .master-testimonial .info-wrap {
    display: flex;
    justify-content: space-between;
}
.testimonial-style-4 .master-testimonial .name {
	color: var(--e-gloabl-color-ametok_primary);
}
.testimonial-style-4 .master-testimonial .avatar-wrap {
    position: absolute;
    left: 60px;
    bottom: 0;
    transform: translateY(50%);
}
.testimonial-style-4 .master-testimonial .star-rating {
    margin-right: 20px;
}
.testimonial-style-4 .master-testimonial .star-rating > span {
    width: 15px;
    font-size: 15px;
}

.testimonial-style-4 .master-testimonial .avatar:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	box-shadow: inset 0 0 0 0 var(--e-global-color-ametok_accent_h1);
    transition: box-shadow 0.3s;
}

.testimonial-style-4 .master-testimonial.active .avatar:after {
	box-shadow: inset 0 0 0 4px var(--e-global-color-ametok_accent_h1);
}

@media (max-width: 1024px) {
	.master-testimonial .content-wrap {
		padding: 40px 40px 55px;
	}
	.testimonial-style-2 .master-testimonial .star-rating {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.testimonial-style-2 .master-testimonial .avatar-wrap .avatar {
		margin-bottom: 18px;
	}
	.testimonial-style-2 .master-testimonial .star-rating {
		margin-top: 0px;
	}

	.testimonial-style-3 .master-testimonial .info-wrap {
		flex-direction: column-reverse;
		margin-bottom: 20px;
	}
	.testimonial-style-3 .master-testimonial .star-rating {
		margin-bottom: 20px;
	}
}

/* ----------------------------------------
	Testimonial Slider
---------------------------------------- */
.master-testimonial-slider {
    position: relative;
    text-align: center;
    max-width: calc(100% - 80px);
    margin: 0 auto;
}
.master-testimonial-slider .author-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    padding-bottom: 90px;
}
.master-testimonial-slider .avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #e7e7e7;
    overflow: hidden;
    transition: none;
}
.master-testimonial-slider .avatar img {
    width: 100%;
    height: auto;
}
.master-testimonial-slider .name {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 6px;
    color: var(--e-global-color-ametok_primary);
    font-weight: 600;
}
.master-testimonial-slider .position {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.2em;
}
.master-testimonial-slider .comment {
    font-size: 26px;
    line-height: 46px;
    max-width: 920px;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
}

.master-testimonial-slider .info-wrap {
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
}
.master-testimonial-slider .slick-slider-nav {
    max-width: 320px;
    margin: 0 auto;
}
.master-testimonial-slider .slick-slider-nav .slick-slide .info-wrap {
    opacity: 0;
    width: max-content;
}
.master-testimonial-slider .slick-slider-nav .slick-slide.slick-center .info-wrap {
    opacity: 1;
}

.master-testimonial-slider .slick-slider-nav .slick-slide .avatar {
    border: 4px solid #fff;
}
.master-testimonial-slider .slick-slider-nav .slick-slide.slick-center .avatar {
    border-color: var(--e-global-color-ametok_accent_h1);
}

/* Star Rating */
.master-testimonial-slider .star-rating {
    text-align: center;
    margin-bottom: 40px;
    color: var(--e-global-color-ametok_accent_h1);
}
.master-testimonial-slider .star-rating i {
    display: inline-block;
    font-size: 22px;
    line-height: 1;
}

/* Arrows */
.master-testimonial-slider .slick-container.slick-content .slick-slider {
    position: static;
}
.master-testimonial-slider .slick-arrow {
    position: absolute;
    top: 50%;
    color: var(--e-global-color-ametok_accent_h1);
    background-color: transparent !important;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1em;
    font-weight: 700;
    text-indent: -99999px;
    width: 90px;
    height: 20px;
}
.master-testimonial-slider .slick-arrow:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    text-indent: 0;
    transform: translate(-50%, -50%);
}
.master-testimonial-slider .slick-arrow.slick-prev {
    left: -67px;
    transform: translateY(-50%) rotate(270deg);
}
.master-testimonial-slider .slick-arrow.slick-next {
    right: -67px;
    transform: translateY(-50%) rotate(90deg);
}
.master-testimonial-slider .slick-arrow.slick-prev:after {
    content: "PREV";
}
.master-testimonial-slider .slick-arrow.slick-next:after {
    content: "NEXT";
}
.master-testimonial-slider .slick-arrow:hover {
    opacity: 0.7;
}


@media (max-width: 1024px) {
	.master-testimonial-slider .author-wrap {
		width: auto;
	}
	.master-testimonial-slider .comment {
		max-width: 650px;
	}
}

@media (max-width: 767px) {
	.master-testimonial-slider .slick-arrow {
		display: none !important;
	}
	.master-testimonial-slider {
		max-width: 100%;
	}
}

/* ----------------------------------------
	Partner
---------------------------------------- */
.master-partner { transition: transform 0.3s, opacity 0.3s; opacity: 0.7; }
.master-partner.active { opacity: 1; }
@media screen and (max-width: 1024px) {
    /* Partner carousel */
    .column-4-gap-30px .item-carousel.master-partner { width: calc( (100% - 60px) / 3 ); margin-right: 30px; }
}

@media screen and (max-width: 767px) {
    /* Partner carousel */
    .column-4-gap-30px .item-carousel.master-partner { width: calc( (100% - 30px) / 2 ); margin-right: 30px; }
    .column-5-gap-0px .item-carousel.master-partner { width: calc( (100% - 30px) / 2 ); }
}

/* ----------------------------------------
	Animation
---------------------------------------- */
.cb-vslide { transition-timing-function: cubic-bezier(0.9,0,.2,1); }
.cb-zoom { transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.master-animation { opacity: 0; animation-duration: 0.7s; animation-fill-mode: forwards; }
/*.master-animation.elementor-invisible { visibility: visible !important; opacity: 0; }*/
/*.elementor-invisible.no-animate { visibility: visible !important; }*/
.fadeInUpSmall { animation-name: fadeInUpSmall; }
.fadeInDownSmall { animation-name: fadeInDownSmall; }
.fadeInLeftSmall { animation-name: fadeInLeftSmall; }
.fadeInRightSmall { animation-name: fadeInRightSmall; }
.fadeInUpLeft { animation-name: fadeInUpLeft; }
.fadeInUpRight { animation-name: fadeInUpRight; }
.fadeInDownLeft { animation-name: fadeInDownLeft; }
.fadeInDownRight { animation-name: fadeInDownRight; }
.fadeInDownRight { animation-name: fadeInDownRight; }
.slideUp { animation-name: slideUp; opacity: 1; }
.slideDown { animation-name: slideDown; opacity: 1; }
.slideLeft { animation-name: slideLeft; opacity: 1; }
.slideRight { animation-name: slideRight; opacity: 1; }
.slideUpLeft { animation-name: slideUpLeft; opacity: 1; }
.slideDownLeft { animation-name: slideDownLeft; opacity: 1; }
.slideUpRight { animation-name: slideUpRight; opacity: 1; }
.slideDownRight { animation-name: slideDownRight; opacity: 1; }
.zoomInSmall { animation-name: zoomInSmall; }
.revealTop { animation: revealTop; animation-duration: 1s; opacity: 1; }
.revealBottom { animation: revealBottom; animation-duration: 1s; opacity: 1; }
.revealRight { animation: revealRight; animation-duration: 1s; opacity: 1; }
.revealLeft { animation: revealLeft; animation-duration: 1s; opacity: 1; }
.reveal { position: relative; overflow: hidden; }

.master-animation.reveal { opacity: 1; }
.reveal { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
.reveal > * { 
	opacity: 0; 
	-webkit-animation-duration: 1s; 
	animation-duration: 1s; 
	-webkit-animation-fill-mode: forwards; 
	animation-fill-mode: forwards; 
	-webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1); 
	animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-animation-name: hide-show; 
	animation-name: hide-show; 
	animation-delay: inherit;
}
.reveal:after { 
	content: ""; 
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 100%; 
	background-color: #ddd; 
	-webkit-transform-origin: left top; 
	transform-origin: left top; 
	-webkit-transform: scale(0, 0); 
	transform: scale(0, 0); 
	-webkit-animation-duration: 1s; 
	animation-duration: 1s; 
	-webkit-animation-fill-mode: forwards; 
	animation-fill-mode: forwards; 
	-webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1); 
	animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1); 
	animation-delay: inherit; 
}
.reveal.revealLeft2:after { -webkit-animation-name: reveal-from-left; animation-name: reveal-from-left; } 
.reveal.revealRight2:after { -webkit-animation-name: reveal-from-right; animation-name: reveal-from-right; } 
.reveal.revealTop2:after { -webkit-animation-name: reveal-from-top; animation-name: reveal-from-top; } 
.reveal.revealBottom2:after { -webkit-animation-name: reveal-from-bottom; animation-name: reveal-from-bottom; } 
.master-animation.zoomIn { animation-name: zoomInSmall; }
.master-animation.slideInDown{animation-name:slideInDown2}
.master-animation.slideInLeft{animation-name:slideInLeft2}
.master-animation.slideInRight{animation-name:slideInRight2}
.master-animation.slideInUp{animation-name:slideInUp2}
@keyframes yoyo { from { transform: rotate(0deg); } to { transform: rotate(360deg); }}
@keyframes zoomInSmall{from{opacity:0;transform:scale(0.8)}to{opacity:1;transform: none;}}
@keyframes fadeInUpSmall {from{opacity:0;transform:translate3d(0,50px,0)}to{opacity:1;transform:none}}
@keyframes fadeInDownSmall {from{opacity:0;transform:translate3d(0,-50px,0)}to{opacity:1;transform:none}}
@keyframes fadeInLeftSmall {from{opacity:0;transform:translate3d(-50px,0,0)}to{opacity:1;transform:none}}
@keyframes fadeInRightSmall {from{opacity:0;transform:translate3d(50px,0,0)}to{opacity:1;transform:none}}
@keyframes fadeInUpLeft {from{opacity:0;transform:translate3d(30px,30px,0)}to{opacity:1;transform:none}}
@keyframes fadeInUpRight {from{opacity:0;transform:translate3d(-30px,30px,0)}to{opacity:1;transform:none}}
@keyframes fadeInDownLeft {from{opacity:0;transform:translate3d(30px,-30px,0)}to{opacity:1;transform:none}}
@keyframes fadeInDownRight {from{opacity:0;transform:translate3d(-30px,-30px,0)}to{opacity:1;transform:none}}
@keyframes revealTop {from{clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%)}to{clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)}}
@keyframes revealBottom {from{clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%)}to{clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)}}
@keyframes revealRight {from{clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%)}to{clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)}}
@keyframes revealLeft {from{clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%)}to{clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)}}
@keyframes link-icon { 0% { transform: translateX(0); opacity: 1; } 49% {  transform: translateX(20px); opacity: 0; } 50% {  transform: translateX(-20px); opacity: 0; } 100% { transform: translateX(0); opacity: 1; } }
@keyframes v-fade-before { 0% { transform: scale(1); opacity: 0.7; } 100% { transform: scale(1.3); opacity: 0; } }
@keyframes v-fade-after { 0% { transform: scale(1); opacity: 0.5; } 100% { transform: scale(1.8); opacity: 0; } }
@keyframes slideInDown2{from{transform:translate3d(0,-100%,0);opacity: 1;}to{transform:translate3d(0,0,0);opacity: 1;}}
@keyframes slideInLeft2{from{transform:translate3d(-100%,0,0);opacity: 1;}to{transform:translate3d(0,0,0);opacity: 1;}}
@keyframes slideInRight2{from{transform:translate3d(100%,0,0);opacity: 1;}to{transform:translate3d(0,0,0);opacity: 1;}}
@keyframes slideInUp2{from{transform:translate3d(0,100%,0);opacity: 1;}to{transform:translate3d(0,0,0);opacity: 1;}}
@keyframes slideUp {from{transform: translate3d(0,10px,0);} to{transform: translate3d(0,0,0);}}
@keyframes slideDown {from{transform: translate3d(0,-10px,0);} to{transform: translate3d(0,0,0);}}
@keyframes slideLeft {from{transform: translate3d(10px,0,0);} to{transform: translate3d(0,0,0);}}
@keyframes slideRight {from{transform: translate3d(-10px,0,0);} to{transform: translate3d(0,0,0);}}
@keyframes slideUpLeft {from{transform: translate3d(10px,10px,0);} to{transform: translate3d(0,0,0);}}
@keyframes slideDownLeft {from{transform: translate3d(10px,-10px,0);} to{transform: translate3d(0,0,0);}}
@keyframes slideUpRight {from{transform: translate3d(-10px,10px,0);} to{transform: translate3d(0,0,0);}}
@keyframes slideDownRight {from{transform: translate3d(-10px,-10px,0);} to{transform: translate3d(0,0,0);}}
@keyframes hide-show { 0% { opacity: 0; } 66.6% { opacity: 0; } 66.7% { opacity: 1; } 100% { opacity: 1; } }
@keyframes reveal-from-left {
    0% {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
    66.6% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    66.7% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

@keyframes reveal-from-right {
    0% {
        -webkit-transform-origin: right top;
        transform-origin: right top;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }

    66.6% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    66.7% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

@keyframes reveal-from-top {
    0% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    66.6% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    66.7% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@keyframes reveal-from-bottom {
    0% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    66.6% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    66.7% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

/* ----------------------------------------
	Special Custom
---------------------------------------- */
.custom-menu-home-4 { 
	flex-grow: 1; 
}

.header-transparent:after { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 300px; 
	content: "";
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), transparent); 
	z-index: -1; 
}

.underline-image { 
	position: relative; 
	z-index: 1; 
}

.underline-image img { 
	position: absolute; 
	bottom: 11px; 
	left: 0; 
	width: 100%; 
	height: auto; 
	opacity: 0; 
	z-index: 0; 
}

.master-slider .slide.active .underline-image img { 
	animation: revealLeft 0.5s 0.1s; 
	transition: opacity 0s 0.1s; 
	opacity: 1; 
}

.bg-gray-1500px:after { 
	position: absolute; 
	top: 0; 
	left: 50%; 
	content: ""; 
	width: 1500px; 
	height: 100%;
	background-color: #f6f6f6; 
	transform: translateX(-50%); 
	z-index: 0; 
}

.bg-gray-1500px > div { 
	z-index: 1; 
}

.circle-counter > .elementor-widget-container { 
	position: relative; 
	width: 175px !important; 
	height: 175px !important;
	display: flex; 
	justify-content: center; 
	align-items: center; 
}

.circle-counter > .elementor-widget-container:after { 
	position: absolute; 
	top: 10px; 
	left: 10px;
	content: ""; 
	width: calc(100% - 20px); height: calc(100% - 20px);
	z-index: 1;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='150' height='150'><circle cx='75' cy='75' r='75' stroke='gray' fill='none' stroke-width='2' stroke-dasharray='15 7' /></svg>");
	background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
}

.circle-counter .master-counter .inner { 
	display: flex; 
	flex-direction: column-reverse; 
}

.inview .circle-counter > .elementor-widget-container:after { 
	animation: yoyo 10s infinite linear; 
}

.tab-style-1 .master-tabs .tab-link:nth-child(2) { 
	background-color: rgba(36,36,36,0.95); 
}

.tab-style-1 .master-tabs .tab-link.active:nth-child(2) { 
	color: var(--e-global-color-ametok_primary); 
	background-color: #fff; 
}

@media (max-width: 1440px) { 
	.custom-menu-home-4 .ametok-menu-wrap .ametok-cart,
	.custom-menu-home-4 .ametok-menu-wrap .ametok-search { display: none; }
	.custom-menu-home-4 .ametok-menu-wrap { justify-content: flex-end; }
}

@media only screen and (min-width: 1025px) and (max-width: 1300px) {
	.custom-break-point-1 .elementor-widget-icon-box { display: none !important; }
	.custom-break-point-1 .elementor-element.elementor-element-ec8470e > .elementor-widget-container { margin-right: 60px !important; }
} 

@media (max-width: 1024px) {
	.underline-image img { bottom: 4px; }
	.header-transparent:after { display: none; }
}

.project-info { position: relative; background-color: #fff; box-shadow: 0 10px 60px 0 rgba(0,0,0,0.1);  padding: 38px 50px; }
.project-info:before { position: absolute; top: -4px; left: 0; width: 100%; height: 20px; content: ""; background-color: var(--e-global-color-ametok_accent); border-radius: 10px; z-index: -1; }
.project-info > span { display: block; }
.project-info .info-wrap { margin-bottom: 18px; }
.project-info .info-wrap:last-child { margin-bottom: 0; }
.project-info .title { display: inline-block; font-weight: 800; color: var(--e-global-color-ametok_primary); min-width: 150px; }
.project-info .info { display: inline-block; font-size: 16px; line-height: 26px; font-weight: 600; }
.project-info .master-social-icons a { text-align: center; font-size: 14px; line-height: 40px; width: 40px; height: 40px; border-radius: 50%; margin-right: 10px; color: var(--e-global-color-metok_primary); background-color: var(--light-background); }
.project-info .master-social-icons a:hover { color: #fff; background-color: var(--e-global-color-ametok_accent); }
