/* CSS Document */


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


   /******************   FONTS  **************


  FreightNeo Pro Book
    font-family: freight-neo-pro,sans-serif;
    font-weight: 400;
    font-style: normal;

  Open Sans Light
    font-family: open-sans, sans-serif;
    font-weight: 300;
    font-style: normal;


  Open Sans Regular
    font-family: open-sans, sans-serif;
    font-weight: 400;
    font-style: normal;



.

   ********************************************/


   .freightneo_pro_book{
      font-family: freight-neo-pro,sans-serif;
      font-weight: 400;
      font-style: normal;
   }

   .Open_sans_light{
    font-family: open-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
   }

   .open_sans_regular{
    font-family: open-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
   }

/* ============================================== GENERAL CSS
*/

.pos-relative{
  position: relative;
}

.test{ border:1px solid #000; }


.m-w{ min-width: 100% !important; }


.color-w{
  color: #fff;
}

.wrapper{ overflow: hidden; position: relative;}




.display-inline{
  display: inline-block;
}

/* ============================================== MENU
*/

.menu-desktop{
  list-style:none;
  display:table;
  
}

.bg_header{
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
}
.menu-desktop{
  position:relative;
  z-index:999;
  text-align:center;
  margin-left:0;
  margin-bottom: 10px;
  width: 100%;
}

.menu-desktop li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  top: 65px;
  left: 0;
  width: 15.625vw;
}

.to_logo img{
  max-width:none;
}

.menu-desktop li.to_logo{
  width: 200px;
  top: 0;
}
  
.menu-desktop li a{
  color:#fff;
  font-size:18px;
  letter-spacing: 2px;
  font-family: freight-neo-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
}



nav ul { margin: 0 2.0%; }



.logo{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out ;
    -ms-transition: all 0.5s ease-in-out ;
    -o-transition: all 0.5s ease-in-out ;
    transition: all 0.5s ease-in-out ;
    width:80%;
  }

  .shrink{
  width: 70%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out ;
  -ms-transition: all 0.5s ease-in-out ;
  -o-transition: all 0.5s ease-in-out ;
  transition: all 0.5s ease-in-out ;
    }

    .shrink-dropmenu{
      top: 36px;
    }
  
  .show-div{ opacity:1;}

  .hidden-div{ opacity:0;}

  #header.shrink .menu-desktop{}


  #header{
    padding-top: 10px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /*background-color:rgba(75, 84, 54, 0.9);*/
    z-index: 999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out ;
    -ms-transition: all 0.5s ease-in-out ;
    -o-transition: all 0.5s ease-in-out ;
    transition: all 0.5s ease-in-out ;
  }

  .header-color{
    background-color: rgba(75, 84, 54, 1) !important;
  }

  li.wrap_btn_header {
    width: 211px;
}

.menu-desktop li.active a{
  /*color: #dda272;*/
}

#header-big{
  position: fixed;
   -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#header-big, .header-small{ opacity: 0; }

.header-small.display-menu { opacity: 1; }

.header-small{
  position:fixed;
  width:100%;
  top:0;
  left:0;
  /*z-index:999;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #000;
  opacity:0;
  padding: 10px 0;
}



.header-small

.header-small li a{
  color-rendering: #fff;
}


.header-small .menu-desktop li{
  top: 10px;
}

.arrow-down{
  width: 100;
  position: absolute;
  bottom: 20px;
  left: 50%;
}

/***************  HOVER  **************

.menu-desktop a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.menu-desktop  a:hover:before, .menu-desktop  a:focus:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#menu-in li.active > a:hover:before{ visibility:hidden; }
*/


/**/
li.active a, .dropdown li.active a{
   border-bottom:1px solid #FFF;
    -webkit-transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    transition: .5s all ease-out;
}  

li.active ul li a, .to_logo.active a{
  border-bottom: none;
}

.menu-desktop li a:hover{
  border-bottom:1px solid #FFF;

}

.menu-desktop li.to_logo a:hover{
  border-bottom:none;

}


/**********************  MENU MOBILE  **********************/




 .overlay ul.list-inset li{
    display: inline-block;

  }

  .not-display-scroll{
    display: none !important;
  }

  .display-scroll{
    display: block !important;
    margin-left: auto;
    margin-right: auto;
  }

  .logo{
    
  }

  .logo-footer{
    max-width: 220px;
  }

  .logo-scroll{
    display: none;
  }
 
.button_container {
  position: fixed;
  top: 20px;
  right: 2%;
  height: 27px;
  width: 30px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
}
.button_container:hover {
  /*opacity: .7;*/
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #fff;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background:rgba(0, 0, 0, 1);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 9;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  overflow: auto;
}
.overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  font-family: freight-neo-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 9);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  /*display: block;*/
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 18px;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 1px;
  background: #FFF;
  transition: .35s;
}

