html, body {
	width: auto!important; 
	overflow-x: hidden!important;
} 

@media (max-width: 767px) {
  .hide-on-mobile {
  visibility: hidden !important;
  }
}
@media (min-width: 767px) {
  .show-on-mobile {
  visibility: hidden !important;
  }
}
@charset "utf-8";
.navpad, .anchor {
	padding-top: 88px;
}
@media (max-width: 767px) {
    .navpad, .anchor {
		padding-top: 180px;
    }
}
.navbar-scrolled {
	transition: 1s all ease-in-out;
	background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
	.navbar-scrolled {
  	transition: 1s all ease-in-out;
	background-color: rgba(0, 0, 0, 0.6);
	}
}
.nav-link a:hover {
	color: #0aa14f;
}
.navbar-white {
	transition: 1s all ease;
}
.bg-white {
	transition: 1s all ease;
}
.navbar-toggler:focus {
	border: 0;
	outline: 0;
	box-shadow: none;
}
li {
	margin-left: 1.5em;
}
@media (max-width: 767px) {
	.nav li {
		margin-left: 0;
    }
}
.list-unstyled li, .navbar-nav li {
	margin-left: 0; }

.letterspacing3 {
	font-size: 12px;
	letter-spacing: 3px;
}
#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}
.hero-img-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
.hero-img-bg-center {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.hero-img-bg-bottom {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}
.hero-img-bg-left {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
}
.hero-image {
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hero-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.bg-image-relative {
	position: relative;
    background-repeat: no-repeat;
}
.bg-image-50 {
	width: 100vw;
	height: 50vh;
	object-fit:  cover;
	/* position:  absolute;
	top: 0;
	left: 0; */
	z-index: -1;
}
.overlay {
	background-color: rgba(0, 0, 0, 0.4);
}
.bg-primary-50 {
	background-color: #f5fcf8;
}
.bg-jumbotron {
	color: #e1e6ea;
}

/* parallax with opacity */
.parallax {
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
    margin: 0 auto; 
    position: relative;
}
.mask {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
}

/* Card carousel */
@media (min-width: 768px) {
  #carouselCardsControls .carousel-inner {
    display: flex;
  }
  #carouselCardsControls .carousel-item {
    margin-right: 10px;
    flex: 0 0 30%;
	display: block;
  }
}
#carouselCardsControls .carousel-control-prev, #carouselCardsControls .carousel-control-next {
	background-color: #777;
	position: inherit;
	display: inline;
	margin-bottom: 10px;
}

