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

:root {
	--dark: #052B48;
	--normal: #e3ebef;
	--light: #f0f7fa;

	--text-header: #bc8e2a;
	--text-body: #c3d9e6;
	--text-cyan: #65e7ff;

    --background: #082439;
	--blue: #0171b2;
	--blue-light: #eaf2f5;
	--fushia: #c70e88;
	--fushia-light: #bb6da0;
	--intro: #284563;
	--gray: #666;
	--yellow-dark: #f2ca12;
	--white: #fff;

}

body {
	font-family: 'Barlow Condensed', sans-serif;
	color: var(--text-body);
	background-color:var(--dark);
	border:0;
	overflow-x: hidden;
	font-weight:400;
	font-size:20px;
	background-image:url('/img/bg.png');
}


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

}


h1, h2, h3, h4, h5{font-family: 'Barlow Condensed', sans-serif;}


h1 {font-size: 50px; margin-bottom:10px;}
h2 {font-size: 42px; margin-bottom:10px; }
h3 {font-size: 34px; 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));}

.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:90px; background:rgba(5,43,72,0);}

.logo-bant-w{z-index:1029; background:var(--dark); height:100vh; display:none; }

.logo-container{padding-top:20px; padding-bottom:15px; padding-left:5%; padding-right:5%;}

.lc-menu{padding-top:10px;line-height:10px; flex-grow:1; text-align:right;}

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

.logo{
	width:244px;
	height:50px;
		background-image:url('/img/ngc225-logo-white.svg');
	background-size:100%;
	background-repeat: no-repeat;
	background-position: center; 
	display: block;
	line-height:0px;
	font-size:0px;
}

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

.content-section{
	/*background-image:url('/img/bg-bottom.jpg');*/
	background-size:100%;
	background-repeat: no-repeat;
	background-position: center bottom;
}

/***************** 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;
font-family:'Barlow Condensed', sans-serif; 
}

.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{font-family:'Barlow Condensed'; 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{padding-top:12px;}
.nav li{display: inline-block; padding:0px 15px; border-right:1px solid #d5d5d5;}
.nav li:first-child img, .nav li:last-child img{margin-top:-6px; height:12px; width:41px;}
.nav li:last-child{border-right:0px; padding-right:0px;}
.nav a{font-family: 'Barlow Condensed', sans-serif; font-size:22px; color:var(--white); text-transform:uppercase;}
.nav a:hover{color:var(--text-body);}
.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;}

.collapse{height:37px;}


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


.navmain-toggle .icon-bar {background-color: var(--text-header); 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(--text-header);}


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

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

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

.showcase {
	background:#fff;
	color:#3d3d3d;
	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 * (640/1920)); min-height:260px; background-repeat: no-repeat; background-position: center; background-size: cover;
}

.videoFrame{
width: 100vw; height: calc(100vw * (1080/1920)); background-color:var(--dark); min-height:340px; 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: #c7d4da;
	-webkit-column-rule-color: #c7d4da;
	-moz-column-rule-color: #c7d4da;
}

.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 5%; margin:0 auto; text-align:center; z-index:5;}
.container-narrow {padding:15px 5%; margin:0 auto;}

.content-section{padding-bottom:20px;}


.header {position:relative; padding:40px 5%; margin:0 auto; text-align:center; z-index:2;}
.header-spot{margin:0 auto; width:80%; font-size:36px; text-align:center; color:var(--white);}

.header-v {position:relative; margin:0 auto; text-align:center; display:block; height:auto;}
.header-v-container{background-position: center; background-size: cover; width:100%; position:relative;}

.header-v-header {position:absolute; top:0; left:0; margin:0 auto; padding-left:40px; padding-right:40px; padding-top:40px; padding-bottom:40px;}
.header-v-header > div{position:relative; margin:0 auto; text-align:center; padding:0px 5vw; margin-top:-120px;}

#header h1, .header h1{text-transform:uppercase;  color:var(--text-header); font-size:8vw; font-weight:900;}




/*home video header*/
.v-intro-header {text-align: center; position:absolute; z-index:2; top:50%; width:100%; transform:translateY(-50%);}  
.v-intro-header > div{position:relative; width:100%; margin:0 auto; padding:0 25%;}
.v-intro-header h1{text-transform:uppercase; font-weight:900; font-size:10vw;}
.v-intro-header .header-spot{font-weight:600; font-size:2.8vw; text-transform:uppercase;}

.videoPlayer{object-fit: cover; object-position:0 90%; background-size: cover; width: 100%; height: 100%; opacity:0.3;}

