/*
Theme Name: Selso
Author: Cskills
Version: 1
*/
#cookie-law-info-again{box-shadow: none !important; display: none !important}
.screen1, .screen2, .screen3, .screen4, .contactScreen, .screenGallery, .downloadScreen {
  width: 100vw;
  height: 100%;
  position: fixed;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
}

.screen1 {
  z-index: 1;
}

.screen2 {
  z-index: 2;
}

.screen3 {
  z-index: 3;
}

.screen4 {
  z-index: 4;
}

.loadcontactScreen .contactScreen {
  z-index: 5;
}


.topShape, .bottomShape {
  position: absolute;
  top: 0;
  height: 100vh;
  z-index: 1;
  backface-visibility: hidden;
}

.screen4 .bottomShape::after {
  transform-origin: bottom left;
}

.screen4 .topShape::after {
  transform-origin: top right;
}

.screen1 .topShape::after, .screen3 .topShape::after, .contactScreen .topShape::after {
  transform-origin: bottom right
}

.screen1 .bottomShape::after, .screen3 .bottomShape::after, .contactScreen .bottomShape::after {
  transform-origin: top left
}

.screen2 .topShape::after {
  transform-origin: top right
}

.screen2 .bottomShape::after {
  transform-origin: bottom left
}

.screen1 .topShape img.maintext, .screen1 .bottomShape img.maintext {
  opacity: 0;
  position: absolute;
  transform: translateY(-50%) skewX(45deg);
  width: 15vw;
  top: 50%;
  right: auto;
  z-index: 2;
}

.screen1 .topShape img.maintext {
  left: 193.1vw;
}

.screen1 .bottomShape img.maintext {
  left: -7vw;
}

.screen1 .topShape {
  width: 200%;
  left: -150.3%;
  transform: skewX(-45deg);
  overflow: hidden;
  /* background-color: #000; */
}

.screen1 .bottomShape {
  width: 170%;
  right: -119.5%;
  overflow: hidden;
  transform: skewX(-45deg);
  z-index: -1;
  /* background-color: #CECECE; */
}

.screen1 .topShape::after, .screen1 .bottomShape::after {
  content: "";
  position: absolute;
  z-index: -1;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -moz-transform: skewX(45deg) rotate(45deg);
  -ms-transform: skewX(45deg) rotate(45deg);
  -webkit-transform: skewX(45deg) rotate(45deg);
  transform: skewX(45deg) rotate(45deg);
}

.screen1 .topShape::after {
  background-color: #000;
}

.screen1 .bottomShape::after {
  background-color: #CECECE;
}

/* ==============screen 1 css end=================== */
.screen2 {
  opacity: 0;
}

.loadscreen2 .screen2 {
  opacity: 1;
}

.screen2 img.maintext {
  position: absolute;
  transform: translateY(-50%) skewX(45deg);
  width: 30vw;
  top: 50%;
  right: auto;
  z-index: 2;
  opacity: 0;
}

.screen2 .topShape img.maintext {
  left: 198.2vw;
}

.screen2 .bottomShape img.maintext {
  left: -1.9vw;
}

.screen2 .topShape {
  width: 200%;
  left: -163.1%;
  transform: skewX(-45deg);
  overflow: hidden;
}

.screen2 .bottomShape {
  width: 170%;
  right: -106.9%;
  overflow: hidden;
  transform: skewX(-45deg);
  z-index: -1;
}

.screen2 .topShape::after, .screen2 .bottomShape::after {
  content: "";
  position: absolute;
  z-index: -1;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -moz-transform: skewX(45deg) rotate(45deg);
  -ms-transform: skewX(45deg) rotate(45deg);
  -webkit-transform: skewX(45deg) rotate(45deg);
  transform: skewX(45deg) rotate(45deg);
}

.screen2 .topShape::after {
  background-color: #000;
}

.screen2 .bottomShape::after {
  background-color: #CECECE;
}

/* ==============screen 2 css end=================== */
.screen3 {
  opacity: 0;
}

.loadscreen3 .screen3 {
  opacity: 1;
}

.screen3 .topShape {
  width: 200%;
  left: -137%;
  transform: skewX(-45deg);
  overflow: hidden;
}

.screen3 .bottomShape {
  width: 170%;
  right: -133%;
  overflow: hidden;
  transform: skewX(-45deg);
  z-index: -1;
}

