/*main navigation bar */


/* vietnamese */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: local('Asap Regular'), local('Asap-Regular'), url(https://fonts.gstatic.com/s/asap/v7/KFOoCniXp96ayzQe4HRO.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: local('Asap Regular'), local('Asap-Regular'), url(https://fonts.gstatic.com/s/asap/v7/KFOoCniXp96ayzUe4HRO.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: local('Asap Regular'), local('Asap-Regular'), url(https://fonts.gstatic.com/s/asap/v7/KFOoCniXp96ayzse4A.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 700;
  src: local('Asap Bold'), local('Asap-Bold'), url(https://fonts.gstatic.com/s/asap/v7/KFOnCniXp96aw4A79URvBg88.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 700;
  src: local('Asap Bold'), local('Asap-Bold'), url(https://fonts.gstatic.com/s/asap/v7/KFOnCniXp96aw4A79UVvBg88.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 700;
  src: local('Asap Bold'), local('Asap-Bold'), url(https://fonts.gstatic.com/s/asap/v7/KFOnCniXp96aw4A79UtvBg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


html {
  overflow-x: hidden !important;
}

.overflowSafari {
  overflow-x: hidden !important;
}

.navigation-bar {
  position: fixed;
  float: right;
  top: 50%;
  left: 47vw;
  width: 50px;
  z-index: 9999;
  list-style-type: none;
}

.navigation-bar ul {
  position: absolute;
  clear: both;
  margin: 0;
  padding: 0;
}

.navigation-bar ul li {}

.navigation-bar ul {
  clear: both;
  margin: 0;
  padding: 0;
}

.navigation-bar ul li {}

.navigation-bar a {
  float: right;
  clear: both;
  display: block;
  height: 20px;
  line-height: 2em;
  text-decoration: none;
  padding: 0 6px;
  color: #fff;
  white-space: nowrap;
}

.navigation-bar a .line {
  position: relative;
  clear: both;
  left: -8px;
  text-align: center;
  width: 35px;
  height: 3px;
  background-color: #818181;
  margin: 2px 0;
}

.navigation-bar a:hover .line {
  background-color: #818181;
  text-decoration: none;
}

.navigation-bar a.active .line {
  display: inline-block;
  width: 50px;
  background-color: white;
  text-decoration: none;
}

.navigation-bar a.active2 .line {
  display: inline-block;
  width: 50px;
  background-color: black;
  text-decoration: none;
}

.label {
  position: relative;
  top: -18px;
  right: 45px;
  float: right;
  font-size: 0.7vw;
  font-weight: 400;
  color: #818181;
  display: none;
  padding-right: 10px;
  font-weight: Bold;
}

section {
  display: block;
}

/*-----------------------Navbar Mobile------------------------------*/


.nav-container {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
  position: fixed;
  z-index: 9;
}

.nav-container2 {
  width: 100%;
  background-color: rgba(0, 0, 0, 1);
  opacity: 1;
  position: fixed;
  z-index: 9;
  -webkit-animation-name: nav-trans;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s;
    /* Safari 4.0 - 8.0 */
    animation-name: nav-trans;
    animation-duration: 1s;
}

@keyframes nav-trans {
  0% {
  background-color: rgba(0, 0, 0, 0.0);
  }
  100% {
  background-color: rgba(0, 0, 0, 1);
  }
}

@-webkit-keyframes nav-trans {
  0% {
  background-color: rgba(0, 0, 0, 0.0);
  }
  100% {
  background-color: rgba(0, 0, 0, 1);
  }
}


.nav-container3 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  z-index: 9;
  -webkit-animation-name: nav-not-trans;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s;
    /* Safari 4.0 - 8.0 */
    animation-name: nav-not-trans;
    animation-duration: 1s;
}

@keyframes nav-not-trans {
  0% {
  background-color: rgba(0, 0, 0, 1);
  }
  100% {
  background-color: rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes nav-not-trans {
  0% {
  background-color: rgba(0, 0, 0, 1);
  }
  100% {
  background-color: rgba(0, 0, 0, 0);
  }
}

.nav-container nav {
  width: 180px;
  height: 70px;
  float: right;
  padding-top: 5px;
}

.nav-mobile {
  top: 0;
  right: 0;
}
#nav-toggle {
  float: right;
  cursor: pointer;
  margin: 28px 50px 16px 0px !important;
}
.nav-container nav ul {
  margin-top: 70px;
  margin-right: 10px;
  padding-right: 150px;
  /* position: absolute; */
  display: none;
  background-color: black;
  opacity: 0.8;
  /* width:100px; */
}

.nav-container nav ul li {
  padding: 10px;
list-style: none;
 width: 200px;
}

.nav-container nav ul li a {
  font-family: 'Nova Flat';
  color: white !important;
  opacity: 1;
  font-size: 15px;
  padding: 0 10px;
}


nav ul li a:hover {
  color: grey;
}

nav ul li a:not(:only-child):after {
  padding-left: 5px;
  content: ' ▾';
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: white;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
background-color: black;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

/* @media screen and (min-width: 800px) {
  .nav-list {
    display: block !important;
  }
} */

/* .phone-nave-background {
  padding-right: 50px;
  width: 200px;
  right: 200px;
} */

.navigation {
  height: 70px;
  background: #ffffff;
}

.brand {
  position: absolute;
  padding-left: 50px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}

.brand a,
.brand a:visited {
  color: #463f3f;
  text-decoration: none;
}
.logomobile{
  width: auto;
  height: 60px;
  float: left;
  padding: 10px 0 0 10px;
}



/*-------------------------------------------Section 1-----------------------------------------------------------*/

#card {
  margin: 0 auto;
  position: relative;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.landing-image-portrait {
  display: none;
}
.landing-image-landscape {
  display: block;
}

#card .front {
  position: absolute;
  overflow-y: hidden;
  overflow-x: hidden;
  top: 0;
  z-index: 900;
  width: inherit;
  height: inherit;
  /* text-align: center; */
  -webkit-transform:   rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform:   rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  /* -- transition is the magic sauce for animation -- */
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;

}

#card.flip .front {
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

#card .back {
  position: absolute;
  overflow-y: hidden;
  overflow-x: hidden;
  top: 0;
  z-index: 800;
  width: inherit;
  height: inherit;
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  /* -- transition is the magic sauce for animation -- */
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

#card.flip .back {
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 900;
  -webkit-transform:  rotateY(0deg);
  -moz-transform:  rotateY(0deg);
}

/*Animation to 3*/

#card .back2 {
  position: absolute;
  overflow-y: hidden;
  overflow-x: hidden;
  top: 0;
  z-index: 800;
  width: inherit;
  height: inherit;
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  /* -- transition is the magic sauce for animation -- */
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

#card.flip2 .back {
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 700;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

#card.flip2 .back2 {
  z-index: 1000;
  -webkit-transform:   rotateY(0deg);
  -moz-transform:   rotateY(0deg);
}

/*end Animation to 3*/

/*Animation to 4*/

#card .back3 {
  position: absolute;
  overflow-y: hidden;
  overflow-x: hidden;
  top: 0;
  z-index: 800;
  width: inherit;
  height: inherit;
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  /* -- transition is the magic sauce for animation -- */
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

#card.flip3 .back2 {
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 700;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

#card.flip3 .back3 {
  z-index: 1000;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform:   rotateY(0deg);
  -moz-transform:   rotateY(0deg);
}

/*end Animation to 4*/

/*Animation to one*/

#card.flipToFirst .front {
  z-index: 1000;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
}

