/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main { display: block; }
html,
body { height: 100%; }
body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; text-size-adjust: none; }
img, iframe, video, audio, object { max-width: 100%; }
img, iframe { border: 0 none; }
img { height: auto; display: inline-block; vertical-align: middle; }
b,
strong { font-weight: bold; }
address { font-style: normal; }
svg:not(:root) { overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { display: none; -webkit-appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
textarea { overflow: auto; resize: none; -webkit-overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }
button,
select { text-transform: none; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
nav ul,
nav ol { list-style: none outside none; }

.otgs-development-site-front-end { display: none !important; }

@media (max-width: 1024px) {
	body.nav-open,
	html.nav-open { overflow: hidden; } 
}


#fp-nav ul li a span,
.fp-slidesNav ul li a span { height: 7px; width: 7px; }

@keyframes spin {
	0% { transform: translate(-50%, -50%) rotate(0deg); }
	100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes textSCroll {
	0% { transform: translateX(100%); }
	100% { transform: translateX(-100%); }
}

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body { min-width: 320px; background: #fff; font-family: "Poppins", sans-serif; font-weight: 300; font-size: 24px; line-height: 1.4; letter-spacing: 0.5px; color: #0D0E12; } 

@media (max-width: 1024px) {
	body { font-size: 20px; }
}

@media (max-width: 1024px) {
	body { font-size: 20px; }
}

@media (max-width: 767px) {
	body { font-size: 16px; font-weight: 400; }
}


a { color: inherit; text-decoration: underline; }
a:hover { text-decoration: none; }

a[href^="tel"] { text-decoration: none; } 

h1 { font-size: 3rem; font-weight: 500; }
h2 { font-size: 3rem; font-weight: 500; }
h3 { font-size: 2.5rem; font-weight: 500; } 
h4 { font-size: 2.5rem; font-weight: 500; } 
h5 { font-size: 2rem; font-weight: 500; }
h6 { font-size: 1.1px; font-weight: 500; } 

@media (max-width: 767px) {
	h1 { font-size: 32px; }
	h2 { font-size: 32px; }
	h3 { font-size: 32px; }
	h4 { font-size: 24px; }
	h5 { font-size: 20px; }
	h6 { font-size: 20px; } 
}

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 25px; }

p,
ul:not([class]),
ol,
dl,
table,
blockquote { margin-bottom: 25px; }

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:not([class]):last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
 
/* cols */

.cols { display: flex; flex-wrap: wrap; margin: 0 -10px -20px; }
.col { width: 100%; padding: 0 10px; margin-bottom: 20px; }
.col_1of2 { width: 50%; }
.col_1of3 { width: 33.33%; }
 
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

.clear:after { content: ''; line-height: 0; display: table; clear: both; }

.notext { white-space: nowrap; text-indent: 100%; text-shadow: none; overflow: hidden; }
.notext-old { font-size: 0; line-height: 0; text-indent: -4000px; }

[hidden],
.hidden { display: none; }

.alignleft { float: left; margin-right: 20px; }

.alignright { float: right; margin-left: 20px; }

[disabled],
.disabled { cursor: default; }

.text_center { text-align: center; } 

@media (max-width: 1024px) {
	.fp-right {display: none !important; }
}

/* ------------------------------------------------------------ *\
	logo
\* ------------------------------------------------------------ */ 

a.logo { position: relative; display: inline-block; padding: 10px 20px; background-color: rgba(0, 0, 0, 0.2); border-radius: 5px; }
a.logo svg { margin-bottom: -7px; }

a.logo:before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: -1;
	background-color: rgba(255, 255, 255, 0.03); 
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(20px); 
    border-radius: 5px;  
    border: 1px solid rgba(255, 255, 255, 0.1); 
	transition: all .3s;
}

@media (max-width: 1200px) {
	a.logo { width: 90px; background-color: rgba(0, 0, 0, 0); padding: 0; } 
	a.logo svg { width: 100%; } 
	a.logo:before { display: none; } 
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */ 

.footer { background-color: #000; color: #fff; position: relative; padding: 50px 0 0; }
#fullpage .footer  {  height: auto !important; min-height: 100vh !important; overflow-x: hidden; }
#fullpage .footer .fp-overflow  { position: static; }
#fullpage .footer .footer-bottom  { padding-bottom: 50px; }
 
.footer .footer-before {  position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 6;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+18,1+73 */
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 18%,rgba(0,0,0,1) 73%,rgba(0,0,0,1) 100%); 
}
.footer-bg { z-index: 1; position: absolute; top: 0; left: -50px; right: -50px; bottom: 0;  background-size: cover; background-position: center; opacity: .4; }
.footer-top { padding: 50px 0 100px; position: relative; z-index: 7; }
.footer-menu { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; list-style: none; }
.footer-menu a { display: inline-block; text-decoration: none; font-weight: 400; }
.footer-content {   position: relative; z-index: 7; }
.footer-content-entry { border-top: 1px solid #959595; border-bottom: 1px solid #959595; padding: 100px 0; display: flex; align-items: center; justify-content: space-between; }
.footer-logo a { display: inline-block; text-decoration: none; width: 30vw; max-width: 420px; }
.footer-logo a img { width: 100%; }
.footer .locations { list-style: none; display: flex; gap: 40px; } 
.footer .locations li:last-child { margin-right: 0; }
.footer .locations li div { display: flex; align-items: center; justify-content: space-between; }
.footer .locations li em { display: block; font-style: normal; font-style: inherit; }
.footer .locations li small { display: block; font-style: normal; font-style: inherit; opacity: .7; }
.footer .locations li span {  padding-right: 24px; }
.footer .only_mobile { display: none; }

.footer .locations li   { width: 50%; } 
.footer .locations li strong { font-weight: 400; font-size: 3.2rem; width: 66px; }
.footer-aside { max-width: 450px; }

.footer-bottom { font-size: 16px; padding: 20px 0;  position: relative; z-index: 7; }
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; position: relative; }
.footer-links { display: flex; align-items: center; justify-content: space-between; list-style: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); text-align: center; }
.footer-links a { display: inline-block; text-decoration: none; padding: 10px; }
.footer-links li { margin: 0 10px; }

.footer .socials { margin-left: -10px; }

.socials { display: flex; list-style: none; flex-wrap: wrap; font-size: 22px; }
.socials a { display: inline-block; text-decoration: none; padding: 10px; }

.footer .copy { margin: 0; }

@media (max-width: 1200px) {
	.footer-links { text-align: left; position: static; transform: translate(0,0); }
	.footer .locations li span { width: 120px; }
}



@media (max-width: 1400px) {
	.footer .locations li strong { font-size: 2.9rem; }
	.footer-aside { width: 50%; }
}

@media (max-width: 1024px) {
	.footer-bottom-inner { flex-wrap: wrap; }
	.footer-links { width: 100%; order: 1; justify-content: center; }
	.footer .socials { order: 2; }
	.footer .copy { order: 2; }
	.footer .locations li strong { font-size: 30px; }
	.footer-logo a { width: 160px; }
}

@media (max-width: 900px) {
	.footer-menu a { padding: 10px; }
	.footer-menu { justify-content: center; }
	.footer { padding: 25px 0 0; }
	.footer-content-entry { flex-wrap: wrap; padding: 50px 0; }
	.footer-top { padding: 25px 0 50px; }
	.footer-aside { width: 100%; max-width: 100%; }
	.footer-aside > p { text-align: center; }
	.footer .locations { justify-content: center; }
	.footer-logo { width: 100%; text-align: center; margin-bottom: 20px; }
	.footer .locations li { width: auto; } 
}

@media (max-width: 767px) {
	.footer .socials { display: none; justify-content: center; }
	.footer .only_mobile { display: flex; }
	.footer { display: flex; flex-wrap: wrap; }
	.footer .fp-overflow { display: flex; flex-wrap: wrap; }
	.footer-content { order: 1; width: 100%; }
	.footer-content-entry { border-top: 0; }
	.footer-top { order: 2; padding: 40px 0; }
	.footer-bottom { order: 3; padding: 0; }
	.footer-logo { display: none; }
	.footer-bottom-inner { border-top: 1px solid #959595; padding: 40px 0 30px; }
	.footer-bottom-inner .footer-logo { order: 2; }
	.footer-logo.only_mobile { width: 77px; margin: 0; }
	.footer .copy { order: 3; margin: 0; }
	
	.footer-links { border-bottom: 1px solid #959595;  padding: 0 0 40px; margin-bottom: 30px; text-align: center; order: 1; }
}
@media (max-width: 480px) {
	.footer-links { display: block; text-align: left; }
	.footer .socials { justify-content: start; }
	.footer-menu { display: block; text-align: left; }
	.footer-menu a { padding: 10px 0; }
	.footer-links a { padding: 10px 0; }
	.footer-links li { margin: 0; }
	.footer .copy { font-size: 14px; }
	.footer .locations { display: block; }
	.footer .locations > li { margin: 0; margin-bottom: 20px; }
	.footer .locations > li:last-child { margin-bottom: 0; }
	.footer .locations li strong { font-size: 42px; font-weight: 500; }
	.footer-aside > p { text-align: left; margin-bottom: 30px; }
	.footer .locations li div { justify-content: space-between; } 
}

@media (max-width: 350px) {
	.footer-bottom-inner .footer-logo { display: none; }

}


/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { position: fixed; top: 0; left: 0; width: 100%; z-index: 10; padding: 20px 0; color: #fff; font-size: 20px; }
.admin-bar .header { top: 30px; }
.header-content { display: grid; grid-template-columns: auto 1fr auto auto; } 
.header-lang .socials { display: none; }
.header-lang { padding-left: 20px; }


@media (max-width: 1400px) {
	.header { font-size: 18px; }
}

@media (max-width: 1024px) {
	.header.headroom { top: -200px; transition: all .3s; }
	.header.headroom.headroom--pinned { top: -0; }
	.header.headroom.headroom--top { top: -0; }
} 

@media (max-width: 1200px) {
	.header { padding: 10px 0; }
	.header-logo { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); z-index: 1; }
	.header-content { display: flex; justify-content: space-between; flex-wrap: wrap; position: relative;  transition: all .3s; }
	.header-content.nav-open { background-color: #000; border-radius: 5px; box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); }
	.header-content .navigation { opacity: 0; visibility: hidden; transition: all .3s; height: 0; }
	.header-content .header-lang { opacity: 0; visibility: hidden; transition: all .3s; height: 0; }
	.header-content.nav-open .navigation { opacity: 1; visibility: visible; height: auto; }
	.header-content.nav-open .header-lang { opacity: 1; visibility: visible; height: auto; }
	.header-controls { order: 1; width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: rgba(0, 0, 0, 0.2); border-radius: 5px; position: relative; }
	.header-controls:before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: -1;
		background-color: rgba(255, 255, 255, 0.03); 
		backdrop-filter: blur(10px); 
		-webkit-backdrop-filter: blur(20px); 
		border-radius: 5px;  
		border: 1px solid rgba(255, 255, 255, 0.1); 
		transition: all .3s;
	}

	.header-content .navigation { order: 2; width: 100%; }

	.header-lang { order: 3; display: flex; justify-content: space-between; width: 100%; padding-left: 0; align-items: center; padding: 30px 24px 20px; position: relative; }
	.header-lang:before { content: ''; position: absolute; top: 10px; left: 22px; width: calc(100% - 44px); height: 2px; background-color: #383F4280; }
	.header-lang .socials { display: flex; }

	.header .socials a { padding: 5px; }
} 

@media (max-width: 480px) {
	.header .shell { padding: 0 20px; }
}


/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 1920px; margin: 0 auto; padding: 0 100px; }

.shell_small { max-width: 1500px; }

@media (max-width: 767px) {
	.shell { padding: 0 50px; }
}

@media (max-width: 480px) {
	.shell { padding: 0 20px; }
}


/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper { position: relative; min-height: 100%; overflow: hidden; }
    
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn { display: inline-block; text-decoration: none; padding: 10px 30px; position: relative; color: #fff; background-color: rgba(0, 0, 0, 0.2); transition: all .3s; } 
.btn:before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: -1;
	background-color: rgba(255, 255, 255, 0.03); 
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(20px); 
    border-radius: 5px;  
    border: 1px solid rgba(255, 255, 255, 0.1); 
	transition: all .3s;
} 
.btn:hover { background-color: rgba(0, 0, 0, 0.5); }
 .form-btn { position: relative; background: rgba(0, 0, 0, 0); border: 0; padding: 10px 30px; }
 .form-btn:before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: -1;
	background-color: rgba(32, 32, 32, 0.601); 
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px); 
    border-radius: 5px;  
    border: 1px solid rgba(32, 32, 32, 0.601); 
	transition: all .3s;
} 
.form-btn:hover::before { 
	background-color: rgba(255, 255, 255, 0.5); 
    backdrop-filter: blur(20px); 
    -webkit-backdrop-filter: blur(20px);  
    border: 1px solid rgba(255, 255, 255, 0.5); 
 }

/* burger */

.btn-burger { z-index: 3; transition: all .3s; display: none; width: 24px; height: 22px;   transform: rotate(0deg); cursor: pointer; } 

.btn-burger span { display: block; position: absolute; height: 2px; width: 100%; background: #fff; 
	opacity: 1; left: 0; transform: rotate(0deg); transition: .25s ease-in-out; }

.btn-burger span:nth-child(1) { top: 0px; }
.btn-burger span:nth-child(2) { top: 10px; }
.btn-burger span:nth-child(3) { top: 20px; }

.btn-burger.open span:nth-child(1) { top: 10px; transform: rotate(135deg); }
.btn-burger.open span:nth-child(2) { opacity: 0; left: -60px; }
.btn-burger.open span:nth-child(3) { top: 10px; transform: rotate(-135deg); }

@media (max-width: 1200px) {
	.btn-burger { display: inline-block; }
}

.btn-login { 
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	position: relative;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 5px;  
	transition: all .3s; 
}
.btn-login svg { position: relative; transition: all .3s; }
.btn-login svg:nth-child(2) { position: absolute; top: 13px; left: 15px; opacity: 0; }

.btn-login:before { 
	z-index: -1;
	content: '';
	position: absolute; top: 0; left: 0; 
	width: 100%; height: 100%;
	 background-color: rgba(255, 255, 255, 0.03); 
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(20px); 
    border-radius: 5px;  
    border: 1px solid rgba(255, 255, 255, 0.1); 
	transition: all .3s; 
 }

 .btn-login:hover { box-shadow: 0px 0px 7px 0px rgba(255,255,255,0.3); }
 .btn-login:hover svg:nth-child(1) { left: -4px; opacity: 0; }
 .btn-login:hover svg:nth-child(2) { left: 11px; opacity: 1; }

 @media (max-width: 1200px) {
	.btn-login { 
		width: 30px; 
		height: 30px; 
		background-color: rgba(0, 0, 0, 0);
	} 
	.btn-login:before { 
	 display: none;
	} 
	.btn-login  svg:nth-child(2) { top: 0; left: 0; }
	.btn-login:hover svg:nth-child(2) { left: 11px; opacity: 1; }
	.btn-login:hover { box-shadow: none; }
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input::-moz-placeholder { color: inherit; opacity: 1; } 
input:-ms-input-placeholder { color: inherit; opacity: 1; }

input::placeholder { color: inherit; opacity: 1; }
textarea::-moz-placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; } 
.select { width: 100%; } 
 
form button { font-size: 20px; }

.form-row { margin-bottom: 25px; }

.form-hint { font-size: 14px; }

form label { display: block; font-size: 1.2rem; }

.field { font-size: 16px; width: 100%; border : 1px solid rgba(0, 0, 0, 0); border-bottom: 1px solid #fff; background: rgba(0, 0, 0, 0); height: 40px;}
.textarea { font-size: 16px; height: 140px; width: 100%; border : 1px solid rgba(0, 0, 0, 0); border-bottom: 1px solid #fff; background: rgba(0, 0, 0, 0); padding: 20px 0; }

.wpcf7-form br { display: none; }

.wpcf7-not-valid-tip { font-size: 14px; padding: 2px 0; }

.wpcf7-response-output { font-size: 15px; border: 0; } 
.wpcf7 form .wpcf7-response-output { margin: 30px 0; padding: 20px; border-radius: 5px; }

@media (max-width: 767px) {
	.textarea { height: 160px; }	  
}

@media (max-width: 480px) {
	.textarea { height: 200px; }	  
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] { list-style: none outside none; }
 
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.navigation { text-align: center; }

.nav { list-style: none; display: inline-flex; flex-wrap: wrap; background-color: rgba(0, 0, 0, 0.2); border-radius: 5px; position: relative; padding: 0 10px;
	transition: all .3s; }
.nav:hover { box-shadow: 0px 0px 7px 0px rgba(255,255,255,0.3); }
.nav > li { position: relative; z-index: 1; }
.nav:before {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	background-color: rgba(255, 255, 255, 0.03); 
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(20px); 
    border-radius: 5px;  
    border: 1px solid rgba(255, 255, 255, 0.1); 
	transition: all .3s; 
	content: '';
}
.nav a { display: inline-block; position: relative; text-decoration: none; padding: 16px; }
.nav a:before { position: absolute; top: 100%; margin-left: -4px; margin-top: -15px; left: 50%;  content: ""; display: block; width: 0; height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent; border-bottom: 5px solid #fff; opacity: 0; transition: all .3s; }
.nav a:hover:before { opacity: 1; }

@media (max-width: 1200px) {
	.navigation { text-align: left; }

	.nav { width: 100%; display: block; background-color: rgba(0, 0, 0, 0); } 
	.nav a { padding: 13px; display: block; font-weight: 500; }
	.nav:before { display: none; } 
	.nav a:before { display: none; }
	.nav:hover { box-shadow: none; }
}

@media (max-height: 500px) { 
	.nav { height: calc(100vh - 245px); overflow: auto; }
}

/* nav-lang */

.nav-lang { list-style: none; }
.nav-lang >  button { border: 0; text-decoration: none; background-color: rgba(0, 0, 0, 0.2); text-transform: uppercase; position: relative; display: inline-flex; justify-content: center; align-items: center; width: 60px; height: 60px; border-radius: 5px;  font-size: 16px; transition: all .3s; }
.nav-lang >  button:hover { box-shadow: 0px 0px 7px 0px rgba(255,255,255,0.3); }
.nav-lang > button svg { margin-left: 5px; }
.nav-lang > button:before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: -1;
	background-color: rgba(255, 255, 255, 0.03); 
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(20px); 
    border-radius: 5px;  
    border: 1px solid rgba(255, 255, 255, 0.1); 
	transition: all .3s;
} 
.nav-lang ul { list-style: none; display: none; margin-top: 10px; }
.nav-lang ul {  background-color: rgba(0, 0, 0, 0.2); text-transform: uppercase; position: relative;  width: 60px;  border-radius: 5px;  font-size: 16px; transition: all .3s;  }
.nav-lang ul:before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: -1;
	background-color: rgba(255, 255, 255, 0.03); 
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(20px); 
    border-radius: 5px;  
    border: 1px solid rgba(255, 255, 255, 0.1); 
	transition: all .3s;
} 
.nav-lang ul li a { position: relative; display: block; text-decoration: none; padding: 15px 10px; text-align: center; }
.nav-lang ul li a::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50% ) ;
	margin-top: -12px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white; /* Цвят на триъгълника */
    opacity: 0;
    transition: all 0.2s ease;  }
	.nav-lang ul li a:hover:before { opacity: 1; }
@media (max-width: 1200px) {
	.nav-lang ul { width: 40px; } 
	.nav-lang >  button { background-color: rgba(0, 0, 0, 0); width: 40px; height: 40px;  }
	.nav-lang >  button:before { display: none; }
}

/* ------------------------------------------------------------ *\
	sections
\* ------------------------------------------------------------ */

.section { padding: 100px 0; } 

/* section-hero-video */

.section-hero-video { position: relative; height: 100vh; background: #000; color: #fff; }
.section-hero-video .section-title { font-size: 64px; max-width: 800px; } 
.section-hero-video .section-inner { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 1; padding: 100px 0; }
.section-hero-video .video-fullscreen-lazy-load { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; }

@media (max-width: 1200px) {
	.section-hero-video .section-title { font-size: 55px; } 
}

@media (max-width: 1024px) {
	.section-hero-video .section-title { font-size: 45px; } 
}

@media (max-width: 767px) {
	.section-hero-video .section-inner { padding: 50px 0; }
	.section-hero-video .section-title { font-size: 35px; } 
}


.section-banner-video { position: relative; height: 100vh; background: #000; color: #fff; }
.section-banner-video .video-fullscreen-lazy-load { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; }
.section-banner-video .section-content { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; z-index: 1; text-align: center; } 
.section-banner-video .section-title { font-size: 64px; }
.section-banner-video .sound-toggle { position: absolute; bottom: 50px; left: 100px; background: none; border: 0; width: 50px; height: 50px; }
.section-banner-video .sound-toggle { display: flex; align-items: center; justify-content: center; }

@media (max-width: 1200px) {
	.section-banner-video .section-title { font-size: 55px; } 
}

@media (max-width: 1024px) {
	.section-banner-video { height: auto; min-height: 100px !important; padding-bottom: 66%;	 }
	.section-banner-video .section-title { font-size: 45px; } 
	.section-banner-video .sound-toggle { bottom: 20px;   }
}

@media (max-width: 767px) {
	.section-banner-video .section-title { font-size: 35px; } 
	.section-banner-video .sound-toggle { bottom: 15px; left: 50px;  height: 30px; width: 30px; }
}

 

@media (max-width: 480px) {
 
	.section-banner-video .sound-toggle { left: 20px; }
}


/* section-hero-inner */

.section-hero-inner { padding-top: 100px; background-color: #000; }

@media (max-width: 1200px) {
	.section-hero-inner { padding-top: 80px; }
}

/* video-fullscreen */

.video-fullscreen-lazy-load video { object-fit: cover; width: 100vw; height: 100%; position: absolute; top: 0; left: 0; }

/* section-about */

.section-about { position: relative; padding: 100px 0; min-height: 100vh; background-color: #151c21; color: #fff; }
.section-about.fp-table { justify-content: flex-start; padding: 200px 0 100px; }
.section-about .section-content { width: 50%; }
.section-about .section-inner { position: relative; z-index: 2; }
.section-about .section-image { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%;
	background-size: 100%; background-repeat: no-repeat; background-position: bottom center; }
.section-about .section-image-arrow { position: absolute; bottom: 10%; left: 0; width: 100%; height: 100%; background-size: 100%;
	background-repeat: no-repeat; background-position: bottom center; z-index: 1; }
.section-about.fp-table .section-image { opacity: 0; transform: translateY(30px); transition: transform 0.4s ease-in 0.5s, opacity 0.4s ease-in 0.5s; }
.section-about.fp-table .section-image-arrow { opacity: 0; transform: translateY(30px); transition: transform 0.4s ease-in 0.58s, opacity 0.4s ease-in 0.58s; }

.section-about.fp-table .section-image-arrow-svg path {
	stroke-dasharray: 3500; 
	stroke-dashoffset: 3500;
	transition: stroke-dashoffset 6s ease;
}

.section-about.active .section-image-arrow-svg  path {
    stroke-dashoffset: 0;
}
 
.section-about .section-image-arrow-svg { position: absolute; bottom: 10%; left: 0%; width: 100%;  }
.section-about .section-image-arrow-svg svg  { width: 100%; height: auto; }

.section-about.active .section-image,
.section-about.active .section-image-arrow { opacity: 1; transform: translateY(0); }

@media (max-width: 1200px) { 
	.section-about .section-content { width: 100%; }
}

@media (max-width: 1024px) { 
	.section-about { min-height: 100px; }
	.section-about.fp-table {  min-height: 100px !important; padding: 100px 0 100px; }
	.section-about .section-content { padding-bottom: 50%; }
}

/* section-foundation */
 
.section-foundation { position: relative; padding: 100px 0; min-height: 100vh;    }
.section-foundation .section-inner { position: relative; z-index: 1; width: 38%; left: 2%; margin: 0 auto; }
.section-foundation .section-title { font-size: 30px; }
.section-foundation .section-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; }
.section-foundation .section-image-world { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 50%; padding-bottom: 50%; background-size: cover;
	background-position: center;   animation: spin 30s linear infinite; transform-origin: center center; }

@media (max-width: 1300px) { 
	.section-foundation .section-title { font-size: 24px; }
}

@media (max-width: 1200px) { 
	.section-foundation .section-title { font-size: 20px; }
}

@media (max-width: 1100px) { 
	.section-foundation .section-title { font-size: 22px; }
}

@media (max-width: 1024px) { 
	.section-foundation  { min-height: 100px; }
	.section-foundation .fp-table {  min-height: 100px !important; padding: 100px 0 100px; } 
}

@media (max-width: 900px) { 
	.section-foundation .section-inner { width: 52%; }
	.section-foundation .section-image-world {  width: 80%; padding-bottom: 80%;  }
}

@media (max-width: 767px) { 
	.section-foundation .section-inner { width: 70%; }
	.section-foundation .section-image-world {  width: 100%; padding-bottom: 100%;  }
}

@media (max-width: 490px) { 
	.section-foundation .section-inner { width: 100%; padding: 0 20px; }
	.section-foundation .section-image-world {  width: 150%; padding-bottom: 150%;  }
}

/* section-slider */

.section-slider {padding: 150px 0; background: #000; color: #fff; position: relative; min-height: 100vh; }
.section-slider.desktop_hidden { display: none !important; }
 
.section-slider .section-bg { position: absolute; top: 0; right: 40%; width: 80%; height: 100%;
	background-size: cover; background-position: center right; background-repeat: no-repeat; }
.section-slider .section-inner { position: relative; z-index: 1; display: flex; }
.section-slider .section-logo { position: absolute; bottom: 100px; right: 100px; width: 50px; }
.section-slider .section-aside { width: 50%; }
.section-slider .section-content { width: 50%; }

.section-slider .shell { height: 100%; }
.section-slider .section-inner { height: 100%; }
.section-slider .slider-wrapper { height: 100%; }
.section-slider .slider { height: 100%; }

@media (max-width: 1024px) { 
	.section-slider.desktop_hidden { display: block !important; }
	.section-slider.desktop_hidden.fp-table { display: flex !important; }
}

@media (max-width: 900px) { 
	.section-slider .section-aside { width: 30%; }
	.section-slider .section-content { width: 70%; }
}

@media (max-width: 767px) { 
	.section-slider { padding: 100px 0; }
	.section-slider .section-inner { flex-wrap: wrap; }
	.section-slider .section-aside { width: 100%; }
	.section-slider .section-aside p { font-weight: 700; }
	.section-slider .section-content { width: 100%; }
}

/* slider */
 
.slider .slide { padding-left: 50px; width: 100%; padding-bottom: 140px; } 
.slider .slide-inner { display: flex; } 
.slider .slide-content {  position: relative; padding-left: 50px; }
.slider .slide-label { position: absolute; top: 0; right: 100%; font-size: 20px; font-weight: 700; } 
.slider .fp-slides { display: none; } 
.slider .slick-arrow { position: absolute; top: 100%; margin-top: -100px;  }
.slider .slick-prev { left: 95px; }
.slider .slick-next { left: 200px; }
.slider .slick-counter { display: none; }

.slider .slick-arrow {  width: 88px; padding: 7px; font-size: 16px; border: 1px solid #000; border-radius: 5px; background-color: rgba(255, 255, 255, 0.3); transition: all .3s; z-index: 1; }
.slider .slick-arrow:hover {    background-color: rgba(255, 255, 255, 0.4); }
.slider .slick-arrow:hover svg path { stroke: #000; }
.slider .slick-arrow:hover svg line { stroke: #000; }
.slider .slick-arrow svg { margin-bottom: -5px; } 
.slider .slick-disabled { opacity: .4; }  

@media (max-width: 1200px) { 
	.slider .slide h2 { font-size: 35px;}
}

@media (max-width: 1024px) { 
	.slider .slide h2 { font-size: 32px;} 
}

@media (max-width: 767px) { 
	.slider .slide { padding-bottom: 100px; }
	.slider .slide h2 { font-weight: 500; }  
	.slider .slide-text { color: #B2B2B2; }
	.slider .slide-text h2 { color: #fff; }
	.slider .slide-text p strong { font-weight: 500; color: #fff; }
}



@media (max-width: 767px) { 
	.section-slider { min-height: 100px; }
	.section-slider .section-logo { display: none; }
	.section-slider .section-aside {margin-bottom: 100px;}

	.slider .slide { padding-left: 0; }
	.slider .slide-inner { display: block; } 
	.slider .slide-content { width: 100%; padding-left: 0; }
	.slider .slide-label { position: static; margin-bottom: 20px; }

	.slider .slick-prev { left: 0px; }
	.slider .slick-next { left: 100px; }
}

@media (max-width: 600px) {  
	.slider .slick-counter { display: block; } 
	.slider .slick-prev { left: 50%; margin-left: -115px; top: auto; margin-top: 0; bottom: 0;  }  
	.slider .slick-next { left: 50%; margin-left: 40px;  top: auto; margin-top: 0; bottom: 0; }
	.slider .slick-counter { position: absolute; bottom: 0; display: block; font-weight: 500; left: 50%; width: 80px; text-align: center; margin-bottom: 6px; margin-left: -30px; }  
	.slider .slick-arrow { background-color: rgba(255, 255, 255, 0.15); }
} 

/* section-slider-fullpage */
 
.section-slider-fullpage {padding: 150px 0; background: #000; color: #fff; position: relative; min-height: 100vh; } 
.section-slider-fullpage .section-bg { position: absolute; top: 0; right: 50%; width: 80%; height: 100%;
	background-size: cover; background-position: center right; background-repeat: no-repeat; } 
.section-slider-fullpage .section-logo { position: absolute; bottom: 100px; right: 100px; width: 50px; }
 
/* section-full-image */

.section-full-image { height: 100vh; position: relative; }
.section-full-image .image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; }
.section-full-image .image .text {  position: absolute; bottom: 0; left: 0; width: 100%;  color: #fff; }
.section-full-image .image .label { padding: 50px 0; }

@media (max-width: 1024px) {  
	.section-full-image { height: auto; padding-bottom: 66%; min-height: 100px !important; }
	.section-full-image .image .label { padding: 30px 0; }
}

/* section-fullpage */

.section-fullpage.fp-section .animation { opacity: 0; transition: all .5s ease; transform: translateX(-10px); }
.section-fullpage.fp-section.active .animation { opacity: 1;  transform: translateX(0); }
 
/* never-match */

.never-match .slide-inner { display: flex; flex-wrap: wrap; justify-content: space-between; }
.never-match .section-aside { width: 300px; }
.never-match .slide-content { width: 50%; position: relative; padding-left: 30px; }
.never-match .slide-label { position: absolute; top: 0px; right: 100%;  font-size: 20px; font-weight: 700; } 
 
.never-match.v_2 .section-aside { width: 100%; margin-bottom: 50px; }
.never-match.v_2 .slide-content { width: 50%; position: relative; padding-left: 30px; margin-left: 30px; }
.section-slider-fullpage.v_2 .section-bg  { right: 0; }

/* section-team */

.section-team { padding: 150px 0; background-size: cover; background-position: center; }
.section-team.fp-section { padding: 50px 0; }
.section-team .section-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 100px; }
.section-team .section-inner { overflow: hidden; }
.section-team .section-logo { width: 40px; }
.section-team .section-title { margin-bottom: 0; }

@media (max-width: 1024px) { 
	.section-slider-fullpage.mobile_hidden { display: none !important; }	 
}

@media (max-width: 767px) { 
	.section-team .section-title { font-size: 20px; }
	.section-team { padding: 100px 0; }
	.section-team .section-head { padding-bottom: 50px; }
	.section-team .section-logo { display: none; } 
}

/* slider-team */

.slider-team { margin-left: -25px; margin-right: -250px; padding-bottom: 150px; position: relative; }
.slider-team .slide-inner { padding: 0 25px; }
.slider-team .name { font-weight: 700; line-height: 1.3; font-size: 1.95rem; padding: 15px 0; margin: 0; } 
.slider-team .position { font-size: 1.3rem; text-transform: uppercase; font-weight: 500; }
.slider-team .slide-image { padding-bottom: 100%; background-size: cover; background-position: center; position: relative; }
.slider-team .slide-image .overlay { position: absolute; top: 0; left:0; width: 100%; height: 100%; padding: 40px 20px; background-color: rgba(255, 255, 255, .5); color: #000; overflow: auto;  font-size: 16px; opacity: 0; transition: all .3s; }
.slider-team .slide:hover .slide-image .overlay { opacity: 1; }
.slider-team .slide-image .overlay  div { margin-bottom: 20px; }
.slider-team .slick-arrow { position: absolute; bottom: 0; width: 88px; padding: 7px; font-size: 16px; border: 1px solid #000; border-radius: 5px; background: #000; transition: all .3s; }
.slider-team .slick-arrow:hover { background: rgba(0, 0, 0, 0); }
.slider-team .slick-arrow:hover svg path { stroke: #000; }
.slider-team .slick-arrow:hover svg line { stroke: #000; }
.slider-team .slick-arrow svg { margin-bottom: -5px; }
.slider-team .slick-prev { left: 25px; } 
.slider-team .slick-next { left: 155px; }
.slider-team .slick-disabled { opacity: .4; }
.slider-team .slick-counter { position: absolute; bottom: 0; left: 0; color: #000; z-index: 2; display: none; }

@media (max-width: 1024px) { 
	.slider-team .name { font-size: 25px; }
	.slider-team .slide-image .overlay { padding: 20px; } 
}

@media (max-width: 767px) { 
	.slider-team { padding-bottom: 100px; }
	.slider-team .name { font-size: 20px; } 
	.slider-team .slick-next { left: 130px; }
}

@media (max-width: 600px) {  
	.slider-team .slick-prev { left: 50%; margin-left: -115px; } 
	.slider-team .slick-next { left: 50%; margin-left: 40px; }
	.slider-team .slick-counter { display: block; font-weight: 500; left: 50%; width: 80px; text-align: center; margin-bottom: 6px; margin-left: -30px; }  

	.slider-team { margin-right: 0; margin: 0 -20px; }
	.slider-team .name { font-size: 32px; }
	.slider-team .position { font-size: 20px; font-weight: 500; text-transform: uppercase; } 
	.slider-team .slide-inner { padding: 0 20px; }
}


/* section-location */

.section-location { position: relative; min-height: 100vh; overflow: hidden;   display: flex; align-items: center; padding: 100px 0; position: relative; background: #000; color: #fff; }
.section-location.fp-section { padding: 50px 0;  }
.section-location .section-content { width: 48%; }
.section-location .mobile_visible { display: none; }
.section-location .section-inner { position: relative; z-index: 1; }
.section-location .section-head { margin-right: -20%; display: flex; justify-content: space-between; padding-bottom: 130px; }
.section-location .section-head .label { width: 50%; }
.section-location .section-head-text { max-width: 250px; width: 50%; font-size: 20px; }
.section-location .section-image { position: absolute; top: 0; right: 0; bottom: 0; width: 60%; margin-top: -7%; }
.section-location .section-image .image { padding-bottom: 100%; background-size: contain; }
   
.section-location .video-fullscreen-lazy-load { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; }

.section-location .section-head-text { display: none; }

@media (max-width: 1600px) { 
	.section-location .section-body h4 { font-size: 34px; }
	.section-location .section-head {padding-bottom: 50px; }
}

@media (max-width: 1200px) { 
	.section-location .section-image { margin-top: 0; }
}

@media (max-width: 1024px) { 
	.section-location .section-image { margin-top: 10%; }
	.section-location .section-head { margin-right: -100%; }
	.section-location .section-body h4 { font-size: 28px; font-weight: 400; }
}

@media (max-width: 1024px) { 
	.section-location .section-image {margin: 0; position: static; width: 100%; }
	.section-location .section-image .image { background-size: 100%; margin-right: -50px; padding-bottom: 104%; }
	.section-location .section-head { margin-right: 0%; }
	.section-location .section-content { width: 100%; }
	.section-location .section-head-text { display: none; }
	.section-location .section-head .label { width: 100%; }
	.section-location .section-head { padding-bottom: 20px; } 
}


@media (max-width: 767px) { 
	.section-location .section-head-text { display: block; font-weight: 700; width: 100%; max-width: 100%; font-size: 30px; }
	.section-location .section-head .label {   margin-bottom: 10px; } 
	.section-location .section-head { display: block; }
	.section-location.fp-section { padding: 130px 0 0 ; }
	.section-location h4 { font-size: 30px; }
	.section-location .mobile_visible { display: block; }
	.section-location .desktop_visible { display: none; }
	.section-location .section-inner { padding-bottom: 100%; }
	.section-location .section-body h4 { font-size: 20px; } 
}
 
/* section-contact */

.section-contact { background-size: cover; background-position: center; }
.section-contact .section-inner { padding: 100px 0; }
.section-contact .section-content { display: flex; margin: 0 -30px; align-items: center; }
.section-contact .section-text { width: 50%; padding: 0 30px; }
.section-contact .section-aside { width: 50%; padding: 0 30px; }
.section-contact .section-aside .form-inner { position: relative;padding: 50px 30px; 
	box-shadow: 1px 1px 2px 0px rgba(24,35,40,0.44); border-radius: 10px; }
.section-contact .section-aside .form-inner:before {content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; 
	background: linear-gradient(45deg, rgba(55, 82, 92, 0.5), rgba(30, 58, 63, 0.5), rgba(21, 28, 33, 0.5));
    backdrop-filter: blur(20px);  
	border-radius: 10px;
}

@media (max-width: 767px) { 
	.section-contact { font-size: 20px; }
	.section-contact .section-content {display: block; margin: 0; }
	.section-contact .section-text { width: 100%; padding: 0 0 30px; }
	.section-contact .section-aside { width: 100%; padding: 0 0;	 }
}

.section-contact { background: #1e3338; color: #fff; } 
.section-contact .section-aside .form-inner > * { position: relative; z-index: 1; }

.section-partners .section-inner { padding: 150px 0; overflow: hidden; }
.section-partners .section-head { display: flex; flex-wrap: wrap; margin: 0 -50px; }
.section-partners .section-head .label { margin-bottom: 100px; width: 100%; padding: 0 50px; }
.section-partners .section-head .section-title { width: 50%; padding: 0 50px; }
.section-partners .section-head .section-head-text { width: 50%; padding: 0 50px; }
.section-partners .section-body { padding-top: 100px; }

@media (max-width: 767px) { 
	.section-partners .section-inner { padding: 100px 0 50px; }
	.section-partners .section-head .label { margin-bottom: 20px; }
	.section-partners .section-head { display: block; }
	.section-partners .section-head .section-title { width: 100%; }
	.section-partners .section-head .section-head-text { width: 100%; }
	.section-partners .section-body { padding-top: 0; }
}

/* slider-partners */ 
.text-container { overflow: hidden; } 
.text-container .text-scroll-container { display: flex; justify-content: center; }

.text-container .text-scroll { display: flex; gap: 70px; padding-right: 70px; justify-content: center; align-items: center;
	position: relative; left: 0; animation-name: textSCroll; animation-duration: 50s; animation-timing-function: linear;
	animation-iteration-count: infinite; transform: translateX(0px);
} 
 
@media (max-width: 767px) {
	.text-container .text-scroll-container { padding-top: 50px; }
	.text-container .text-scroll { display: none;   animation: none !important; flex-wrap: wrap; gap: 0; padding: 0; text-align: center; }
	.text-container .text-scroll .item { width: 50% !important; height: auto !important; margin-bottom: 30px; }
	.text-container .text-scroll .item img { width: 76%; }
	.text-container .text-scroll:first-child { display: flex; }
}

/* section-graph */

.section-graph { background: #000; color: #fff; padding: 100px 0; }
.section-graph .fp-overflow { overflow-x: hidden; }
.section-graph .shell { width: 100%; }
.section-graph .section-title { text-align: center; }
.section-graph .section-head { padding-bottom: 40px; }
.section-graph .graph { position: relative; padding: 0 200px; max-width: 1200px; margin: 0 auto; }
.section-graph .graph path.animate { transition: transform 0.5s ease 0.2s; }
.section-graph.active .graph path.top-to-bottom { transform: translateY(30px); }
.section-graph.active .graph path.bottom-top-top-left { transform: translate(-30px,-30px); }
.section-graph.active .graph path.bottom-top-top-right { transform: translate(30px,-28px); }
.section-graph.active .graph path.bottom-top-top-right.changeX { transform: translate(30px,-26px); }
.section-graph .graph-inner { position: relative; padding-bottom: 81%; }
.section-graph .graph-left { position: absolute; top: 0; bottom: 0; left: 0; width: 65%; }
.section-graph .graph-left svg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.section-graph .graph-right { position: absolute; top: 0; bottom: 0; right: 0; width: 78%; }
.section-graph .graph-right svg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } 
.section-graph .graph-inner .label { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); text-transform: uppercase; color: #3A616B; }
.section-graph .graph-right .label {left: 78%; }
.section-graph .graph-left .label {left: 28%; }

.hover-left { position: absolute; top: 0; left: 0; width: 50%; height: 100%; z-index: 10; background: rgba(0, 0, 0, 0); border: 0; }
.hover-right { position: absolute; top: 0; right: 0; width: 50%; height: 100%; z-index: 10; background: rgba(0, 0, 0, 0); border: 0; }

 .graph-inner  .hover { transition: opacity .3s; }
.hover-left:hover ~ .graph-inner .graph-right .hover { opacity: .5; }
.hover-left:hover ~ .graph-inner .list-graph-features-new li:nth-child(4) {  opacity: .3 !important; }
.hover-left:hover ~ .graph-inner .list-graph-features-new li:nth-child(5) {  opacity: .3 !important; }
.hover-left:hover ~ .graph-inner .list-graph-features-new li:nth-child(6) {  opacity: .3 !important; }

.hover-right:hover ~ .graph-inner .graph-left .hover { opacity: .5; }
.hover-right:hover ~ .graph-inner .list-graph-features-new li:nth-child(1) { opacity: .3 !important; }
.hover-right:hover ~ .graph-inner .list-graph-features-new li:nth-child(2) { opacity: .3 !important; }
.hover-right:hover ~ .graph-inner .list-graph-features-new li:nth-child(3) { opacity: .3 !important; }

@media (max-width: 1500px) { 
	.section-graph .graph-inner .label { font-size: 18px;  } 
	.section-graph .graph-right .label { left: 74%; }
	.section-graph .graph-inner  { padding-bottom: 72%; }
}

@media (max-width: 1200px) { 
	.section-graph .graph-inner .label { font-size: 15px; } 
}
@media (max-width: 1024px) { 
	.section-graph .graph { padding: 0 100px; }
	.section-graph .section-title { margin-bottom: 50px; }
}

@media (max-width: 767px) { 
	.section-graph { background: #111; }
	.section-graph .section-title { margin-bottom: 0; }
	.section-graph .graph-inner .label { font-size: 8px; } 
}

@media (max-width: 900px) { 
	.section-graph .graph { padding: 0 0; }
}
 
/* list-graph-features-mobile */

.list-graph-features-mobile { display: none; }

@media (max-width: 1024px) { 
	.list-graph-features-mobile { display: block; margin-top: 50px; padding: 0 100px; }
	.list-graph-features-mobile li { position: relative; padding-left: 40px; margin-bottom: 30px; }
	.list-graph-features-mobile li span { position: absolute; top: 0; left: 0;  width: 30px; height: 30px; border: 2px solid #B2B2B21A; font-size: 17px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #151d22; line-height: 1; }
	.list-graph-features-mobile li .title { font-weight: 700; margin-bottom: 20px; }
	.list-graph-features-mobile li .text { font-size: 16px; }
}

@media (max-width: 767px) { 
	.list-graph-features-mobile { display: block; margin-top: 50px; padding: 0 50px; }
	.list-graph-features-mobile li { position: relative; padding-left: 40px; margin-bottom: 30px; } 
	.list-graph-features-mobile li .title { font-size: 16px; }
	.list-graph-features-mobile li .text { font-size: 16px;  color: #B2B2B2; }
}

@media (max-width: 360px) { 
	.list-graph-features-mobile { padding: 0 30px; } 
}

/* list-graph-features animation */

#fullpage .section-graph .list-graph-features-new li { opacity: 0; transition: all 0.8s ease 0.4s; }
#fullpage .section-graph .list-graph-features-new li:nth-child(1) { transform: translate(-30px,30px); transition: all 0.5s ease 0.2s; }
#fullpage .section-graph .list-graph-features-new li:nth-child(2) { transform: translate(0,-30px); transition: all 0.5s ease 0.3s; }
#fullpage .section-graph .list-graph-features-new li:nth-child(3) { transform: translate(0,-30px); transition: all 0.5s ease 0.4s; }
#fullpage .section-graph .list-graph-features-new li:nth-child(4) { transform: translate(0px,-30px); transition: all 0.5s ease 0.2s; }
#fullpage .section-graph .list-graph-features-new li:nth-child(5) { transform: translate(0,-30px); transition: all 0.5s ease 0.3s; }
#fullpage .section-graph .list-graph-features-new li:nth-child(6) { transform: translate(-20px,20px); transition: all 0.5s ease 0.4s; }
#fullpage .section-graph.active .list-graph-features-new li { opacity: 1; transform: translate(0px,0px); }

/* list-graph-features-new */

.list-graph-features-new { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.list-graph-features-new span { position: relative; z-index: 1; width: 30px; height: 30px;
	border: 2px solid #B2B2B21A; font-size: 17px; display: flex; align-items: center;
	justify-content: center; border-radius: 50%; background: #151d22; line-height: 1;
}

.list-graph-features-new .text-inner { position: absolute; width: 230px; font-size: 16px; } 
.list-graph-features-new .text-inner .title { font-size: 20px; display: block; font-weight: 700; margin-bottom: 10px; } 
.list-graph-features-new .text-inner .text { color: #B2B2B2; } 

.list-graph-features-new li:nth-child(1) .text-inner { top: 0; right: 100%; padding-right: 10px; }
.list-graph-features-new li:nth-child(2) .text-inner { top: 0; right: 100%; padding-right: 10px; }
.list-graph-features-new li:nth-child(3) .text-inner { top: 0; left: 100%; padding-left: 20px; }
.list-graph-features-new li:nth-child(4) .text-inner { bottom: 0; right: 100%; }
.list-graph-features-new li:nth-child(5) .text-inner { top: 0; left: 100%; padding-left: 20px; }
.list-graph-features-new li:nth-child(6) .text-inner { top: 0; left: 100%; padding-left: 20px; }

.list-graph-features-new li { position: absolute; z-index: 1; }
.list-graph-features-new li:nth-child(1) { top: 20%; left: 3%; }
.list-graph-features-new li:nth-child(2) { top: 68%; left: 3%; }
.list-graph-features-new li:nth-child(3) { top: 67%; left: 28%; }
.list-graph-features-new li:nth-child(4) { top: 19.2%; left: 73%; }
.list-graph-features-new li:nth-child(5) { top: 20%; left: 92.5%; }
.list-graph-features-new li:nth-child(6) { top: 68%; left: 92.5%; }

  @media (max-width: 1500px) { 
	.list-graph-features-new li:nth-child(1) { top: 20%; left: 6%; }
	.list-graph-features-new li:nth-child(2) { top: 68%; left: 6%; }
	.list-graph-features-new li:nth-child(3) { top: 67%; left: 28%; }
	.list-graph-features-new li:nth-child(4) { top: 19.2%; left: 72%; }
	.list-graph-features-new li:nth-child(5) { top: 20%; left: 89%; }
	.list-graph-features-new li:nth-child(6) { top: 68%; left: 89%; }
}  

 
@media (max-width: 1200px) { 
	.list-graph-features-new li:nth-child(1) { margin-left: -5px; }
	.list-graph-features-new li:nth-child(2) { margin-left: -5px; }
	.list-graph-features-new li:nth-child(3) { margin-left: -10px; }
	.list-graph-features-new li:nth-child(4) { margin-left: -10px; }
	.list-graph-features-new li:nth-child(5) { margin-left: -5px; top: 10%; }
	.list-graph-features-new li:nth-child(6) { margin-left: -5px; top: 72%; }

	.list-graph-features-new .text-inner { width: 180px; } 
	.list-graph-features-new li:nth-child(4) .text-inner .title { margin-right: -100px; }    
	.list-graph-features-new .text-inner .title { font-size: 15px; } 
	.list-graph-features-new .text-inner .text { font-size: 14px; } 
}

@media (max-width: 1024px) { 
	.list-graph-features-new .text-inner { display: none; } 
	.list-graph-features-new li:nth-child(5) { margin-left: -3px; }
	.list-graph-features-new li:nth-child(6) { margin-left: -3px; }
}

@media (max-width: 900px) { 
	.list-graph-features-new li:nth-child(1) { margin-left: -2px; }
	.list-graph-features-new li:nth-child(2) { margin-left: -2px; }
	.list-graph-features-new li:nth-child(3) { margin-left: -5px; }
	.list-graph-features-new li:nth-child(4) { margin-left: -5px; }
	.list-graph-features-new li:nth-child(5) { margin-left: 0px; }
	.list-graph-features-new li:nth-child(6) { margin-left: 0px; }
}

@media (max-width: 767px) { 
	.list-graph-features-new span { width: 24px; height: 24px; font-size: 14px; }
	.list-graph-features-new li:nth-child(1) { margin-left: 0; }
	.list-graph-features-new li:nth-child(2) { margin-left: 0; }
	.list-graph-features-new li:nth-child(3) { margin-left: 0px; }
	.list-graph-features-new li:nth-child(4) { margin-left: 0px; }
	.list-graph-features-new li:nth-child(5) { margin-left: 0px; }
	.list-graph-features-new li:nth-child(6) { margin-left: 0px; }
}

@media (max-width: 600px) {  
	.list-graph-features-new li:nth-child(1) { margin-left: -2px; }
	.list-graph-features-new li:nth-child(2) { margin-left: -2px; }
	.list-graph-features-new li:nth-child(3) { margin-left: -5px; }
	.list-graph-features-new li:nth-child(4) { margin-left: -5px; }
	.list-graph-features-new li:nth-child(5) { margin-left: -2px; }
	.list-graph-features-new li:nth-child(6) { margin-left: -2px; }
}

@media (max-width: 480px) {  
	.list-graph-features-new li:nth-child(1) { margin-left: -6px; }
	.list-graph-features-new li:nth-child(2) { margin-left: -6px; }
	.list-graph-features-new li:nth-child(3) { margin-left: -8px; }
	.list-graph-features-new li:nth-child(4) { margin-left: -8px; }
	.list-graph-features-new li:nth-child(5) { margin-left: -6px; }
	.list-graph-features-new li:nth-child(6) { margin-left: -6px; }
}



/* section-simple */

.section-simple { padding: 100px 0; }
.section-simple hr { margin-bottom: 30px; }
.section-simple.first_section { padding: 150px 0 100px; }
.section-simple ul { padding-left: 25px; }
.section-simple ol { padding-left: 25px; } 


@media (max-width: 767px) { 
	.section-simple.first_section { padding: 100px 0 50px; }
}

/* section-blog */

.section-blog { padding: 100px 0 100px; }

/* article-blog */

.article-blog { padding: 50px 0; } 
.article-blog .article-title { text-transform: capitalize; } 
.article-blog .article-actions  { padding-top: 30px; }
.article-blog .article-actions a { display: inline-block; }
/* loader */

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

#loader.hidden {
    opacity: 0;
    pointer-events: none;
}

.loader-svg svg {
    animation: rotate 1s linear infinite;
    width: 50px;
    height: 50px;
}