.overlay ul li.active a:after {
  height: 0;
}



/*** FOR THE MENU LINK BTN ENQUIRIE ****/

.overlay ul li a.whitebtn:after{
  content: unset;

}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.nav-mobile{
  /*background: #000;
  text-align: center;*/
  position: fixed;
  z-index: 99;
  padding: 10px 0;
  text-align: left;
  top: 0;
  background: #000;
}



@media only screen
and (max-width: 812px) {
  .mobile-logo img {
    padding: 0 0 0 20px;
    max-width: 42%;
  }

  
}


/*****************************  HERO ***************************/


.pixel-hide{
  width: 100%;
  position: absolute;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
}

.fullscreen {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  background: #000;
}

.video {
  display: block;
  left: 0px;
  overflow: hidden;
  padding-bottom: 56.25vw; /* 56.25% = 16:9. set ratio */
  position: absolute;
  top: 52%;
  width: 100%;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.video .wrapper {
  display: block;
  height: 300%;
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.video iframe {
  display: block;
  height: 100%;
  width: 100%;
}


.video-mobile{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  /*margin-top: 100px;*/
}

.video-placeholder {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}


.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


#hero{ position:relative; }

.center-div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 58%;
  z-index: 9;
}

.hero-block{ 
  position:absolute;
  top:50%;
  text-align:center;
  width:100%;
  color:#fff;
  -ms-transform: translate(0,-50%); /* IE 9 */
  -webkit-transform: translate(0,-50%); /* Safari */
  transform: translate(0,-50%);
  z-index: 9;  
}

.text-hero{
  font-size:4.482390608324439vh;
  margin-bottom: 0;
  line-height: 1.2;
}
.subtitle{
  font-style: normal;
  font-size:39px;
  text-transform:uppercase;
}





/***************************   CONTENT    ***********************/

.top-margin-content{
  margin-top: 150px;
}
#content{
  position: relative;
  background: #000;
  z-index: 99;
  /*margin-top: 940px;*/
}

#content-internal{
  position: relative;
  background: #000;
  width: 100%;
  display: block;
  margin-top: 110px;
}

.bg-section{
  position: relative;
  text-align: center;
}