.screen3 .topShape::after, .screen3 .bottomShape::after {
  content: "";
  position: absolute;
  z-index: -1;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -moz-transform: skewX(45deg) rotate(45deg);
  -ms-transform: skewX(45deg) rotate(45deg);
  -webkit-transform: skewX(45deg) rotate(45deg);
  transform: skewX(45deg) rotate(45deg);
}

.screen3 .topShape::after {
  background-color: #000;
}

.screen3 .bottomShape::after {
  background-color: #CECECE;
}

.screen3 .topShape img.maintext, .screen3 .bottomShape img.maintext {
  opacity: 0;
  position: absolute;
  transform: translateY(-50%) skewX(45deg);
  width: 80vw;
  top: 50%;
  right: auto;
  z-index: 2;
}

.screen3 .topShape img.maintext {
  left: 145.4vw;
}

.screen3 .bottomShape img.maintext {
  left: -54.6vw;
}

.screen3 .topShape img.cursivetext {
  opacity: 1;
  position: absolute;
  transform: translateY(-50%) skewX(45deg);
  left: 85vw;
  z-index: 3;
}

.nextArrow {
  position: absolute;
  width: 8vw;
  height: 4vw;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  cursor: pointer;
  z-index: 4;
}

.nextArrow img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
  transform: translateX(0px);
  -webkit-transition: transform .3s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: transform .3s cubic-bezier(.16, .84, .44, 1);
  -o-transition: transform .3s cubic-bezier(.16, .84, .44, 1);
  transition: transform .3s cubic-bezier(.16, .84, .44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}

.no-touch .nextArrow:hover img {
  transform: translateX(30px);
}

/* =========screen3 end here */
/* .screen4{opacity: 0;}
.loadscreen4 .screen4{opacity: 1;} */
.screen4 .topShape {
  width: 200%;
  left: -156%;
  transform: skewX(45deg);
  overflow: hidden;
}

.screen4 .bottomShape {
  width: 170%;
  right: -114%;
  overflow: hidden;
  transform: skewX(45deg);
  z-index: -1;
}

.screen4 .topShape::after, .screen4 .bottomShape::after {
  content: "";
  position: absolute;
  z-index: -1;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -moz-transform: skewX(-45deg) rotate(-45deg);
  -ms-transform: skewX(-45deg) rotate(-45deg);
  -webkit-transform: skewX(-45deg) rotate(-45deg);
  transform: skewX(-45deg) rotate(-45deg);
}

.screen4 .topShape::after {
  background-color: #CECECE;
}

.screen4 .bottomShape::after {
  background-color: #000;
}

.screen4 img.cursivetext {
  opacity: 1;
  position: absolute;
  top: 59%;
  width: 46vw;
  transform: translateY(-50%);
  left: -50vw;
  z-index: 3;
}

.screen4 .topShape img.maintext, .screen4 .bottomShape img.maintext {
  opacity: 0;
  position: absolute;
  transform: translateY(-50%) skewX(-45deg);
  width: 80vw;
  top: 50%;
  right: auto;
  z-index: 2;
}

.screen4 .topShape img.maintext {
  left: 167.8vw;
}

.screen4 .bottomShape img.maintext {
  left: -32.2vw;
}

.backArrow {
  position: absolute;
  width: 8vw;
  height: 4vw;
  bottom: -50%;
  left: 50%;
  right: auto;
  cursor: pointer;
  z-index: 4;
  transform: translateX(-50%) rotate(180deg);
}
.loadDownloadScreen .backArrow {
display: none
}

.backArrow img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
  transform: translateX(0px);
  -webkit-transition: transform .3s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: transform .3s cubic-bezier(.16, .84, .44, 1);
  -o-transition: transform .3s cubic-bezier(.16, .84, .44, 1);
  transition: transform .3s cubic-bezier(.16, .84, .44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}

.no-touch .backArrow:hover img {
  transform: translateX(30px);
}

.loadcontactScreen .nextArrow, .loadcontactScreen .backArrow {
  display: none
}

header {
  position: fixed;
  display: block;
  width: 100%;
  left: 0px;
  top: -100px;
  z-index: 10;
}
.menuopen header{
  top: 0px;
}
header .logo {
  position: absolute;
  top: 30px;
}

header .logo svg {
  width: 100%;
  height: auto;
}

header .logo svg path.logopart {
  fill: #9d9d9c;
}