#card.flipToFirst .back3 {
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

/*end animation to one*/

/*Reapeat2----------------------*/

#card.flip4 .front {
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

#card.flip4 .back {
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 900;
  -webkit-transform:   rotateY(0deg);
  -moz-transform:   rotateY(0deg);
}

/*flip to 3*/

#card.flip5 .back {
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 700;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

#card.flip5 .back2 {
  z-index: 1000;
  -webkit-transform:   rotateY(0deg);
  -moz-transform:   rotateY(0deg);
}

/*third to fourth-----------------------------------*/

#card.flip6 .back2 {
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 700;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

#card.flip6 .back3 {
  z-index: 1000;
  -webkit-transform:   rotateY(0deg);
  -moz-transform:   rotateY(0deg);
}

/*fourth to one-----------------------------------*/

#card.flipToFirst7 .front {
  z-index: 1000;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
}

#card.flipToFirst7 .back3 {
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
}

/*repeat 3-----------------------------------*/

#card.flip8 .front {
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

#card.flip8 .back {
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 900;
  -webkit-transform:   rotateY(0deg);
  -moz-transform:   rotateY(0deg);
}

/*flip to 3*/

#card.flip9 .back {
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 700;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

#card.flip9 .back2 {
  z-index: 1000;
  -webkit-transform:   rotateY(0deg);
  -moz-transform:   rotateY(0deg);
}

/*third to fourth-----------------------------------*/

#card.flip10 .back2 {
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 700;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

#card.flip10 .back3 {
  z-index: 1000;
  -webkit-transform:   rotateY(0deg);
  -moz-transform:   rotateY(0deg);
}

/*fourth to one-----------------------------------*/

#card.flipToFirst11 .front {
  z-index: 1000;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
}

#card.flipToFirst11 .back3 {
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

/*Repeat 4--------------------------------*/

#card.flip12 .front {
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

#card.flip12 .back {
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 900;
  -webkit-transform:   rotateY(0deg);
  -moz-transform:   rotateY(0deg);
}

/*flip to 3*/

#card.flip13 .back {
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 700;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

#card.flip13 .back2 {
  z-index: 1000;
  -webkit-transform:   rotateY(0deg);
  -moz-transform:   rotateY(0deg);
}

/*third to fourth-----------------------------------*/

#card.flip14 .back2 {
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 700;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

#card.flip14 .back3 {
  z-index: 1000;
  -webkit-transform:   rotateY(0deg);
  -moz-transform:   rotateY(0deg);
}

/*fourth to one-----------------------------------*/

#card.flipToFirst15 .front {
  z-index: 1000;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
}

#card.flipToFirst15 .back3 {
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

/*End repeat ----------------------------------------*/



#home-section .container {
  height: 100%;
  max-width: 100%;
  padding: 0;
  display: flex;
}

#home-section .images-overlay {
  position: absolute;
  width: 100%;
}

#home-section {
  left: 0;
  height: 100%;
}

#home-section .container .column {
  height: 100vh;
}

.slideshow {
  width: 100%;
  height: 50%;
}

.column img {
  width: 100%;
  height: 100vh;
}


.footer {
  width: 100%;
  position: absolute;
  margin-top: 90vh;
}
.footerMobile{
  display: none;
}

.footerDesktop {
  display: block;
}

@media (orientation : portrait) {
  .footerSet {
    bottom: 0;
    width: 100%;
    height: 30vh !important;
    background: black;
  }
  .footerMobile{
    display: block;
  }

  .footerDesktop {
    display: none;
  }

  #home-section .images-overlay {
    position: absolute;
    width: 100%;
    padding-top: 75px;
  }


  .landing-image-portrait {
    display: block;
  }

  .landing-image-landscape {
    display: none;
  }

}


/* Logo*/

#logo {
  margin-top: 25%;
  /* padding-right: 10%; */
  height:80px;
 z-index: 3;
  width: auto;
}
.logo2 {
  margin-top: 25%;
  /* padding-right: 10%; */
  height:60px !important;
 z-index: 3;
  width: auto;
}


#home-section .logo-fixed {
  position: fixed;
  margin-left: 2.1%;
  z-index: 3;
}

#home-section .logo-fixed img.logo {
  top: 10%;
}

/* Social media on the right*/

#home-section .social-media {
  margin-top: 3%;
  float: right;
  padding-right: 3vmin;
}

.social-padding{
  padding-left: 20px;
}


.moveLanUp{
  /* top:-5px; */
  color: white;

}

.langButton1 {
  background-color: Transparent;
background-repeat:no-repeat;
border: none;
cursor:pointer;
overflow: hidden;
color: #fff;
}

.langButton2 {
  background-color: Transparent;
background-repeat:no-repeat;
border: none;
cursor:pointer;
overflow: hidden;
color: #fff;
}

.langButton1-active {
color: #fff;
    font-weight: bold;
}

.langButton2-active {
color: #fff;
    font-weight: bold;
}


.languagepicker {
  width: 130px;
	background-color: #FFF;
	display: inline-block;
	padding: 0;
	height: 40px;
	overflow: hidden;
	transition: all .3s ease;
	margin: 0 50px 10px 0;
	vertical-align: top;
	/* float: left; */
}

.languagepicker:hover {
	/* don't forget the 1px border */
	height: 81px;
}

.languagepicker a{
	color: #000;
	text-decoration: none;
}

.languagepicker li {
	display: block;
	padding: 0px 20px;
	line-height: 40px;
	border-top: 1px solid #EEE;
}

.languagepicker li:hover{
	background-color: #EEE;
}