#carouselStories .carousel-indicators [data-bs-target] {
	background-color: black;
}
#carouselStories .carousel-indicators active [data-bs-target] {
	background-color: #198754;
}
.about .about-img {
  min-height: 600px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 992px) {
  .about .about-img {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.page-header {
 	position: relative;
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.bg-transparent-light {
  color: rgba(255, 255, 255, 0.5) !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.bg-transparent-dark {
  color: rgba(33, 40, 50, 0.5) !important;
  background-color: rgba(33, 40, 50, 0.8) !important;
}
.svg-border-rounded svg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1rem;
  width: 100%;
}
@media (min-width: 576px) {
  .svg-border-rounded svg {
    height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .svg-border-rounded svg {
    height: 2rem;
  }
}
@media (min-width: 992px) {
  .svg-border-rounded svg {
    height: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .svg-border-rounded svg {
    height: 3rem;
  }
}

/* Time line */
.main-timeline {
  position: relative;
}
.main-timeline::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #00143f;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
.timeline {
  position: relative;
  background-color: inherit;
  width: 50%;
}
.timeline::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -11px;
  background-color: #0aa14f;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.left-2 {
  padding: 0px 40px 20px 0px;
  left: 0;
  text-align: right;
}
.right-2 {
  padding: 0px 0px 20px 40px;
  left: 50%;
}
.left-2::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}
.right-2::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}
.right-2::after {
  left: -14px;
}
@media screen and (max-width: 600px) {
  .main-timeline::after {
    left: 31px;
  }
  .timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  .left-2::after,
  .right-2::after {
    left: 18px;
  }

  .left-2::before {
    right: auto;
  }
  .right-2 {
    left: 0%;
  }
}

#captchaInput {
  width: 2.5em;
  margin-left: .5em;
}





/* Test Timeline */

.ag-format-container {
  width: 1160px;
  margin: 0 auto;

  position: relative;
}

.ag-timeline-block {
  padding: 300px 0;
}
.ag-timeline_title-box {
  padding: 0 0 30px;

  text-align: center;
}
.ag-timeline_tagline {
  font-size: 10px;
  color: #00143f;
}
.ag-timeline_title {
    text-fill-color: transparent;
  color: black;

  font-size: 80px;
}

.ag-timeline_item {
  margin: 0 0 50px;

  position: relative;
}
.ag-timeline_item:nth-child(2n) {
  text-align: right;
}

.ag-timeline {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;

  position: relative;
}
.ag-timeline_line {
  width: 2px;
  background-color: #00143f;

  position: absolute;
  top: 2px;
  left: 50%;
  bottom: 0;

  overflow: hidden;

  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ag-timeline_line-progress {
  width: 100%;
  height: 20%;
  background-color: #0aa14f;
}

.ag-timeline-card_box {
  padding: 0 0 20px 50%;
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
  padding: 0 50% 20px 0;
}
.ag-timeline-card_point-box {
  display: inline-block;
  margin: 0 14px 0 -28px;
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
  margin: 0 -28px 0 14px;
}
.ag-timeline-card_point {
  height: 20px;
  line-height: 20px;
  width: 20px;
  border: 3px solid #0aa14f;
  background-color: #00143f;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  color: #FFF;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.js-ag-active .ag-timeline-card_point {
  color: #00143f;
  border: 3px solid #00143f;
  background-color: #0aa14f;
}
.ag-timeline-card_meta-box {
  display: inline-block;
}
.ag-timeline-card_meta {
  margin: 10px 0 0;
  font-weight: bold;
  font-size: 28px;
  color: #0aa14f;
}
.ag-timeline-card_item {
  display: inline-block;
  width: 45%;
  margin: -77px 0 0;
  background-color: #00143f;

  opacity: 0;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
  -o-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
  box-shadow: 0 0 0 0 rgba(0,0,0,.5);

  -webkit-transition: -webkit-transform .5s, opacity .5s;
  -moz-transition: -moz-transform .5s, opacity .5s;
  -o-transition: -o-transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;

  position: relative;
}
.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item {
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  -o-transform: translateX(-200%);
  transform: translateX(-200%);
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}
.js-ag-active.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
.js-ag-active.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
  opacity: 1;

  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.ag-timeline-card_arrow {
  height: 18px;
  width: 18px;
  margin-top: 20px;
  background-color: #00143f;

  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
  margin-left: calc(-18px / 2);
  margin-right: calc(-18px / 2);
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_arrow {
  margin-left: -10px;

  right: auto;
  left: 0;
}
.ag-timeline-card_img {
  width: 100%;
}
.ag-timeline-card_info {
  padding: 20px 30px;
}
.ag-timeline-card_title {
  margin: 10px 0 0;

  font-weight: bold;
  font-size: 28px;
  color: #0aa14f;
}
.ag-timeline-card_desc {
  line-height: 1.45;

  font-size: 16px;
  color: #FFF;
}


@media only screen and (max-width: 979px) {
  .ag-timeline_line {
    left: 30px;
  }

  .ag-timeline_item:nth-child(2n) {
    text-align: left;
  }

  .ag-timeline-card_box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
    padding: 0 0 20px;
  }
  .ag-timeline-card_meta-box {
    display: none;
  }
  .ag-timeline-card_point-box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
    margin: 0 0 0 8px;
  }
  .ag-timeline-card_point {
    height: 50px;
    line-height: 50px;
    width: 50px;
    vertical-align: middle;
  }
  .ag-timeline-card_item {
    width: auto;
    margin: -65px 0 0 75px
  }
  .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
  }
  .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
    right: auto;
    left: 0;
  }
  .ag-timeline-card_title {
    display: block;
  }
  .ag-timeline-card_arrow {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

  .ag-timeline-card_img {
    height: auto;
    width: auto;
  }
}

@media only screen and (max-width: 639px) {
  .ag-timeline_title {
    font-size: 60px;
  }

  .ag-timeline-card_info {
    padding: 10px 15px;
  }
  .ag-timeline-card_desc {
    font-size: 14px;
  }
}

@media only screen and (max-width: 479px) {

}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }

}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }

}