* {margin: 0px; padding: 0px; outline: 0;}

:root {
	--dark: #011010;
	--normal: #e3ebef;
	--light: #f0f7fa;

	--text-header: #00cccc;
	--text-body: #93ded0;
	--header-bg:#61ae63;
	--text-cyan: #65e7ff;

	--dark-red-bg:#110204;
	--intro-header: #34cecf;
    --background: #191918;
	--pale-green: #50938d;
	--dark-red: #1b1717;
	--blue-light: #eaf2f5;
	--fushia: #c70e88;
	--text-purple:#7F7378;
	--bg-purple:#604647;
	--fushia-light: #bb6da0;
	--intro: #284563;
	--gray: #666;
	--yellow-dark: #f2ca12;
	--white: #fff;
	--spot-bg: #645c3e;
	--msg-bg:#3A3528;

	--gradient:radial-gradient(circle, rgba(40,115,115,1) 0%, rgba(7,17,19,1) 100%);

}

body {
	font-family: 'Chathura', sans-serif;
	color: var(--text-body);
	border:0;
	overflow-x: hidden;
	font-size:40px;
	font-weight:700;
	line-height:0.8;
background-color: var(--dark);
}


h1, h2, h3, h4, h5 {
	color:var(--text-header);
	padding:0;
	margin-top:0px;
	margin-bottom:20px;
	font-weight:700;

}

/*font-family: "Stardos Stencil", system-ui;*/
h1, h2, h3, h4, h5{font-family: "Chathura", system-ui; text-transform:uppercase; line-height:0.8;}


h1 {font-size: 50px; margin-bottom:10px;}
h2 {font-size: 42px; margin-bottom:10px; }
h3 {font-size: 42px; color:var(--text-header);}
h4 {font-size: 26px; color:var(--dark);}
h5 {font-size: 15px;}

a {text-decoration:none;}

p {margin: 0 0 15px 0;}
p:last-child{margin-bottom:0px;}
p a{text-decoration:underline;}

h1{text-align:center;}

ul{list-style:none;}

hr{border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0));}

strong, b{color: var(--text-header);}

.uppercase{text-transform:uppercase;}


/*    -------------------- HEADER --------------*/

.transition{
	transition: all 0.15s ease-in-out;
}


.logo-bant, .logo-bant-w{
width:100vw;
	position:fixed;
	top:0px;
	padding:0px;
	min-width:320px;
}

.logo-bant{z-index:1030; height:160px; text-align:center;}

.logo-bant.transparent{background-image:none; background-color:transparent; border-bottom:0px;}
.logo-bant.solid{background-color:var(--dark);}

.logo-bant-w{z-index:1029; background:var(--dark); height:100vh; display:none; background-image:url('/img/bg-spots-dark.svg');}

.logo-container{padding-top:16px; padding-left:5%; padding-right:5%; text-align:center;}

.lc-menu{margin-top:26px; line-height:9px; text-align:center;}


/*.logo-bant.solid .logo-container{background:rgba(0,0,0,0.3);}*/

/*.company-logo{margin:0 auto; width:136px; height:120px;}*/
.company-logo{margin:0 auto; width:229px; height:85px;}

.logo{
	width:100%;
	height:100%;
	background-size:100%;
	background-repeat: no-repeat;
	background-position: center; 
	display: block;
	line-height:0px;
	font-size:0px;
}

.logo.solid{background-image:url('/img/ngc315-logo-color.svg');}
.logo.transparent{background-image:url('/img/ngc315-logo-white.svg');}

.inner{
padding-top:0px; position:relative; width:100%; height:100%; overflow:hidden; min-width:320px; 
}

.content-section, .v-header-intro{
	display:none;
}


/***************** LANGUAGE OPTIONS **************/

.lng-options{position:relative;}

