html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus {	outline: 0;}
ins {	text-decoration: none;}
del {	text-decoration: line-through;}
table { border-collapse: collapse; border-spacing: 0; }
ul, li { float:left; display:inline; }
h1, h2, h3, h4, h5 { font-weight:normal; }
i, em { font-style:normal; }
button, select { border:none; margin:0; padding:0; background:transparent; }
figure { margin:0; padding:0; }
* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }

/*	Finish RESET	*/

body { margin:0; color:var(--color-dark); font-size:16px; font-family:var(--font-primary); line-height:20px; -webkit-text-size-adjust:100%; text-size-adjust:100%; -webkit-text-size-adjust:100%; background-color:#FFF; }

*::-moz-selection { background:rgba(0, 0, 0, 0.1); }
*::selection { background:rgba(0, 0, 0, 0.1); }

a { color:var(--color-navy); text-decoration:none;  }
a:hover { color:var(--color-red); text-decoration:none; }

:root {
	--color-dark:#0C0D21;
	--color-navy:#1E2156;
	--color-red:#E21F25;
	--color-grey:#727394;
	--color-grey-light:#ABABBF;
	--color-light:#F0F0F4;
	--font-primary:'Bai Jamjuree','Arial';
	--input-background-color: #FFF;
	--input-border-color: #bfbfbf;
	--input-border-color-inline: #FFF;
	--input-border-color-checked: #00A678;
	--input-background-color-checked: #38A3A5;
	--input-border-color-inline-checked: #38A3A5;
	--input-border-color-disabled: #bfbfbf;
	--input-background-color-disabled: #F2F2F2;
	--input-border-color-inline-disabled: #bfbfbf;
	--input-border-color-hover: #38A3A5;
	--input-background-color-hover: #FFF;
	--input-border-color-inline-hover: #bfbfbf;
	--input-border-color-focus: #00A678;
}

/* Reset Css */
input, select, textarea, input[type='checkbox'], input[type='radio'] { border:none; position:relative; -webkit-appearance:none; margin:0px; padding:0px; }
input:focus, select:focus, textarea:focus, input[type='checkbox']:focus, input[type='radio']:focus { outline:0; }
input[type='submit'], button { border:none; position:relative; -webkit-appearance:none; margin:0px; padding:0px; outline:0; }

/* Customization checkbox & radio */
input[type='checkbox'], input[type='radio'] { width:18px; height:18px; line-height:18px; min-width:1px !important; margin:0 10px 0 0; padding:0; }
input[type='checkbox']::before, input[type='radio']::before { display:block; position:absolute; content:""; width:calc(100% - 2px); height:calc(100% - 2px); background-color:var(--input-background-color); transition:background-color 500ms, border-color 500ms; }
input[type='checkbox']::after, input[type='radio']::after { display:block; position:absolute; content:""; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); transition:background-color 500ms, border-color 250ms; }

/* Customization checbox */
input[type='checkbox']::before { border-radius:4px; border:solid 1px; border-color:var(--input-border-color); }
input[type='checkbox']::after { border:solid; border-color:var(--input-border-color-inline); border-width:0 2px 2px 0; width:5px; height:10px; left:7px; bottom:5px; }
input[type='checkbox']:not(:checked)::before { border-color:var(--input-border-color); }
input[type='checkbox']:not(:checked)::after { border-color:var(--input-border-color-inline); }
input[type='checkbox']:checked:not(:disabled)::before { border-color:var(--input-border-color-checked); background-color:var(--input-background-color-checked); }
input[type='checkbox']:read-only::before, input[type='checkbox']:-moz-read-only::before { border-color:var(--input-border-color-inline-checked); }
input[type='checkbox']:disabled::before { border-color:var(--input-border-color-disabled); background-color:var(--input-background-color-disabled); }
input[type='checkbox']:disabled::after { border-color:var(--input-border-color-inline-disabled); }
input[type='checkbox']:checked:not(:disabled):focus::before, input[type='checkbox']:not(:checked):not(:disabled):focus::before { border-color:var(--input-border-color-hover); }
input[type='checkbox']:not(:checked):not(:disabled):hover::before { border-color:var(--input-border-color-hover); background-color:var(--input-background-color-hover); }
input[type='checkbox']:not(:checked):not(:disabled):hover:not(:checked)::after { border-color:var(--input-border-color-inline-hover); }

/* Customization radio */
input[type='radio']::before { border-radius: 50%; border: solid 1px; }
input[type='radio']::after { border: solid; border-color: var(--input-border-color-inline-checked); border-width: 5px; border-radius: 50%; width: 0px; height:0px; left:4px; bottom:4px; }
input[type='radio']:not(:checked)::before { border-color:var(--input-border-color); }
input[type='radio']:not(:checked)::after { border-color:var(--input-border-color-inline); }
input[type='radio']:checked:not(:disabled)::before { border-color: var(--input-border-color-checked); background-color: var(--input-background-color); }
input[type='radio']:read-only::before, input[type='checkbox']:-moz-read-only::before { border-color:var(--input-border-color-inline-checked); }
input[type='radio']:disabled::before {}
input[type='radio']:disabled::after { border-color:var(--input-border-color-inline-disabled); }
input[type='radio']:checked:not(:disabled):focus::before, input[type='radio']:not(:checked):not(:disabled):focus::before { border-color:var(--input-border-color-hover); }
input[type='radio']:not(:checked):not(:disabled):hover::before { border-color:var(--input-border-color-hover); background-color: var(--input-background-color); }
input[type='radio']:not(:checked):not(:disabled):hover:not(:checked)::after { border-color:var(--input-border-color-inline-hover); }

input, textarea, select { float:left; font-size:16px; font-family:var(--font-primary), Arial; border-radius:0; border:0; }
button { border:none; padding:0; margin:0; cursor:pointer; border-radius:0; font-family:var(--font-primary), Arial; font-size:16px; font-weight:700; letter-spacing:1px; }

