body,
html {
  overflow-y: visible;
}
body {
  font-size: 15px;
  background: #fafafa;
  color: #1a1a1a;
  line-height: 1.42857143;
  width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
  font-family: Arial,Helvetica,sans-serif;
}
.relative{
  position: relative;
}
/*Header*/
#dx-nav {
  margin-top: 11px;
  position: absolute;
  width: 100%;
  padding: 2px 1.5rem;
  background: transparent;
  transition: all 0ms;
  z-index: 2;
}
.px-0{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1400px;
  width: 100%;
}
.custom-logo-link {
  transition: all 0.215s;
  display: block;
}
.custom-logo {
  max-height: 62px;
  width: auto;
}
.navbar-nav .nav-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  border-radius: 0;
  letter-spacing: 1px;
  padding: 15px;
  color: #212529;
}
#mobile-toggle{
  display: none;
}
.navbar-toggler-icon {
  width: 26px;
  height: 12px;
  position: relative;
  margin: 0;
  cursor: pointer;
}
.navbar-toggler-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transition: all .1806s linear;
  color: #1a1a1a;
  background:#1a1a1a
}
.navbar-toggler-icon span:nth-child(1) {
  top: 0;
}
.navbar-toggler-icon span:nth-child(2) {
  top: 10px;
  width: 50%;
}
#dx-nav .buy-button {
  background: transparent;
  border: 1px solid #21252980;
  color: #212529;
  box-shadow: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  white-space: nowrap;
  line-height: 1;
  padding: 9px 22px;
  border-radius: 0;
  transition: color 450ms, background 450ms;
}
#main-navbar{
  justify-content: flex-end !important;
  align-items: center;
  display: flex !important;
  flex-basis: auto;
}
#dx-nav .dropdown-menu {
  top: 35px;
  border: none;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
  border-top: 2px solid #baa963;
  width: 250px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  transition: .5s !important;
}
#dx-nav .dropdown-menu  .dropdown-item {
  font-weight: 600;
  padding: 12px 18px 12px 18px;
  transition: all 0s;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 600;
  color: #212529;
  display: inline-block;
  width: 100%;
}
#dx-nav .dropdown-toggle::after {
  display: inline-block;
  margin-top: 0.125em;
  border-top-width: 2px;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
  content: "";
  margin-left: 10px;
  position: relative;
  pointer-events: none;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  transform: rotate(135deg);
  top: -2px;
  left: 0;
}
#dx-nav .nav-item:hover .dropdown-toggle::after {
  transform: translatey(50%) rotate(315deg);
}
#dx-nav .nav-item:hover .dropdown-menu{
  display: block;
}
#dx-nav.active .navbar-toggler-icon span:nth-child(2){
  width: 100%;
}
/*Main*/
.elm-index{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 100px 0px 100px 0px;
  background-color: #EEEEEE;
}
.elm-line-index{
  display: inline-block;
  width: 100%;
}
.mgt-100{
  margin-top: 100px;
}
.elm-line-index .elm-title{
  text-align: left;
}
.elm-index .elm-desc {
  color: #181828;
  text-align: left;
  font-size: 52px;
}
.elm-index .elm-desc-sub{
  color: #181828;
  text-align: left;
}
.elm-index .elm-button{
  text-align: left;
}
.elm-index .elm-motion {
  background-image: url("../img/bg-numerology.png");
}
.elm-index .elm-motion img{
  height: 700px;
}
.elm-index-sub {
  display: inline-block;
  width: 100%;
  margin-top: 100px;
}
.elm-index-item-sub{
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
}
.elm-index-item-sub-thumb {
  width: 75px;
  margin-right: 15px;
}
.elm-index-item-sub img {
  object-fit: contain;
  filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
  transition-duration: 1s;
  border-radius: 0px 0px 0px 0px;
}
.elm-index-item-sub .elm-index-item-sub-intro *{
  text-align: left!important;
}
.elm-services{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 100px 0px 100px 0px;
  background-color: #21212C;
}
.elm-counter-number{
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
}
.elm-counter-number-item{
  text-align: center;
}
.elm-counter-number-item .num{
  color: #181828;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.8em;
}
.elm-counter-number-item .desc{
  color: #4F4F4F;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}
.elm-icon-stars {
  background: url("../img/icon-stars.png") no-repeat 0 0;
    background-size: auto;
  background-size: cover;
  width: 42px;
  height: 42px;
  display: inline-block;
}
.elm-top-services {
  text-align: center;
  padding-top: 20px;
  display: inline-block;
  width: 100%;
}
.elm-bottom-services{
  padding-top: 20px;
  display: inline-block;
  width: 100%;
}
.item-services{
  background-color: #21212C;
  padding: 30px;
  border: 1px solid #2D2D3C;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.item-services:hover{
  background-color: #2D2D38;
}
.item-services .thumb{
  max-width: 60px;
  height: 90px;
}
.item-services .thumb img{
  object-fit: contain;
}
.item-services .name{
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.item-services .desc {
  color: #ABABB5;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0px;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.elm-video{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 100px 0px 100px 0px;
  background-color: #fff;
}
.elm-video-box .elm-title{
  text-align: left;
}
.elm-video-box .elm-desc{
  color: #181828;
  text-align: left;
}
.elm-video-box .elm-desc-sub{
  color: #181828;
  text-align: left;
}
.elm-video-show {
  border-radius: 2px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.elm-our-team{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 100px 0px 100px 0px;
  background-color: #21212C;
}
.elm-our-team-box {
  margin-top: 20px;
}
.item-our-team{
  position: relative;
  text-align: center;
  color: #FFFFFF;
}
.elm-our-team .thumb-box{
  max-width: 280px;
  border-radius: 100% 100% 100% 100%;
  overflow: hidden;
}
.thumb-box-head {
  position: absolute;
  left: -8px;
  top: 0;
  width: 118px;
}
.thumb-box-head.thumb-box-head-right{
  right: -8px;
  left: auto;
}
.item-our-name{
  font-size: 24px;
  font-weight: 700;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}
.item-our-desc{
  font-size: 17px;
  margin-top: 5px;
  display: inline-block;
  width: 100%;
}
.elm-faq{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 100px 0px 100px 0px;
  background-color: #EEE;
}
.elm-faq .elm-motion{
  background-image: url("../img/bg-numerology.png");
  margin-bottom: 15px;
}
.elm-faq .r-faq *{
  text-align: left;
}
.elm-faq .elm-desc{
  color: #181828;
}
.panel{
  background: none;
}
.elm-accordion-item{
	border-bottom: 1px solid #EBEDFB;
	padding: 10px 0 0 0px;
	box-shadow: none;
	border-radius: 0!important;
}
.elm-accordion-item:last-child{
	border-bottom: none;
}
.elm-accordion-item .head {
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 700;
}
.elm-accordion-item .head.collapsed{
	color: #170F49;
}
.elm-accordion-item .body {
  display: inline-block;
  width: 100%;
  color: #4F4F4F;
  font-size: 18px;
  font-weight: 400;
  padding: 0px 0px 32px 0px;
}
.elm-accordion-item .head.collapsed .icon-toggle{
	background: url("../img/icon-plus.svg") no-repeat 0 0;
	height: 14px;
	width: 14px;
	display: inline-block;
	float: right;
	background-size: cover;
	position: relative;
  top: 8px;
}
.elm-accordion-item .head .icon-toggle{
	background: #6B18F6;
  height: 2px;
  width: 15px;
  display: inline-block;
  float: right;
  background-size: cover;
  position: relative;
  top: 15px;
  border-radius: 2px;
}


.elm-gift{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 100px 0px 100px 0px;
  background-color: #21212C;
}
.elm-gift .l-gift *{
  text-align: left;
}
.elm-link-sub{
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.elm-link-sub a{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  fill: #B4975D;
  color: #B4975D;
  background-color: #25262A00;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 20px 60px 0px rgba(20.999999999999982, 92.00000000000011, 231, 0);
  padding: 0px 0px 7px 0px;
}
.elm-link-sub a:hover{
  color: #fff;
}
.elm-motion{
  background-image: url("../img/line-bg-cs.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.elm-translate-xy img{
  object-fit: contain;
  vertical-align: middle;
  display: inline-block;
}
.elm-testimonials{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 100px 0px 100px 0px;
  background-color: #EEEEEE;
}
.elm-top-testimonials{
  text-align: center;
  padding-top: 20px;
  display: inline-block;
  width: 100%;
}
.elm-icon-star{
  background: url("../img/star-about-us.png") no-repeat 0 0;
  background-size: cover;
  width: 42px;
  height: 42px;
  display: inline-block;
}
.elm-hear{
  padding: 20px 0px 20px 0px;
  text-align: center;
  color: #181828;
  font-family: "Playfair Display", Sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.4px;
}
.elm-hear-sub {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  color: #4F4F4F;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9em;
}
.elm-customers{
  padding-top: 40px;
}
.item-customer{
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  box-shadow: 0px 20px 60px 0px rgba(209, 209, 209, 0.35);
  margin: 20px 20px 20px 20px;
  padding: 40px 40px 40px 40px;
}
.thumb-box{
  display: inline-block;
  width: 100%;
  text-align: center;
}
.thumb-icon{
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
}
.thumb-icon img{
  object-fit: cover;
  object-position: center center;
}
.elm-rating{
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.elm-rating .active{
  color: #FFAF2B;
}
.elm-rating .inactive{
  color: #D1D1D1;
}
.elm-say{
  text-align: left;
  color: #181828;
  font-size: 16px;
  letter-spacing: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.elm-customer-name{
  color: #181828;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0px;
}
.elm-customer-desc{
  color: #4F4F4F;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
}
.elm-touch {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 100px 0px 100px 0px;
  background-color: #21212C;
}
.elm-overlay {
  background-image: url("../img/yellow-star-bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.15;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.elm-container{
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 625px;
}
.elm-title{
  text-align: center;
  color: #B4975D;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.4em;
  letter-spacing: 1px;
  width: 100%;
}
.elm-desc{
  padding: 20px 0px 20px 0px;
  text-align: center;
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.4px;
  width: 100%;
}
.elm-desc-sub{
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  color: #ABABB5;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9em;
}
.elm-button{
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.elm-button a{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.3px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #EC4400;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #EC4400;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 10px 20px 0px rgba(255, 83.99999999999999, 83.99999999999999, 0.24);
  padding: 20px 50px 20px 50px;
  border-radius: 2px;
}
/*Blog*/
.elm-post {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 80px 0px 35px 0px;
  background-color: #EEEEEE;
  border-bottom: 1px solid #ddd;
}
.elm-overlay-post{
  background-image: url("../img/bg-post.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.head-post {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
}
.elm-list-post {
  display: inline-block;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
}
.elm-list-post .item {
  height: 100%;
  background: #eeebe6;
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
}

.elm-list-post .item .thumb{
  height: 25rem;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.elm-list-post .item .thumb img{
  object-fit: cover;
  min-width: 100%;
  height: 25rem;
}
.elm-list-post .data{
  padding: 2rem;
}
.elm-list-post .data .post-title{ 
  margin-top: 0;
  line-height: 1.25;
  margin-bottom: 1rem;
  font-size: 18px;
  text-align: left;
  letter-spacing: normal;
  color: #1a1a1a;
  height: 45px;
  overflow: hidden;
}
.elm-list-post .item:hover .post-title{
  color: #ba9e63;
}
.elm-list-post .item:hover .thumb img{
  opacity: 0.8;
}
.elm-list-post .item:hover .redmore{
  border:1px solid #8E7237;
  color: #8E7237;
}
.elm-list-post .data .post-content{ 
  margin-top: 0;
  line-height: 1.25;
  margin-bottom: 1rem;
  font-size: 18px;
  text-align: left;
  letter-spacing: normal;
  color: #1a1a1a;
  height: 45px;
  overflow: hidden;
}
.elm-list-post .data .post-content {
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 5rem;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #53514e;
  height: 5rem;
  overflow: hidden;
}
.elm-list-post .data .redmore{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: normal;
  color: #ba9e63;
  border: 1px solid #ba9e63;
  padding: 8px 10px;
  display: inline-block;
  border-radius: 2px;
  margin-top: 10px;
}
.top-post{
 margin-bottom: 1.25rem;
 display: inline-block;
 width: 100%;
}
.top-post span{
  margin-top: 0;
  color: #222;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.5;
  font-family: inherit;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.list-top-post{
  display: inline-block;
  width: 100%;
}
.list-top-post li {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.list-top-post li .img {
  width: 120px;
  margin-right: 10px;
  display: inline-block;
  float: left;
  border-radius: 2px;
  overflow: hidden;
}
.list-top-post li .img img{
  object-fit: cover;
  width: 100%;
}
.list-top-post h3{
  margin-top: 0.65rem;
  font-size: 14px;
  display: block;
  font-weight: 600;
  transition: all 215ms;
  letter-spacing: normal;
  color: #1a1a1a;
}
.list-top-post h3 a{
  color: #1a1a1a;
}
.list-top-post li:hover a{
   color: #ba9e63;
}
.adsBox{
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.adsBox img{
 object-fit: cover;
 width: 100%;
}
.content-view{
  display: inline-block;
  width: 100%;
  font-size: 15px;
}
.box-contact{
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
.btnContact {
  font-size: 15px;
  font-weight: 500;
  background: #ba9e63;
  border: 1px solid #ba9e63;
  padding: 8px 10px;
  display: inline-block;
  border-radius: 2px;
}
.tile-box-head {
  border-bottom: 2px solid #ddd;
  clear: both;
  color: #222;
  font-size: 15px;
  font-style: italic;
  margin-bottom: 15px;
  margin-top: 10px;
}
.formSendContact label span{
  color: #ff0000;
}
.formSendContact textarea{
  min-width: 100%;
  max-width: 100%;
}
.alert{
  display: inline-block;
  width: 100%;
}
/*Paging*/
.show-box-paging {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.show-box-paging .pagination > .active > a,
.show-box-paging .pagination > .active > a:focus, 
.show-box-paging .pagination > .active > a:hover, 
.show-box-paging .pagination > .active > span, 
.show-box-paging .pagination > .active > span:focus, 
.show-box-paging .pagination > .active > span:hover {
  background-color: #eeebe6;
  border-color: #eeebe6;
  color: #6d7c90;
}
.show-box-paging .pagination > li > a{
   color: #6d7c90;
}
/*Footer*/
footer {
  position: relative;
  background: #eeebe6 url("../img/bg.png");
  background-position: center center;
  background-size: cover;
  padding-top: 8em;
  border-top: 1px solid #ddd;
}
.footer-inner {
  position: relative;
  z-index: 2;
  padding-bottom: 0.5rem;
  position: relative;
}
.footer-inner .widget {
  padding-bottom: 2rem;
}
.footer-top{
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  display: inline-block;
  width: 100%;
}
.footer-top p {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: normal;
}
.footer-top h4 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  color: var(--widget-title-color);
  font-weight: 800;
  font-size: 14px;
  line-height: 1.5;
  font-family: inherit;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer-top h4.logo{
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: normal;
  text-transform: none;
}
.footer-top .subscribe{
  display: flex;
  align-items: center;
  flex-flow: wrap;
  width: 100%;
}
.footer-top .subscribe input[type="email"] {
  width: 64%;
  box-shadow: unset;
  padding: 5px 25px 5px 10px;
  text-overflow: ellipsis;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  height: 42px;
  background: white;
  border-radius: 0;
  outline: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  font-style: italic;
}
.footer-top .subscribe input[type="submit"] {
  width: 35%;
  background: #ba9a63;
  color: #fff;
  transition: .45s;
  text-align: center;
  box-shadow: unset;
  padding: 6px 25px;
  text-overflow: ellipsis;
  border: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: normal;
  height: 42px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.footer-top .subscribe input[type="submit"]:hover{
 background: #222;
}
.footer-top .subscribe-note {
  font-size: 12px;
  line-height: 22px;
  margin-top: 12px;
  width: 100%;
  font-style: italic;
  letter-spacing: normal;
  margin-bottom: 0;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
}
.footer-copyright, .footer-menu li a {
  font-size: 13px;
  letter-spacing: normal;
}
.footer-menu {
  margin-bottom: 1rem;
}
.footer-menu li {
  float: left;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  line-height: 1.7rem;
}
.footer-menu li a {
  color: #1a1a1a;
}
/*Paging*/
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #3d4e5b;
  border-color: #3d4e5b;
}
/*Loading*/
@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-eclipse {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
.lds-css {
  position: fixed;
}
.lds-eclipse div {
  position: absolute;
  -webkit-animation: 1s linear infinite lds-eclipse;
  animation: 1s linear infinite lds-eclipse;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  box-shadow: 0 4px 0 0 #1fb5ad;
  -webkit-transform-origin: 80px 82px;
  transform-origin: 80px 82px;
}
.lds-css {
  background: #fff;
  opacity: 0.75;
  z-index: 99999;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}