.languagepicker a:first-child li {
	border: none;
	background: #FFF !important;
}

.languagepicker li img {
	margin-right: 5px;
}

.roundborders {
	border-radius: 5px;
}

#home-section .social-media #facebook {
  margin-top: 1px;
}

#twitter {
  cursor: pointer;
}

#home-section .social-media #twitter {
  /* margin-top: 4px; */
    margin-right: 40px;
}

#home-section .social-media #facebook {
  margin-right: 10px;
}

#facebook {
  cursor: pointer;
}

#instagram {
  cursor: pointer;
  align-items: center;
    margin-right: 10px;
}


.no-gutters{
  font-family: 'Asap', sans-serif;
  font-weight: bold;
}

/*Text on the left*/

#home-section div.text-left {
  position: absolute;
  top: 30vmin;
  left: 30vmin;
}


#home-section div.seperator {
  padding-top: 15px;
}

#home-section .line2 {
  height: 2px;
  width: 70px;
  background-color: white;
}

@media (max-width:1000px){
  #home-section div.text-left {
    position: absolute;
    /* top: 40vh; */
    left: 5%;
    top: 45vh;
  }
  #home-section .line2 {
    height: 2px !important;
    width: 50px;
    background-color: white;
  }
}

/* #home-section .numbers-text {
  padding-left: 5px;
  margin: 0;
} */

#home-section h6.numbers {
  color: white;
  font-weight: bold;
  font-style: italic;
  padding-right: 5px;
}

.numbersLook {
  color: white;
  padding-left: 5px;
  font-weight: bold;
  font-style: italic;
}

/* latin */
@font-face {
  font-family: 'Yesteryear';
  font-style: normal;
  font-weight: 400;
  src: local('Yesteryear'), local('Yesteryear-Regular'), url(https://fonts.gstatic.com/s/yesteryear/v6/dg4g_p78rroaKl8kRKo1n7sNTg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

#home-section .uniqueandmodern {
  /* padding-top: 2%; */
  font-size: 17vmin;
  /* letter-spacing: 0.5vw; */
  color: white;
  font-family: 'Yesteryear', cursive;
  /* line-height: 1; */
  /* font-weight: bold; */
  font-style: italic;
}

/* latin-ext */
@font-face {
  font-family: 'Stalemate';
  font-style: normal;
  font-weight: 400;
  src: local('Stalemate'), local('Stalemate-Regular'), url(https://fonts.gstatic.com/s/stalemate/v5/taiIGmZ_EJq97-UfkZRZs66twZQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Stalemate';
  font-style: normal;
  font-weight: 400;
  src: local('Stalemate'), local('Stalemate-Regular'), url(https://fonts.gstatic.com/s/stalemate/v5/taiIGmZ_EJq97-UfkZRZva6t.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


#home-section .text-landing h5.text-description {
  padding-top: 1vw;
  padding-bottom: 1vw;
  font-size: 1.1vmax;
  color: white;
  font-family: 'Asap', sans-serif;
  font-weight: bold;
}


.french-landing-discription {
  width: 50%;
    padding-top: 0.5vw;
}

.text-description2 {
  font-size: 1.1vmax;
  color: white;
  font-family: 'Asap', sans-serif;
  font-weight: bold;
}

#home-section h5.view-projects {
  color: white;
  font-size: 10px;
  font-family: 'Asap', sans-serif;
  font-weight: bold;
  padding-top: 15px;
}

#home-section .view {
  margin-top: 2.7vh;
  margin-left: 35px;
}

.view img {
  cursor: pointer;
}

/* scroll and slideshow arrows*/

h6.scroll {
  color: white;
  text-align: center;
  left: 20%;
}

.scroll {
  cursor: pointer;
}

.scrollGif {
  margin: 0 auto;
  height: 7vh;
  width: auto;
  display: block;
 z-index: 2;
}

.scrollGif:hover {
  -webkit-filter: invert(0.4);
  filter: invert(0.4);
 z-index: 2;
}


  .scrollGif2 {
    cursor: pointer;
    position: absolute;
    color: rgba(0, 0, 0, 0);
    width: 100%;
    text-align: center;
    border-style: hidden;
    border-radius: 0px;
    /* padding: 8px 5px 8px 5px; */
    height: 38px;
    border-color: rgba(0, 0, 0, 0);
    /* font-weight: bold; */
    border-style: solid;
   z-index: 1;
  }


  .scrollGif2:hover {
    filter: invert(1);
    background-color: rgba(0, 0, 0, 0);
    /* padding: 12px 5px 12px 5px; */
    border-color: rgba(0, 0, 0, 0) !important;
    border-style: hidden;
    font-size: 1vw;
    width: 100%;
    height: 38px;
    cursor: pointer;
    position: absolute;
      font-weight: bold;
      text-align: center;
     z-index: 1;
    }

.viewProjects {
  cursor: pointer;
  position: absolute;
  color: white;
  width: 165px;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  padding: 8px 5px 8px 5px;
  height: 40px;
  border-color: white;
  border-style: solid;
  font-size: 1vw;
}

/* latin */
@font-face {
  font-family: 'Nova Flat';
  font-style: normal;
  font-weight: 400;
  src: local('Nova Flat'), local('NovaFlat'), url(https://fonts.gstatic.com/s/novaflat/v9/QdVUSTc-JgqpytEbVeb0viFl.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.viewProjects:hover {
  filter: invert(1);
  background-color: black;
  padding: 12px 5px 12px 5px;
  border-color: white !important;
  border-style: hidden;
  font-size: 1vw;
  height: 40px;
  cursor: pointer;
  position: absolute;
    width: 165px;
    font-weight: bold;
    text-align: center;
    border-radius: 20px;
    /* padding: 8px 5px 2px 5px; */
}

@media (max-width:1024px){

  #home-section .images-overlay {
    position: absolute;
    width: 100%;
    padding-top: 75px;
  }

  .viewProjects {
    cursor: pointer;
    position: absolute;
    color: white;
    width: 150px;
    font-weight: bold;
    text-align: center;
    border-radius: 20px;
    padding: 8px 5px 8px 5px;
    height: 38px;
    border-color: white;
    border-style: solid;
    font-size: 1.9vmax;
  }


  .viewProjects:hover {
    filter: invert(1);
    background-color: black;
    padding: 12px 5px 12px 5px;
    border-color: white !important;
    border-style: hidden;
    font-size: 1vw;
    height: 38px;
    cursor: pointer;
    position: absolute;
      width: 150px;
      font-weight: bold;
      text-align: center;
      font-size: 2vmax;
    }

    #home-section .uniqueandmodern {
      /* padding-top: 2%; */
      font-size: 15vmin;
      /* letter-spacing: 0.5vw; */
      color: white;
      font-family: 'Yesteryear', cursive;
      /* line-height: 1; */
      /* font-weight: bold; */
      font-style: italic;
    }

    #home-section .text-landing h5.text-description {
      padding-top: 1vw;
        padding-bottom: 1vw;
      font-size: 2vmax;
      color: white;
      font-family: 'Asap', sans-serif;
      font-weight: bold;

    }

  .french-landing-discription {
          width: 70%;
            padding-top: 0.5vw;
        }

    .text-description2 {
      font-size: 2vmax;
      color: white;
      font-family: 'Asap', sans-serif;
      font-weight: bold;
    }

}

