/* PARTICLES */
#particles-js{
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
/* / PARTICLES */
/* SCROLLIN ICON */
#scroll-down{
  bottom: 24px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 24px;
  z-index: 2;
}
.scroll{
    border-radius: 15px;
    border: 2px solid #0097A7;
    cursor: s-resize;
    display: block;
    height: 36px;
    position: relative;
    width: 24px;
}
#scroll-down:hover .scroll{
  border-color: #00BCD4;
}
.scroll::after{
  border-left: 1px dashed #0097A7;
  bottom: -26px;
  content: "";
  height: 18px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
.scroll::before {
    -webkit-animation: scroll 4s infinite;
    animation: scroll 3s infinite;
    background: #FBC02D;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    height: 5px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 5px;
    width: 6px;
}
@keyframes scroll {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
		transform: translateY(0);
	}
	40% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translateY(6px);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
    	transform: translate3d(0,100%,0);
	}
	100% {
		opacity: 1;
    	-webkit-transform: none;
    	transform: none;
	}
}
/* / SCROLLING ICON */
/* HORIZONTAL TEXT ANIMATION */
#marquee-container{
  border-bottom: 1px solid rgba(69, 90, 100, .3);
  border-top: 1px solid rgba(69, 90, 100, .3);
  height: 3.75rem;
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#marquee-container p{
  margin: 0;
}
#marquee-container span{
  display: inline-block;
  line-height: 3.75rem;
  padding: 0 0.9375rem;
}
.marquee {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
}

.marquee p {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 40s linear infinite;
}

.marquee2 p {
  animation-delay: 20s;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
/* / HORIZONTAL TEXT ANIMATION */
/* SCROLL PROGRESS BAR */
.progress-scroll {
  background: transparent;
  border-radius: 0;
  height: 2px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1059;
}
.bar-scroll{
    background: #0097A7;
    height: 100%;
    transition: ease;
    width: 10%;
}
/* SCROLL PROGRESS BAR */
/* TIMELINE */
.timeline {
  list-style: none;
  padding: 15px 0;
  position: relative;
}
.timeline:before {
  background-color: #455A64;
  bottom: 0;
  content: " ";
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
  background-color: #FFF;
  border: 1px solid #d4d4d4;
  float: left;
  padding: 15px;
  position: relative;
  width: 46%;
}
.timeline > li > .timeline-panel:after{
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-top: 14px solid transparent;
  content: " ";
  display: inline-block;
  position: absolute;
  right: -14px;
  top: 27px;
}
.timeline > li > .timeline-badge {
  background-color: #37474F;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  color: #00BCD4;
  font-size: 0.75rem;
  height: 36px;
  left: 0;
  line-height: 36px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 24px;
  width: 36px;
  z-index: 100;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  color: inherit;
  margin-top: 0;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
@media (max-width: 767px) {
  ul.timeline:before {
    left: 18px;
    margin: 0;
  }
  .timeline-calendar.text-center {
    padding-left: 12px;
    text-align: left !important;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 48px);
    width: -moz-calc(100% - 48px);
    width: -webkit-calc(100% - 48px);
  }
  ul.timeline > li > .timeline-badge {
    left: 0;
    margin-left: 0;
    top: 16px;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
    top: 19px;
  }
}
/* / TIMELINE */
/* SLIDER TEXT */
.slider-wrapper-text {
  align-items: center;
  color: #CFD8DC;
  display: flex;
  font-family: 'Kanit', sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.slider-text{
  height: 50px;
  line-height: 46px;
  overflow: hidden;
  padding-left:15px;
}
.slider-text div {
	color: #CFD8DC;
  background: rgba(63,73,117,.8);
  box-sizing: border-box;
  height: 50px;
  margin-bottom: 50px;
  padding: 2px 15px;
  text-align: center;
}
.slider-text-text1 {
  animation: slide 5s linear infinite;
}
/* .slider-text-text2 {
  background: skyblue;
}
.slider-text-text3 {
  background: lightcoral;
} */
@keyframes slide {
  0% {margin-top:-300px;}
  5% {margin-top:-200px;}
  33% {margin-top:-200px;}
  38% {margin-top:-100px;}
  66% {margin-top:-100px;}
  71% {margin-top:0px;}
  100% {margin-top:0px;}
}
/* / SLIDER TEXT */
/* LOADING */
.bg_load {
  background-color: rgba(38,50,56,.75) !important;
  backdrop-filter: blur(7px);
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999;
}
.wrapper-load{
  left: 0;
  margin: auto;
  position: fixed;
    right: 0;
  top: 45%;
  z-index: 99999;
}
.wrapper-load .inner {
  text-align: center;
  height: 100%;
  width: 100%;
}
.wrapper-load .inner img{
  max-height: 96px !important;
}
.spinner {
	margin: 24px auto 0;
	text-align: center;
	width: 70px;
}
.spinner > div {
	background-color: #0097A7;
	border-radius: 100%;
	display: inline-block;
	height: 6px;
	width: 6px;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/* / LOADING */
/* CURSOR */
#cursor {
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  will-change: transform;
  z-index: 999999;
}
@media (hover: hover) and (pointer: fine) {
  .cursor-circle {
    border-radius: 50%;
    border: solid 1px rgba(0, 188, 212, 0.9);
    height: 48px;
    margin-left: -50%;
    margin-top: -50%;
    width: 48px;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      width 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  #cursor.arrow .cursor-circle{
    border-color: rgba(251, 192, 45, .7);
    height: 72px;
    width: 72px;
  }
  /* #cursor.arrow .cursor-circle::before{
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  } */
  /* #cursor.arrow::after{
    background-image: url('https://svgshare.com/i/MzQ.svg');
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    height: 100%;
    left: -50%;
    position: absolute;
    top: -50%;
    width: 100%;
  } */
  #cursor.subtle .cursor-circle{
    opacity: 0.16;
  }
  #cursor.overlay .cursor-circle{
    background-color: rgba(227, 222, 193, 0.08);
    border-color: transparent;
    height: 48px;
    width: 48px;
  }
}
/* / CURSOR */
/* TOOLTIP */
.tooltip{
	max-width: none;
	width: auto;
}
.tooltip .tooltip-arrow{
	border-top-color: #60378D !important;
	border-bottom-color: #60378D !important;
}
.tooltip .tooltip-inner{
	background-color: #60378D !important;
	border-radius: 20px;
	font-family: 'kanit', sans-serif;
	font-weight: 400;
	max-width: none;
	min-width: 150px;
	padding: 15px;
}
/* / TOOLTIP */
/* FORM */
.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
.alert-dismissible .btn-close {
  padding: .55rem 1rem !important;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.alert{
  background-color: rgba(55,71,79,.5) !important;
	backdrop-filter: blur(3px) !important;
	border: 1px solid rgba(69, 90, 100, .5) !important;
  color: #CFD8DC !important;
  border-radius: 18px !important;
}
.alert-success{
  border: 1px solid rgba(155, 235, 67, .5) !important;
}
.alert-danger,.alert-warning{
  border: 1px solid rgba(255, 63, 63, .5) !important;
}
/* / FORM */
