/*body, html {
  overflow-y: scroll;
  height: 100vh;
  scroll-snap-type: y mandatory;
}*/

.grtext {
  background: -webkit-linear-gradient(45deg, #ffab07, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.zoom {
  transition: transform .2s;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}

.logintitle {
  font-size: 6em;
  line-height: 0.9em;
}

.inpage-title {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mobicon {
  font-size: 8em;
}



.nav-pills > li {
	text-align: center;
	margin: 0px auto;
	display:inline-flex !important;
        float:none !important;
}
.nav{
  text-align: center;
}

/* Testimonials */
.card {
  border-radius: 1rem;
  box-shadow: 0px -10px 0px #FFAB07;
}

.img-fluid {
  width:50px;
}

@media(max-width:767px) {
  .card {
      margin: 1rem 0.7rem 1rem;
      max-width: 80vw
  }
}

.card-title {
  margin-bottom: 0;
  font-weight: bold;
  font-family: 'IM Fell French Canon SC'
}

.card-text {
  text-align: center;
  padding: 1rem 2rem;
  color: rgb(82, 81, 81);
  line-height: 1.4rem
}


#name {
  font-size: 1.2rem;
  font-weight: bold
}

#position {
  font-size: 0.7rem
}


.testimonials-clean {
  
}

.testimonials-clean p {
}

.testimonials-clean h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .testimonials-clean h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.testimonials-clean .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto;
}

.testimonials-clean .intro p {
  margin-bottom:0;
}

.testimonials-clean .people {
  padding:40px 0 20px;
}

.testimonials-clean .item {
  margin-bottom:32px;
}

@media (min-width:768px) {
  .testimonials-clean .item {
    height:220px;
  }
}

.testimonials-clean .item .box {
  padding:30px;
  background-color:#fff;
  position:relative;
}

.testimonials-clean .item .box:after {
  content:'';
  position:absolute;
  left:30px;
  bottom:-24px;
  width:0;
  height:0;
  border:15px solid transparent;
  border-width:12px 15px;
  border-top-color:#fff;
}

.testimonials-clean .item .author {
  margin-top:28px;
  padding-left:25px;
}

.testimonials-clean .item .name {
  font-weight:bold;
  margin-bottom:2px;
  color:inherit;
}

.testimonials-clean .item .title {
  font-size:13px;
  color:#9da9ae;
}

.testimonials-clean .item .description {
  font-size:15px;
  margin-bottom:0;
}

.testimonials-clean .item img {
  max-width:40px;
  float:left;
  margin-right:12px;
  margin-top:-5px;
}
/* Testimonials */

a:focus {outline: none;}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
}

.ocli {
  height: 80px;
  overflow: hidden;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  
}

.dropdown-item .nav-link a:hover{
  color: #fff;;
}

.actnav {
box-shadow: 0 0 6px;
background-color: #ffffff;
}

.textjus {
  text-align:justify;
  direction: rtl;;
}

.darw {
  position: absolute;
  top:70vh;
  cursor:pointer;
  text-shadow: 0px 2px 3px rgba(0,0,0,0.4);
}

.heshdw {
  text-shadow: 0 1px 2px #080808;
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-10px);
  }
}

.blogtil01 {
  position: absolute;
  top:1.5vw;
}

.blogdel01 {
  position: absolute;
  top:8.5vw;
}

.blogbtn01 {
  position: absolute;
  top:11.5vw;
}

.blogdel02 {
  position: absolute;
  top:5vw;
}

.blogbtn02 {
  position: absolute;
  top:7.5vw;
}

.blogtil03 {
  position: absolute;
  top:20vw;
}

.blogdel03 {
  position: absolute;
  top:23.5vw;
}

.blogbtn03 {
  position: absolute;
  top:26vw;
}

.navl {
  font-size: 1em;
  text-transform: uppercase;
}

.dhms {
  font-size: 0.4em;
  text-transform: uppercase;
}

.evetxt {
  font-size: 4em;
}

.one {
  scroll-snap-align: start;
  display: flex;
}
.two {
  
  scroll-snap-align: start;
  display: flex;
}
.three {
  
  scroll-snap-align: start;
  display: flex;
}

.pfont {
  font-size: 1.5em;
}

.pfont01 {
  font-size: 1.3em;
}

.popupbtn {
  position: absolute;
  right:1vw;
  top:1vw;
}

.mobilenav {
  background-color: none;
  opacity: 1;
}

