#fp-nav.fp-right {
  right: unset !important;
  left: 80px;
}

#fp-nav ul li, .fp-slidesNav ul li {
  height: 20px !important;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 0% !important;
  position: absolute;
  z-index: 1;
  height: 8px;
  width: 8px;
  border: 0;
  background: rgba(162, 162, 162, 0.32);
  left: 50%;
  top: 50%;
  margin: 5px !important;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 8px;
  height: 8px;
  margin: 5px !important;
  background: #082C6B;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 20px;
  width: 20px;
  background: #082C6B !important;
  margin: 5px;
  border-radius: 0% !important;
}

#fp-nav ul li a.active span {
  margin: 0 !important;
}

#fp-nav ul li a.active span:after,
.fp-slidesNav ul li a.active span:after,
#fp-nav ul li:hover a.active span:after,
.fp-slidesNav ul li:hover a.active span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
}

#fullpage .section {
  width: 100%;
  height: 100%;
  background-image: url("/images/indexbg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#fullpage .ptsec .sectiondiv {
  margin-top: -120px;
}
#fullpage .sectiondiv {
  display: flex;
  align-items: center;
  justify-content: center;
}
#fullpage .sectiondiv .left {
  width: 800px;
  padding-left: 30px;
}
#fullpage .sectiondiv .left h3 {
  font-size: 22px;
  font-weight: 600;
  color: #082C6B;
}
#fullpage .sectiondiv .left h2 {
  font-size: 58px;
  color: #161616;
  font-weight: 800;
  margin-top: 12px;
}
#fullpage .sectiondiv .left h2 span.dot {
  display: inline-block;
  margin-left: 6px;
  font-size: 60px;
  color: #0066FF !important;
}
#fullpage .sectiondiv .left p {
  font-size: 20px;
  font-weight: 300;
  color: #6D6D6D;
  line-height: 31px;
  margin-top: 36px;
}
#fullpage .footersection {
  height: 250px !important;
  background-image: none !important;
  background-color: #161616;
}
#fullpage .footersection .sectiondiv,
#fullpage .footersection .footer-bottom {
  padding: 0;
  height: 100%;
  color: #fff;
}
#fullpage .footersection .sectiondiv ul li,
#fullpage .footersection .footer-bottom ul li {
  color: #fff;
}
#fullpage .footersection .sectiondiv .footer-bottom-left,
#fullpage .footersection .footer-bottom .footer-bottom-left {
  padding-top: 25px;
}
#fullpage .footersection .sectiondiv .footer-bottom-right,
#fullpage .footersection .footer-bottom .footer-bottom-right {
  padding-top: 54px;
}
#fullpage .footersection .sectiondiv .footer-bottom-right li,
#fullpage .footersection .footer-bottom .footer-bottom-right li {
  opacity: 0.7;
  font-weight: 300 !important;
}
#fullpage .footersection .footer-bottom {
  width: 65%;
}
#fullpage .footersection .fp-tableCell {
  height: 250px !important;
}
#fullpage .index01img {
  width: 650px;
}
#fullpage .index02img {
  width: 596px;
}
#fullpage .index03img {
  width: 584px;
}
#fullpage .index04img {
  width: 520px;
}

.buttondiv {
  position: fixed;
  bottom: 18%;
  right: 95px;
  height: 40px;
  text-align: center;
}
.buttondiv .bluebut {
  width: 150px;
  height: 50px;
  background: rgba(15, 45, 109, 0.67);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.buttondiv .bluebut p {
  color: #fff;
  text-align: left;
}
.buttondiv .bluebut .p01 {
  font-size: 13px;
  font-weight: 200;
}
.buttondiv .bluebut .p02 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}
.buttondiv .bluebut .badgeimg {
  display: block;
  width: 16px;
  margin-right: 10px;
}
.buttondiv .toparrowimg {
  width: 38px;
}/*# sourceMappingURL=main.css.map */