.bg-section h1{
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

h1{
  font-size: 30px;
  font-family: freight-neo-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

h2{
  color: #fff;
  font-family: freight-neo-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 22px;
}

.section-pad-bottom{
  padding-bottom: 70px;
}
.section-pad-top{
  padding-top: 70px;
}

.box-text-left{
  text-align: left;
  padding-right: 20%;
}
.box-text-left h1{
  margin-bottom: 10px;
}

.box-text-right{
  text-align: left;
  padding-left: 20%;
}

.paragraph{
  display: block;
  margin-top: 30px;
}
.paragraph p{
  font-family: open-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
}

.section{
  text-align: center;
  padding-top: 70px;
}

.section.section-nopadding-top{
  padding-top: 0;
}

.section-left {
    text-align: left;
    padding-top: 70px;
}

.section h1{
  margin-bottom: 70px;
}

.max-w{
  max-width: 35%;
  margin-left: auto;
  margin-right: auto;
}

p{
  font-family: open-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
}

.logo-turner{
  max-width: 130px;
}

.logo-mott{
  max-width: 100px;
}

.box p a{
  color: #fff;
}
.box p a:hover{
  border-bottom: 1px solid #fff;
}
.box p{
  margin-bottom: 0;
}

.box-text-right-content{
  padding-left: 12%;
}

.box-info-page{
  margin-left: 0;
}

.box-info-page li{
  list-style: none;
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
}

.box-info-page li a{
  color: #fff;
  padding-left: 20px;
}

.box-info-page li a.div-number{
  padding-left: 15px;
}



/*****************************    ZOOM IMAGE   ***********************/

.zoom-image{
  float: left;
  position: relative;
  width: 100%;
  display: contents;
}
.overflow-hidden{
  overflow: hidden;
  position: relative;
  float: left;
}

.zoom-image img{
  transition: all .5s;
}
.zoom-image:hover img{
  zoom: 1.1; /* IE */
  -moz-transform: scale(1.1); /* Firefox */
  -o-transform: scale(1.1); /* Opera */
  -webkit-transform: scale(1.1); /* Safari And Chrome */
  transform: scale(1.1); /* Standard Property */
}

.zoom-image img.playvideo{

}

.zoom-image:hover img.playvideo{
  zoom: unset;
  -moz-transform: none;
  -o-transform:  none; /* Opera */
  -webkit-transform:  none; /* Safari And Chrome */
  transform:  none; /* Standard Property */
}



.wrap-btn{
  width: 100%;
  text-align: center;
  margin-top: 50px;
  display: inline-block;
}

.btn{
  text-transform: uppercase;
  color: #000;
  border:1px solid #000;
  font-family: freight-neo-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  padding: 12px 50px;
}

.btn:hover{
  background: #000;
  color: #fff;
}

.btn:active, .btn:focus{
  background: #000;
  color: #fff;
}




.btn-w{
  text-transform: uppercase;
  color: #fff;
  border:1px solid #fff;
  font-family: freight-neo-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  padding: 12px 50px;
  display: inline-block;
}

.btn-w:hover{
  background: #fff;
  color: #000;
}

.btn-w:active, .btn:focus{
  background: #fff;
  color: #000;
}




.box-info {
 
 background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  transition: opacity 0.45s ease-in-out;
  text-align: center;
  color: #fff;
}
.zoom-image:hover .box-info {
  opacity: 1;
  z-index: 9;
}

.zoom-image p.subtitle, .mobile-div p.subtitle{
  text-transform: uppercase;
  font-size: 22px;
  font-family: freight-neo-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  color: #fff;
}

.zoom-image h1, .mobile-div h1{
  margin-bottom: 0;
}

.mobile-div p.subtitle{
  margin-bottom: 0;
}

.mobile-div{
  margin-top: 26px;
  display: none;
}

/***************************   VENOBOX *********************/

.vbox-share, .vbox-title{
  display: none !important;
}

/***************************   FOUNDATION  *************************/

.row {
  /*max-width: 90%;*/
  max-width: 100rem;
}


/*********************   FOOTER   ***************************/


#footer{
  padding-bottom: 10px;
}

.footer-info{
  text-transform: uppercase;
  font-size: 18px;
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
  color: #fff;
}

.footer-info a, .footer-co a{
  color: #fff;
}


.footer-co{
  font-size: 12px;
  font-family: open-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #fff;
}


.reveal p{
  font-size: 16px;
}

.reveal h4{
  font-size: 16px;
}



/************************  CUSTOM SCROLL BAR ************************/
html {
  --scrollbarBG: #000000;
  --thumbBG: #ffffff;
}

body::-webkit-scrollbar {
  width: 12px;
}

body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}




/***************************  PARALLAX  ******************/

