*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Montserrat, sans-serif;
  background: #FFFFFF;
}


@font-face {
    font-family: 'Butler';
    src: url('static/Butler/Butler-UltraLight.woff2') format('woff2'),
        url('static/Butler/Butler-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('static/Butler/Butler-Medium.woff2') format('woff2'),
        url('static/Butler/Butler-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('static/Butler/Butler-Light.woff2') format('woff2'),
        url('static/Butler/Butler-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('static/Butler/Butler-Black.woff2') format('woff2'),
        url('static/Butler/Butler-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('static/Butler/Butler-Bold.woff2') format('woff2'),
        url('static/Butler/Butler-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('static/Butler/Butler-ExtraBold.woff2') format('woff2'),
        url('static/Butler/Butler-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('static/Butler/Butler.woff2') format('woff2'),
        url('static/Butler/Butler.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.parallax {
  
  background-image: url("images/004.jpg");

  /* Set a specific height */
  min-height: 100vh; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
}

.mobile{
    display: none;
}

 .site{
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
 }


 .mainHeader{
  display: block;
  position: fixed;
  width: 100%;
  height: auto;
  top:0px;
  left:0px;
  z-index: 2000;
     transition: all 500ms;
 
 }

.downloadSections{
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  text-align: center;
  bottom: 10px;
  z-index: 300;
}
.insideDownload{
  display: inline-table;
  position: relative;
  width: 100%;
  max-width: 1200px;
}

.col1{
  display: table-cell;
  position: relative;
  width: 50%;
  height: auto;
  vertical-align: middle;
  text-align: left;
  padding: 10px;
 
}.col2{
  display: table-cell;
  position: relative;
  width: 50%;
  height: auto;
  vertical-align: middle;
  text-align: right;
  padding: 20px;
 
}
 

   .download{
  display: inline-block;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #FFFFFF;
 
 } .download a{
  display: block;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
 
  font-size: 18px;
  min-width: 270px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  background-image: url('static/line.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  text-transform: uppercase;
  padding: 7px;

 } .download a:hover{
  color: #FFFFFF;
 }



 .footer{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #2B3743;
  z-index: 5;
 }
 
 .commonPad{
  padding: 30px;
  padding-top: 110px;
  padding-bottom: 110px;
      background-color: white;
      z-index: 2;
          position: relative;
          display: block;
 
 }  .commonHomePad{
  padding: 30px;
      background-color: white;
      z-index: 2;
          position: relative;
          display: block;
 
 
 } 
 .commonPad2{
  padding: 30px;
  padding-bottom: 80px;
      background-color: white;
      z-index: 2;
          position: relative;
          display: block;
 
 } 



 .menuPad{
  padding: 30px;
  transition: all 500ms;
 
  }
.footerPad{
  padding: 30px;
  padding-bottom: 20px;
  }


 .nourayaLogo img{
   display: block;
   position: relative;
   width: 200px;

 }
 .jaberLogo img{
   display: block;
   position: relative;
   width: 170px;

 }


.menuTable{
  display: table;
  position: relative;
  width: 100%;
  height: auto;
  table-layout: fixed;
}
.menuCol1{
  display: table-cell;
  position: relative;
  width: 200px;
  height: auto;
  vertical-align: middle;
  text-align: left;
 
}
.menuCol2{
  display: table-cell;
  position: relative;
  width: auto;
  height: auto;
  vertical-align: middle;
  text-align: center;

}.menuCol4{
  display: table-cell;
  position: relative;
  width: auto;
  height: auto;
  vertical-align: bottom;
  text-align: center;

}
.menuCol3{
  display: table-cell;
  position: relative;
  width: 200px;
  height: auto;
  vertical-align: middle;
  text-align: right;
}


.footerTable{
  display: table;
  position: relative;
  width: 100%;
  height: auto;
  table-layout: fixed;
}
.footerCol1{
  display: table-cell;
  position: relative;
  width: 200px;
  height: auto;
  vertical-align: middle;
  text-align: left;
 
}
.footerCol2{
  display: table-cell;
  position: relative;
  width: auto;
  height: auto;
  vertical-align: middle;
  text-align: center;

}.footerCol4{
  display: table-cell;
  position: relative;
  width: auto;
  height: auto;
  vertical-align: bottom;
  text-align: center;

}
.footerCol3{
  display: table-cell;
  position: relative;
  width: 200px;
  height: auto;
  vertical-align: middle;
  text-align: right;
}.footerCol3x{
  display: none;
}



.iconsMobile{
  display: block;
  position: relative;
  width: auto;
  height: auto;
  text-align: center;
  margin-top: 30px;
 
}
.icons{
  display: inline-table;
  position: relative;
  width: auto;
  height: auto;
 
}
.ticon{
  display: table-cell;
  position: relative;
  width: auto;
  height: auto;
  vertical-align: middle;
  text-align: center;
 
}.ticon a{
  padding-left: 10px;
  padding-right: 10px;

 
}

.numbers{
  display: none;
  position: absolute;
  width: auto;
  height: auto;
  background-color: #2B3743;
  right: 0px;
  margin-top: 10px;
  padding: 12px;
}

.textNumbers a{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
}


.gap{
  display: block;
  position: relative;
  width: 100%;
  height: 70px;
}
.gapS{
  display: block;
  position: relative;
  width: 100%;
  height: 20px;
}

.menu{
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}

 .menuItem{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
 } .menuItem a{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
  font-size: 13px;
  color: #FFFFFF;
  text-decoration: none;
 } .menuItem a:hover{
  color: #FFFFFF;
 }





.footerText{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  display: inline-block;
  position: relative;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 1px;
}

.footerText a{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  display: inline-block;
  position: relative;
  font-size: 11px;
  color: #FFFFFF;
  text-decoration: none;
}

.footerText a:hover{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  display: inline-block;
  position: relative;
  font-size: 11px;
  color: #FFFFFF;
  text-decoration: none;
}







.profile{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.profile img{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.typo{
  display: table;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 10;
  table-layout: fixed;
}
.typoCell{
  display: table-cell;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.typoInfo{
  display: inline-block;
  position: relative;
  font-family: 'Butler';
  font-size: 80px;
  color: #FFFFFF;
  letter-spacing: 5px;
}







.textBlock{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;

}
.textBlockContainer{
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1000px;

}.limit500{
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 550px;

}

.pad10{
  padding-top: 0px !important;
}

.sliderBlockContainer{
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1100px;
  padding-top: 40px;

}.slider2BlockContainer{
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 960px;
  padding-top: 20px;

}
.textTableContainer{
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 860px;
}
.blockTableContainer{
  display: inline-table;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 960px;
  table-layout: fixed;
}

.blockCol{
  display: table-cell;
  position: relative;
  width: 33.33%
  height: auto;
  vertical-align: top;
  text-align: left;
 
}


.blockImage{

}

.sliderPad{
  padding: 10px;
}



.textTable{
  display: table;
  position: relative;
  width: 100%;
  height: auto;
  table-layout: fixed;
}
.textCol1{
  display: table-cell;
  position: relative;
  width: auto
  height: auto;
  vertical-align: top;
  text-align: left;
 
}
.textColGap{
  display: table-cell;
  position: relative;
  width: 100px;
  height: auto;
  vertical-align: top;
  text-align: center;

}.textCol2{
  display: table-cell;
  position: relative;
  width: auto;
  height: auto;
  vertical-align: top;
  text-align: left;

}


.mTitle{
  display: block;
  position: relative;
  width: 100%;
  font-family: 'Butler';
  font-size: 18px;
  color: #2B3743;
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  text-align: right;
  border-bottom: 2px solid #2B3743;
  margin-bottom: 20px;

}
.mText{
  font-family: 'Roboto', sans-serif;
  display: block;
  position: relative;
  width: 100%;
  font-size: 13px;
  line-height: 18px; 
  color: #333333;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  text-align: left;
 
}.mText span{
 
  color: #333333;
  font-weight: 700;
}

.mText ul li{
  list-style-type: none;
  margin-left: 40px;
 
   
}



.splitLineContainer{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}
.splitLine{
  display: inline-block;
  position: relative;
  width: 100%;
  height: 1px;
  max-width: 50%;
  background: #6A6F73;
} 

h1{
 
  font-family: 'Butler';
  font-size: 45px;
  color: #2B3743;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  padding-bottom: 15px;
}



.header{
  padding:30px;
  padding-top: 120px;
  padding-bottom: 60px;
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 500px;

}
.header h1{
 
  font-family: 'Butler';
  font-size: 29px;
  line-height: 34px;
  color: #2B3743;
  margin: 0px;
  padding: 0px;
  font-weight: normal;

}
h2{
 
  font-family: 'Butler';
  font-size: 22px;
  line-height: 24px;
  color: #2B3743;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  padding-bottom: 15px;
}
h3{
  font-size: 16px;
  line-height: 26px;
  color: #333333;
   font-family: Montserrat, sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  text-align: center;
  text-align-last: center;
}


.blockHeader{
  font-family: 'Butler';
  font-size: 25px;
  color: #2B3743;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  padding-bottom: 20px;
  padding-top: 20px;
  text-transform: uppercase;
}

 
.blockText{
  display: block;
  position: relative;
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #6A6F73;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  text-align: left;
 
}.blockText span{
    color: #333333;
    width: 25px;
    text-align: right;
    padding-right: 10px;
    display: inline-block;
    position: relative;

}

.blockImage{
    padding-top: 30px;
    padding-right: 50px;
}


 
.slide-arrow { 
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.prev-arrow {
  left: -40px;
  width: 19px;
  height: 19px;
  background-image: url(static/1x/left.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.next-arrow {
  right: -40px;
  width: 19px;
  height: 19px;
  background-image: url(static/1x/right.png);
  background-position: center center;
  background-repeat: no-repeat;
}











 
.home-container{
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  z-index: 2;
}

.home-cell{
  display: table-cell;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

 

.home-cell h1 {
  padding-top: 10%;
  font-family:Montserrat, serif;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1.1;
}.home-cell h2 {
  font-family:Montserrat, serif;
  font-weight: 200;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1.1;
}
 

.social-container{
   display: block;
   position: absolute;
   width: 100%;
   height: auto;
   z-index: 10;
   top: auto;
   right: 0;
   bottom: 40px;
   text-align: center;
} 


.newsletter{
   display: block;
   position: absolute;
   width: 270px;
   height: auto;
   z-index: 100;
   bottom: 60px;
   right: 50px;
   text-align: left;
   border-radius: 10px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.35);
   box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.35);
   padding: 13px;
  
   color: #FFFFFF;
    font-family:Montserrat, serif;
    background-color: #c4c2c363;
}


.n1{
  font-size: 15px;
   padding-right: 30px;   
   font-weight: 500;

}
.n2{
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;   
 
}

.social-items{
   display: inline-block;
   position: relative;
   vertical-align: middle;
} 

.icon  {    
    vertical-align: top;
}
 

 .emailAddress{
  display: block;
  position: relative;
  width: 100%;
  height: 24px;
  border:none;
  border-radius: 8px;
  background-color:rgba(0,0,0,0.15);
  padding-left: 5px;
  padding-right: 5px;
 }
 

.icon a{    

    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
}
.icon a:hover{    

    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
}
 
.submit{
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(materials/icon7.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 13px;
    cursor: pointer;
    right: 16px;
    margin-top: 4px;
    z-index: 100;
 
 
 

}.submit:hover{
    
}


.icon1{
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    background-image: url(materials/icon1.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    cursor: pointer;
    transition:all 0.15s;
    -webkit-transition:all 0.15s;
    -o-transition:all 0.15s;
    -moz-transition:all 0.15s;
        margin: 7px;
     margin-left: 7px;
      margin-right: 7px;

}.icon1:hover{
    
}



.icon2{
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    background-image: url(materials/icon2.svg);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 7px;
     margin-left: 7px;
      margin-right: 7px;
       background-size: 34px auto;
    cursor: pointer;
    transition:all 0.15s;
    -webkit-transition:all 0.15s;
    -o-transition:all 0.15s;
    -moz-transition:all 0.15s;
}.icon2:hover{
    
}



.icon3{
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    background-image: url(materials/icon3.svg);
    background-position: center center;
    background-repeat: no-repeat;
 
       background-size: 26px auto;
    margin: 7px;
     margin-left: 7px;
      margin-right: 7px;
    cursor: pointer;
    transition:all 0.15s;
    -webkit-transition:all 0.15s;
    -o-transition:all 0.15s;
    -moz-transition:all 0.15s;
}.icon3:hover{}



.icon4{
    display: inline-block;
    position: relative;
    width: 26px;
    height: 35px;
    background-image: url(materials/icon4.svg);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 7px;
     margin-left: 7px;
      margin-right: 7px;
     background-size: 26px auto;
    cursor: pointer;
    transition:all 0.15s;
    -webkit-transition:all 0.15s;
    -o-transition:all 0.15s;
    -moz-transition:all 0.15s;
}.icon4:hover{
    
}



.icon5{
    display: inline-block;
    position: relative;
    width: 24px;
    height: 35px;
    background-image: url(materials/icon5.svg);
    background-position: center center;
    background-repeat: no-repeat;
       margin: 7px;      
        margin-left: 7px;
      margin-right: 7px;
     background-size: 16px auto;
    cursor: pointer;
    transition:all 0.15s;
    -webkit-transition:all 0.15s;
    -o-transition:all 0.15s;
    -moz-transition:all 0.15s;
}.icon5:hover{
    
}


.dim{
   
     opacity: 0.2;
 
      transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
    -moz-transition:all 1s;
}.undim{
   
     opacity: 1;
 
      transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
    -moz-transition:all 1s;
}


.telephone{
   display: none;
   position: absolute;
   width: auto;
   height: auto;
   z-index: 10;
   top: 127px;
   right: 93px;
   border: 1px solid #FFFFFF;
   border-radius: 5px;
   padding: 15px;
  padding: 15px; 
} 

.email{
   display: none;
   position: absolute;
   width: auto;
   height: auto;
   z-index: 10;
   top: 127px;
   right: 93px;
   border: 1px solid #FFFFFF;
   border-radius: 5px;
   padding: 15px;
 
} 


.num{
  display: block;
  position: relative;
  width: 100%;
  font-family: Lato, serif;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  min-width: 187px;
 
}.num a{
  display: block;
  position: relative;
  width: 100%;
  font-family: Lato, serif;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  min-width: 187px;
  text-decoration: none;
 
}.num a:hover{
  display: block;
  position: relative;
  width: 100%;
  font-family: Lato, serif;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  min-width: 170px;
  text-decoration: none;
  }

.line{
  display: block;
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  height: 1px;
  margin-bottom: 12px;
  margin-top: 12px;
  }








 

@media (max-width: 1000px){


.menuTable{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  table-layout: fixed;
}
.menuCol1{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  vertical-align: middle;
  text-align: center;
 
}
.menuCol2{
  display: none;
  position: relative;
   width: 100%;
  height: auto;
  vertical-align: middle;
  text-align: center;

}.menuCol4{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  text-align: center;

}
.menuCol3{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  vertical-align: middle;
  text-align: right;
}

.nourayaLogo{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  text-align: left;
}
 
 .nourayaLogo img{
   display: inline-block;
   position: relative;
   width: 150px;

 }

.jaberLogo{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 20px;
}

 .jaberLogo img{
   display: inline-block;
   position: relative;
   width: 170px;

 }

 
  .textTable{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  table-layout: fixed;
}
.textCol1{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  vertical-align: top;
  text-align: left;
 
}
.textColGap{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  vertical-align: top;
  text-align: center;

}.textCol2{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  vertical-align: top;
  text-align: left;

}

.blockTableContainer{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 960px;
  table-layout: fixed;
}

.blockCol{
  display: block;
  position: relative;
  width: 100%
  height: auto;
  vertical-align: top;
  text-align: left;
 
}

.blockImage{
    padding: 10px;
}



.downloadSections{
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  text-align: center;
  bottom: 30px;
  z-index: 300;
}
 
.col1{
/*  display: block;
  position: relative;
  width: 100%;
  height: auto;*/
  vertical-align: middle;
  text-align: center;
  padding: 0px;
 
 
}.col2{
/*  display: block;
  position: relative;
  width: 100%;
  height: auto;*/
  vertical-align: middle;
  text-align: center;
  padding: 0px;
 
 
}
 

   .download{
  display: inline-block;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  display: inline-block;
  position: relative;
  font-size: 11px;
 
 
 } .download a{
  display: block;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
 
  font-size: 13px;
  min-width: auto;
  text-align: center;
 
  text-decoration: none;
  background-image: url('static/line.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  text-transform: uppercase;
  padding: 1px;
  padding-bottom: 5px;


 } .download a:hover{
 
 }


.commonPad {
    padding: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
}


.sliderBlockContainer{
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1100px;
  padding-top: 0px;

}.slider2BlockContainer{
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 960px;
  padding-top: 0px;

}


 .mainHeader{
  display: block;
  position: fixed;
  width: 100%;
  height: auto;
  top:0px;
  left:0px;
  z-index: 2000;
    background-color: #2B3743;
 
 }

.icons{
  display: none;
}

.textBlock {
 
    padding: 10px;
}
 
}



.bars{
  display: none;
  position: absolute;
  z-index: 2500;
  right: 20px;
  top:25px;
 
    cursor: pointer;
 
}.bars img{
   width:48px;
}



.close{
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  background-image: url('static/close.svg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 100;
  top:20px;
  right:30px;
}

.b1{
  margin-top:30px;
}.b2{
  margin-top:30px;
}

.up{
  display: none;
  position: fixed;
  width: 54px;
  height: 54px;
  background-image: url('static/up.svg');
  background-size: 18px auto;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 100;
  bottom:20px;
  left:30px;
  background-color: #FFFFFF;
  border-radius: 27px;
 
}
.up a{
  display: block;
  position: relative;
  width: 54px;
  height: 54px;
}.up a:hover{
  display: block;
  position: relative;
  width: 54px;
  height: 54px;
}




.popMenuSlide{
  display: none;
}

.popMenu{
  display: table;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #2B3743;
  
  table-layout: fixed;
  z-index: 5000;
  top:0px;
  left:0px;
}
.popMenuContent{
  display: table-cell;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
 
}
.popItems{
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
}


@media (max-width: 1000px){
  

.footerLogo{
  text-align: center !important;
}   

.footerLogo img {
   
 
    width: 200px !important;
} 
    
.parallax {
  display: none;
}

.mobile{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 10;
}  

.mobile img{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
    
    .typo {
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    table-layout: fixed;
}
    

.bars{
  display: block;
  position: fixed;
  z-index: 2500;
  right: 20px;
  top:25px;
 
    cursor: pointer;
 
}


 .menuItem{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
  font-size: 30px;
  color: #FFFFFF;
  padding: 10px;
 } .menuItem a{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
  font-size: 30px;
  color: #FFFFFF;
  text-decoration: none;
 } .menuItem a:hover{
  color: #FFFFFF;
 }

.ticon{
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  vertical-align: middle;
  text-align: center;
 
}.ticon a{
  padding-left: 10px;
  padding-right: 10px;

 
}

.numbers{
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #2B3743;
  right: 0px;
  margin-top: 10px;
  padding: 12px;
}


.prev-arrow {
  left: -22px;
  width: 19px;
  height: 19px;
  background-image: url(static/1x/left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  z-index: 200;
}

.next-arrow {
  right: -22px;
  width: 19px;
  height: 19px;
  background-image: url(static/1x/right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  z-index: 200;
}

.b1{
  margin-top:0px;
}.b2{
  margin-top:0px;
}








.footerTable{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  table-layout: fixed;
}
.footerCol1{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
 
}
.footerCol2{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;

}.footerCol4{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;

}
.footerCol3{
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}.footerCol3x{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  padding-bottom: 30px;
}

.gap {
 
    height: 20px;
}





.up{
 
  width: 32px;
  height: 32px;
  background-image: url('static/up.svg');
  background-size: 12px auto;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 100;
  bottom:10px;
  left:10px;
  background-color: #FFFFFF;
  border-radius: 16px;
 
}
.up a{
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
}.up a:hover{
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
}


.footerText {
 
    padding: 20px;
}


.menuPad{
  padding: 18px;
  padding-bottom: 12px;
 
  }

}


.rest{
  display: block;
  position: relative;
  z-index: 10;
}


.dayTime{
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 4;
  top:0;
}
.dayO{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(static/daytime-01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
}
.dayImg{
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(static/daytime-02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
    background-color: #2B3743;
}

.nightTime{
  display: block;
  position: relative;
  width: 100%;
  height: 200vh;
  z-index: 2;
  
}
.nightO{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(static/nightime-01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 8;
  opacity: 0;
}
.nightImg{
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  background-image: url(static/nightime-02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 4;
 
    background-color: #2B3743;
}

.c1{
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 50;
}.c1x{
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 60;
   opacity: 0;
}
.c2{
  display: table-cell;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.c3{
  display: inline-block;
  position: relative;
  font-family: 'Butler';
    font-size: 29px;
    line-height: 34px;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
 
}


.markHeader{
  background-color: #2B3743;

}

.markHeader .menuPad{
  padding-top: 15px !important;
  padding-bottom: 10px !important;
 
}
@media (max-width: 1000px){
.dayImg{
 
  background-size: cover;
 
}
.nightImg{
 
  background-size: cover;
 
}

.markHeader .menuPad{
  padding: 18px !important;
  padding-bottom: 12px !important;
}


}