#loading {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 9000;
	display: flex;
	justify-content: center;
    align-items: center;
}
.chian_wrapper {
  width: 320px;
  height: 200px;
  /*border: 1px solid #ddd;*/
  position: relative;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin1 {
  to {
    transform: rotate(-360deg);
  }
}

.chain1,
.chain2 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
}
.chain1 {
  left: 78px;
  top: 21px;
  animation-name: spin;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
.chain2 {
  left: 150px;
  top: 62px;
  animation-name: spin1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}


/*============ Lazy Loading ===========*/
.ani_p_1,
.ani_p_2,
.ani_p_3,
.ani_p_4 {
	opacity: 0;
}
.ani_p_2 {
	animation-delay: .2s;
}
.ani_p_3 {
	animation-delay: .4s;
}
.ani_p_4 {
	animation-delay: .6s;
}
/*------------------------*/
.feature {
	opacity: 0;
}
.feature:nth-child(2) {
	animation-delay: .1s;
}
.feature:nth-child(3) {
	animation-delay: .2s;
}
.feature:nth-child(4) {
	animation-delay: .3s;
}
.feature:nth-child(5) {
	animation-delay: .4s;
}
.feature:nth-child(6) {
	animation-delay: .5s;
}
.feature:nth-child(7) {
	animation-delay: .6s;
}
.feature:nth-child(8) {
	animation-delay: .7s;
}
.feature:nth-child(9) {
	animation-delay: .8s;
}
/*--------------------------*/
.about_us_tab_menu,
.about_us_tab_content {
	opacity: 0;
}
/*--------------------------*/
.rp {
	opacity: 0;
}
.rp:nth-child(2) {
	animation-delay: .2s;
}
.rp:nth-child(3) {
	animation-delay: .4s;
}
.rp:nth-child(4) {
	animation-delay: .6s;
}
.rp:nth-child(5) {
	animation-delay: .8s;
}
.rp:nth-child(6) {
	animation-delay: 1s;
}
.rp:nth-child(7) {
	animation-delay: 1.2s;
}
/*--------------------------*/
.reached {
	opacity: 0;
}
.reached:nth-child(2) {
	animation-delay: .2s;
}
.reached:nth-child(3) {
	animation-delay: .4s;
}
.reached:nth-child(4) {
	animation-delay: .6s;
}
/*--------------------------*/
.breaking_news {
	opacity: 0;
}
.breaking_news:nth-child(2) {
	animation-delay: .2s;
}
.breaking_news:nth-child(3) {
	animation-delay: .4s;
}
.breaking_news:nth-child(4) {
	animation-delay: .6s;
}
.breaking_news:nth-child(5) {
	animation-delay: .8s;
}
.breaking_news:nth-child(6) {
	animation-delay: 1s;
}
.breaking_news:nth-child(7) {
	animation-delay: 1.2s;
}
.breaking_news:nth-child(8) {
	animation-delay: 1.4s;
}
/*--------------------------*/
.price {
	opacity: 0;
}
.price:nth-child(2) {
	animation-delay: .3s;
}
.price:nth-child(3) {
	animation-delay: .6s;
}
.price:nth-child(4) {
	animation-delay: .9s;
}
/*--------------------------*/
.team {
	opacity: 0;
}
.team:nth-child(2) {
	animation-delay: .2s;
}
.team:nth-child(3) {
	animation-delay: .4s;
}
.team:nth-child(4) {
	animation-delay: .6s;
}
/*--------------------------*/
.extras_list li {
	opacity: 0;
}
.extras_list li:nth-child(2) {
	animation-delay: .1s;
}
.extras_list li:nth-child(3) {
	animation-delay: .2s;
}
.extras_list li:nth-child(4) {
	animation-delay: .3s;
}
.extras_list li:nth-child(5) {
	animation-delay: .4s;
}
.extras_list li:nth-child(6) {
	animation-delay: .5s;
}
.extras_list li:nth-child(7) {
	animation-delay: .6s;
}
/*--------------------------*/
.contact {
	opacity: 0;
}
/*--------------------------*/
.animated {
	opacity: 1;
}