.parallax {
  height: 500px;
  min-height: 500px;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax_img1{
    background-image:url(../img/background-section-dark.jpg);
}
html, body {height: 100%}


body{
  background: #000;
  color: #fff;
}


/*****************************    FORM     ****************************/

.register-div{
  margin-left: 20%;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: unset;
  background-color: #000;
  box-shadow: unset;
  line-height: 1.5;
  color: #fff;
  transition: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: open-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
}

textarea{
  border: 1px solid #fff;
  margin-top: 40px;
}

.label-div{
  margin-top: 30px;
}

[type='text']:focus, 
[type='password']:focus, 
[type='date']:focus, 
[type='datetime']:focus, 
[type='datetime-local']:focus, 
[type='month']:focus, 
[type='week']:focus, 
[type='email']:focus, 
[type='number']:focus, 
[type='search']:focus, 
[type='tel']:focus, 
[type='time']:focus, 
[type='url']:focus, 
[type='color']:focus, 
textarea:focus {
    outline: none;
    border: unset;
    border-bottom: 1px solid #fff;
    background-color: #000;
    box-shadow: unset;
    transition: unset;
}

textarea:focus{
  border: 1px solid #fff;
}

.formSubmit{
  text-transform: uppercase;
  color: #fff;
  border:1px solid #fff;
  font-family: open-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
  padding: 12px 50px;
  display: inline-block;
  border-radius: unset;
  background: transparent;
  font-size: 18px;
}

.formSubmit:hover{
  background: #fff;
  color: #000;
}

#response{
  color: #fff;
  font-size: 12px;
  font-family: open-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  float: right;
  padding-top: 30px;
}

.msg-textarea #wrap-msg-cha {
  color: #fff;
  font-family: open-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


/*Small screens Define mobile styles */

@media only screen and (max-width: 400px) {

  
}


@media only screen { } 


/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 640px) {


  .slick-next {
    right: 9px;
  }
  .slick-prev {
    left: 9px;
  }

  .hideMob{
    display: none;
  }

  .showMob{
    display: block;
  }


  #response {
    font-size: 10px;
  }

  [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    font-size: 16px;
  }

  .box-info-page li {
    font-size: 14px;
  }

  .box-info-page li a {
    padding-left: 15px;
  }

  .section-left{ 
    text-align: left;
    padding-bottom: 70px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-mobile{
    /*background: transparent;*/
  }


  .mobile-logo img {
    z-index: 99;
    position: relative;
}



  .margin-top-mobile-equal{
    margin-top: 17px;
  }

  .inline-mobile{
    display: block;
  }

  .hide-mob-line{
    display: none;
  }

  .mobile-text-size, h1{
    font-size: 23px;
  }

  .footer-info {
    font-size: 12px;
  }

  p, .paragraph p { font-size: 16px; }

 .menu-desktop li a {
    font-size: 16px;
  }

  .max-w{
    max-width: 100%;
  }

  .bg-section h1 {
    max-width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .margin-50-top-mobile{
    margin-top: 50px;
  }

  #header-big, .header-small{
    display: none;
  }

  #menu-mobile{
    display: block;
  }

  h1.title{
    font-size: 18px;
  }
  .mobile-div p.subtitle{
    font-size: 14px;
  }

  #content-internal {
    margin-top: 90px;
  }

  #content-internal.content-internal-mobile{
    margin-top: 66px;
  }



}


/* max-width 640px, mobile-only styles, use when QAing portrait mobile issues */
@media only screen and (max-width: 640px) and (orientation:portrait) {

}


/* max-width 640px, mobile-only styles, use when QAing landscape mobile issues */
@media only screen and (max-width: 640px) and (orientation:landscape) {

}

/*Only iPhone 4/4S (both: landscape and portrait)*/
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-device-pixel-ratio: 2)
and (device-aspect-ratio: 2/3)
and (orientation:portrait) {

}


/*Medium screens min-width 641px, medium screens */
@media only screen and (min-width: 641px) {
  #menu-mobile{
    display: none;
  }
  .hideMob{
    display: block;
  }

  .showMob{
    display: none;
  }
}



/* iphone X landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-height: 812px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: landscape) {

}


/* iphone X portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-height: 812px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: portrait) {

}



/* iPhone 6, 7, 8 Landscape */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {

}


/* iPhone 6, 7, 8 portrait */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {

}