.loadscreen4 header .logo svg path.logopart, .loadGalleryScreen header .logo svg path.logopart {
  fill: #000;
}

.loadGalleryScreen.graylogo header .logo svg path.logopart ,
.loadDownloadScreen header .logo svg path.logopart{
  fill: #9d9d9c !important;
}

#menu-toggle {
  width: 50px;
  height: 50px;
  position: absolute;
  cursor: pointer;
  right: 30px;
  top: 30px;
  /* z-index: 11; */
  z-index: 100006;
  /* background: #fff; */

}

#menu-toggle * {
  transition: .25s ease-in-out;
}

#menu-toggle #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
}

#menu-toggle #hamburger span {
  width: 47px;
  height: 2px;
  position: relative;
  /* top: 1px;
    left: 1px; */
  margin: 9px auto;
}

#menu-toggle #hamburger span:nth-child(1) {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  margin-top: 9px;
}

#menu-toggle #hamburger span:nth-child(2) {
  -webkit-transition-delay: .625s;
  -o-transition-delay: .625s;
  transition-delay: .625s;
}

#menu-toggle #hamburger span:nth-child(3) {
  -webkit-transition-delay: .75s;
  -o-transition-delay: .75s;
  transition-delay: .75s;
}

#menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  right: -2px;
  top: 0;
}

#menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 2px;
  position: absolute;
  top: 2px;
  left: 21px;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  border: 0 !important;
  background-color: #fff;
}

#menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0px;
  top: 25px;
  -webkit-transition-delay: .25s;
  -o-transition-delay: .25s;
  transition-delay: .25s;
  background-color: #fff;
  border: 0 !important;
}

.menuopen #menu-toggle #hamburger span {
    width: 0%;
  }

  .menuopen #menu-toggle #hamburger span:nth-child(1) {
    transition-delay: 0s;
  }

  .menuopen #menu-toggle #hamburger span:nth-child(2) {
    transition-delay: .125s;
  }

  .menuopen #menu-toggle #hamburger span:nth-child(3) {
    transition-delay: .25s;
  }

  .menuopen #menu-toggle #cross span:nth-child(1) {
    height: 47px;
    transition-delay: .625s;
  }

  .menuopen #menu-toggle #cross span:nth-child(2) {
    width: 47px;
    transition-delay: .375s;
  }
#menu-toggle span {
  display: block;
  /* background: #000; */
  border-top: 2px solid #000;
  border-bottom: 1px solid #CECECE;
  border-radius: 0;
}

.overlay-navigation {
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0%;
  bottom: 0px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
transition: all 0.5s ease-in-out 0s;
}

.menuopen .overlay-navigation {
  visibility: visible;
  /* right: 0px; */
}

.overlay-navigation::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0px;
  transform: skewX(45deg) rotate(45deg);
  background: #000;
  -webkit-transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
transition: all 0.5s ease-in-out 0s;
height: 0vw;
}