/* content features*/
.img-box{width:50%;}
.text-box{width:50%; align-self:center;}
.img-box-img{background-position: center; background-size: cover; width:100%; height:100%; min-height:320px; position:relative;}
.text-box.left{padding-left:30px; padding-right:7vw; text-align:left;}
.text-box.right{padding:30px; text-align:right;}
.text-box span{text-transform:uppercase; color:var(--text-header); font-weight:900; font-size:46px; line-height:42px;}
.text-box p{font-size:28px;}
.text-box p:last-child{margin:15px 0px;}
.text-box a{background:var(--text-header); color:#fff; font-size:20px; text-decoration:none; padding:10px; border-radius:5px; text-transform:uppercase;}
.text-box > div{padding:15px 0px;}

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

.header.intro h1{margin-top:0px; color:var(--text-cyan);}
.intro-box{text-align:center; position:relative; padding:0px 30px 30px 30px; overflow: hidden; cursor:pointer;}
.intro-box span{text-transform:uppercase; color:var(--text-cyan); font-weight:900; font-size:36px; line-height:32px;}
.intro-box img{width:100%;}
.intro-box a{border-color:#65e7ff; border-width:2px; border-style:dashed; color:var(--text-cyan); padding:10px; border-radius:5px; text-transform:uppercase;}
.intro-box p{font-size:24px;}
.intro-box-bg{padding:0px; margin:0px; margin:0 auto; transition: all .5s;}
.intro-box-info{padding:10px 0px;}
.intro-box:hover  .intro-box-bg{transform: scale(1.1);}


#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{position:relative; text-align:center; margin:0 auto; padding:40px 0px; color:#fff; font-size:20px;}
.footer > div{position:absolute; top:50%; width:100vw; transform:translateY(-50%); padding:0px 5vw;}

.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{justify-content: flex-start;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{margin-top:-20px; margin-bottom:0px;}
form h3{margin-top:0px !important; padding-top:0px !important;}

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

input, select, textarea{opacity:0.7;}

.form-control{color:var(--intro); font-size:18px; font-family:'Barlow Condensed', sans-serif;}

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

.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;
}


.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: #fff;
	border:none;
	cursor: pointer;
}

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

#userpass{display:none;}

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

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

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

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

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

.grey{filter: grayscale(0.3);}

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

.blink-on{
 animation: blinker 0.3s 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;
  }
}



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

.iloader{position: absolute; left:50%; top:50%; z-index:2; margin-left:-12px; margin-top:-12px;}

.vploader{position: absolute; left:50%; top:50%; z-index:1; margin-left:-40px; margin-top:-40px;}

.spinner{position: absolute; left:50%; top:50%; z-index:2;}

.lds-ripple{position: absolute;  left:50%; top:50%; z-index:2; transform: translate(-50%, -50%);}

.spinner {
  width: 100px;
  height: 60px;
  text-align: center;
   transform: translate(-50%, -50%);
}

.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}


.lds-ripple {
line-height:0px;
font-size:0px;
margin:0 auto;
  display: inline-block;
  width: 110px;
  height: 110px;
 }
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 55px;
    left: 55px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 55px;
    left: 55px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 55px;
    left: 55px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 110px;
    height: 110px;
    opacity: 0;
  }
}


.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;
}


.explore{
position:absolute; left:50%; bottom:50px; z-index:2; transform: translateX(-50%);
}


/* ------------------------- ******* 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) {
.intro-single{width:auto;}
.intro-single div:last-child{width:auto;}
.header-spot{width:100%;}
.lightbox-content-box{width:50vw;}
#header{margin-top:-100px;}
}


@media(max-width: 1024px) {
#header{margin-top:-90px;}
.v-intro-header .header-spot{font-size:28px;}
.intro-box img{width:70%;}
.intro-box{padding-bottom:50px;}
}


@media(max-width: 799px) {

.content-section{padding-bottom:0px;}
.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; padding:20px;}
.text-box.left{padding:20px;}
.text-box span{font-size:32px; line-height:28px;}
.text-box p{font-size:24px;}
.text-box p:last-child{margin-bottom:0px;}
.img-box-img{min-height:280px;}

#header{margin-top:-75px; padding:0px;}
#header h1, .header h1{font-size:60px;}
.header-spot{width:100%; font-size:28px;}

.v-intro-header{transform:translateY(-30%);}
.v-intro-header h1{font-size:60px;}
.v-intro-header > div{padding:0 10%;}
.explore{display:none;}

.intro-box img{width:100%;}


.header, .container{padding:25px 5%;}
.header-v-header{padding-left:20px; padding-right:20px;}

.company-logo, .logo{
	width:180px;
	height:37px;
	}
.logo-container{padding:15px;}
.logo-bant{height:67px;}

.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;}

.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 a{display: inline-block; padding:15px;}
.nav span {color: #fff;}

.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;}

}


@media(max-width: 600px) {

.contact-us-form{width:100%;}
.cols-no-rule > div{font-size:18px;}
.header-spot{font-size:24px;}
.text-box p{font-size:22px;}
.footer{font-size:18px;}
#header h1, .header h1{font-size:46px;}
#header{margin-top:-65px;}
.header-v-header{padding-left:15px; padding-right:15px;}
.img-box-img{min-height:220px;}
.v-intro-header h1{font-size:50px;}
.intro-box span{font-size:24px;}
.intro-box p{font-size:18px;}
}


@media(max-width: 479px) {
.header, .container{padding:25px 15px;}
.header-spot{font-size:20px;}
.brands img{height:70px;}
.brands li{padding:0px 10px;}
#header h1, .header h1{font-size:42px;}
#header{margin-top:-68px;}
.v-intro-header h1{font-size:42px;}
.text-box p{font-size:18px;}
.footer{font-size:15px;}
.intro-box{padding:0px 0px 40px 0px;}
}


@media(max-width: 375px) {

.slideboxImgPer.services{background-position: 30%;}
.slideboxImgPer.about-us{background-position: 20%;}
.slideboxImgPer.contact-us{background-position: 35%;}

}

@media(max-width: 360px) {
.navmain-toggle{right:10px;);
}