/* iPhone 6+, 7+, 8+ landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {

}

/* iPhone 6+, 7+, 8+ portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {

}


@media only screen
and (min-width: 641px)
and (max-width: 1023px) {

.max-w{
    max-width: 80%;
  }

  .section-left{ 
    text-align: left;
    padding-bottom: 70px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .box-info-page li {
    font-size: 18px;
  }



}



@media only screen
and (min-width: 640px)
and (max-width: 812px) {

  .mobile-div h1.title{
    font-size: 17px;
  }
  .mobile-div p.subtitle{
    font-size: 16px;
  }

  }




@media only screen
and (min-width: 813px)
and (max-width: 1024px) {

  h1.title{
    font-size: 21px;
  }
  p.subtitle{
    font-size: 16px;
  }

  }


/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen
and (min-width: 641px)
and (max-width: 1024px) {

  .menu-desktop li a {
    font-size: 16px;
  }


  .box-text-left {
    padding-right: 11%;
  }

  .box-text-right {
    padding-left: 11%;
  }

  .row {
    max-width: 90%;
  }
  
  

}

/* min-width 641px and max-width 1024px, use when QAing tablet-only landscape issues */
@media only screen
and (min-width: 641px)
and (max-width: 1024px)
and (orientation: landscape) {

}

/* min-width 641px and max-width 1024px, use when QAing tablet-only portrait issues */
@media only screen
and (min-width: 641px)
and (max-width: 1024px)
and (orientation: portrait) {

}


/* iPad Pro Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* iPad Pro Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* iPad Pro Portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}


/*10" macbook*/
@media only screen
and (min-width: 600px)
and (max-width: 1024px) {

}


/*13" macbook*/
@media only screen
and (min-width: 800px)
and (max-width: 1024px) {

}


/* no less than 1024 */

@media screen and (max-width : 1024px)
 and (orientation: portrait)
 and (-webkit-min-device-pixel-ratio: 1.5) {
  .displaNot_less1024{
    display: none !important;
  }
  .displayLess1024{
    display:block !important;
  }


  
}



@media only screen
and (max-width: 1023px) {
  .display-1023{
    display: block;
  }
  .notdisplay-1023{
    display: none;
  }
  .box-text-left{
    text-align: center;
    padding-right:0;
  }
  .box-text-right{
    text-align: center;
    padding-left: 0;
  }
  .mobile-top{
    margin-top: 30px;
  }

  .mobile-top-60{
    margin-top: 60px;
  }
  .section-pad-top{
    padding-top: 0;
  }

  

  .box-text-right-content {
    margin-top: 25px;
    padding-left: 0.9375rem;
  }

  .box-text-right-content p{
    line-height: 1.4;
  }

  .box{
  margin-top: 25px;
  }

  .mobile-section-top{
    padding-top: 0;
    margin-top: 0;
  }

  .top-margin-content{
    margin-top: 0;
  }

  .register-div {
    margin-left: 0;
    margin-top: 40px;
  }

}



@media only screen
and (min-width: 1024px) {
     .display-1023{
    display: none;
  }
  .notdisplay-1023{
    display: block;
  }


}


@media only screen
and (max-width: 1024px) {

  .displaNot_less1024{
    display: none !important;
  }
  .displayLess1024{
    display:block !important;
  }

  .playvideo{
    max-width: 50%;
  }

  .mobile-div{
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-1024{
    display: none;
  }

  p, .paragraph p { font-size: 16px; }

  
    
}



@media screen and (min-width : 1025px){
  .displaNot_less1024{
    display: block !important;
  }
  
  .displayLess1024{
    display:none !important;
  }
  
}


/*Large screens min-width 1025px, large screens*/
@media only screen
and (min-width: 1025px) {
    
}


/*15" macbook*/
@media screen
and (min-width: 768px)
and (max-width: 1366px) {

}


/*19" laptop*/
@media screen
and (min-width: 900px)
and (max-width: 1440px) {

}

/*20" laptop*/
@media screen
and (min-width: 900px)
and (max-width: 1600px) {

}


/*22" laptop*/
@media screen
and (min-width: 1050px)
and (max-width: 1680px) {

}

/* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */
@media only screen
and (min-width: 1024px)
and (max-width: 1440px) { 

  .max-w{
    max-width: 60%;
  }

}


/* XLarge screens min-width 1441px, xlarge screens */
@media only screen
and (min-width: 1441px) {

}

/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen
and (min-width: 1441px)
and (max-width: 1920px) {

}


/* min-width 1921px, xxlarge screens */
@media only screen
and (min-width: 1921px) {

} 


@media screen
and (orientation: portrait) {
 
}

@media screen
and (orientation: landscape) {
  
}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