.menuopen .overlay-navigation::before{
  height: 180vw;
}
.overlay-navigation>div {
  width: 100%;
  height: 100%;
  padding: 10px;
  position: relative;
  z-index: 1;
  overflow: auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.menu div {
  font-family: 'CircularStd-Bold';
  color: #6C6C6C;
  margin: 20px 0px;
  font-size: 5vw;
  line-height: 5vw;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.menu div>span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(-45deg, #6C6C6C 30%,  rgb(108 108 108 / 0%) 0%);
  background-color: #6C6C6C ;
  transition: all .3s cubic-bezier(.16,.84,.44,1);
}

.menu div:hover>span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(-45deg, #6C6C6C 30%, rgb(255 255 255 / 0%) 0%);
  background-color: #fff;
}

.downloadList {
  margin-top: 2vw;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.downloadList a {
  /* margin: 0px 3vw; */
  font-size: 2.5vw;
  line-height: 3.5vw;
  font-family: 'CircularStd-Bold';
  color: #6C6C6C;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  padding: 2px 4vw 2px 0vw;
  /* border-left: 1px solid #6C6C6C; */
  background: url('images/download-icon.svg');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 60%
}

.downloadList a.locked{
  background: url('images/lock-icon.svg');
  padding: 8px 3vw 0px 0vw;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 60%;
  pointer-events: none;
}

/*
.downloadList a:nth-child(1) {
  border-left: 0px;
  margin-right: 0px;
} */

.downloadList a:hover {
  color: #fff;
}

.contactScreen {
  opacity: 0;
  /* background-color: #fff; */
}

.contentWarpper {
  opacity: 0;
}

.loadcontactScreen .contactScreen {
  opacity: 1;
  background-color: #fff;
}

.contactScreen .topShape {
  width: 200%;
  left: -130%;
  transform: skewX(-45deg);
  overflow: hidden;
  /* background-color: #000; */
}

.contactScreen .bottomShape {
  width: 200%;
  right: -170%;
  overflow: hidden;
  transform: skewX(-45deg);
  z-index: -1;
  /* background-color: #CECECE; */
}

.contactScreen .topShape::after, .contactScreen .bottomShape::after {
  content: "";
  position: absolute;
  z-index: -1;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -moz-transform: skewX(45deg) rotate(45deg);
  -ms-transform: skewX(45deg) rotate(45deg);
  -webkit-transform: skewX(45deg) rotate(45deg);
  transform: skewX(45deg) rotate(45deg);
}

.contactScreen .topShape::after {
  background-color: #000;
}

.contactScreen .bottomShape::after {
  background-color: #CECECE;
}

.contactScreen .contentWarpper {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 27px;
  line-height: 37px;
}

.contactScreen .contentWarpper a {
  color: #fff;
  text-decoration: none;
}

.contactScreen .contentWarpper a:hover {
  color: #fff;
  text-decoration: underline;
}

.contactScreen .contentWarpper a {
  display: block;
  white-space: nowrap;
}

.contactScreen .contentWarpper .col {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-flow: row wrap;
  width: 70%;
}

.contactScreen .contentWarpper .col .partnerLogo {
  margin-bottom: 20px;
  display: block;
  height: 60px;
}

.contactScreen .contentWarpper .col .partnerLogo img {
  width: auto;
  height: 60px;
}

.contactScreen .contentWarpper .col_1_1 {
  width: 1300px;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.contactScreen .contentWarpper .col:nth-child(1)>div:first-child {
  border-right: 1px solid #fff;
}

.contactScreen .contentWarpper .col:nth-child(1)>div {
  /* width: 55%; */
  padding: 20px 50px;
}

.contactScreen .contentWarpper .col:nth-child(1)>div:nth-child(1) {
  width: 55%;
}

.contactScreen .contentWarpper .col:nth-child(1)>div:nth-child(2) {
  width: 45%;
}

.contactScreen .contentWarpper .col:nth-child(1)>div p:last-of-type {
  padding: 0px;
}

.contactScreen .contentWarpper .col:nth-child(2) {
  font-size: 16px;
  line-height: 22px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 30px;
  width: 30%;
}

.footerMenu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.footerMenu li a {
  color: #000 !important;
  padding: 3px 0px;
  display: block;
  cursor: pointer;
}

.footerMenu li a:hover {
  color: #fff !important;
}

.getintouch {
  position: absolute;
  bottom: 0vw;
  width: 48vw;
  position: absolute;
  z-index: 5;
  left: auto;
  right: auto;
}

.loadcontactScreen header .logo svg path.logopart {
  fill: #9d9d9c;
}

.bottompageContent {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: -100%;
  opacity: 0;
  background: #FFF;
  z-index: 5;
  padding-top: 120px;
  overflow: auto;
  overflow-x: hidden;
  transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
}
.bottompageContent > div{position: relative;}

.closebtn
{
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  right: -5px;
  top: 0px;
opacity: 0;
transition: all .6s ease-in-out;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition-delay: 0.6s;
  transform: rotate(45deg);
}

.pageinfoOpen .closebtn
{
  opacity: 1;
}
.closebtn::before {
  content: '';
  height: 40px;
  width: 2px;
  position: absolute;
  top: 4px;
  left: 23px;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  border: 0 !important;
  background-color: #000;
}

.closebtn::after {
  content: '';
  width: 40px;
  height: 2px;
  position: absolute;
  left: 4px;
  top: 22px;
  -webkit-transition-delay: .25s;
  -o-transition-delay: .25s;
  transition-delay: .25s;
  background-color: #000;
  border: 0 !important;
}

.pageinfoOpen .bottompageContent.active {
  opacity: 1;
  left: 0%;
}

.bottompageContent>div>div:not(.closebtn) {
  max-width: 90%;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  padding: 100px 0px 50px 0px;
}

.pagelogo {
  margin-bottom: 5%;
  display: inline-block;
}

.innerContent, .innerContent h3, .innerContent h6 {
  font-size: 28px;
  line-height: 32px;
}
.innerContent h2
{
  position: relative;
  padding-right: 60px;
}
.backtoTop {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.8px;
  border-bottom: 2px solid #000;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.backtoTop:hover {
  border-bottom: 2px solid #fff;
}

.pageinfoOpen header {
  background-color: #000;
  height: 120px;
  top: 0px;
}

.screenGallery {
  /* opacity: 1;
  visibility: visible;
  z-index: 7; */
  opacity: 0;
  visibility: hidden;
}

.loadGalleryScreen .screenGallery {
  z-index: 7;
  opacity: 1;
  visibility: visible;
}

.Galleryslider {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}

.Galleryslider.loaded {
  visibility: visible;
  opacity: 1;
}

.screenGallery::before {
  content: '';
  position: absolute;
  z-index: 7;
  width: 200%;
  background-color: #fff;
  height: 100%;
  right: -45%;
  display: block;
  transform: skewX(30deg);
}

.loadGalleryScreen .screenGallery::before {
  -webkit-animation: galleryshow 1.5s ease forwards;
  /* Safari 4+ */
  -moz-animation: galleryshow 1.5s ease forwards;
  /* Fx 5+ */
  -o-animation: galleryshow 1.5s ease forwards;
  /* Opera 12+ */
  animation: galleryshow 1.5s ease forwards;
  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes galleryshow {
  0%, 50% {
    width: 180%;
  }

  100% {
    width: 0%;
  }
}

@keyframes galleryshow {
  0%, 50% {
    width: 180%;
  }

  100% {
    width: 0%;
  }
}

.galleryImg .imageHolder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;

}

.slick-dots {
  position: absolute;
  margin: 0px;
  list-style: none;
  padding: 0px;
  bottom: 20px;
  right: 20px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}

.slick-dots li {
  padding: 5px;
}

.slick-dots li button {
  cursor: pointer;
  width: 30px;
  height: 31px;
  font-size: 0px;
  border-radius: 100%;
  background-color: #fff;
  border-width: 1px;
  border-color: #000 !important;
  border: 1px solid #000;
  border-block-style: solid;
  font-size: 0px !important;
  transition: all .3s cubic-bezier(.16,.84,.44,1);
      padding: 0px !important;
}

.slick-dots li.slick-active button {
  background-image: linear-gradient(-45deg, #6C6C6C 50%, rgb(0 0 0 / 0%) 50%);
  background-color: #000;
  pointer-events: none;
}
.no-touch .slick-dots li:not(.slick-active):hover button {
  background-image: linear-gradient(-45deg, rgb(108 108 108 / 0%) 50%, #fff 50%);
  background-color: rgb(108 108 108 / 50%);
}

.galleryImg {
  height: 100%;
}

.galleryImg img {
  max-width: 100%;
  /* object-fit: contain;
object-position: left center; */
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  /* background-color: #fff; */
}

.hideExpandIcon, .showExpandIcon {
  width: 100%;
  height:100%;
  position: absolute;
  z-index: 2;
  display: block;
  left: 10px;
  bottom: 10px;
  cursor: pointer;
}
.hideExpandIcon
{
    cursor: url("images/expand-icon.svg") 60 60, url("images/expand-icon.svg") 60 60, default;
}

.showExpandIcon {
  cursor: url("images/collapse-icon.svg") 60 60, url("images/collapse-icon.svg") 60 60, default;
}
.touch .hideExpandIcon
{
  background: url('images/expand-icon.svg');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 50px;
}
.touch .showExpandIcon
{
  background: url('images/collapse-icon.svg');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 40px;
  }

.off {
  display: none
}

.galleryCaption {
  position: absolute;
  z-index: 3;
  width: 180%;
  background-color: #fff;
  height: 100%;
  right: -50%;
  padding-right: 10%;
  padding-left: 10%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
/* .slick-track .slick-slide:nth-child(1) .galleryCaption {
  width: 100%;
} */
.slick-active {
  /* animation-delay:  2s; */
}

.currentactiveSlide .galleryCaption {
  /* width: 180%; */
  -webkit-animation: slidewidth 0.7s ease forwards;
  /* Safari 4+ */
  -moz-animation: slidewidth 0.7s ease forwards;
  /* Fx 5+ */
  -o-animation: slidewidth 0.7s ease forwards;
  /* Opera 12+ */
  animation: slidewidth 0.7s ease forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes slidewidth {
  0%{
    width: 180%;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes slidewidth {
  0% {
    width: 180%;
  }

  100% {
    width: 100%;
  }
}

@-o-keyframes slidewidth {
  0%{
    width: 180%;
  }

  100% {
    width: 100%;
  }
}

@keyframes slidewidth {
  0%{
    width: 180%;
  }

  100% {
    width: 100%;
  }
}

.previousSlide .galleryCaption {
  width: 100%;
  -webkit-animation: reverseslidewidth 0.7s ease forwards;
  /* Safari 4+ */
  -moz-animation: reverseslidewidth 0.7s ease forwards;
  /* Fx 5+ */
  -o-animation: reverseslidewidth 0.7s ease forwards;
  /* Opera 12+ */
  animation: reverseslidewidth 0.7s ease forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0;
  animation-delay: 0s;

}
@media (orientation: landscape) {
.previousSlide {
  opacity: 1 !important;
  z-index: 1000!important
}
.currentactiveSlide {

  z-index: 1001!important
}
}

@-webkit-keyframes reverseslidewidth {
  0% {
    width: 100%;
  }

  100% {
    width: 180%;
  }
}

@-moz-keyframes reverseslidewidth {
  0% {
    width: 100%;
  }

  100% {
    width: 180%;
  }
}

@-o-keyframes reverseslidewidth {
  0% {
    width: 100%;
  }

  100% {
    width: 180%;
  }
}

@keyframes reverseslidewidth {
  0% {
    width: 100%;
  }

  100% {
    width: 180%;
  }
}

.galleryCaption.hide {
  width: 100%;
  -webkit-animation: hidecaption 1s ease forwards;
  /* Safari 4+ */
  -moz-animation: hidecaption 1s ease forwards;
  /* Fx 5+ */
  -o-animation: hidecaption 1s ease forwards;
  /* Opera 12+ */
  animation: hidecaption 1s ease forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes hidecaption {
  0% {
    width: 100%;
  }

  100% {
    width: 0%;
  }
}

@-moz-keyframes hidecaption {
  0% {
    width: 100%;
  }

  100% {
    width: 0%;
  }
}

@-o-keyframes hidecaption {
  0% {
    width: 100%;
  }

  100% {
    width: 0%;
  }
}

@keyframes hidecaption {
  0% {
    width: 100%;
  }

  100% {
    width: 0%;
  }
}

.galleryCaption.show {
  width: 0%;
  -webkit-animation: showcaption 0.6s ease forwards;
  /* Safari 4+ */
  -moz-animation: showcaption 0.6s ease forwards;
  /* Fx 5+ */
  -o-animation: showcaption 0.6s ease forwards;
  /* Opera 12+ */
  animation: showcaption 0.6s ease forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes showcaption {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes showcaption {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-o-keyframes showcaption {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes showcaption {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.slick-track .slick-slide:nth-child(odd) .galleryCaption{
  transform: skewX(30deg);
  right: -57%;
}

.slick-track .slick-slide:nth-child(odd) .galleryCaption>div {
  transform: skewX(-30deg);
}

.slick-track .slick-slide:nth-child(even) .galleryCaption>div {
  transform: skewX(45deg);
}

.slick-track .slick-slide:nth-child(even) .galleryCaption {
  transform: skewX(-45deg);
}

.galleryCaption>div {
  transform: skewX(-30deg);
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.36px;
  opacity: 0;
}

.currentactiveSlide .galleryCaption>div {
  -webkit-animation: appearelement 0.6s ease forwards;
  /* Safari 4+ */
  -moz-animation: appearelement 0.6s ease forwards;
  /* Fx 5+ */
  -o-animation: appearelement 0.6s ease forwards;
  /* Opera 12+ */
  animation: appearelement 0.6s ease forwards;
  /* IE 10+, Fx 29+ */
  animation-delay: 0.7s;
}

.previousSlide .galleryCaption>div {
  opacity: 1;
  -webkit-animation: hideelement 0.1s ease forwards;
  /* Safari 4+ */
  -moz-animation: hideelement 0.1s ease forwards;
  /* Fx 5+ */
  -o-animation: hideelement 0.1s ease forwards;
  /* Opera 12+ */
  animation: hideelement 0.1s ease forwards;
  /* IE 10+, Fx 29+ */
  animation-delay: 0s;
}

.galleryCaption>div h2 {
  font-size: 4.68vw;
  /*90px*/
  line-height: 4.68vw;
  letter-spacing: -0.14vw;
  /*-2.7px*/
  font-family: 'CircularStd-Bold';
  font-weight: normal;
}

.galleryCaption>div p {
  padding-left: 4px;
}

.pageNotFound {
  padding: 5vw 20px 4vw 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pageNotFound .centerBlock {
  padding: 0px;
  max-width: 450px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  color: #000;

  font-size: 20px;
  line-height: 26px;
}

.pageNotFound .centerBlock h1 {
  font-size: 10vw;
  line-height: 15vw;
}

.pageNotFound .centerBlock h3 {
  font-size: 4vw;
  line-height: 4vw;
}

.pageNotFound .lineLink {
  color: #000;
  display: inline;
  text-decoration: underline;
}

/* comman css end here */
@media (orientation: landscape) {
  header .logo {
    left: 30px;
    width: 120px;
    top: 30px;
  }

  .overlay-navigation::before{
    top: -55vw;
    width: 100%;
    height: 0vw;
  }

  /* ===============screen3 start================ */
  .screen1 .topShape::after, .screen2 .bottomShape::after, .screen3 .topShape::after, .screen4 .bottomShape::after,
  .contactScreen .topShape::after {
    bottom: -35vw;
    width: 100%;
    height: 0vw;
  }

  .screen1 .bottomShape::after, .screen2 .topShape::after, .screen3 .bottomShape::after, .screen4 .topShape::after,
  .contactScreen .bottomShape::after {
    top: -35vw;
    width: 100%;
    height: 0vw;
  }

  /* ===============screen3 end================ */
  .screen3 .topShape img.cursivetext {
    width: 41vw;
    top: 53%;
  }

  .screen3 .maintextPortrait {
    display: none !important;
  }

  .screen4 .maintextPortrait {
    display: none !important;
  }

  .screen4 .topShape::after {
    top: -35vw;
    left: 0px;
    width: 100%;
    height: 0vw;
  }

  .screen4 .bottomShape::after {
    bottom: -35vw;
    width: 100%;
    height: 0vw;
  }
}

@media (orientation: portrait) {
  .loadGalleryScreen header {
    top: 0px !important;
  }

  header .logo {
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
  }

  .loadscreen4 header .logo svg path.logopart {
    fill: #9d9d9c;
  }
  .menuopen .overlay-navigation::before {
    height: 190vh;
  }
  #menu-toggle {
    transform: scale(0.8);
    right: 20px;
    top: 20px;
  }

  .overlay-navigation::before {
    top: -45vh;
    width: 100%;
    height: 0vw;
  }

  .menu div {
    font-size: 10vw;
    line-height: 12vw;
  }

  .downloadList a, .downloadList a.locked {
    font-size: 5vw;
    line-height: 6vw;
    padding: 10px 7vw 0px 2vw;
    border: 0px;
  }


  /* ===============screen3 start================ */
  .screen1 .topShape::after, .screen2 .bottomShape::after, .screen3 .topShape::after, .screen4 .bottomShape::after,
  .contactScreen .topShape::after {
    bottom: -35vh;
    width: 100%;
    height: 0vh;
  }

  .screen1 .bottomShape::after, .screen2 .topShape::after, .screen3 .bottomShape::after, .screen4 .topShape::after,
  .contactScreen .bottomShape::after {
    top: -35vh;
    width: 100%;
    height: 0vh;
  }

  .screen3 .topShape img.maintextPortrait, .screen3 .bottomShape img.maintextPortrait {
    opacity: 0;
    position: absolute;
    transform: translateY(-50%) skewX(45deg);
    width: 85vw;
    top: 48%;
    right: auto;
    z-index: 2;
  }

  .screen3 .topShape img.maintextPortrait {
    left: 142vw;
  }

  .screen3 .bottomShape img.maintextPortrait {
    left: -58vw;
  }

  /* ===============screen3 eng================ */
  .screen3 .topShape img.cursivetext {
    width: 50vw;
    top: 48%;
  }

  .screen4 img.cursivetext {
    left: -60vw;
    top: 52%;
    width: 60vw;
  }

  .screen4 .maintext, .screen3 .maintext {
    display: none !important;
  }

  .screen4 .topShape {
    left: -147%;
  }

  .screen4 .bottomShape {
    right: -123%;
  }

  .screen4 .topShape img.maintextPortrait, .screen4 .bottomShape img.maintextPortrait {
    opacity: 0;
    position: absolute;
    transform: translateY(-50%) skewX(-45deg);
    width: 85vw;
    top: 50%;
    right: auto;
    z-index: 2;
  }

  .screen4 .topShape img.maintextPortrait {
    left: 153vw;
  }

  .screen4 .bottomShape img.maintextPortrait {
    left: -47vw;
  }

  .loadGalleryScreen header .logo svg path.logopart {
    fill: #9d9d9c;
  }

  .hideExpandIcon, .showExpandIcon {
    display: none
  }

  .galleryImg {
    height: 100%;
    display: flex !important;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .slick-active .galleryCaption>div {
    animation: none;
    opacity: 1;
  }

  .screenGallery {
    background-color: #000;
  }

  .screenGallery::before {
    background-color: #000;
  }

  .galleryImg .imageHolder {
    position: relative;
    height: auto;
  }

  .slick-track .slick-slide:nth-child(odd) .galleryCaption, .slick-track .slick-slide:nth-child(even) .galleryCaption>div,
  .slick-track .slick-slide:nth-child(even) .galleryCaption, .slick-track .slick-slide:nth-child(odd) .galleryCaption>div {
    transform: none;
    animation: none;
    width: 100%;
    text-align: center;
  }

  .galleryCaption {
    background-color: #000;
    color: #fff;
    width: 100% !important;
    padding: 30px 30px 75px 30px;
    animation: none;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
  }

  .galleryCaption>div h2 {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: -0.14vw;
    margin-bottom: 5px;
  }

  .slick-dots {
    justify-content: center;
    left: 0;
    right: 0;
  }

  .slick-dots li button {
    width: 20px;
    height: 20px;
    background-color: #000;
    border-width: 1px;
    border-color: #fff !important;
  }
}

.downloadScreen
{
  background-color: #000;
  /* -webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%); */
    opacity: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    transition-delay: 0s;
overflow-x: hidden;

}

.loadDownloadScreen .downloadScreen
{
      z-index: 9;
      opacity: 1;
  /* -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%); */
}

.downloadScreen .contentWarpper {
  opacity: 0;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  color: #fff;
  text-align: center;
  padding: 30px;
  width: 100%;
  position: relative;
  z-index: 1;
  transition-delay: 0.5s;
}
.loadDownloadScreen .downloadScreen .contentWarpper
{
  opacity: 1;
}

.downloadScreen .contentWarpper img{
  max-width: 620px;
  width: 100%;
}
.downloadScreen .gform_wrapper.gravity-theme .gform_footer
{
  text-align: center;
  margin-top: 30px;
  position: relative;
}

.downloadScreen .gform_wrapper.gravity-theme .ginput_container_consent label, .gform_wrapper.gravity-theme .ginput_container_consent label {
    display: inline-block;
    	font-family: 'CircularStd-Book';
    font-size: 17px;
    line-height: 20px;
}

.downloadScreen .gform_wrapper.gravity-theme fieldset
{
  text-align: left;
}
.downloadForm
{

  max-width: 890px;
  width: 100%;
  margin: 40px auto;
  overflow: hidden;
}
.downloadForm .gform_wrapper .gfield_validation_message,
.downloadForm .gform_wrapper .validation_message {
    background: transparent;
    border: 0;
    font-size: 14.992px;
    margin-top: 5px;
    padding: 0 !important;
    text-align: left;
}
 .gform_wrapper .gfield_required
{display: none !important}


.downloadScreen .gform_confirmation_message
{
  padding: 20px 20px;
background: rgb(237 237 237 / 30%);
text-align: center;
    border: 1px solid #9b9b9b;
    font-size: 18px;
    line-height: 22px;
    max-width: 550px;
    margin: 20px auto 20px auto;
}


.downloadScreen .gform_wrapper .gform_validation_errors
{
  text-align: left;
}
/* .downloadScreen .gform_wrapper .gform_validation_errors>h2 {
    color: #ffffff;
  }
.downloadScreen .gform_wrapper .gform_validation_errors {
    background: #535353;
    border-radius: 0;
    border: 1.5px solid #ffffff;
    box-shadow:none;
        color: #fff;
} */