.input { width:100%; height:50px; padding:0 18px; border:1px solid rgba(4,51,76,0.2); transition:ease 0.3s; background-color:#FFF; }
.select { background:url(../images/arrow-select.png) no-repeat right center; background-size:auto 5px; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
.input:focus , .select:focus { border-color:var(--color-grey); box-shadow:4px 4px 0 rgba(30,33,86,0.08); }

textarea.input { padding-top:13px !important; padding-bottom:13px !important; }

.button { float:none; height:50px; display:inline-block; padding:0 60px 0 20px; cursor:pointer; position:relative; color:#FFF; line-height:50px; background-color:var(--color-navy); transition:all 0.25s; overflow:hidden; text-align:left; clip-path:polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%); }
.button:hover { background-color:var(--color-red); clip-path:polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%); }
	.button::after { content:""; position:absolute; top:0; bottom:0; right:15px; width:20px; background:url(../images/arrow-white-right.png) no-repeat right center / 16px; transition:all 0.25s; }
	.button-green::after { background-image:url(../images/arrow-right.png); }
	.button:hover::after { right:10px; }
	
a.button { color:#FFF; font-weight:600; font-size:14px; line-height:50px; }

.alcente { float:left; width:100%; padding-top:100px; position:relative; }
	.outer { float:left; width:100%; padding:0 80px; position:relative; }
		.wrap { margin:0 auto; width:100%; max-width:1520px; min-height:10px; padding:0 40px; position:relative; }

.tac { text-align:center; }

.fl { float:left !important; }
.fr { float:right !important; }
.fn { float:none !important; }

.w100 { float:left; width:100% !important; }
.w50 { float:left; width:50%; }
.mt30 { margin-top:30px; }
.mt20 { margin-top:20px; }
.mt10 { margin-top:10px; }
.mb30 { margin-bottom:30px; }
.mb20 { margin-bottom:20px; }
.mb10 { margin-bottom:10px; }

/*	Start TOP	*/

.header { position:fixed; top:0; left:0; right:0; height:100px; padding:20px 40px; z-index:2000; background-color:#FFF; transition:all 0.5s; }
.nav-up , .nav-down { box-shadow:0 0 30px rgba(30,33,86,0.1); }
	
	.header-flex { display:flex; align-items:center; }
	
	#logo { float:left; }
		#logo img { height:60px; transition:all 0.5s; }
		
	.nav-icon { display:none; }
	
	.header-social { float:right; margin-right:20px; position:relative; }
		.header-social li { margin-right:10px; }
			.header-social li a { float:left; background-color:#FFF; text-align:center; transition:all 0.5s; }
			.header-social li a:hover { background-color:var(--color-light); }
				.header-social li a i { float:left; width:32px; font-size:24px; color:var(--color-red); line-height:32px; transition:all 0.5s; }
	
	.header-phone { float:right; position:relative; overflow:hidden; }
		.header-phone::before , .header-phone::after { content:""; position:absolute; top:-2px; left:-6px; width:12px; height:12px; background-color:#fff; transform:skewX(-45deg); z-index:10; border:1px solid var(--color-navy); }
		.header-phone::after { top:auto; bottom:-2px; left:auto; right:-6px; }
		.header-phone a { float:left; padding:14px 29px; position:relative; border:1px solid var(--color-navy); display:flex; align-items:center; transition:all 0.5s; }
		.header-phone a:hover { background-color:var(--color-navy); color:#FFF; }
			.header-phone a i { float:left; margin:0 -5px; font-size:28px; }
			.header-phone a small { float:left; margin-left:12px; font-weight:600; font-size:15px; line-height:30px; }
	
	#nav { float:left; flex:1; position:relative; text-align:center; z-index:200; }
		#nav > ul { float:none; display:inline-block; text-align:left; }
			#nav > ul > li { margin-right:50px; position:relative; }
			#nav > ul > li:last-child { margin-right:0; }
				
				#nav > ul > li.nav-multi > a::after { content:""; float:right; margin-left:10px; width:14px; height:60px; background:url(../images/arrow-down.png) no-repeat right 52% / 100% auto; transition:all 0.3s; filter:grayscale(100%); -webkit-filter:grayscale(100%); }
				#nav > ul > li.nav-multi > a.active::after { filter:none; -webkit-filter:none; }
				
				#nav > ul > li > a { float:left; position:relative; font-weight:600; line-height:60px; transition:all 0.5s; z-index:100; }
				#nav > ul > li:hover > a , #nav > ul > li > a.active { color:var(--color-red); }
					#nav > ul > li > a.active::before { content:""; position:absolute; left:0; right:0; top:0; height:2px; background-color:var(--color-red); }
				
				.nav-menu { position:absolute; top:60px; left:-20px; width:320px; padding:10px 20px; background-color:#FFF; border-top:2px solid var(--color-grey); box-shadow:0 30px 50px rgba(30,33,86,0.15); display:none; }
					.nav-menu a { float:left; width:100%; padding:10px 0; position:relative; font-weight:500; display:flex; align-items:center; transition:all 0.5s; }
						.nav-menu a i { float:left; margin-right:10px; font-size:32px; }

/*	Finish TOP	*/

.mask , .mask-top { position:absolute; bottom:0; left:0; right:0; z-index:700; }
.mask-top { top:0; bottom:auto; }
.mask-reverse { transform:scaleX(-1); }
	.mask img , .mask-top img { float:right; width:100%; max-height:20px; }

.controls { height:100%; }
	.slick-prev , .slick-next { position:absolute; top:calc(50% - 25px); width:50px; height:50px; text-indent:-9999px; cursor:pointer; z-index:1000; transition:all 0.4s; background:#FFF url(../images/arrow-left.png) no-repeat center / auto 20px; }
		
	.slick-prev { left:0; border-radius:0 8px 8px 0; }
	.slick-next { right:0; background-image:url(../images/arrow-right.png); border-radius:8px 0 0 8px; }
	
	.slick-prev:hover , .slick-next:hover { background-color:var(--color-navy); }
	
	ul.slick-dots { position:absolute; text-align:center; right:0; left:0; bottom:0; padding:30px 0; z-index:1000; background:linear-gradient(180deg,rgba(62,35,11,0.0),rgba(62,35,11,0.5)); display:flex; align-items:center; justify-content:center; }
		ul.slick-dots li { width:24px; height:13px; margin:0 5px; display:inline-block; transition:all 0.5s; }
			ul.slick-dots li button { width:100%; height:100%; cursor:pointer; border-top:5px solid transparent; border-bottom:5px solid transparent; transition:all 0.2s; position:relative; text-indent:-9999px; opacity:0.4; }
			ul.slick-dots li button:hover { opacity:0.7; }
			ul.slick-dots li.slick-active button { opacity:1; }
				ul.slick-dots li button::after { content:""; position:absolute; top:0; left:0; bottom:0; right:0; background-color:#FFF; }

.slider-hero-wrap { float:left; width:100%; position:relative; z-index:700; }

.slider-hero { float:left; width:100%; position:relative; background:var(--color-primary) url(../images/lines-white.png) no-repeat right bottom / 50% auto; z-index:700; overflow:hidden; clip-path:polygon(0 0, 100% 0, 100% 100%, 48px 100%, 0 calc(100% - 48px)); }
	.slider-hero .slick-list { overflow:hidden; }
	
	.slider-hero-item { float:left; width:100%; height:calc(100vh - 200px); min-height:480px; position:relative; overflow:hidden; background-position:center; background-size:cover; background-repeat:no-repeat; }
		.slider-hero-item::before { content:""; position:absolute; top:0; bottom:0; left:0; right:15%; background:linear-gradient(90deg,var(--color-navy),rgba(30,33,86,0)); z-index:10; opacity:0.8; }
			
			.slider-hero picture { position:absolute; top:0; bottom:0; left:0; right:0; transition:all 3s; background-position:center; background-size:cover; background-repeat:no-repeat; transform-origin:center; transform:scale(1.5); }
			.slider-hero .slick-current picture { transform:scale(1); }
		
			.slider-title { position:absolute; left:0; right:0; bottom:160px; color:#FFF; display:flex; align-items:center; z-index:100; }
				
				.slider-title small { float:left; width:100%; font-size:13px; font-weight:700; color:var(--color-red); letter-spacing:2px; transition:all 0.3s; display:flex; align-items:center; }
					.slider-title small::before { content:""; float:left; width:8px; height:8px; margin-right:12px; background-color:var(--color-red); border-radius:50%; }
				.slider-title strong { float:left; width:50%; padding-top:21px; padding-bottom:59px; position:relative; font-size:64px; font-weight:600; letter-spacing:-1px; line-height:70px; }
					.slider-title strong::before { content:""; left:0; bottom:0; position:absolute; width:30px; height:30px; background:url(../images/arrow-cta.png) no-repeat center / 100% 100%; }
			
			.slider-hero-video { position:absolute; top:0; bottom:0; left:0; right:0; width:100%; height:100%; object-fit:cover; transition:all 3s; }
			
	.slider-hero ul.slick-dots { background:none; }
		.slider-hero ul.slick-dots li { width:140px; }
		.slider-hero ul.slick-dots li.slick-active button::after { background-color:var(--color-red); }

/*	Start WHATSAPP	*/

.connect-whatsapp { position:fixed; bottom:20px; right:20px; z-index:1990; display:block; }
	.connect-whatsapp a { float:left; width:48px; height:48px; border:2px solid #FFF; background:#25CC64 url(../images/icon-whatsapp.png) no-repeat center / 20px; border-radius:50%; overflow:hidden; text-indent:-9999px; }
	.connect-whatsapp a:hover { background-color:#20AC55; }

/*	Start FOOTER	*/

.footer-wrap { float:left; width:100%; position:relative; overflow:hidden; }
	
	.footer-connect { float:left; width:100%; position:relative; display:flex; flex-flow:row wrap; }
		.footer-connect::before { content:""; position:absolute; top:50%; bottom:0; left:-1000px; right:-1000px; background-color:var(--color-navy); }
		
		.footer-join { float:left; width:100%; padding-top:80px; padding-bottom:80px; position:relative; background:linear-gradient(135deg,var(--color-red),#3A3C6A); z-index:20; clip-path: polygon(24px 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%, 0 24px); }
			.footer-join section { float:left; width:100%; position:relative; }
				.footer-join section .input { border:0; color:#FFF; background-color:transparent; box-shadow:inset 0 -2px 0 rgba(255,255,255,0.1); border-radius:0; font-size:20px; }
				.footer-join section .input:focus { background-color:rgba(0,0,0,0.2); box-shadow:inset 0 -2px 0 #FFF; }
				.footer-join section .input::placeholder { color:rgba(255,255,255,0.6); opacity:1; }
				.footer-join section .input::-ms-input-placeholder { color:rgba(255,255,255,0.6); }
				.footer-join section .button { position:absolute; top:0; bottom:2px; right:0; width:60px; padding:0; text-indent:-9999px; background-color:transparent !important; border-radius:0; }
		
		.footer-title { float:left; width:100%; margin:-5px 0 35px 0; position:relative; font-size:26px; color:var(--color-navy); line-height:30px; }
			.footer-title::after { content:""; position:absolute; left:0; bottom:-25px; width:60px; height:2px; background-color:var(--color-navy); opacity:0.1; }
			.footer-join .footer-title::after { display:none; }
		
	.footer { float:left; width:100%; padding-top:84px; position:relative; display:flex; flex-flow:row wrap; background-color:var(--color-navy); color:#FFF; }
		
		.footer a { color:#FFF; }
		
		.footer-about , .footer-contact { float:left; width:50%; position:relative; }
		.footer-about { padding-right:10%; }
			.footer-about img { float:left; height:48px; }
			.footer-about section { float:left; width:100%; margin:29px 0 33px 0; line-height:25px; opacity:0.7; }
		
		.footer-social { float:left; width:100%; }
			.footer-social ul { width:100%; }
				.footer-social li { padding-right:15px; }
				.footer-social li:last-child { padding-right:0; }
					.footer-social li a { float:left; color:var(--color-red); background-color:#FFF; text-align:center; transition:all 0.5s; clip-path:polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%); }
					.footer-social li a:hover { clip-path:polygon(8px 0, 100% 0, 100% 100%, 0 100%, 0 8px); }
						.footer-social li a i { float:left; width:50px; font-size:28px; line-height:50px; }
		
		.footer-contact { float:right; margin-top:-20px; }
			.footer-contact section { float:left; width:50%; padding:10px 0 17px 0; }
			.footer-contact section:first-child { width:100%; }
				.footer-contact section strong { display:block; margin:11px 0 12px 0; font-size:13px; color:var(--color-grey-light); letter-spacing:2px; }
				.footer-contact section small { display:block; font-size:20px; font-weight:300; line-height:30px; }
		
	.copyright { float:left; width:100%; padding-top:80px; padding-bottom:80px; margin-top:80px; position:relative; z-index:10; color:rgba(255,255,255,0.7); font-weight:300; font-size:16px; display:flex; align-items:center; box-shadow:inset 0 1px 0 rgba(255,255,255,0.06); }
		.c-left { float:left; width:50%; }
		.c-right { float:right; margin-left:auto; }
			.c-right a { float:left; color:#FFF; }
				.c-right a strong { font-weight:500; }
				.c-right a img { float:right; height:24px; margin-bottom:-2px; margin-top:-2px; margin-left:7px; }
	
/*	Start CONTENT	*/

.page-title { float:left; width:100%; position:relative; font-size:48px; color:var(--color-navy); letter-spacing:-1px; line-height:60px; z-index:10; }
.page-title.top { padding-top:42px; }
.page-title.bottom { padding-bottom:17px; }

.fs-30 { font-size:30px; line-height:36px; }

.small-title { float:left; width:100%; padding:25px 0; position:relative; font-size:13px; font-weight:700; color:var(--color-grey); letter-spacing:2px; }
	.small-title::before { content:""; position:absolute; top:0; left:0; width:50px; height:2px; background-color:var(--color-red); }
	.small-title.text-white::before { background-color:#FFF; }

.page-text , .page-summary { float:left; width:100%; position:relative; font-size:18px; line-height:30px; }
.page-summary { font-size:22px; color:rgba(30,33,86,0.7); }
	
	.page-text p , .page-summary p { margin-bottom:20px; }
	.page-text p:last-child , .page-summary p:last-child { margin-bottom:0; }
	
	.page-text b , .page-text strong , .page-summary b , .page-summary strong { font-weight:600; color:var(--color-navy); }
	
	.page-text ul , .page-text ol , .page-summary ul , .page-summary ol { float:none; padding-bottom:20px; display:table; }
	.page-text ol , .page-summary ol { padding-left:20px; padding-bottom:20px; display:inline-block; }
		
		.page-text ul li , .page-summary ul li { width:100%; padding-left:20px; margin-bottom:10px; position:relative; font-weight:500; }
			.page-text ul li::before , .page-summary ul li::before { content:""; position:absolute; top:10px; left:0; width:6px; height:6px; background-color:var(--color-black); border-radius:50%; }
		
		.page-text ol li , .page-summary ol li { width:100%; margin-bottom:15px; display:list-item; list-style:decimal; }
		.page-text ul li:last-child , .page-summary ul li:last-child { margin-bottom:0; }
			.page-text ol li::marker , .page-summary ol li::marker { font-weight:700; }

.text-column { column-count:2; column-gap:40px; }

.page-photo { float:left; width:100%; max-height:480px; aspect-ratio:5/3; clip-path:polygon(0 0, calc(100% - 32px) 0, 100% 32px, 100% 100%, 32px 100%, 0 calc(100% - 32px)); overflow:hidden; }
	.page-photo img { width:100%; height:100%; object-fit:cover; }
	
.text-white { color:#FFF !important; }
.text-red { color:var(--color-red) !important; }

.pl-80 { padding-left:80px; }
.pr-80 { padding-right:80px; }

.fw-700 { font-weight:700; }
.fw-600 { font-weight:600; }
.fw-500 { font-weight:500; }
.fw-400 { font-weight:500; }
.fw-300 { font-weight:300; }

.block-narrow { float:left; width:240px; padding-right:20px; position:relative; }
.block-wide { float:right; width:calc(100% - 240px); position:relative; }

.quote-form .block-narrow { width:30%; }
.quote-form .block-wide { width:calc(70% - 20px); }

.block-flexed { float:left; width:100%; position:relative; display:flex; }
.align-center { align-items:center; }
	.flex-left { float:left; width:50%; padding-right:5%; position:relative; }
	.flex-right { float:right; width:50%; position:relative; }

.agencies { float:left; width:100%; position:relative; text-align:center; overflow:hidden; }
	.agencies ul { width:calc(100% + 24px); margin-left:-12px; display:flex; flex-flow:row wrap; row-gap:24px; }
		.agencies li { width:25%; padding:0 12px; position:relative; }
			.agencies li::before { content:""; position:absolute; top:0; left:12px; right:12px; bottom:0; border:1px solid var(--color-navy); opacity:0.07; transition:all 0.5s; }
			.agencies li:hover::before { opacity:1; }
			.agencies li picture { display:inline-block; width:100%; max-width:280px; }
				.agencies li picture img { float:left; width:100%; }

.hero-services { float:left; width:100%; margin-bottom:20px; position:relative; }
	.hero-services > ul { width:100%; padding-bottom:140px; display:flex; flex-flow:row wrap; }
		.hero-services > ul > li { width:50%; margin-bottom:-140px; position:relative; overflow:hidden; }
		.hero-services > ul > li:first-child { padding-right:25%; }
		.hero-services > ul > li:nth-child(3) { width:100%; padding-left:25%; padding-right:50%; }
		.hero-services > ul > li:nth-child(4) { width:100%; padding-left:50%; clip-path:polygon(24px 0, 100% 0, 100% 100%, 0 100%, 0 24px); }
			.hero-services > ul > li:nth-child(4)::before { content:""; position:absolute; top:0; bottom:120px; left:0; width:25%; background:linear-gradient(90deg,var(--color-navy),#FFF); opacity:0.05; }
		
.service-item { float:left; width:100%; position:relative; transition:all 0.5s; }
	.service-item picture { float:left; width:100%; position:relative; aspect-ratio:2/1; overflow:hidden; }
	.hero-services > ul > li:first-child .service-item picture , .hero-services > ul > li:nth-child(3) .service-item picture { aspect-ratio:1/1; overflow:hidden; }
	.hero-services > ul > li:first-child .service-item picture { clip-path:polygon(24px 0, 100% 0, 100% 100%, 0 100%, 0 24px); }
	.hero-services > ul > li:nth-child(4) .service-item picture { clip-path:polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%); }
		.service-item picture img { width:100%; height:100%; object-fit:cover; transform-origin:center; transition:all 2s; }
		.service-item:hover picture img { transform:scale(1.25,1.25); }
	.service-item section { float:left; width:100%; height:140px; padding-right:30px; position:relative; z-index:10; }
	.hero-services > ul > li:nth-child(2) .service-item section , .hero-services > ul > li:nth-child(4) .service-item section { float:right; width:50%; }
		.service-item section small { float:left; width:100%; margin:20px 0 13px 0; font-size:13px; font-weight:700; color:var(--color-red); letter-spacing:2px; transition:all 0.3s; display:flex; align-items:center; }
			.service-item section small::before { content:""; float:left; width:8px; height:8px; margin-right:12px; background-color:var(--color-red); border-radius:50%; }
		.service-item section strong { font-size:30px; font-weight:600; line-height:100%; }
		.service-item section i { margin-left:5px; font-size:28px; color:var(--color-red); line-height:30px; }

.block-cta { float:left; width:100%; padding-top:80px; padding-bottom:80px; position:relative; background-size:cover; background-repeat:no-repeat; background-position:center; overflow:hidden; clip-path:polygon(32px 0, 100% 0, 100% calc(100% - 32px), calc(100% - 32px) 100%, 0 100%, 0 32px); }
.block-cta.fixed { background-attachment:fixed; }

.gallery { float:left; width:100%; position:relative; overflow:hidden; }
	.gallery ul { width:calc(100% + 8px); margin-left:-4px; }
		.gallery li { width:33.33334%; padding:0 4px; margin-bottom:8px; position:relative; }
			.gallery li a { float:left; width:100%; position:relative; overflow:hidden; border-radius:8px; transition:all 0.5s; }
			.gallery li a:hover { border-radius:32px; }
				.gallery li a::before { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background-color:var(--color-navy); z-index:5; transition:all 0.5s; opacity:0; }
				.gallery li a:hover::before { opacity:0.5; }
				.gallery li a::after { 
					content:""; 
					position:absolute; 
					top:0;
					bottom:0;					
					left:0;
					right:0;
					background:url(../images/icon-zoom.png) no-repeat center / 40px;
					transition:all 0.3s;
					opacity:0;
					z-index:10;
					}
				.gallery li a:hover::after { opacity:1; }
				.gallery li a picture { float:left; width:100%; background-size:cover; background-position:center; transform-origin:center; transition:all 1.5s; }
				.gallery li a img { float:left; width:100%; }
				.gallery li a:hover picture { transform:scale(1.2,1.2); }

.inner-30 { margin:0 -30px; }
.inner-20 { margin:0 -20px; }
.inner-15 { margin:0 -15px; }
.inner-10 { margin:0 -10px; }

.top-150 { padding-top:150px; }
.top-100 { padding-top:100px; }
.top-50 { padding-top:50px; }
.bottom-150 { padding-bottom:150px; }
.bottom-100 { padding-bottom:100px; }
.bottom-50 { padding-bottom:50px; }

.block-lines { background:url(../images/lines.png) no-repeat 0 bottom / 75% auto; box-shadow:inset 0 -1px 0 rgba(0,0,0,0.06); }

.link-all { float:left; width:100%; position:relative; text-align:center; }
	.link-all a { display:inline-block; height:40px; font-weight:500; line-height:40px; transition:all 0.5s; }
	.link-all a.large { height:60px; padding:10px 10px 10px 25px; background-color:var(--color-red); font-weight:700; color:#FFF; clip-path:polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px); }
	.link-all a:hover.large { background-color:var(--color-grey); }
		.link-all a i { float:right; width:40px; height:40px; margin-left:15px; background-color:var(--color-light); text-align:center; font-size:24px; line-height:40px; transition:all 0.5s; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%); overflow:hidden; }
		.link-all a.large i { color:var(--color-red); }
		.link-all a:hover i { background-color:var(--color-navy); color:#FFF; clip-path:polygon(12px 0, 100% 0, 100% 100%, 0 100%, 0 12px); }

.grayscale { filter:grayscale(100%); -webkit-filter:grayscale(100%); }
.grayscale:hover { filter:none; -webkit-filter:none; }

.alcente-news { float:left; width:100%; position:relative; overflow:hidden; }
	.alcente-news ul { width:calc(100% + 100px); margin-left:-50px; display:flex; flex-flow:row wrap; }
		.alcente-news li { width:33.33334%; padding:0 50px; margin-bottom:60px; position:relative; }
			.alcente-news li::after { content:""; position:absolute; top:0; bottom:0; right:0; width:1px; background-color:#EEE; }
			.alcente-news li a { float:left; width:100%; height:100%; display:flex; flex-direction:column; }
			.alcente-news li picture { float:left; width:100%; margin-bottom:30px; aspect-ratio:5/3; overflow:hidden; clip-path:polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%); }
				.alcente-news li picture img { width:100%; height:100%; object-fit:cover; transform-origin:center; transition:all 2s; }
				.alcente-news li:hover picture img { transform:scale(1.25, 1.25); }
			.alcente-news li a section { float:left; width:100%; position:relative; overflow:hidden; }
				.alcente-news li a section::before { content:""; position:absolute; top:-2px; left:-6px; width:9px; height:9px; background-color:#fff; transform:skewX(-45deg); z-index:10; border:1px solid var(--color-red); }
				.alcente-news li a section i { float:left; padding:0 24px; position:relative; border:1px solid var(--color-red); color:var(--color-red); font-size:11px; font-weight:700; line-height:28px; transition:all 0.5s; }
			.alcente-news li a:hover section i { background-color:var(--color-red); color:#FFF; }
			.alcente-news li a strong { float:left; width:100%; padding:17px 0; font-weight:500; font-size:22px; line-height:30px; }
			.alcente-news li a span { float:left; width:100%; margin-top:auto; color:var(--color-grey); position:relative; }

.news-wrap { float:left; width:100%; position:relative; }
	
	.news-content { float:left; width:calc(100% - 420px); position:relative; }
		.news-photo { float:left; width:100%; max-height:480px; margin-bottom:30px; overflow:hidden; clip-path:polygon(0 0, 100% 0, 100% 100%, 24px 100%, 0 calc(100% - 24px)); }
			.news-photo img { width:100%; height:100%; object-fit:cover; object-position:center; }

	.news-sidebar { float:right; width:360px; position:relative; }

.news-info { float:left; width:100%; padding:15px 0; margin-bottom:20px; position:relative; border-top:1px solid rgba(4,51,76,0.07); border-bottom:1px solid rgba(4,51,76,0.07); }
	.news-info section { float:left; width:100%; margin-bottom:16px; }
	.news-info section:last-child { margin-bottom:0; }
		.news-info section small { display:block; font-size:13px; font-weight:600; color:var(--color-grey); letter-spacing:2px; }
		.news-info section time { display:block; margin-top:5px; }

.page-share { float:left; width:100%; position:relative; }
	.page-share ul { width:100%; }
		.page-share li { margin-right:10px; margin-bottom:10px; }
		.page-share li:last-child { margin-right:0; }
			.page-share li a { float:left; background-color:var(--color-light); transition:all 0.5s; text-align:center; clip-path:polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%); }
			.page-share li a:hover { background-color:var(--color-navy); color:#FFF; }
				.page-share li a i { float:left; width:44px; font-size:24px; line-height:44px; transition:all 0.5s; }

.sub-top { float:left; width:100%; max-height:320px; position:relative; aspect-ratio:2/1; overflow:hidden; clip-path:polygon(0 0, 100% 0, 100% 100%, 48px 100%, 0 calc(100% - 48px)); }
	.sub-top img { width:100%; height:100%; object-fit:cover; }

.breadcrumb { float:left; width:100%; padding:20px 0; margin-bottom:80px; position:relative; font-size:14px; box-shadow:inset 0 -1px 0 rgba(30,33,86,0.07); overflow:hidden; }
	.breadcrumb::after { content:""; position:absolute; top:1px; bottom:1px; right:0; width:80px; background:linear-gradient(90deg,rgba(255,255,255,0),#FFF); pointer-events:none; }
	.breadcrumb section { float:left; width:500%; height:20px; }
		.breadcrumb a , .breadcrumb i , .breadcrumb strong { float:left; color:var(--color-grey); }
		.breadcrumb a:hover { text-decoration:underline; }
		.breadcrumb i { margin:0 20px; font-size:20px; opacity:0.7; }
		.breadcrumb strong { font-weight:600; color:var(--color-navy); }

/*	Start LIGHTBOX	*/

.fancybox-slide .fancybox-content { width:800px; min-height:300px; max-width:80%; max-height:80% !important; margin:0; }

.my-fancy { display:none; padding:30px !important; border-radius:8px; }
.fancy-narrow { max-width:400px !important; }
	
	.my-fancy-wrap { width:100%; max-width:800px; overflow:hidden; overflow-y:auto; }
		.my-fancy-wrap::-webkit-scrollbar { width:5px; }
		.my-fancy-wrap::-webkit-scrollbar-track { background:#EEE; }
		.my-fancy-wrap::-webkit-scrollbar-thumb { background-color:#555; }
		.my-fancy-wrap { scrollbar-color:#FFF #EEEEEE; scrollbar-width:thin; }

.fancy-title { float:left; width:100%; padding:0 20px; margin-bottom:15px; position:relative; color:var(--color-navy); }
	.fancy-title::before { content:""; position:absolute; top:50%; left:0; width:50px; height:2px; margin-top:-1px; background-color:#DDD; }
	.fancy-title strong { float:left; padding:0 15px; position:relative; font-weight:700; background-color:#FFF; }

.fancy-form { float:left; width:100%; }
	.fancy-form .item { float:left; width:50%; padding:0 10px; margin-bottom:20px; }
	.fancy-form .item:last-child { margin-bottom:0; }
	.fancy-form .item-2 { width:calc(50% - 10px); }
		.fancy-form .item-2 label { float:left; width:100%; padding:9px; border:1px solid #999; border-radius:4px; font-weight:600; }
		.fancy-form .item a { font-weight:600; text-decoration:underline; }

.fancy-share { float:left; width:100%; position:relative; }
	.fancy-share > ul { width:100%; display:flex; flex-flow:row wrap; gap:10px; }
		.fancy-share > ul > li { width:100%; }
			.fancy-share > ul > li small { font-size:13px; }


/*	Start CONTACT	*/
	
.accordion { float:left; width:100%; }
	
	.accordion-section { float:left; width:100%; }
		.accordion-item { float:left; width:100%; padding:9px; margin-bottom:30px; border:1px solid rgba(4,51,76,0.2); border-radius:16px; }
	
	.accordion-section-title { float:left; width:100%; padding:20px; padding-right:54px; position:relative; font-size:20px; font-weight:700; line-height:24px; z-index:10; }
	.accordion.slim .accordion-section-title { font-size:16px; }
	.accordion-section-title:hover , .accordion-section-title.active { color:var(--color-red); }
		.accordion-section-title::after { content:""; position:absolute; top:0; bottom:0; right:20px; width:20px; background:url(../images/arrow-down.png) no-repeat center / 100% auto; transition:all 0.3s; }
		.accordion-section-title.active::after { transform:rotate(180deg); }
		.accordion-section-title section { float:left; }

	.accordion-section-content { float:left; width:100%; padding:20px; margin-top:-10px; position:relative; display:none; }

.contact-info { float:left; width:100%; position:relative; }
	.contact-info section { float:left; width:33.33334%; padding:0 15px; margin-bottom:30px; position:relative; line-height:30px; }
		.contact-info section picture { float:left; width:100%; }
			.contact-info section picture i { float:left; font-size:40px; color:var(--color-grey); }
		.contact-info section strong { float:left; width:100%; margin:10px 0 1px 0; font-weight:600; color:var(--color-grey); }
		.contact-info section small { float:left; width:100%; font-size:18px; }
	
.contact-cta { float:left; width:100%; margin-top:9px; position:relative; }
	.contact-cta ul { width:100%; }
		.contact-cta li { width:50%; padding:0 10px; margin-bottom:20px; }
			.contact-cta li a { float:left; width:100%; height:50px; padding-left:65px; position:relative; }
				.contact-cta li a img { position:absolute; top:0; left:0; width:50px; height:50px; }
				.contact-cta li a small { float:left; width:100%; margin:4px 0 2px 0; color:#60709B; font-weight:600; letter-spacing:1px; }
				.contact-cta li a strong { float:left; width:100%; font-size:20px; font-weight:600; }

.contact-form { float:left; width:100%; margin-top:25px; position:relative; }
	
	.form-item { float:left; width:50%; padding:0 15px; margin-bottom:30px; position:relative; }
	.form-item:last-child { margin-bottom:0; }
	.form-item-text { margin-top:-10px; color:#666; }
		.form-item label { float:left; width:100%; font-size:15px; }
		.form-item section { float:left; width:100%; font-size:17px; font-weight:600; margin-bottom:-10px; }
		.form-item a { text-decoration:underline; font-weight:600; }
		
		.security-code img { float:left; width:120px; height:50px; margin-right:10px; padding:3px; border-bottom:2px solid #DDD; }
		.security-code a.refresh { float:left; width:50px; height:50px; text-indent:-9999px; background:url(../images/refresh.png) no-repeat center center / 24px; border-bottom:2px solid #DDD; }
		.security-code a:hover.refresh { background-color:#FFF; }

.block-kvkk { padding:24px; position:relative; background-color:var(--color-light); display:flex; flex-flow:row wrap; gap:16px; }

.contact-map { float:left; width:100%; max-height:600px; padding:9px; position:relative; aspect-ratio:3/2; border:1px solid var(--color-grey-light); overflow:hidden; }
	
	.upload { float:left; width:100%; height:50px; position:relative; text-align:center; }

		.upload section {
			float:left;
			width:100%;
			height:100%;
			position:relative;
			border-bottom:2px solid #1892AC;
			font-weight:500;
			font-size:15px;
			line-height:48px;
			z-index:2;
		}
		.upload:hover section { background-color:#FFF; }
			
			.upload section::after { content:""; position:absolute; top:0; bottom:0; right:0; width:50px; background:url(../images/icon-clip.png) no-repeat center / auto 16px; }

		.upload input {
			display:block !important;
			width:100% !important;
			height:100% !important;
			opacity:0 !important;
			overflow:hidden !important;
			position:absolute;
			left:0;
			top:0;
			z-index:3;
			cursor:pointer;
		}
		
/*	Start PAGINATION	*/
	
.pages { float:left; width:100%; position:relative; text-align:center; }
	.pages ul { width:100%; }
		.pages li { float:none; display:inline-block; padding:0 5px 5px 5px; }
			.pages li a { float:left; width:48px; height:48px; font-size:14px; line-height:48px; color:var(--color-navy); background-color:var(--color-light); transition:all 0.5s; clip-path:polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%); }
			.pages li a:hover { color:#FFF; background-color:var(--color-navy); clip-path:polygon(8px 0, 100% 0, 100% 100%, 0 100%, 0 8px); }
			.pages li a.current { color:#FFF; background-color:var(--color-navy); }


@media only screen and (max-width:1540px) {

.outer { padding-left:60px; padding-right:60px; }
.wrap { float:left; max-width:initial; }
.pl-80 { padding-left:60px; }
.pr-80 { padding-right:60px; }
.footer-join , .copyright , .block-cta { padding-top:60px; padding-bottom:60px; }

}


@media only screen and (max-width:1440px) {

.top-150 { padding-top:100px; }
.top-100 { padding-top:75px; }
.top-50 { padding-top:35px; }
.bottom-150 { padding-bottom:100px; }
.bottom-100 { padding-bottom:75px; }
.bottom-50 { padding-bottom:35px; }
.outer { padding-left:40px; padding-right:40px; }
.pl-80 { padding-left:40px; }
.pr-80 { padding-right:40px; }

.header { padding:20px; }
.header-phone a { padding:14px 19px; }
#nav > ul > li { margin-right:32px; }
.footer-join , .block-cta { padding-top:40px; padding-bottom:40px; }

.slider-title { bottom:100px; }
.slider-title strong { padding-top:12px; padding-bottom:38px; font-size:48px; line-height:50px; }
.slider-title strong::before { width:20px; height:20px; }

}


@media only screen and (max-width:1320px) {

#nav > ul > li:first-child { display:none; } 
ul.slick-dots { padding:20px 0; }

.alcente-news ul { width:calc(100% + 48px); margin-left:-24px; }
.alcente-news li { padding:0 24px; }

.agencies li { width:50%; }

.news-content { width:calc(100% - 320px); }
.news-sidebar { width:280px; }

}


@media only screen and (max-width:1200px) {

.top-150 { padding-top:75px; }
.top-100 { padding-top:50px; }
.top-50 { padding-top:25px; }
.bottom-150 { padding-bottom:75px; }
.bottom-100 { padding-bottom:50px; }
.bottom-50 { padding-bottom:25px; }

#logo img { height:48px; }
#nav > ul > li { margin-right:20px; }
.slider-hero , .sub-top { clip-path:polygon(0 0, 100% 0, 100% 100%, 24px 100%, 0 calc(100% - 24px)); }
.slider-hero-item { height:calc(100vh - 280px); }
.slider-hero ul.slick-dots li { width:80px; }
.service-item section strong { font-size:26px; }

.footer-about { padding-left:0 !important; }
.footer-contact { padding-left:0 !important; padding-right:0 !important; }
.copyright { padding:48px 0 !important; margin-top:40px;  }

.breadcrumb { padding:20px 0; margin-bottom:40px; }

}


@media only screen and (max-width:1023px) {

.alcente { padding-top:70px; }
.wrap { padding:0 30px; }
.outer { padding-left:30px; padding-right:30px; }
.pl-80 { padding-left:30px; }
.pr-80 { padding-right:30px; }

.header { height:70px; padding:0 11px 0 15px; }
.nav-opened .header { background-color:#FFF; }
#logo { flex:1; }
	#logo img { padding:8px 0; }

.header-phone a { padding:9px 14px; }
.header-social { margin-right:15px; }

.nav-icon { float:right; width:70px; height:70px; margin:0 10px; position:relative; top:0; cursor:pointer; display:block; text-indent:-9999px; }
	.nav-icon span { position:absolute; top:50%; left:50%; width:32px; height:2px; margin:-1px 0 0 -16px; transition:all 0.5s; }
		.nav-icon span::before { content:""; position:absolute; top:-6px; left:0; right:0; height:2px; background-color:var(--color-navy); transition:all 0.5s; }
		.nav-icon span::after { content:""; position:absolute; bottom:-6px; left:0; right:5px; height:2px; background-color:var(--color-navy); transition:all 0.5s; }
	
	.nav-icon-close span { background-color:transparent; }
		.nav-icon-close span::before { 
			-webkit-transform:rotate(-135deg);
			-moz-transform:rotate(-135deg);
			-o-transform:rotate(-135deg);
			-ms-transform:rotate(-135deg);
			transform:rotate(-135deg);
			top:0;
			right:0;
			background-color:var(--color-red);
		}
		.nav-icon-close span::after { 
			-webkit-transform:rotate(135deg);
			-moz-transform:rotate(135deg);
			-o-transform:rotate(135deg);
			-ms-transform:rotate(135deg);
			transform:rotate(135deg);
			bottom:0;
			right:0;
			background-color:var(--color-red);
		}
		
	.nav-icon-close::before { 
		content:"";
		border-bottom:4px solid transparent;
		border-left:10px solid transparent;
		border-right:10px solid transparent;
		height:0;
		position: absolute;
		width:0;
		left:50%;
		bottom:0;
		margin-left:-10px;
		border-bottom-color:var(--color-navy);
	}

#nav { position:fixed; top:70px; bottom:0; left:0; right:0; width:auto; height:calc(100vh - 70px); padding:30px 30px 110px 30px; display:none; background-color:var(--color-navy); overflow-y:auto; z-index:20; }
	#nav > ul { width:100%; border-top:1px solid rgba(255,255,255,0.06); }
		#nav > ul > li { width:100%; border-bottom:1px solid rgba(255,255,255,0.06); }
		#nav > ul > li:first-child { display:block; }
			
			#nav > ul > li.nav-multi::after { content:""; position:absolute; top:0; right:10px; width:14px; height:70px; background:url(../images/arrow-white-down.png) no-repeat right 52% / 100% auto; transition:all 0.3s; }
			
			#nav > ul > li > a { width:100%; padding:0 20px; color:#FFF; font-size:22px; font-weight:500; line-height:70px; }
			#nav > ul > li:hover > a , #nav > ul > li > a.active { color:var(--color-red); }
				
				#nav > ul > li > a::before , #nav > ul > li.nav-multi > a::after { display:none; }
			
			.nav-menu { float:left; width:100%; position:relative; top:auto; left:auto; margin-bottom:20px; background-color:#FFF; box-shadow:0 30px 50px rgba(30,33,86,0.1); border-top:0; display:none; }
	
.nav-opened { overflow:hidden; }	

.slider-hero-item { height:auto; min-height:initial; aspect-ratio:5/3; }
.slider-title strong { width:85%; }

.block-flexed { display:block; }
.flex-left { width:100%; padding-right:0; }
.flex-right { width:100%; margin-top:20px; }
.flex-right:first-child { margin-top:0; }

.block-narrow { width:100% !important; padding-right:0; }
.block-wide { width:100% !important; }

.alcente-news li { width:50%; }

.footer { padding-top:54px; }

.footer-about , .footer-contact , .news-content , .news-sidebar { width:100%; }
.footer-about { padding-right:0; padding-bottom:40px; }

.news-sidebar { margin-top:30px; }

}





@media only screen and (max-width:767px) {

.slider-title strong { font-size:40px; line-height:100%; }

.hero-services > ul { padding-bottom:0; }
.hero-services > ul > li { width:100% !important; padding:0 !important; margin:0 !important; }
.service-item picture { aspect-ratio:2/1 !important; clip-path:polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px) !important; }
.service-item section { width:100% !important; height:auto; margin-bottom:50px; }
.hero-services > ul > li:nth-child(4) { clip-path:none; }
.hero-services > ul > li:nth-child(4)::before { display:none; }

.block-cta , .footer-join { clip-path:polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px); }

.page-title { font-size:40px; line-height:50px; }

@supports (-webkit-touch-callout: none) { .block-cta.fixed { background-attachment:initial !important; } }

.breadcrumb { padding:15px 0; margin-bottom:30px; font-size:12px; }
.breadcrumb i { margin:0 12px; }

.contact-info section { width:100%; }

.fancy-narrow { max-width:100% !important; }
.fancybox-slide .fancybox-content { max-height:96% !important; }

}



@media only screen and (max-width:640px) {

.connect-whatsapp { bottom:12px; right:12px; }
.slider-hero-item , .contact-map { max-height:480px; aspect-ratio:1/1; }
.footer-title { margin:-10px 0 25px 0; font-size:20px; line-height:24px; }
.sub-top { aspect-ratio:5/2; }

}



@media only screen and (max-width:540px) {

.nav-icon { margin-left:0; margin-right:5px; }
.header-social { display:none; }
.header-phone a small { font-size:13px; }

.slider-hero-item::before { right:0; }
.slider-title { bottom:64px; }
.slider-title small { font-size:10px; }
.slider-title strong , .alcente-news li , .footer-contact section , .form-item { width:100%; }

.agencies li picture { max-width:200px; }

.form-item { margin-bottom:20px; }

}



@media only screen and (max-width:440px) {

.slider-title strong { font-size:32px; }
.slider-hero ul.slick-dots li { width:40px; }
.service-item picture { aspect-ratio:5/4 !important; }
.agencies ul { width:calc(100% + 12px); margin-left:-6px; row-gap:12px; }
.agencies li { padding:0 6px; }
.agencies li::before { left:6px; right:6px; }

}



@media only screen and (max-width:374px) {



}
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background:#232128;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity:0.9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background:#EB6629;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, .85) 0%,
    rgba(0, 0, 0, .3) 50%,
    rgba(0, 0, 0, .15) 65%,
    rgba(0, 0, 0, .075) 75.5%,
    rgba(0, 0, 0, .037) 82.85%,
    rgba(0, 0, 0, .019) 88%,
    rgba(0, 0, 0, 0) 100%
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #EB6629;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}


.fancybox-button--thumbs { display:none !important; }