/**

 * fullView v1.1.2

 */
/*!

 * https://github.com/seeratawan01/fullview.js

 *

 * @license GPLv3 for open source use only

 *

 * Copyright (C) 2020 https://github.com/seeratawan01/fullview.js/blob/master/LICENSE

 */ *
    {
  padding: 0;
  margin: 0;
  box-sizing: border-box
}
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%
}
*, :after, :before {
  box-sizing: inherit
}
body {
  overflow: hidden;
  height: 100%
}
#fullview > * {
  display: block;
  height: 100vh !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
  overflow: hidden
}
#fv-dots {
  position: fixed;
  top: 50%;
  left: 57px;
  transform: translate(-50%, -50%)
}
#fv-dots ul {
  display: block;
  list-style: none
}
#fv-dots ul li {
  padding: 0;
  margin: 0;
  display: block;
}
#fv-dots ul li a {
  display: block;
  margin: auto;
  width: 40px;
  height: 45px;
  text-align: center
}
#fv-dots ul li a span {
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
  margin: 0 auto;
  transition: .1s ease all;
  transform: rotate(45deg);
  background-color: #bdbdbd;
  display: block;
  margin: auto;
  width: 35px;
  height: 35px;
  text-align: center;
  background: #d61f26;
  border-radius: 50%;
}
#fv-dots ul a.active span {
  width: 9px;
  height: 9px;
  background-color: #bdbdbd
}
#fv-dots ul a:hover span {
  width: 9px;
  height: 9px
}
.fv-tooltip {
  position: relative;
  transition: all .65s cubic-bezier(.84, -.18, .31, 1.26)
}
.fv-tooltip .fv-tooltiptext {
  visibility: hidden;
  width: 120px;
  background: #3e474f;
  border-radius: .25em;
  color: #edeff0;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -1px;
  right: 105%;
  display: none;
}
.fv-tooltip:hover .fv-tooltiptext {
  visibility: visible
}
.fv-tooltip .fv-tooltiptext::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #3e474f;
}
.fv-tooltip.fv-tooltip-left .fv-tooltiptext::after {
  left: unset;
  right: 100%;
  border-color: transparent #3e474f transparent transparent
}

#fullview > div {
    background-color: #fff;
    display: inherit;
    justify-content: center;
    align-items: center;
    font-size: 1.688rem;
    flex-direction: column;
    padding: 0;
}
#fullview > div:first-child {
  position: relative;
  z-index: 9;
}
#fullview > div:nth-child(even) {
  background-color: #fff;
  color: #ffffff;
}
#fullview h2 {
  margin: auto;
  width: 100%;
  text-align: left;
}
#fullview #section1 h2 {
  width: 100%;
  text-align: left;
  margin: 100px 0 44px 0;
}
#navbar {
  position: fixed;
  width: 100%;
  padding: 20px;
}
#navbar ul {
  list-style: none;
  text-align: center;
}
#navbar li, button {
  display: inline-block;
  padding: 8px 17px;
  background-color: #ffffff;
  box-shadow: 5px 10px #888888;
  border: 1px solid transparent;
  margin-right: 12px;
  margin-bottom: 12px;
}
button {
  cursor: pointer;
  margin-right: 0;
  margin-bottom: 0;
}
/*select, input {
  display: inline-block;
  padding: 8px 17px;
  background-color: #ffffff;
  box-shadow: 0px 2px 9px #888;
  border: 1px solid transparent;
}*/
#navbar li:last-of-type {
  margin-right: 0;
}
#navbar li a {
  text-decoration: none;
  color: #282c34;
}
#navbar li a.active {
  font-weight: 600;
}
#down {
  box-shadow: 0px 2px 9px #888;
}
form {
  display: flex;
  flex-direction: column;
}
form label {
  font-size: 1rem;
  margin-bottom: 5px;
}

#fv-dots ul li a span {
  background-color: #fff;
  border-radius: 0;
  transition: all 0.5s ease;
  transform: rotate(0);
  background: none;
}
#fv-dots ul li:nth-child(2) a span::before, #fv-dots ul li:nth-child(3) a span::before, #fv-dots ul li:nth-child(4) a span::before, #fv-dots ul li:nth-child(5) a span::before, #fv-dots ul li:nth-child(6) a span::before {
  content: "01";
  position: absolute;
  color: #a5a5a5;
  transform: rotate(0);
  left: 0;
  right: 0;
}
#fv-dots ul li:nth-child(3) a span::before {
  content: "02";
}
#fv-dots ul li:nth-child(4) a span::before {
  content: "03";
}
#fv-dots ul li:nth-child(5) a span::before {
  content: "04";
}
#fv-dots ul li:nth-child(6) a span::before {
  content: "05";
}
#fv-dots ul li a.active span::before {
  color: #fff;
}

#fv-dots ul a.active span {
  transform: rotate(0);
  background-color: #bdbdbd;
  display: block;
  margin: auto;
  width: 35px;
  height: 35px;
  text-align: center;
  background: #d61f26;
  border-radius: 50%;
}
#fv-dots ul li:first-child {
  display: none;
}

#fullview > div {
  justify-content: end;
}

/*.onoffbox .demo-div.mt20px.normal-select {
  width: 239px;
}*/
/*.demo-div.mt20px.normal-select select {
  display: block;
  text-align: left;
  background: none;
  border: solid 1px #5d5d5d;
  box-shadow: none;
  color: #a5a5a5;
  font-weight: 300;
  border-radius: 0;
  height: 40px;
  font-size: 17px;
  line-height: 27px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 9px;
}*/
/*.form-select-b .select-box {
  display: inline-block;
  clear: both;
  width: 46%;
  vertical-align: top;
  float: right;
  margin: -50px 0 9px 0;
  padding: 0;
}
.form-select-b .select-box .dropdown-display {
  height: 45px;
  line-height: 29px;
}
.box5-ncb .form-select-b .select-box .dropdown-search, .box5-ncb.form-select-b .select-box .dropdown-search {
  display: none;
}*/
#navbar.back-btn-mobile li {
  display: inline-block;
  background-color: #ffffff;
  box-shadow: none;
  border: 1px solid transparent;
  margin-right: 12px;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
}
#navbar.back-btn-mobile ul {
  list-style: none;
  text-align: left;
}
.nuber-box {
  margin: 25px 0 9px 0;
}