.arrow-right {
  cursor: pointer;
  margin-top: 18px;
}

.arrow-left {
  cursor: pointer;
}


/*-----------------------------------------------Section 02--------------------------------------------------------*/

#about-section {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.projects-section-parallax {
  background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/commercial/commercial-10.jpg");
  min-width: 100vw;
  height: 20vw;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-projects {
  min-height: 20vh;
  /* padding-top: 10%; */
  text-align: center;
  /* vertical-align: middle; */
}

.lengthPhotos {
  width: 100%;
  max-width: 80rem;
  margin: auto;
  text-align: center;
  position: relative;
}

#fix-nav {
  position: absolute;
  right: 5%;
  padding-top: 40px;
}

.fix-nav-bold {
  font-weight: bold !important;
  color: black !important;
}
.fix-nav-bold2 {
  font-weight: bold !important;
  color: black !important;
}
.fix-nav-bold3 {
  font-weight: bold !important;
  color: black !important;

}

.fix-nav ul {
  width: 50px;
  height: 70px;
  top: 50px;
  right: 0px;
}

.our-projects h3 {
  color: white;
  font-size: 4vw;
  font-family: 'Asap', sans-serif;
  font-weight: 900;
  padding: 8vw;
}

.our-projects h5 {
  color: white;
}

.projects-container {
  min-width: 100%;
  margin-top: 6%;
  margin-bottom: 6%;
}

@media (max-width:769px) {
  .projects-section-parallax {
    height: 40vw !important;
  }
  .our-projects h3 {
    font-size: 8vw !important;
    padding: 16vw !important;
  }
}

.aboutus-image {
  z-index: -5;
  margin-top: 95vmin;
  margin-left: 22vh;
  margin-right: 22vh;
  width: auto;
  height: 65vmin;
}

.aboutus-image2 {
  /* margin-left: 20vw; */
  width: auto;
  height: 60vw;
  opacity: 1;
  -webkit-animation-name: topFadeOut4;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 3s;
  /* Safari 4.0 - 8.0 */
  animation-name: topFadeOut4;
  animation-duration: 3s;
  /* color: white; */
}

.animation1js {
  visibility: hidden;
}

.animation1js2 {
  visibility: visible;
}

.animation2js {
  visibility: hidden;
}

.animation2js2 {
  visibility: visible;
}

.animation3js {
  visibility: hidden;
}

.animation3js2 {
  visibility: visible;
}

.animation4js {
  visibility: hidden;
}

.animation4js2 {
  visibility: visible;
}

@keyframes topFadeOut4 {
  0% {
    position: absolute;
    top: -3vw;
    /* padding-top: 3vh; */
    opacity: 0;
  }
  100% {
    position: absolute;
    top: 10vw;
    /* padding-top: 3vh; */
    opacity: 1;
  }
}

/* Safari 4.0 - 8.0 */

@-webkit-keyframes topFadeOut4 {
  0% {
    position: absolute;
    top: -3vw;
    /* padding-top: 3vh; */
    opacity: 0;
  }
  100% {
    position: absolute;
    top: 10vw;
    /* padding-top: 3vh; */
    opacity: 1;
  }
}


.about-description {
  height: auto;
  /* padding-top: 50px; */
  min-height: 100vh;
}

.align-div-center {
/* height: 6em; */
display: flex;
 align-items: center;
 justify-content: center;
}

.align-div-center2 {
  display: none;
}

.align-div-center3 {
height: 6em;
display: flex;
 align-items: center;
 justify-content: center;
}

.aboutus-text1 {
  font-size: 4vw;
  font-family: 'Asap', sans-serif;
  font-weight: bold;
  /* position: absolute; */
  margin: 0 auto;
  margin-top: 8vmin;
  margin-bottom: 6vmin;
  top: 0px;
  opacity: 1;
  -webkit-animation-name: topFadeOut;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.7s;
  /* Safari 4.0 - 8.0 */
  animation-name: topFadeOut;
  animation-duration: 0.7s;
  /* color: white; */
}

@keyframes topFadeOut {
  0% {
    top: 20px;
    /* padding-top: 3vh; */
    opacity: 0;
  }
  100% {
    top: 0px;
    /* padding-top: 3vh; */
    opacity: 1;
  }
}

@-webkit-keyframes topFadeOut {
  0% {
    top: 20px;
    /* padding-top: 3vh; */
    opacity: 0;
  }
  100% {
    top: 0px;
    /* padding-top: 3vh; */
    opacity: 1;
  }
}


.aboutus-text2 {
  font-size: 130%;
  font-family: 'Asap', sans-serif;
  /* padding-left: 10vw; */
  /* padding-top: 20px; */
  text-align: justify;
  text-align: center;
  padding: 0 55vmin ;
  /* position: absolute; */
  /* margin: 0 26% 15% 26%; */
  /* left: 2.5rem; */
  top: 0px;
    opacity: 1;
  -webkit-animation-name: topFadeOut2;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.7s;
  /* Safari 4.0 - 8.0 */
  animation-name: topFadeOut2;
  animation-duration: 0.7s;
  /* color: white; */
}

@keyframes topFadeOut2 {
  0% {
    top: 20px;
    /* padding-top: 3vh; */
    opacity: 0;
  }
  100% {
    top: 0px;
    /* padding-top: 3vh; */
    opacity: 1;
  }
}

@-webkit-keyframes topFadeOut2 {
  0% {
    top: 20px;
    /* padding-top: 3vh; */
    opacity: 0;
  }
  100% {
    top: 0px;
    /* padding-top: 3vh; */
    opacity: 1;
  }
}