.badge:after{
  content:attr(value);
  font-size:12px;
  background: red;
  border-radius:50%;
  padding:3px 10px;
  position:relative;
  left:-28px;
  top:-10px;
  opacity:0.9;
  z-index: -1;
  }

.bbcl {
  border: solid 1px #000;
  border-radius: 1em;
}

.brdwhi {
  border: solid 1px #fff;
}

.prohead {
  font-size: 6vw;
  line-height: 1em;
  font-weight: 100;
}

.lnhgt {
  line-height: 1.5em;;
}

.indhead {
  font-size: 1.2em;
  line-height: 1em;
  padding-top: 1.5em;;
}

.indls {
  top:18vh;
}

.indtxt {
  top:1em;
  font-size: 6.5em;
  line-height: 1.2em;
}

.mgrbtm {
  margin-bottom:25vh;
}

.tastind {
  z-index: 0;
  font-size:8em;
  margin-top:23vh;
  margin-left: 38vw;
  position: relative;
}

.kdind {
  z-index: 2;
  position: relative;
}

.hldind {
  z-index: 3;
  font-size:9em;
  margin-top:-6vh;
  margin-left: 38vw;
  position: relative;
}

.mlkind {
  z-index: 0;
  font-size:14.3em;
  margin-top:-9vh;
  margin-left: 52vw;
  margin-bottom: 17vh;
  position: relative;
}

.smcir {
  z-index: 3;
  margin-top:35vh;
  margin-left: 4vw;
  position: absolute;
}

.bgcir {
  z-index: 100;
  margin-top:87vh;
  margin-left: 30vw;
  position: relative;
}

/* on scroll animation */


.boy {
  display: block;
  position: absolute;
}

.cartoon {
  width:40%;
  z-index: 10;
}

.sboy {
  width:50%;
  z-index: 1;
}

.ovlshp {
  width:50%;
  z-index: 1;
}




/* On scroll animation */

.ltrsp {
  letter-spacing: 0.2em;
}

.brdrd {
  border-radius:1em;
}

.brdrdin {
  border-radius:0em 1em 1em 0em;
}

.brdrdot {
  border-radius:1em 0em 0em 1em;
}

.w-60 {
  width:60%;
}

.w-76 {
  width:76%;
}

.w-40 {
  width:40%;
}

.w-35 {
  width:40%;
}

.footer-1 {
  display: none;
}

.whicol {
    color:#fff;
}

.grcol {
  color: #7FBC03;
}

.orgcol {
  color: #d75621;
}

.yelcol {
  color: #FFAB07;
}

.blcol {
  color: #1B1DA0;
}

.blkcol {
  color: #000000;
}

.greycol {
  color: #464646;
}

.cccol {
  color: #ccc;
}

.skblcol {
  color: #0088EC;
}

.scrfp {
  font-size: 1.3em;;
}

.blkbg {
    background-color: #000;
}

.grebg {
  background-color: #333333;
}


.whibg {
  background-color: #fff;
}

.whibgtrans {
  background-image: url(../img/whi-bg.png);
  background-repeat: repeat;
}

.skibg {
  background-color: #E9F0F8;
}

.grcoltbg {
  background-color: #64d133;
}

