button {
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow: visible;
  text-transform: none;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
[type="submit"],
button {
  appearance: button;
}
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input {
  overflow: visible;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  font-family: sans-serif;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #853b8b;
  outline: 0;
}
.form-control::placeholder {
  color: #b5b7b9;
  opacity: 0.6;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  color: #464646;
  padding: 1em;
  height: 45px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
input:focus {
  border: 1.8px solid #853b8b;
  box-shadow: 0 1px 10px rgba(112, 57, 143, 0.51);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.form-control::placeholder {
  color: #333 !important;
  opacity: 1 !important;
}
button {
  border: none;
  border-radius: 0;
  margin: 0;
  text-transform: none;
  background-color: transparent;
  background-image: none;
  padding: 0;
}
.first-div h1 {
  font-size: 30px;
  line-height: 1.5em;
  margin-bottom: 0;
}

.form-control,
.form-control::placeholder {
  font-family: IRANSansX;
  font-feature-settings: "ss02";
  color: #554d63;
}
@media only screen and (max-width: 767px) {
  .input-group {
    width: 100% !important;
  }
  .form-control {
    height: 50px;
    padding: 1px 0 0 12px;
    font-size: 14px;
  }
  .first-div h1 {
    margin-bottom: 0;
    font-size: 22px;
  }
  .first-div p {
    font-size: 14.5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .first-div h1 {
    margin-bottom: 15px;
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .form-control {
    padding: 5px 12px 0 0;
  }
}

.box-group-1 {
  box-shadow: 0 3px 14px rgba(70, 10, 111, 0.29);
  background: #fff;
  padding: 30px 0 0;
  border-radius: 8px;
  border: 2px dashed #cfabff;
}
.mr-3 {
  margin-right: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
#msg {
  font-size: 14px;
  min-height: 20px;
   padding-left: 16px;
   margin-bottom: 16px;

}

.hero-newsletter-form {
  margin-top: 35px;
  margin-left: 10px;
}
.hero-newsletter-form .input-group > .form-control:not(:first-child) {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}
.hero-newsletter-form .form-control {
  height: 50px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #666;
  font-size: 1.05rem;
  font-weight: 300;
  padding: 0 15px;
  box-shadow: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hero-newsletter-form .form-control::placeholder {
  color: #8b868c !important;
  opacity: 0.6 !important;
}
.btn-plan-seo {
  color: #fff;
  background-color: #b8520a;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.4px;
  padding: 6px 20px;
  border-radius: 6px;
  border: 2px solid;
  border-color: #b8520a;
}
.btn-plan-seo:hover {
  color: #fff;
  background: #d66a14;
  transition: all 450ms ease-in-out;
  border-color: #d66a14;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.box-tool {
  border: 1px solid #dfd5df7a;
  border-radius: 8px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 6px 31px 0 rgb(179 155 179 / 29%);
}

.back-plan {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.16;
  background-size: 300px;
}
.plan-seo-section {
  position: relative;
  padding: 40px 0;
}
.border-b-dotted {
  border-bottom: 1px dotted #000;
}

.pricing-table-box {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.75px;
}
.fourth-row,
.second-row,
.third-row {
  background: #fff;
}
.pricing-table-box .pricing-table-box-list:nth-child(2n) td.second-row,
.pricing-table-box .pricing-table-box-list:nth-child(2n) td.third-row,
.pricing-table-box .pricing-table-box-list:nth-child(2n) td.fourth-row {
  background-color: #dedede;
}
.pricing-table-box .pricing-table-box-item .pricing-table-box-item-head {
  background-image: linear-gradient(to left, #351080, #e6336c);
  padding: 12px 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 25px;
}
.pricing-table-box .pricing-table-box-item .pricing-table-box-item-head h4 {
  letter-spacing: 0.1px;
  color: #fff;
  text-align: center;
}
.pricing-table-box .pricing-table-box-text h3 {
  text-align: center;
}
.pricing-table-box .pricing-table-box-item .pricing-table-box-item-price p {
  font-size: 18px;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 0;
  color: #1a1c1b;
}
.pricing-table-box .pricing-table-box-list .fa-check {
  color: #68af27;
  font-size: 18px;
}
.pricing-table-box .pricing-table-box-item .pricing-table-box-item-price {
  text-align: center;
  background: #f9f6ff;
}
.pricing-table-box .pricing-table-box-list td {
  padding: 18px 8px;
}
.fourth-row,
.second-row,
.third-row {
  text-align: center;
}
.table-responsive {
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0 0 5px 0,
    rgba(0, 0, 0, 0.1) 0 0 1px 0;
  background: #ffffff80;
  position: relative;
  overflow: hidden;
  overflow-x: auto;
  width: auto;
}
.width-30 {
  width: 30%;
}
@media (max-width: 576px), (max-width: 768px) {
  .pricing-table-box .pricing-table-box-item .pricing-table-box-item-head h4 {
    color: #fff;
    text-align: center;
    font-size: 16px;
  }
  .pricing-table-box .pricing-table-box-text h3 {
    text-align: center;
    font-size: 18px;
  }
  .pricing-table-box .pricing-table-box-item .pricing-table-box-item-price p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    color: #1a1c1b;
  }
  .pricing-table-box .pricing-table-box-list .fa-check {
    color: #68af27;
    font-size: 13px;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.fa-check:before {
  content: "\f00c";
}

section {
  display: block;
}
.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 60%;
  margin: 0 auto 25px;
}
.video-section {
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.31);
}
.video-section::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.28;
  height: 100%;
   background: url(../../imagenew/background/background-f.svg) repeat right;
  background-size: 450px;
}
@media only screen and (max-width: 767px) {
  .section-title {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 35px;
}

.w-video {
  height: auto;
  justify-items: center;
  display: inline-grid;
}
.flex-column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.position-relative {
  position: relative ;
}
.mb-2 {
  margin-bottom: 0.5rem ;
}
.col-tab {
  transform: scale(1.05);
  box-shadow:
    rgba(0, 0, 0, 0.1) 0 0 5px 0,
    rgba(0, 0, 0, 0.1) 0 0 1px 0;
  cursor: pointer;
}
.btn-block {
  display: block;
  width: 100%;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.our-process-area {
  bottom: 15px;
  position: relative;
}
.our-process-area .process-box .single-item {
  margin-bottom: 30px;
}
.our-process-area .process-box .single-item:nth-child(2n) {
  margin-top: 50px;
}
.our-process-area .process-box p {
  text-align: center;
}
.our-process-area .process-box {
  position: relative;
  z-index: 1;
}
.our-process-area .icon1,
.our-process-area .icon2,
.our-process-area .icon3,
.our-process-area .icon4 {
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 10px;
}
.our-process-area .icon1 {
  background-image: url(../../imagenew/seotoolswebp/speed.webp);
}
.our-process-area .icon2 {
  background-image: url(../../imagenew/seotoolswebp/meta.webp);
}
.our-process-area .icon3 {
  background-image: url(../../imagenew/seotoolswebp/schema.webp);
}
.our-process-area .icon4 {
  background-image: url(../../imagenew/seotoolswebp/seoSite.webp);
}
.our-process-area .process-box .item p {
  margin: 0;
}
.our-process-area .process-box .item {
  padding: 60px 30px;
  background: #fff;
  box-shadow: 0 5px 30px 0 rgba(181, 157, 181, 0.32);
}
.our-process-area .process-box .item:hover {
  margin-top: 5px;
  cursor: pointer;
}


.hermesp {
  font-weight: 700;
  margin: 10px 100px 0 0;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  font-size: 17px;
}
.hermesh2 {
  text-transform: uppercase;
  font-size: 15px !important;
  color: #8f0693 !important;
  margin: 7px 0 25px 0;
  font-weight: 700;
}
.cat-icon {
  float: right;
  margin: 0 0 0 15px;
  border: 0.7px solid #e3e3e3;
  border-radius: 3px;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
}
.box-analyiz {
  background-color: #00000024;
  padding: 16px !important;
  filter: drop-shadow(8px 8px 10px gray);
  border-radius: 8px;
}
.aspect-tab {
  position: relative;
  width: 100%;
  margin: 0 auto 10px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #02ecec;
  opacity: 1;
  transition:
    box-shadow 0.2s,
    opacity 0.4s;
}
.aspect-tab:hover {
  box-shadow: 0 4px 10px 0 rgb(52 27 52 / 43%);
}
.aspect-input {
  display: none;
}
.aspect-input:checked ~ .aspect-content + .aspect-tab-content {
  max-height: 10000px;
}
.aspect-input:checked ~ .aspect-content:after {
  transform: rotate(0);
}
.aspect-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-height: 80px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  z-index: 1;
  cursor: pointer;
}
.aspect-label:hover ~ .aspect-content:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTI0IDI0SDBWMGgyNHoiIG9wYWNpdHk9Ii44NyIvPgogICAgICAgIDxwYXRoIGZpbGw9IiM1NTZBRUEiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1Ljg4IDE1LjI5TDEyIDExLjQxbC0zLjg4IDMuODhhLjk5Ni45OTYgMCAxIDEtMS40MS0xLjQxbDQuNTktNC41OWEuOTk2Ljk5NiAwIDAgMSAxLjQxIDBsNC41OSA0LjU5Yy4zOS4zOS4zOSAxLjAyIDAgMS40MS0uMzkuMzgtMS4wMy4zOS0xLjQyIDB6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=);
}
.aspect-content {
  position: relative;
  display: block;
  height: 70px;
  margin: 0;
  padding: 0 24px 0 30px;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}
.aspect-info span {
  margin-bottom: 0;
}
.aspect-content:after,
.aspect-content:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.aspect-content:before {
  height: 100%;
}
.aspect-name {
  display: inline-block;
  width: 75%;
  margin-right: 16px;
  font-weight: 600;
  color: #242a32;
  white-space: normal;
  text-align: right;
  vertical-align: middle;
}
.aspect-stat {
  width: 40%;
  text-align: center;
}
.all-opinions,
.aspect-name {
  font-size: 14px;
  line-height: 22px;
}
.all-opinions {
  color: #5d5d5d;
  text-align: center;
}
.aspect-content + .aspect-tab-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.aspect-content > div,
.aspect-stat > div {
  display: inline-block;
}
.aspect-content > div {
  vertical-align: middle;
}
.aspect-tab-content .h6{
    font-weight: 600;
    font-size: 1rem;
}
.negative-count,
.neutral-count,
.positive-count {
  display: inline-block;
  margin: 0 0 0 20px;
  padding-left: 26px;
  background-repeat: no-repeat;
  font-size: 13px;
  line-height: 20px;
  color: #363636;
}
.aspect-info img {
  display: inline-block;
  vertical-align: bottom;
}
.aspect-info {
  width: 60%;
  white-space: nowrap;
  font-size: 0;
}
.aspect-tab-content {
  background-color: #f9f9f9;
  text-align: justify;
}
.sentiment-wrapper {
  padding: 24px 30px 30px;
}
.opinion-header {
  position: relative;
  width: 100%;
  margin: 0 0 24px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #242a32;
  text-transform: capitalize;
}
.opinion-header > span:nth-child(2) {
  position: absolute;
  right: 0;
}
.opinion-header + div > span {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #363636;
}
@media screen and (max-width: 800px) {
  .aspect-label {
    max-height: 102px;
  }
  .aspect-content {
    height: auto;
    padding: 11px 15px 15px 27px;
  }
  .aspect-content:before {
    display: none;
  }
  .aspect-content:after {
    top: 0;
  }
  .aspect-content > div {
    display: block;
    width: 100%;
  }
  .aspect-stat {
    margin-top: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .aspect-label {
    max-height: 140px;
  }
  .aspect-stat > div {
    display: block;
    width: 100%;
  }
  .all-opinions {
    margin-bottom: 10px;
  }
  .all-opinions + div > span:first-child {
    margin: 0;
  }
}
.shape-text {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  right: -60px;
  top: 2px;
  white-space: nowrap;
}
.box-tools {
  background: #fff;
  box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
  margin: 15px 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
}
.shape-box {
  border-style: solid;
  border-width: 0 70px 40px 0;
  float: right;
  height: 0;
  width: 0;
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.box-success-contact {
  box-shadow:
    rgba(0, 0, 0, 0.1) 0 0 5px 0,
    rgba(0, 0, 0, 0.1) 0 0 1px 0;
  padding: 5px 15px;
  border-radius: 3px;
  display: inline-block;
  background: #1ec648d4;
  color: #fff;
  font-size: 14px !important;
}
.box-error-contact {
  box-shadow:
    rgba(0, 0, 0, 0.1) 0 0 5px 0,
    rgba(0, 0, 0, 0.1) 0 0 1px 0;
  padding: 5px 15px;
  border-radius: 3px;
  display: inline-block;
  background: #fb4949;
  color: #fff;
  font-size: 14px !important;
}
.forgetting {
  box-shadow:
    rgba(0, 0, 0, 0.1) 0 0 5px 0,
    rgba(0, 0, 0, 0.1) 0 0 1px 0;
  padding: 5px 15px;
  border-radius: 3px;
  display: inline-block;
  background: #1d66d7;
  color: #fff;
  font-size: 14px !important;
}
a.forgetting:hover {
  background: #4a83db;
  color: #fff !important;
}
.box-success {
  border-color: #5cb85c;
}
.box-success .shape-box {
  border-color: transparent #5cb85c transparent transparent;
  border-color: rgba(255, 255, 255, 0) #5cb85c rgba(255, 255, 255, 0)
    rgba(255, 255, 255, 0);
}
.shape-bottom-tools {
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 0;
}
.box-suucess {
  box-shadow: 0 1px 5px 3px rgb(16 133 9 / 29%);
}
.box-red {
  box-shadow: 0 1px 5px 3px rgb(133 9 9 / 29%);
}
.box-yellow {
  box-shadow: 0 1px 5px 3px rgb(133 123 9 / 29%);
}
.text-success {
  color: #28a745;
}
.text-danger {
  color: #dc3545;
}
.text-warning {
  color: #ffc107;
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.hideContent {
  overflow: hidden;
  line-height: 1em;
  max-height: 382px;
}
.showContent {
  overflow: visible;
  line-height: 1em;
  height: auto;
}
.show-more {
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
  cursor: pointer;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.fa-check-circle:before {
  content: "\f058";
}
.fa-file-word:before {
  content: "\f1c2";
}
#loader-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: 1000
}

#loader-wrapper p {
    color: #4154f1;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 0 0 10px #fff;
    font-weight: 700;
    margin: 30px auto 0;
    display: block
}

#loader {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.cssload-contain {
    height: 14px;
    width: 105px;
    margin: auto
}

.cssload-dot {
    float: left;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: #6e0577;
    background-position: top center;
    margin: 0 3.5px;
    animation: cssload-bounce .52s infinite ease alternate;
    -o-animation: cssload-bounce .52s infinite ease alternate;
    -ms-animation: cssload-bounce .52s infinite ease alternate;
    -webkit-animation: cssload-bounce .52s infinite ease alternate;
    -moz-animation: cssload-bounce .52s infinite ease alternate
}

.cssload-dot:nth-child(1) {
    animation-delay: -90ms;
    -o-animation-delay: -90ms;
    -ms-animation-delay: -90ms;
    -webkit-animation-delay: -90ms;
    -moz-animation-delay: -90ms
}

.cssload-dot:nth-child(2) {
    animation-delay: -.17s;
    -o-animation-delay: -.17s;
    -ms-animation-delay: -.17s;
    -webkit-animation-delay: -.17s;
    -moz-animation-delay: -.17s
}

.cssload-dot:nth-child(3) {
    animation-delay: -.26s;
    -o-animation-delay: -.26s;
    -ms-animation-delay: -.26s;
    -webkit-animation-delay: -.26s;
    -moz-animation-delay: -.26s
}

.cssload-dot:nth-child(4) {
    animation-delay: -.35s;
    -o-animation-delay: -.35s;
    -ms-animation-delay: -.35s;
    -webkit-animation-delay: -.35s;
    -moz-animation-delay: -.35s
}

.cssload-dot:nth-child(5) {
    animation-delay: -.43s;
    -o-animation-delay: -.43s;
    -ms-animation-delay: -.43s;
    -webkit-animation-delay: -.43s;
    -moz-animation-delay: -.43s
}

.cssload-dot:nth-child(6) {
    animation-delay: -.52s;
    -o-animation-delay: -.52s;
    -ms-animation-delay: -.52s;
    -webkit-animation-delay: -.52s;
    -moz-animation-delay: -.52s
}

@keyframes cssload-bounce {
    0% {
        transform: translateY(0);
        box-shadow: 0 3.5px 1px rgba(71, 34, 86, .2)
    }
    100% {
        transform: translateY(-55px);
        box-shadow: 0 124px 17px rgba(0, 0, 0, .1)
    }
}

@-o-keyframes cssload-bounce {
    0% {
        -o-transform: translateY(0);
        box-shadow: 0 3.5px 1px rgba(71, 34, 86, .2)
    }
    100% {
        -o-transform: translateY(-55px);
        box-shadow: 0 124px 17px rgba(0, 0, 0, .1)
    }
}



@-webkit-keyframes cssload-bounce {
    0% {
        -webkit-transform: translateY(0);
        box-shadow: 0 3.5px 1px rgba(71, 34, 86, .2)
    }
    100% {
        -webkit-transform: translateY(-55px);
        box-shadow: 0 124px 17px rgba(0, 0, 0, .1)
    }
}

@-moz-keyframes cssload-bounce {
    0% {
        -moz-transform: translateY(0);
        box-shadow: 0 3.5px 1px rgba(71, 34, 86, .2)
    }
    100% {
        -moz-transform: translateY(-55px);
        box-shadow: 0 124px 17px rgba(0, 0, 0, .1)
    }
}