@media (max-width:1300px) {

  .align-div-center3{
    display: none;
  }

  .align-div-center2 {
  display: flex;
   align-items: center;
   justify-content: center;
    position:absolute;
    padding: 0 auto;
    width: 100%;
  }

  .aboutus-image {
    z-index: -5;
    margin-top: 4vmin;
    padding: 0 auto;
    /* display: flex;
     align-items: center;
     justify-content: center; */
      width: 100%;
      height: auto;
        max-width: 400px;
  }


  /* .about-description {
    height: 100vw;
  } */

  .aboutus-text1 {
    font-size: 6vmax;
    font-family: 'Asap', sans-serif;
    font-weight: 900;
    margin: 0 auto;
    /* margin-left: 10vw; */
    /* position: absolute; */
    -webkit-animation-name: topFadeOut;
    /* left: 2.5rem; */
    margin-top: 11vmax;
    margin-bottom: 8vmin;
    top: 0px;
    opacity: 1;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.7s;
    /* Safari 4.0 - 8.0 */
    animation-name: topFadeOut;
    animation-duration: 0.7s;
    /* color: white; */
  }

  @keyframes topFadeOut {
    0% {
      top: 20px;
      /* padding-top: 3vh; */
      opacity: 0;
    }
    100% {
      top: 0px;
      /* padding-top: 3vh; */
      opacity: 1;

    }
  }

  @-webkit-keyframes topFadeOut {
    0% {
      top: 20px;
      /* padding-top: 3vh; */
      opacity: 0;
    }
    100% {
      top: 0px;
      /* padding-top: 3vh; */
      opacity: 1;
    }
  }
  .aboutus-text2 {
    font-size: 2.5vmax;
    font-family: 'Asap', sans-serif;
    /* padding-left: 10vw; */
    /* padding-top: 1vh; */
    padding: 0 200px;
    text-align: justify;
    /* position: absolute; */
    /* margin-right: 4vw; */
    /* margin-left: 4vw; */
    /* left: 2.5rem; */
    top: 0px;
    opacity: 1;
    -webkit-animation-name: topFadeOut2;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.7s;
    /* Safari 4.0 - 8.0 */
    animation-name: topFadeOut2;
    animation-duration: 0.7s;
    /* color: white; */
  }

  @keyframes topFadeOut2 {
    0% {
      top: 20px;
      /* padding-top: 3vh; */
      opacity: 0;
    }
    100% {
      top: 0px;
      /* padding-top: 3vh; */
      opacity: 1;
    }
  }

  @-webkit-keyframes topFadeOut2 {
    0% {
      top: 220px;
      /* padding-top: 3vh; */
      opacity: 0;
    }
    100% {
      top: 180px;
      /* padding-top: 3vh; */
      opacity: 1;
    }
  }


  .about-description {
    height: auto !important;
  }

}


.text-center h4 {
  color: black;
  font-size: 3vw;
  font-weight: bold;
}

.text-center h5 {
  color: black;
}

/* div.contact-us {
  margin-top: 2%;
} */

.contact-us {
  cursor: pointer;
  /* padding-left: 43vw;
  padding-bottom: 20vw; */
  /* position: absolute; */
  /* left: 2.5rem; */
  font-family: 'Asap', sans-serif;
  font-weight: bold;
  top: 0px;
  opacity: 1;
  padding-top: 2vmax;
  padding-bottom: 10vmax;
  -webkit-animation-name: topFadeOut3;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.7s;
  /* Safari 4.0 - 8.0 */
  animation-name: topFadeOut3;
  animation-duration: 0.7s;
  /* color: white; */
}

@keyframes topFadeOut3 {
  0% {
    margin-top: 20px;
    /* padding-top: 3vh; */
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    /* padding-top: 3vh; */
    opacity: 1;
  }
}

@-webkit-keyframes topFadeOut3 {
  0% {
    margin-top: 20px;
    /* padding-top: 3vh; */
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    /* padding-top: 3vh; */
    opacity: 1;
  }

}

.contact {
font-family: 'Asap', sans-serif;
font-weight: bold;
  color: black;
  width: 185px;
  letter-spacing: 0.23vmin;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  border-radius: 100px;
  padding-top: 10px;
  height: 48px;
  border-style: solid;
  margin: 0 auto;
}

.contact:hover {
  background: black;
  color: white;
}

/*-----------------------------------------------Section 3-------------------------------------------------------------*/

/*.galleryWrap {
  margin-left: 15%;
}

#projects-section .row {
  display: -ms-flexbox;

  display: flex;
  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
  padding: 0 4px;
}*/


/*.navbar-project-type {
  margin-top: 2%;
}

.navbar-project-type h5 {
  color: #818181;
}

#projects-section .navbar-project-type {
  float: left;
  clear: both;
  margin-left: 5%;
  position: absolute;
  width: 50px;
  list-style-type: none;
} */

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.item {
  position: relative;
  margin-bottom: 5%;
  overflow: hidden;
}
.item img {

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.see-all-padding {
  /* padding-top: 70px; */
    /* padding-bottom: 70px; */
}

.test12 {
  color: black;
  width: 150px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  border-radius: 20px;
  background-color: white;
  /* margin-bottom: 5vh; */
  /* margin-left: 43vw; */
  height: 40px;
  border-color: black;
  border-style: solid;
  margin-top: 0px;
  margin-bottom: 45px;


    /*
    padding: 7px 5px 2px 5px;
    border-color: white;
    border-style: solid;
    */
}



.test12:hover {
    filter: invert(1);
}

.test12-hidden {
  display: none;
}

.test12345 {
  display: none;
}

.test123456 {
  display: block;

      /* -webkit-animation: mymove 2s;  /* Safari 4.0 - 8.0 */
      /* -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
      /* animation: mymove 2s; */
      /* animation-fill-mode: forwards; */
}

.animationAllOnClick {
  -webkit-animation: mymove 2s;  /* Safari 4.0 - 8.0 */
  -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
  animation: mymove 2s;
  animation-fill-mode: forwards;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {top: -400px;}
    to {top: 0px;}
}

@keyframes mymove {
    from {top: -400px;}
    to {top: 0px;}
}

#portfolio {
  /* position: relative;
  margin-left: 10%;
  margin-top: 5%;
  margin-bottom: 5%; */
  margin: 10rem 0 0;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  -webkit-column-width: 25%;
  -moz-column-width: 25%;
  column-width: 25%;
  padding-bottom: 60px;
}

#projects-section {
  min-height: 100%;
  padding-right: 1%;
  min-width: 100%;
  overflow-x: hidden;
}

#fix-nav-phone {
  display: none;
}