.yelbg  {
  background-color: #FFAB07;
}
.bookc {
background: -webkit-linear-gradient(45deg, #ffab07, #F74D00);
}

.rdbg  {
  background-color: #d75621;
}

.blbg  {
  background-color: #1B1DA0;
}

.dblbg {
  background-color: #0c0e7c;
}

.donaten  {
  color: #000;
  letter-spacing: 0.5em;
}

.lineh01  {
  line-height: 1em;
  padding-top: 4vw;
}

.centered {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered02 {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.obot {
    background-color: #7FBC03;
    color: #ffffff;
}

.obot:hover {
  background-color: #ffffff;
  color: #7FBC03;
}

.indextab {
    width:auto;
    border: solid 3px #7FBC03;
    border-radius:4px;
    color:#fff;
    cursor: pointer;
    text-transform: none;
}

.indextab:hover {
  border: solid 2px #ffffff;
  text-transform: none;
  color:#7FBC03;
  cursor: pointer;
}

.indfoot {
  top: 63vh;
  width:auto;
}

.sectxt {
  top: 43vh;
  font-size: 1.1em;
  letter-spacing: 0.5em;
  line-height: 3em;
  font-weight: 100;
  width:auto;
}

.secttwxtlt {
  top: 23vh;
  font-size: 4em;
  width:auto;
}

.secttwxtrt {
  top: 23vh;
  font-size: 1em;
  line-height: 1em;
  width:auto;
}

.secthr {
  top: 13vh;
}

.onebottleonetree {
  background-image: url('../img/itas-banner-01.png');
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.linew {
  width:2.5vw;
}

.obotlt {
  top: -25vh;
}

.obotlt02 {
  top: -25vh;
}

.obotlt03 {
  top: 20vh;
}

.obotlt01 {
  top: -24vh;
}

.indexbanner {
    background-image: url('../img/index-bg.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.section01 {
  background-image: url('../img/section01.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section02 {
  background-image: url('../img/');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

.section03 {
  background-image: url('../img/itas-banner-01.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.login {
  background-image: url('../img/login.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section04 {
  background-image: url('../img/section04.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section05 {
  background-image: url('../img/obot01.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section06 {
  background-image: url('../img/section06.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
}

.section07 {
  background-image: url('../img/section09.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
}

.ftrbg {
  background-color: #F7EFE0;
  line-height: 2.5em;
  letter-spacing: .1em;
  font-size: 0.9em;
}

.footlt {
  text-align: left;
  font-size: 14px;
}

.footlt a {
  color: #fff;
}

.footlt a:hover {
  color: #FFAB07;

}

.footrt {
  text-align: right;
  font-size: 0.7em;
}

.mvscr {
  position:relative; 
  bottom:5em;
}

.mvscrv {
  position:relative; 
  bottom:25em;
}


@media (min-width: 768px) and (max-width: 1024px) {
    .callone {
  font-size: 4em;
}

.calltwo {
  font-size: 6em;
  font-weight: bolder;
}

  .inpage-title {
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .indhead {
    font-size: 2em;
    line-height: 1em;
    padding-top: 0em;;
  }
  .tastind {
    z-index: 0;
    font-size:4.5em;
    margin-top:20vh;
    margin-left: 45vw;
    position: relative;
  }
  
  .kdind {
    z-index: 2;
    position: relative;
  }
  .mgrbtm {
    margin-bottom:2vh;
  }
  .hldind {
    z-index: 3;
    font-size:5.2em;
    margin-top:-3vh;
    margin-left: 45vw;
    position: relative;
  }
  
  .mlkind {
    z-index: 0;
    font-size:8.5em;
    margin-top:-5vh;
    margin-left: 55vw;
    margin-bottom: 8vh;;
    position: relative;
  }
  
  .smcir {
    z-index: 3;
    margin-top:18vh;
    margin-left: 5vw;
    position: absolute;
  }
  
  .bgcir {
    z-index: 3;
    margin-top:0vh;
    margin-left: 30vw;
    position: absolute;
  }

  .indextab {
    width:auto;
    border: solid 3px #7FBC03;
    border-radius:4px;
    color:#fff;
    cursor: pointer;
    text-transform: none;
}

.indextab:hover {
  border: solid 2px #ffffff;
  text-transform: none;
  color:#7FBC03;
  cursor: pointer;
}

.indfoot {
  top: 63vh;
  width:auto;
}

.sectxt {
  top: 43vh;
  font-size: 1em;
  letter-spacing: 0.3em;
  line-height: 3em;
  font-weight: 100;
  width:auto;
}

.secttwxtlt {
  top: 23vh;
  font-size: 2em;
  width:auto;
}

.secttwxtrt {
  top: 23vh;
  font-size: 1em;
  line-height: 1em;
  width:auto;
}

.secthr {
  top: 13vh;
}

.indexbanner {
    background-image: url('../img/index-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.section01 {
  background-image: url('../img/section01.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section02 {
  background-image: url('../img/');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

.section03 {
  background-image: url('../img/itas-banner-01.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.login {
  background-image: url('../img/login.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section04 {
  background-image: url('../img/section04.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section06 {
  background-image: url('../img/section06.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section07 {
  background-image: url('../img/section09.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.ftrbg {
  background-color: #F7EFE0;
  line-height: 2.5em;
  letter-spacing: .1em;
  font-size: 0.9em;
}
  
}

@media (min-width: 1024px) and (max-width: 1920px) {
    .callone {
  font-size: 4em;
}

.calltwo {
  font-size: 6em;
  font-weight: bolder;
}
  .indfoot {
    top: 63vh;
    width:auto;
  }
  
  .sectxt {
    top: 43vh;
    font-size: 3.3em;
    letter-spacing: 0em;
    line-height: 1.2em;
    font-weight: 100;
    width:auto;
  }
  
 
  
  .secttwxtrt {
    top: 23vh;
    font-size: 1em;
    line-height: 1em;
    width:auto;
  }
  
  .secthr {
    top: 13vh;
  }
  
  .indexbanner {
      background-image: url('../img/index-bg.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 100%;
      height: 100%;
  }
  
  .section01 {
    background-image: url('../img/section01.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
  }
  
  .section02 {
    background-image: url('../img/');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }
  
  .section03 {
    background-image: url('../img/itas-banner-01.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .login {
    background-image: url('../img/login.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  
  .section04 {
    background-image: url('../img/section04.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
  }
  .section06 {
    background-image: url('../img/section06.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
    height: auto;
  }
  .section07 {
    background-image: url('../img/section09.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
    height: auto;
  }
  
  .ftrbg {
    background-color: #F7EFE0;
    line-height: 2.5em;
    letter-spacing: .1em;
    font-size: 0.9em;
    z-index: 100;
    position: relative;
  }
}

@media (min-width: 1920px) and (max-width: 6000px) {
    .callone {
  font-size: 4em;
}

.calltwo {
  font-size: 6em;
  font-weight: bolder;
}
  
  .indls {
    top:32vh;
  }

  .prohead {
    font-size: 6em;
    line-height: 1em;
    font-weight: 100;
  }

  .indtxt {
    top:20vh;
    font-size: 9em;
    line-height: 0.9em;
  }

  .indhead {
    font-size: 2em;
    line-height: 1em;
    padding-top: 0em;;
  }

  .tastind {
    z-index: 0;
    font-size:8em;
    margin-top:20vh;
    margin-left: 40vw;
    position: absolute;
  }
  
  .kdind {
    z-index: 2;
    position: relative;
  }
  
  .hldind {
    z-index: 3;
    font-size:9em;
    margin-top:31vh;
    margin-left: 40vw;
    position: absolute;
  }
  
  .mlkind {
    z-index: 3;
    font-size:15em;
    margin-top:42vh;
    margin-left: 51vw;
    position: absolute;
  }
  
  .smcir {
    z-index: 3;
    margin-top:35vh;
    margin-left: 7vw;
    position: absolute;
  }
  
  .bgcir {
    z-index: 3;
    margin-top:77vh;
    margin-left: 30vw;
    position: absolute;
  }

  .indfoot {
    top: 63vh;
    width:auto;
  }
  
  .obotlt {
    top: 5vh;
  }

  .obotlt02 {
    top: 5vh;
  }

  .obotlt01 {
    top: -35vh;
  }

  .sectxt {
    top: 42vh;
    font-size: 4.5em;
    letter-spacing: 0em;
    line-height: 1.2em;
    font-weight: 100;
    width:auto;
  }
  
  .secttwxtlt {
    top: 33vh;
    font-size: 3em;
    width:auto;
  }
  
  .secttwxtrt {
    top: 33vh;
    font-size: 1em;
    line-height: 1em;
    width:auto;
  }
  
  .secthr {
    top: 13vh;
  }
  
  .indexbanner {
      background-image: url('../img/index-bg.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 100%;
      height: 100%;
  }
  
  .section01 {
    background-image: url('../img/section01.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  
  .section02 {
    background-image: url('../img/');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }
  
  .section03 {
    background-image: url('../img/itas-banner-01.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .login {
    background-image: url('../img/login.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  
  .section04 {
    background-image: url('../img/section04.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  .section06 {
    background-image: url('../img/section06.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .section07 {
    background-image: url('../img/section09.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  
  .ftrbg {
    background-color: #F7EFE0;
    line-height: 2.5em;
    letter-spacing: .1em;
    font-size: 0.9em;
  }
  .mvscr {
    position:relative; 
    bottom:-8em;
  }
  .mvscrv {
    position:relative; 
    bottom:20em;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
    
    .callone {
  font-size: 1em;
}

.calltwo {
  font-size: 3em;
  font-weight: bolder;
}

  .inpage-title {
    position: relative;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .textjus {
    text-align:center;
    direction: rtl;;
  }
  .mobilenav {
    background-image: url('../img/bgnav.png');
  background-repeat: repeat;
    opacity: 1;
  }
  .indls {
    top:20em;
  }
  .evetxt {
    font-size: 6vw;
  }
  .w-76 {
    width:100%;
  }

  .prohead {
    font-size: 3em;
    line-height: 1em;
    font-weight: 100;
  }

  .indtxt {
    top:2.5em;
    font-size: 4em;
    line-height: 1.2em;
  }

  .indhead {
    font-size: 2em;
    line-height: 1em;
    padding-top: 0em;;
  }

  .tastind {
    z-index: 0;
    font-size:9.5vw;
    margin-top:-40vw;
    margin-left: 36vw;
    position: relative;
  }
  
  .kdind {
    z-index: 2;
    position: relative;
  }
  
  .hldind {
    z-index: 3;
    font-size:11vw;
    margin-top:-31vw;
    margin-left: 35vw;
    position: relative;
  }
  
  .mlkind {
    z-index: 3;
    font-size:16vw;
    margin-top:-22vw;
    margin-left: 55vw;
    margin-bottom: 1vh;
    position: relative;
  }
  
  .smcir {
    z-index: 3;
    margin-top:0vh;
    margin-left: 70vw;
    position: absolute;
  }
  
  .bgcir {
    z-index: 3;
    margin-top:17vh;
    margin-left: 30vw;
    position: absolute;
  }

  .indextab {
    width:auto;
    border: solid 3px #7FBC03;
    border-radius:4px;
    color:#fff;
    cursor: pointer;
    text-transform: none;
}

.indextab:hover {
  border: solid 2px #ffffff;
  text-transform: none;
  color:#7FBC03;
  cursor: pointer;
}

.indfoot {
  top: 63vh;
  width:auto;
}

.sectxt {
  top: 12em;
  font-size: 1.7em;
  letter-spacing: 0.1em;
  line-height: 2em;
  font-weight: 100;
  width:auto;
}

.secttwxtlt {
  top: 0vh;
  font-size: 2em;
  width:auto;
}

.secttwxtrt {
  top:0vh;
  font-size: 1em;
  line-height: 1em;
  width:auto;
}


.secthr {
  top: 13vh;
}



.linew {
  width:8vw;
}

.obotlt {
  top: 10vh;
}

.obotlt02 {
  top: -5vh;
}

.obotlt01 {
  top: -10vh;
}

.obotlt03 {
  top: -7vh;
}

.footlt {
  text-align: left;
}

.ocli {
  height: auto;
  overflow: hidden;
}

.footrt {
  text-align: center;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.5rem;
}

.indexbanner {
    background-image: url('../img/index-bg-mobile.png');
    background-repeat: no-repeat;
    background-position:  center;
    background-size: 100% auto;
    width: 100vw;
    height:100%;
}

.section01 {
  background-image: url('../img/section01.jpg');
  background-repeat: no-repeat;
  background-position: right;
  background-attachment:scroll;
  -o-background-size: cover;    
  -moz-background-size: cover;
  -webkit-background-size:cover;
  background-size: cover;
  width: 100vw;
  height: auto;
}

.section02 {
  background-image: url('../img/');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  width: 100vw;
  height: auto;
}

.section03 {
  background-image: url('../img/itas-banner-01.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment:scroll;
  -o-background-size: cover;    
  -moz-background-size: cover;
  -webkit-background-size:cover;
  background-size: cover;
  width: 100vw;
  height: 100%;
}

.login {
  background-image: url('../img/login.png');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment:scroll;
  -o-background-size: cover;    
  -moz-background-size: cover;
  -webkit-background-size:cover;
  background-size: cover;
  width: 100vw;
  height: 100%;
}

.section04 {
  background-image: url('../img/section04.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment:scroll;
  -o-background-size: cover;    
  -moz-background-size: cover;
  -webkit-background-size:cover;
  background-size: cover;
  width: 100vw;
  height: auto;
}

.section05 {
  background-image: url('../img/');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100vw;
  height: 100%;
}

.section06 {
  background-image: url('../img/section06.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment:scroll;
  -o-background-size: cover;    
  -moz-background-size: cover;
  -webkit-background-size:cover;
  background-size: cover;
  width: 100vw;
  height: auto;
}

.section07 {
  background-image: url('../img/section09.jpg');
  background-repeat: no-repeat;
  background-attachment:scroll;
  background-position: center;
  -o-background-size: cover;    
  -moz-background-size: cover;
  -webkit-background-size:cover;
  background-size: cover;
  width: 100vw;
  height: auto;
}

.ftrbg {
  background-color: #F7EFE0;
  line-height: 2.5em;
  letter-spacing: .1em;
  font-size: 0.9em;
}
}