.icon-globe-big{display:block; padding-top:10px; cursor:pointer; position:relative;}
.icon-globe-big a{font-size:38px; color:#ccc;}

.icon-globe-sm a{font-size:32px; line-height:39px; cursor:pointer; color:#999;}

.selectlng{
margin-top:4px;
font-size:15px;
text-transform:uppercase;
color:#BED3D2;
}

.toggleLng{display:block;}

.toggleLng a{color: #c5c5c5; font-size:18px; border-right:1px solid #e5e5e5; line-height:12px; padding-right:8px; padding-left:8px; text-transform:uppercase;}
.toggleLng a:last-child{border-right:0px;}
.toggleLng a:hover{color:#666;}

.chgLngBig{position:absolute; right:0px; top:62px; display:none; line-height:10px;}
.chgLngBig li{display: inline; padding:0px 15px; border-right:1px solid #dddddd;}
.chgLngBig li:last-child{border-right:0px; padding-right:0px;}
.chgLngBig a{color: #CCB6A3; font-size:18px; text-transform:uppercase;}
.chgLngBig a:last-child{border-right:0px;}

.chgLngSm{padding-top:20px; display:none; margin-top:20px; line-height:10px;}
.chgLngSm li{display: inline; border-right:1px solid #dddddd;}
.chgLngSm li:last-child{border-right:0px; padding-right:0px;}
.chgLngSm a{color: #FFF; font-size:22px; text-transform:uppercase; padding:25px 25px;}
.chgLngSm a:last-child{border-right:0px;}



/* ---------------  MAIN MENU */

.nav li{display: inline-block; padding:0px 15px; border-right:1px solid #fff; line-height:10px;}
.nav li:last-child{border-right:0px; padding-right:0px;}
.nav a{font-size:32px; color:#fff; text-transform:uppercase; font-weight:700;}
.nav a:hover{color:var(--text-header);}
.nav li:last-child{border-right:0px;}
.nav a.visited{color:var(--text-header);}

/* change language*/
.chgLng{position:absolute; right:40px; top:30px; display:none;}
.chgLng li{display: inline;padding:0px 10px;}
.lng a{width:32px; height:32px; display:inline-block; font-size:18px; padding:9px 5px; border:1px solid #a78b57; color:#a78b57; border-radius:50%; }
.lng.selected-lng a{background:#a78b57; color:#fff;}


.navmain-toggle{position: absolute; top:34px; right:25px; padding: 10px; text-align:center; cursor:pointer;}


.navmain-toggle .icon-bar {background-color: var(--white); width: 40px; height:3px; border-radius: 10px; display:block;}
.navmain-toggle .icon-bar + .icon-bar {
    margin-top: 8px;
}

.navmain-toggle .icon-bar:nth-child(2){background-color: var(--white);}


.navmain-toggle:focus {outline: 0;}

.nav-toggle a{text-decoration:none;}

/*---------------------------- SHOWCASE ***************** */

.showcase {
	position:relative; 
}

.slider img{width:100%;}

.slidebox{position:relative;}
.slidebox-title{position:absolute; color:#fff; font-size:18px; padding:10px; padding-left:110px; bottom:10%; }

.slideboxImgPer{
width: 100vw; height: calc(100vw * (560/1920)); min-height:420px; background-repeat: no-repeat; background-position: center; background-size: cover;
}

.videoFrame{
width: 100vw; height: calc(100vw * (1080/1920)); background-color:var(--dark); min-height:420px; text-align:center; margin:0 auto;
}

.videoContentFrame{
width: 100vw; height: calc(100vw * (640/1920)); background-color:var(--dark); min-height:340px; text-align:center; margin:0 auto;
}

.videoSecond{
width: 100%; height: calc(100vw * (720/1920)); background-color:#333; min-height:260px;
}

iframe{width:100%; height:100%;}
.videos{padding:25px;}
.map{width: 100vw; height: calc(100vw * (640/1920)); min-height:300px; filter: grayscale(60%);}


/* CUSTOMIZE SLICK */
.slick-dotted.slick-slider {margin-bottom: 0px;}
.slick-list {margin:auto;}
.slick-prev{left:-15%;} 
.slick-next{right:-15%;}

/*--------------------------*/

/* COLUMNS ********************/

.cols-no-rule div, .cols-rule > div, .cols-rule p, .cols-rule li, .cols-rule ul{
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;

}

.cols-no-rule .one, .cols-rule .one{-webkit-column-count: 1; -moz-column-count: 1; column-count: 1;}
.cols-no-rule .two, .cols-rule .two{-webkit-column-count: 2; -moz-column-count: 2; column-count: 2;}
.cols-no-rule .three, .cols-rule .three{-webkit-column-count: 3; -moz-column-count: 3; column-count: 3;}
.cols-no-rule .four, .cols-rule .four{-webkit-column-count: 4; -moz-column-count: 4; column-count: 4;}
.cols-no-rule .five, .cols-rule .five{-webkit-column-count: 5; -moz-column-count: 5; column-count: 5;}

.cols-no-rule > div{
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
	text-align:center;
}

.cols-rule > div{
text-align:left;
 -webkit-column-gap: 60px; /* Chrome, Safari, Opera */
    -moz-column-gap: 60px; /* Firefox */
    column-gap: 60px;
	column-rule-style: dashed;
	-webkit-column-rule-style: dashed;
	-moz-column-rule-style: dashed;
	column-rule-width: 1px;
	-moz-column-rule-width: 1px;
	-webkit-column-rule-width: 1px;
	column-rule-color: var(--pale-green);
	-webkit-column-rule-color: var(--pale-green);
	-moz-column-rule-color: var(--pale-green);
}

.cols-no-rule > div h4, .cols-rule > div h4{margin-bottom:5px; }

.cols-no-rule > div h3, .cols-rule > div h3{display:block; text-align:left; padding:0px; margin-bottom:15px;}

/*.cols-rule p:first-of-type{color:var(--blue);}*/

.cols-rule li::before{content: "● ";}

.cols-rule li::first-letter{color:var(--text-header);}

.cols-rule p b{font-weight:400; color:var(--text-header);}


/*------------- columns */



/* /******************************* CONTENT /////////////////////////////////////////////////*/
.container {position:relative;  padding:30px 0px; margin:0 auto; text-align:center; z-index:5;}
.container-narrow {padding:15px 5%; margin:0 auto;}

.addblack{background:rgba(0,0,0,0.2);}
.addblackmore{background:rgba(0,0,0,0.4);}

.header-content {
width:100%; position:relative;  padding-left:5%; padding-right:5%; padding-bottom:35px; padding-top:35px; margin:0 auto; text-align:center; display:block;
}

#cancon{position:absolute; z-index:0; top:0; left:0; width:100%; height:100%;}
#cnvs{position:absolute; z-index:0; top:0; left:0;}
#matcnvs{font-weight:700; position:absolute; z-index:0; top:0; left:0;}

#home .header-title.overlay{margin-top:-46px;}
#home .header-title.flat{margin-top:40px;}

.header-title h1{position:relative; z-index:1; color:var(--text-header); text-align:center; font-size:76px; }

.header-spot{position:relative; z-index:1; margin:0 auto; width:80%; text-align:center; margin-top:0px; font-size:46px; }


/*background:rgba(145,135,90,0.3);*/


/*home video header*/
.v-header-intro {text-align: center; position:absolute; z-index:2; top:50%; width:100%; transform:translateY(-50%); mix-blend-mode: screen;}  
.v-header-intro > div{position:relative; width:100%; margin:0 auto; }
.v-header-intro h1{font-family:'Gemunu Libre', sans-serif; font-weight:800; color:var(--intro-header);}
.v-header-intro span:nth-child(1){font-size:8vw;  line-height:7.5vw; display:block;}
.v-header-intro span:nth-child(2){font-size:7vw;  line-height:6.5vw; display:block; margin-right:20vw;}
.v-header-intro span:nth-child(3){font-size:6vw;  line-height:6vw; display:block; margin-left:15vw;}
.v-header-spot{font-size:2.3vw; line-height:2.3vw; font-family:'Gemunu Libre', sans-serif; font-weight:600; text-transform:uppercase;
color:var(--intro-header); display: inline; margin:0 auto; text-align:center; 
box-decoration-break: clone; -webkit-box-decoration-break: clone; 
}
.v-header-title{padding-bottom:10px;}

.introPlayer, .videoPlayer{object-fit: cover; background-size: cover; width: 100%; height: 100%; background:rgba(0,0,0,0.4); background-color:var(--dark);}

/* content features*/

.img-box{width:50%; z-index:2; position:relative; line-height:0px; font-size:0px;}
.text-box{width:50%; position:relative; background: var(--gradient);}
.img-box-img{background-position: center; background-size: cover; width:100%; height:100%; min-height: calc(50vw * (1080/1920)); position:relative;}
.text-box.left, .text-box-corner.left{text-align:left;}
.text-box.right, .text-box-corner.right{text-align:right;}
.text-box.left .text-box-content{padding-right:10vw; text-align:left; padding-left:30px; }
.text-box.right .text-box-content{padding-left:10vw; text-align:right; padding-right:30px;}

.text-box .circuit{background-position: right; background-size: cover; width:100%; height:100%; min-height: calc(50vw * (1080/1920)); position:absolute; z-index:0; left:0; right:0;}

.text-box.left .circuit{}
.text-box.right .circuit{transform:scaleX(-1);}

.text-box-hdr{color:var(--text-header); font-size:74px; line-height:0.7; text-transform:uppercase;}

.text-box p{margin:15px 0px;}
.text-box a{background:var(--bg-purple); color:#fff; text-decoration:none; padding:5px 10px; border-radius:5px; text-transform:uppercase; display:inline-block;} 
.text-box > div{width:100%; height:100%; position:relative; z-index:1;  margin-bottom: auto; display:flex; justify-content: flex-end;}

.text-box-content{position:relative; z-index:1; align-self: flex-end; padding-top:30px; padding-bottom:15px;}

.text-box-corner{position:relative; flex-grow:1;}

.c-top{width:100%; height:10px; background:url(/img/border-h.svg);}
.c-border{height:100px; width:10px; margin-top:10px; background:url(/img/border-v.svg);}
.c-icon{padding:30px;}
.c-icon img{height:70px;}

.text-box-corner.right{
-moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
}


.arrow-down {
margin:0 auto;
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid rgba(145,135,90,0.3);
}


.arrow-down.intro{
margin-top:15px;
  border-top: 20px solid var(--intro-header);
}

/*------------*/


.intro-box{text-align:center; position:relative; padding:0px 30px 30px 30px; overflow: hidden;}
.intro-box span{color:var(--text-header); font-size:56px; line-height:32px; text-transform:uppercase;}
.intro-box img{width:200px;}
.intro-box-btn{line-height:10px;}
.intro-box a{background:rgba(73,38,40,0.5); color:var(--text-body); padding-top:0px; padding-bottom:0px; padding-left:10px; padding-right:10px;  border-radius:8px; text-transform:uppercase; }
.intro-box p{font-size:36px;}
.intro-box-info{padding:10px 0px;}


#particles-js {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}


.content-box{
margin:0 auto;
width:78%;
}


.title_content{color:var(--text-header); font-size:23px;}

.footer{background-color:var(--dark); position:relative; z-index:5; text-align:center; padding-left:5vw; padding-right:5vw; padding-top:60px; padding-bottom:60px; color:var(--pale-green); font-size:34px;background-image:url('/img/footer-bg-circuit.svg?v=10'); background-size:cover;
	background-repeat: no-repeat;
	background-position: center top; }



.footer img{width:100px; height:30px; margin-top:-3px; margin-bottom:15px;}

.contact-us-form{width:460px; margin:0 auto;}
.contact-us-form h2{margin-bottom:0px;}

.hyp{word-wrap: break-word; overflow-wrap: break-word;}

.box-shadow-01{box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .13), 0 1px 2px 0 rgba(0, 0, 0, .11);}

#ifloader {width:100%; text-align:center;}
#NLframe {width:100%;  height:100%; min-width:270px; overflow: hidden; border:0; display:none; padding:0px !important; margin:0px !important;}


/* ------------------------------------------- */

/* *************** BACKGROUNDS---------------------------------------------*/

.bg-top{
background-image:url('/img/bg-top-220.png'); width: 100vw; height: calc(100vw * (220/1920)); min-height:120px; background-repeat: no-repeat; background-position: center top; background-size: cover;
}

.bg-footer{
background-image:url('/img/bg-bottom.png'); width: 100vw; height: calc(100vw * (220/1920)); min-height:120px; background-repeat: no-repeat; background-position: center; background-size: cover;
}

/* -----------------------------------******** BOX DESIGN************* --------------------------------- */

.masonryboxes{
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left:-25px !important; margin-right:-25px !important;
}
.bricklayer-column-sizer {
  width: 33.33%;
  display: none;
}
.bricklayer-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bricklayer-column > div{padding:5%;}

.table-boxes{
display:table-cell;
}

.flex-container{
display: -ms-flexbox;
display: -webkit-flex;
  display: flex;
}

.flex-jcc{justify-content: center;}
.flex-aic{align-items:center;}

.flex-center-xy{
justify-content: center;
align-items:center;
}

.flex-left-middle{
justify-content: left;
align-items:center;
}

.flex-row{
flex-direction: row; flex-wrap: wrap;
}

.flex-center{align-items:center;}
.flex-v-b{align-items:flex-end;}
.flex-top{align-items:flex-start;}
.flex-left{justify-content: left;}
.flex-right{justify-content: right;}
.flex-self-center{align-self:center;}
.flex-sp-bw{justify-content: space-between;}
.flex-sp-ev{justify-content:space-evenly;}
.flex-sp-ar{justify-content:space-around;}
.flex-bottom{align-items:flex-end;}

.after::after {
content: '';
flex: auto;
-webkit-flex:auto;
display:inline-block;
}

.after-box{height:0px;}

.end{margin:0;}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  margin:0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed, .embed-responsive iframe,
.embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive.er16-9{padding-top: 56.25%;}

/* ---------------------- TOOLS ********************** */

.loading{
width:100%;
height:43px;
margin-top:30px;
background-image: url(/img/loading.svg);
background-position: center;
background-repeat: no-repeat;
display: block;
}

.mailbox{
position:absolute;
width:100%;
height:100%;
background-color:rgba(0, 0, 0, 0.7);
z-index:2000;
}

.modal span{font-size:16px;color:#375668;}

.modal{top:35%;padding:30px;}


form h3{margin-top:0px !important; padding-top:0px !important;}

.btn-primary {background:var(--text-header) !important;}

input, select, textarea{color:var(--text-body); }

.form-control{color:var(--text-header); font-size:30px;  font-family: 'Chathura', serif; background-color:rgba(26,45,43,0.7); border:0px; line-height:0.7;}

.form-control:focus {
    border-color: #aea067;
    outline: 0;
}

.form-control::-moz-placeholder {
    color:var(--text-header);
    opacity: 0.5;
}

.form-control:-ms-input-placeholder {
    color:var(--text-header);
	opacity: 0.5;
}

.form-control::-webkit-input-placeholder {
    color:var(--text-header);
	opacity: 0.5;
}

.help-block.with-errors{color:var(--text-body); font-size:24px;}

.btn{font-family: 'Chathura', serif; font-size:32px; line-height:26px; text-transform:uppercase; font-weight:700;}

.lightbox{
	position:fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index:1040;
	min-width:320px;
	background-color: rgba(0,0,0,0.6);
display:none;
 width:100%;
height:100%;
padding:0px;
margin:0px;
overflow:hidden;
}

.lightbox-container{
margin:0 auto;
position:relative;
 width:100%;
 height:100%;
 min-width:320px;
 overflow:hidden;
}

.lightbox-content{
margin: 0 auto;
text-align:center;
position:relative;
height:auto; 
max-width:980px;
min-width:320px;
max-height:100%;
 overflow-y:auto;
overflow-x:hidden;
-webkit-overflow-scrolling: touch;
}

.lightbox-content-box{
margin: 0 auto;
position:relative;
padding:20px;
background-color: rgba(255,255,255,1);
border-radius:10px;
width:30vw; height:auto; min-width:280px;

	background-color:var(--msg-bg);
}


.lightbox-close--z{
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	line-height: 25px;
	border:none;
	border-radius:5px;
	cursor: pointer;
	background: var(--dark);
	color: #fff;
	padding: 5px;
	margin:15px;
	width:60px;
}

.lightbox-close{
	position: absolute;
	z-index: 2;
	top: 20px;
	right: 20px;
	background-color:var(--msg-bg);
	border:none;
	cursor: pointer;
}

.lightbox-close img{width:24px;}

#userpass{display:none;}

.messagebox{text-align:center; margin:15px 0px;}
.mod-msg{text-align:center; vertical-align:middle; color:var(--text-body);}

#valid-msg, #error-msg{
    color: #9e5275;
}

/* -----------------************************* EFFECTS****************/

.boxshadow{box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.6);}

.boxshadow2{box-shadow: 3px 3px 24px -12px rgba(0,0,0,0.5);}

.grey{filter: grayscale(0.3);}

.blend{mix-blend-mode: luminosity;}


.blink-txt{
display:inline-block;
height: 30px;
  width: 30px;
background-color:#06f7f7;
animation: blinker 0.5s linear infinite;
}

.blink-on{
font-size:34px;
color:var(--text-header);
animation: blinker 0.5s linear infinite;
}

.fixed{position:fixed; animation: toFix 0.8s;}
.absolute{animation: toAbs 0.3s; position:absolute;}

@keyframes toAbs {
    from { opacity: 1; }
    to   { opacity: 0; }
}

@keyframes toFix {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.blink-circles-sht {
  animation: blinkcircle 2s linear infinite;
 }

 .blink-circles-lng {
  animation: blinkcircle 4s linear infinite;   animation-delay:0.5s;
 }

  .blink-circuit {
  animation: blinkcircle 1.5s linear infinite;   animation-delay:1s;
 }

.bL1{ animation: blinkcircle 1s linear infinite;   animation-delay:0.8s;}
.bL2{ animation: blinkcircle 0.8s linear infinite;   animation-delay:1.2s;}
.bL3{ animation: blinkcircle 1.2s linear infinite;   animation-delay:1.5s;}
.bL4{ animation: blinkcircle 2s linear infinite;   animation-delay:0.2s;}
.bL5{ animation: blinkcircle 2.5s linear infinite;   animation-delay:1s;}
.bL6{ animation: blinkcircle 3.5s linear infinite;   animation-delay:1.8s;}
.bL7{ animation: blinkcircle 1s linear infinite;   animation-delay:0.4s;}
.bL8{ animation: blinkcircle 2.4s linear infinite;   animation-delay:1.3s;}

.gleambig1 {
  animation: gleambig-1 3s infinite linear;
 }

.gleamsm {
  animation: gleam-sm 3s infinite linear;  animation-delay:3s;
 }

.gleambig2 {
  animation: gleambig-2 3s infinite linear;  animation-delay:2s;
 }

.gleambig2 {
  animation: gleambig-2 3s infinite linear;  animation-delay:2s;
 }

@keyframes blinkcircle {
  50% {
    filter: brightness(3);
  }
}


@keyframes gleambig-1 {
0% {
opacity:0;
    filter: brightness(1);
	transform:translateX(0px);
  }
  30% {
  opacity:1;
    filter: brightness(4);
	transform:translateX(-630px);
  }
  60% {
 opacity:1;
    filter:brightness(1);
	transform:translateX(0px);
  }
 100% {
 opacity:0;
    filter:brightness(1);
	transform:translateX(0px);
  }
}


@keyframes gleambig-2 {
0% {
opacity:0;
    filter: brightness(1);
	transform:translateX(0px);
  }
  30% {
  opacity:1;
    filter: brightness(4);
	transform:translateX(-230px);
  }
  60% {
 opacity:1;
    filter:brightness(1);
	transform:translateX(0px);
  }
 100% {
 opacity:0;
    filter:brightness(1);
	transform:translateX(0px);
  }
}

@keyframes gleam-sm {
0% {
opacity:0;
    filter: brightness(1);
	transform:translateY(0px);
  }
  30% {
  opacity:1;
    filter: brightness(3);
	transform:translateY(65px);
  }
  60% {
 opacity:1;
    filter:brightness(1);
	transform:translateY(0px);
  }
 100% {
 opacity:0;
    filter:brightness(1);
	transform:translateY(0px);
  }
}



/*  LOADER ---------------------------*/



.vploader{position: absolute; left:50%; top:50%; z-index:3; transform: translate(-50%, -50%); text-align:center;}

.loader {
margin:0 auto;
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-color: var(--text-header) #0000;
  animation: l16 1s infinite linear;
}
.loader::before,
.loader::after {    
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
}
.loader::before {
  border-color: var(--text-purple) #0000;
  animation: inherit; 
  animation-duration: .5s;
  animation-direction: reverse;
}
.loader::after {
  margin: 8px;
}
@keyframes l16 { 
  100%{transform: rotate(1turn)}
}


.loader-target {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  color: var(--text-header);
  background: 
    conic-gradient(from 90deg at 3px 3px,#0000 90deg,currentColor 0)
    -3px -3px/calc(50% + 1.5px) calc(50% + 1.5px);
  animation: l28 2s infinite;
}
.loader-target::before,
.loader-target::after {
  content: "";
  grid-area: 1/1;
  background: repeating-conic-gradient(#0000 0 35deg,currentColor 0 90deg);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 3px),#000 0);
  border-radius: 50%;
}
.loader-target::after {
  margin: 20%;
}
@keyframes l28 {
  100% {transform: rotate(1turn)}
}



.circle {
    border:2px solid white;
    height: 12px;
    border-radius: 50%;
    width: 12px;
	margin-bottom:12px;
	transform: translateX(50%);
}

.arrow {
  border: solid white;
  border-width: 0 8px 8px 0;
  display: block;
  padding: 8px;
}

.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top:-10px;
}



/*********************************************************/


@-webkit-keyframes blink {
  2%, 20% {
    background-color: rgba(207, 190, 132, 0.85);
    box-shadow: 0 0 1vmin rgba(207, 190, 132, 0.6);
  }
  90% {
    background-color: transparent;
  }
}
@keyframes blink {
  2%, 20% {
    background-color: rgba(207, 190, 132, 0.85);
    box-shadow: 0 0 1vmin rgba(207, 190, 132, 0.6);
  }
  90% {
    background-color: transparent;
  }
}



/* ------------------------- ******* WINDOW SIZE ************** ------------------------------------------  */

@media(min-width: 800px) {

			.nav-toggle{display:none;}

			.navbar-collapse.collapse {
				display: block!important;
				padding-bottom: 0;
				overflow: visible!important;
			}

}


@media(max-width: 1350px) {
.content-box{width:100%;}
}

@media(max-width: 1200px) {
.header-spot{width:100%;}
.lightbox-content-box{width:50vw;}
.v-header-intro{margin-top:50px;}
}


@media(max-width: 1024px) {
.header-spot{font-size:42px; line-height:39px;}
.intro-box{padding-bottom:50px;}
.slideboxImgPer.about-us{background-position: 20%;}
}

@media(max-width: 1023px) {
.v-header-intro{margin-top:30px;}
.flex-container{flex-direction: row; flex-wrap: wrap; margin:0px;}
.img-box{width:100%; order:1; display:block;}
.text-box{width:100%; order:2; display:block;}
.text-box.right{text-align:left;}
.img-box-img{min-height:360px;}

.explore{display:none;}
body {font-size:19px;}
}

@media(max-width: 860px) {

#home .header-title.overlay{margin-top:-30px;}
}

@media(max-width: 799px) {
.v-header-intro{margin-top:0px;}

.text-box-hdr{font-size:52px; line-height:42px;}
.text-box p{font-size:36px;}
.blink-txt{width:18px; height:21px;}

.v-header-intro{transform:translateY(-30%);}

.v-header-intro > div{padding:0 15px;}

.slideboxImgPer.about-us{background-position: 20%;}

.container{padding:25px 5%;}

.company-logo{
	width:188px;
	height:70px;
	}

.logo-container{padding:25px;}
.logo-bant{height:120px;}

.logo-container {border-left: 0px; border-right: 0px;}

.lng-options{display:none;}

.icon-globe-big a{font-size:40px; margin-left:14px; margin-top:-5px;}


.lc-menu {position: absolute; top: 120px; left:0px; width:100vw; text-align:center; padding-right:0px; margin-top:50px; margin-left:0px;}

.nav{text-align:center; margin:0 auto;}

.nav li{text-align:center; display:block; padding:5px; border-right:0px; line-height:16px;}
.nav li:last-child{border-bottom:0px;}
.nav li:nth-child(2){margin-right:0px;}
.nav li a{display: inline-block; padding:15px;}
.nav span {color: #fff;}

.nav a{font-size:36px;}

.chgLng{position:relative; margin:0 auto; padding-top:20px; right:auto; top:auto;}
.lng a{border:1px solid #fff; color:#fff; border-radius:50%; }
.lng.selected-lng a{background:#fff; color:#71B2BC;}

.v-header-intro span:nth-child(1){font-size:70px;  line-height:70px;}
.v-header-intro span:nth-child(2){font-size:60px;  line-height:60px;}
.v-header-intro span:nth-child(3){font-size:55px;  line-height:55px;}
.v-header-spot{font-size:26px; line-height:26px;}

}

@media(max-width: 600px) {
.contact-us-form{width:100%;}
.cols-no-rule > div{font-size:18px;}
.footer{font-size:32px;}
.img-box-img{min-height:220px;}
.intro-box span{font-size:24px;}
.intro-box p{font-size:18px;}

.text-box.left .text-box-content{padding-right:20px; padding-left:20px; }
.text-box.right .text-box-content{padding-left:20px; padding-right:20px;}

}


@media(max-width: 560px) {
.contact-us-form{width:100%;}
.cols-no-rule > div{font-size:18px;}
.img-box-img{min-height:220px;}
.intro-box span{font-size:24px;}
.intro-box p{font-size:18px;}
}


@media(max-width: 479px) {
.container{padding:25px 15px;}

.intro-box{padding:0px 0px 40px 0px;}

.v-header-intro span:nth-child(1){font-size:60px;  line-height:60px;}
.v-header-intro span:nth-child(2){font-size:50px;  line-height:50px; margin-right:30vw;}
.v-header-intro span:nth-child(3){font-size:45px;  line-height:45px;}
.v-header-spot{font-size:24px; line-height:24px;}
}


@media(max-width: 375px) {

.company-logo{margin-left:10px;}
.slideboxImgPer.fields-of-activity{background-position: 68%;}
.slideboxImgPer.services{background-position: 28%;}
.slideboxImgPer.about-us{background-position: 15%;}
.slideboxImgPer.contact-us{background-position: 50%;}

}

@media(max-width: 360px) {

.navmain-toggle{right:10px;);
}

@media(max-width: 320px) {
.v-header-intro span:nth-child(1){font-size:50px;  line-height:50px;}
.v-header-intro span:nth-child(2){font-size:40px;  line-height:40px;}
.v-header-intro span:nth-child(3){font-size:35px;  line-height:35px;}
.v-header-spot{font-size:22px; line-height:22px;}
}