@media (max-width:1199px) {
  #fix-nav {
    display: none;
    float: right;
  }

  #fix-nav-phone {
    display: block;
    display: flex;
     align-items: center;
     justify-content: center;
  }

}

@media (max-width: 1350px) {

#portfolio {
  /* position: relative;
  margin-left: 10%;
  margin-top: 5%;
  margin-bottom: 5%; */
  margin: 1rem 0 0 0rem;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  -webkit-column-width: 33.333333333%;
  -moz-column-width: 33.333333333%;
  column-width: 33.333333333%;
}
#fix-nav {
  position: absolute;
  right: 0px;
  padding-top: 40px;
}
.toolbar {
  margin-top: 6% !important;
}
}


@media (max-width: 769px) {
  .aboutus-text2 {
    font-size: 2.5vmax;
    font-family: 'Asap', sans-serif;
    /* padding-left: 10vw; */
    /* padding-top: 1vh; */
    padding: 0 5vmin;
    text-align: justify;
    /* position: absolute; */
    /* margin-right: 4vw; */
    /* margin-left: 4vw; */
    /* left: 2.5rem; */
    top: 0px;
    opacity: 1;
    -webkit-animation-name: topFadeOut2;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.7s;
    /* Safari 4.0 - 8.0 */
    animation-name: topFadeOut2;
    animation-duration: 0.7s;
    /* color: white; */
  }
  #portfolio {
    /* position: relative;
    margin-left: 10%;
    margin-top: 5%;
    margin-bottom: 5%; */
    margin: 1rem 0 0 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
  }
  #fix-nav {
    display: none;
  }
  #fix-nav-phone {
    display: block;
    display: flex;
     align-items: center;
     justify-content: center;
  }

  .lengthPhotos {
    width: 109% !important;
    max-width: 120%;
    min-width: 100%;
    margin: 0;
    text-align: center;
    position: relative;
  }

  #projects-section {
    /* position: relative; */
    min-height: 100%;
    padding-right: 0%;
    min-width: 100%;
    overflow-x: hidden;
  }
  .label {
    visibility: hidden;
  }
  .line {
    visibility: hidden;
  }

  .toolbar {
    margin-top: 6% !important;
  }
}

.grid2 {
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  grid-template-columns: max-content max-content max-content;
  grid-gap: 5px;
}

.tile {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  z-index: 1;
}

.tile img {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: auto;
  /* padding-bottom: 1rem; */
}

div.tile:hover a {
  opacity: 0.2;
}


button { outline: none !important;}

.share-button {
  visibility: hidden;
  position: absolute;
  bottom: 5%;
  left: 85%;
  border: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  outline: none;
}

div.tile:hover button {
visibility: visible;
}
 .social-media-list {
   visibility: hidden;
   display: none;
  position: absolute;
  top: 20%;
  left: 42%;
  outline: none;

}

div.tile:hover ul {
  display: block;
}


p.likes  {
  color: #191912;
    visibility: hidden;
    position: absolute;
    bottom: 4%;
    left: 18%;
    width: 10px;
    height: 10px;
    border: none;
    cursor: pointer;
    background-color: transparent;
    outline:0;

}
div.tile:hover .likes {
  visibility: visible;
}
.like-button{
  visibility: hidden;
  position: absolute;
  bottom: 4.5%;
  right:  85%;
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  outline:0;
}
.tile ul.social-media-list {
  list-style-type: none;
  position: absolute;
  /* margin: 2px; */
  padding: 0.5px;
  /* padding-top: 2px; */
  /* padding-bottom: 6px; */
  font-size: 0px;
  height: 2vmin;
  width: 2vmin;
  bottom: 7px;
}

.tile ul.social-media-list img {
  /* padding-left: 5px; */
    margin-left: 35%;
     cursor:pointer;
     margin: 5px;
}

.tile ul.social-media-list li {
  display: block;

}
 ul.social-media-list a {

     cursor:pointer;
}
.scale-anm {
  transform: scale(1);
}

/*.tile:hover {
  position:relative;
  top:-25px;
  left:-35px;
  width:500px;
  height:auto;
  display:block;
  z-index:999;
}*/

/* p{
padding:10px;
border-bottom: 1px #ccc dotted;
text-decoration: none;
font-family: lato;
text-transform:uppercase;
font-size: 12px;
color: #333;
display:block;
float:left;
} */

/* p:hover {
cursor:pointer;
background: #333;
color:#eee; } */

.toolbar {
  margin-top: 20%;
}

.btn-side {
  padding: 1vh !important;
  /* font-family: Arial; */
  font-size: 1rem;
  font-family: 'Asap', sans-serif;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  float: right;
  display: inline-block;
  line-height: normal;
  /* padding: .5rem 1rem; */
  margin: 0;
  height: auto;
  border: white;
  vertical-align: middle;
  -webkit-appearance: none;
  color: #818181;
  background-color: rgba(0, 0, 0, 0);
}

.btn-side:focus {
  outline: 0;
}

.btn-side:hover {
  color: black;
  font-family: 'Asap', sans-serif;
  font-weight: bold;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.filter-active {
  color: black;
}

.collapsible {
  border-radius: 20px;
  background-color: white;
  padding: 3px 5px 2px 5px;
  height: 40px;
  border-color: black;
  font-weight: 700;
  border-style: solid;
  cursor: pointer;
  width: 100%;
  outline: none;
  font-size: 15px;
}

.collapsible:focus {
  outline: 0;

}

.collapsible-active {
  position: absolute;
  bottom: 0;
  cursor: pointer;
  width: 20%;
  left: 0;
}

.content {
  /* padding: 0 18px; */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  /* background-color: #f1f1f1; */
}

/*----------------------------------------------------Section 4 -----------------------------------------------*/

@media (max-width: 575px) {
  /* #team-section {
    position: relative;
    left: 0;
    height: 265% !important;
    max-width: 70vw;
    overflow-x: hidden;
  } */

  div.tile:hover .likes {
    display: none;
  }
  div.tile:hover a {
    opacity: 1;
  }
  div.tile:hover button {
  display: none;
  }
   .social-media-list {
     visibility: hidden;
     display: none;
    position: absolute;
    top: 20%;
    left: 42%;
    outline: none;

  }

  div.tile:hover ul {
    display: none;
  }

  .item:hover img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .about-description {
    height: auto;
    padding-top: 50px;
    min-height: 200vmin;
  }
}
#team-section {
  position: relative;
  left: 0;
  height: 100%;
  min-height: 100px;
  max-width: 100vw;
  overflow: hidden;
}

.team-section-parallax {
  background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/commercial/commercial-9.jpg");
  width: 100%;
  height: 20vw;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.meet-the-team {
  text-align: center;
  font-size: 4vw;
  font-family: 'Asap', sans-serif !important;
  font-weight: 900;
  color: white;
  padding: 6vw;
}

.sec4part2 {
  margin-top: 7%;
  margin-bottom: 4%;
}

.sec4imgcenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/*----------------fix team section parallax -----------------------*/

@media (max-width:1024px) {
.teamProf3 {

    text-align: center;
    font-size: 1.2vh !important;
    font-family: 'Asap', sans-serif;
    padding-bottom: 1vw;
}
.teamName3 {
  padding-top: 10px;
  text-align: center;
  font-size: 2.5vh !important;
  font-family: 'Asap', sans-serif;
  font-weight: bold;
}

}

@media (max-width:769px) {
  .team-section-parallax {
    width: 100%;
    height: 40vw !important;
  }

  #team-section {
    position: relative;
    left: 0;
    height: auto;
    min-height: 100px;
    max-width: 100vw;
    overflow: hidden;
  }

  .meet-the-team {
    font-size: 8vw;
    padding: 12vw;
  }
  .sec4part2 {
    margin: 20% auto;
    padding-bottom: 10px;
  }

  #team-section {
    position: relative;
    left: 0;
    /* height: 240vw; */
    max-width: 100vw;
    overflow: hidden;
  }

  .figureMid {
    text-align: center;
  }

  .sec4img {
    max-width: 60% !important;
    height: auto;
    border-radius: 50%;
  }

  .teamName1,
  .teamName2,
  .teamName3,
  .teamName4,
  .teamName5,
  .teamName6 {
    padding-top: 10px;
    text-align: center;
    font-size: 3vh !important;
    font-family: 'Asap', sans-serif;
    font-weight: bold;
  }

  .teamProf1,
  .teamProf2,
  .teamProf4,
  .teamProf5,
  .teamProf6 {
    text-align: center;
    font-size: 1.7vh;
    font-family: 'Asap', sans-serif;
    padding-bottom: 1vw;
    /* padding-top: 0.5vw; */
  }

  .teamProf3 {

      text-align: center;
      font-size: 1.7vh !important;
      font-family: 'Asap', sans-serif;
      padding-bottom: 1vw;
  }

  .zoomAll {
    transition: transform .4s;
  }

  .zoomAll:hover {
    -ms-transform: scale(1.1) !important;
    /* IE 9 */
    -webkit-transform: scale(1.1) !important;
    /* Safari 3-8 */
    transform: scale(1.1) !important;
  }

}

/* .parallaxText2 {
  text-align: center;
  font-size: 17px;
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight: normal;
  color: white;
  padding-top: 1%;
} */

.figureMid {
  text-align: center;
}

.sec4img {
  max-width: 70%;
  height: auto;
  border-radius: 50%;
}

.teamName1,
.teamName2,
.teamName3,
.teamName4,
.teamName5,
.teamName6 {
  padding-top: 30px;
  text-align: center;
  font-size: 3vh;
  font-family: 'Asap', sans-serif;
  font-weight: bold;
}

.teamProf1,
.teamProf2,
.teamProf4,
.teamProf5,
.teamProf6 {
  text-align: center;
  font-size: 1.7vh;
  font-family: 'Asap', sans-serif;
  padding-bottom: 1vw;
  /* padding-top: 0.5vw; */
}

.teamProf3 {

    text-align: center;
    font-size: 1.7vh;
    font-family: 'Asap', sans-serif;
    padding-bottom: 1vw;
}

.zoomAll {
  transition: transform .4s;
}

.zoomAll:hover {
  -ms-transform: scale(1.2) translate(0%, -5%);
  /* IE 9 */
  -webkit-transform: scale(1.2) translate(0%, -5%);
  /* Safari 3-8 */
  transform: scale(1.2) translate(0%, -5%);
}

/*---------------------------------Section 4 : contact us ---------------------------------------------*/
/*
#contact-us-section {
  position: relative;
  left: 0;
  height: 150vh;
  width: 100vw;
  overflow: hidden;
} */


@media (max-width: 1199px) {
  .navigation-bar a {
    display: none;
  }
  .navigation-bar a .line {
    display: none;
  }
  .navigation-bar a:hover .line {
    display: none;
  }
  .navigation-bar a.active .line {
    display: none;
  }
  .navigation-bar a.active2 .line {
    display: none;
  }
  .nav-container {
    visibility: visible;
  }
  /* #home-section{
    margin-top: 50px;
  } */

  #logo {
    display: none;
  }

  #home-section .logo-fixed {
    display: none;
  }

  .team-section-parallax {
    background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/commercial/commercial-12.jpg");
    width: 100%;
    height: 20vw;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .projects-section-parallax {
    background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/commercial/commercial-10.jpg");
    min-width: 100vw;
    height: 20vw;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

}

@media (min-width: 1199px) {
  div.nav-container {
    display: none;
  }
  div.nav-container2 {
    display: none;
  }
  div.nav-container3 {
      display: none;
    }
}

.contact-us-section-parallax {
  background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/residential/residential-5.jpg");
  min-width: 100vw;
  min-height: 18vw;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-us-section-parallax {
  height: 100vw;
  padding: 8vw;
  text-align: center;
  vertical-align: middle;
}

.contact-us-text h3 {
  color: white;
}

.contact-us-text h5 {
  color: white;
}

.contact-us-text h3 {
  font-size: 4vw;
  font-weight: bold;
}

/*----------------fixing parallax height-------------------*/

@media (max-width:769px) {
  .contact-us-section-parallax {
    height: 100vh;
    padding: 16vw;
    text-align: center;
    vertical-align: middle;
  }
  .contact-us-text h3 {
    font-size: 8vw;
    font-weight: bold;
  }
}

.contactUsLogos {
  align-items: center;
  float: right;
  margin-right: 62;
  height: 21px;
  width: 21px;
}

.invertColor {
  -webkit-filter: invert(1);
  filter: invert(1);
  height: 19px;
  width: 19px;
  margin-left: 10px;
  margin-right: 10px;
}

.invertColorException {
  -webkit-filter: invert(1);
  filter: invert(1);
  height: 19px;
  width: 19px;
  margin-left: 0px;
  margin-right: 10px;
}

.tel {
  width: 35px;
  height: 35px;
  margin-right: 15px;
  margin-top: 5px;
}


.numbersToTheLeft{
  float: left;
}

.toTheRight {
  float: right;
  margin-right: 55px;
}

.flag {
  height: 23px;
  width: auto;
}

.flag1 {
  height: 24px;
  width: auto;
  padding-right: 7px;
}

.sec5 {
  margin-top: 8vw;
}

.sec5-2 {
  margin-top: 1vw;
}

.sec5-3 {
  margin-top: 9vw;
}

/*--------------tel logo + social logos + email +email logo : middle alignement ----------------------*/

@media (max-width:1024px) {
  #team-section {
    position: relative;
    left: 0;
    height: auto;
    min-height: 100px;
    max-width: 100vw;
    overflow: hidden;
  }
  .sec5 {
    max-width: 350px;
    margin: 9vh auto 4vh auto;
  }
  .sec5-3 {
    width: 280px;
    margin: 8vw auto 1vw auto;
    /* padding-left: 25vw; */
    /* padding-left: 5vw; */
    /* padding-right: 20vw; */
    /* float: left; */
  }
  .mail {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    margin-left: 10px !important;
  }
  /* .line, .label{
   visibility: hidden;
   right:0;
 } */
}

.mail {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  margin-left: 50px;
}

.container .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.first-column {
  margin-left: 20vw;
}

.second-column {
  margin-right: 20vw;
  margin-left: 1vw;
}

.name-input,
.email-input {
  margin-bottom: 8%;
}

input {
  width: 55%;
}

.subject-input input {
  width: 73%;
}

input[type=text] {
  border-bottom: 1px solid grey;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  -webkit-appearance: none;
}

.send {
  margin-top: 30vh;
  padding-bottom: 6vh;
  margin-left: 45vw;
  /* margin-bottom: 22%; */
}


.message {
width: 100%;
}

.submit {
  cursor: pointer;
  color: black;
  width: 150px;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  background-color: white;
  padding: 3px 5px 2px 5px;
  height: 40px;
  border-color: black;
  border-style: solid;
}

.submit:hover {
  filter: invert(1);
}

.formMargin {
  margin-top: 10vh;
}

/*--------------tel log + social logos + email +email logo : middle alignement ----------------------*/

@media (max-width:1010px) {
  .first-column {
    max-width: 400px;
    margin: 9vh auto 4vh auto !important;
  }
  .second-column {
    max-width: 400px;
    margin: 1vw auto 1vw auto !important;
  }
  .formMargin {
    margin-top: 0vh;
  }
  /* #contact-us-section {
    position: relative;
    left: 0;
    height: 1100px !important;
    max-width: 100vw;
    overflow: hidden;
  } */
  input {
    width: 89%;
  }
  .send {
    max-width: 200px;
    margin: 4vw auto 1vw auto !important;
  }


}

.follow-padding{
    padding-top: 3px;
    padding-bottom: 10px;
    font-weight: 900;
    color: white !important;
}

.footerSet {
  bottom: 0;
  width: 100%;
  height: 22vh;
  background: black;
  overflow-y: hidden;

}

.footer-text {
  text-align: center;
}

img.footer-logo {
  padding-top: 2vh;
  height: 10vh;
  margin-bottom: 2vh;
}

img.footer-logo2 {
  margin-top: 14%;
  height: 50%;
  margin-bottom: 20%;
  margin-left: 20% !important;
}
#scroll-up{
  cursor: pointer;
}
.footer-text h5 {
  /* padding-top: .5vw; */
  font-size: 1.5vh;
  color: #606060;
}

.footer-text2 h5 {
  /* padding-top: .5vw; */
  font-size: 2vh;
  color: #606060;
}

.lineFooter {
  margin-top: 50%;
  height: 8vh;
  width: 1px;
  background-color: #606060;
}

@media (orientation:portrait) {
  #return-to-top {
      right: 10px !important;
  }
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 40px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.0);
    width: 30px;
    height: 30px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 15px;
    top: 20px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.0);
}
#return-to-top:hover i {
    color: #fff;
    top: 15px;
}


.up-arrow {
  border: solid black;
  border-width: 0 4px 4px 0;
  display: inline-block;
  margin: 0 auto;
      width: 10px;
      height: 10px;
  /* margin-top: 3px; */
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.blackTest{
    color: black;
}
.whiteTest{
  border: solid white;
  border-width: 0 4px 4px 0;
  display: inline-block;
  margin: 0 auto;
      width: 10px;
      height: 10px;
  /* margin-top: 3px; */
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

textarea:focus,
input:focus {
  outline: none;
}

textarea {
  overflow: hidden;
  padding: 10px;
  float: left;
  width: 54%;
  font-size: 14px;
  display: block;
  border-radius: 10px;
  border: 0px solid #556677;
}

.material-icons {
  display: none;
}

.fancybox-button--fb {
  padding: 14px;
}

.fancybox-button--tw {
  padding: 13px;
}

.fancybox-button--close {
  padding: 9px;
}

.fancybox-button--fb svg path,
.fancybox-button--tw svg path {
  stroke-width: 0;
}

/* .fancybox-thumbs{
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
} */

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

.like-button {
  cursor: pointer;
}
.logo-white{
  content:url("../images/icon.png");
}
.fancybox-show-thumbs .fancybox-inner{
  right:0px !important;
}


.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 10px;
  left: 0;
  right : 0;
  height: 80px;
  background: transparent;
}

.fancybox-thumbs > ul > li {
  border-color: transparent;
}

.fancybox-container--thumbs .fancybox-caption-wrap,
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap {
  right: 0;
  bottom: 0;
}

@media all and (max-width: 800px) {

	/* .fancybox-thumbs {
		display: none !important;
	}

	.fancybox-container--thumbs .fancybox-controls,
	.fancybox-container--thumbs .fancybox-slider-wrap,
	.fancybox-container--thumbs .fancybox-caption-wrap {
		bottom: 0;
	} */

}

.like{
  width: 20px;

 padding-top:0;
}
.customHTML {
  position: absolute;/*this is important for the slide*/
    z-index: 99999; /* this place the content over the fancybox */
   }

  .inline{
    position: absolute;
    top: 0;
  }
   ul.socialmedia-fancybox {
    list-style-type: none;
    margin: 0;
    padding: 0;

    display: flex;
   margin-left: 34px;


   }

   ul.socialmedia-fancybox li{
    display: inline-block;

   }

 }
.give-us-a-call-text2{
  margin-top: 20px;
}
.france-contact{

  margin-top:20px;
}
.australia-contact{
  margin-top:20px;
}
h6.give-us-a-call-text2{
  font-size: 1.5em;
}




.contact100-map{
  background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/contact-us-background.jpg");
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
