.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mouse {
  width: 30px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 60px;
}
.mouse:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 30px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  opacity: 1;
  animation: mouse 2s infinite;
}
@keyframes mouse {
  from {
    opacity: 1;
    top: 15px;
  }
  to {
    opacity: 0;
    top: 40px;
  }
}
.custom-list {
  list-style: none;
  padding-left: 0;
}
.custom-list li {
  position: relative;
  padding-left: 50px;
}
.custom-list li:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  background-image: url(../images/right-icon.png);
  background-size: cover;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.color-list {
  list-style: none;
  padding-left: 0;
}
.color-list li {
  position: relative;
  padding-left: 50px;
}
.color-list li:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  background-image: url(../images/rightcolor-icon.png);
  background-size: cover;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.accordian .el-item {
  background: #fff;
  padding: 10px 10px;
}
.accordian .el-title {
  font-size: 26px;
  font-weight: 400;
}
.uk-accordion-title::before {
  background-color: #E7470E;
}
.footer-grid .el-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.footer-grid .uk-list {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.custom-title .el-title {
  color: #9B2424;
  font-size: 30px;
  font-weight: 500;
}
.custom-title .list-title {
  color: #000;
  font-size: 25px;
  font-weight: 500;
}
.custom-title h3 {
  color: #000;
  font-size: 32px;
  font-weight: 500;
}
.sticky-class .uk-navbar-sticky .uk-navbar-left img {
  padding: 15px;
}
.footer-hr {
  width: 94%;
}
.footer-text {
  font-size: 15px;
}
.copyright-text {
  font-size: 15px;
  margin-left: 50px;
}
.flag {
  width: 30px;
  margin-right: 20px;
}
.check-icon {
  width: 30px;
}
.flag-table .uk-table th {
  font-size: 20px;
  font-weight: 600;
  color: #9b9b9b;
  text-transform: none;
}
.testinominal-popup button:hover {
  text-decoration: none;
}
.testinominal-popup button {
  font-style: italic;
  font-size: 20px;
  font-family: Playfair Display;
  color: #949494;
  text-transform: none;
}
.csr-heading h3 {
  font-size: 32px;
  color: #000;
  font-weight: 400;
}
.numeric .el-meta {
  font-family: Playfair Display;
  font-size: 24px;
  text-transform: none;
  color: #000000;
}
.progress-grid .el-title {
  font-family: Playfair Display;
  font-size: 32px;
}
.progress-grid .el-content {
  font-size: 19px;
}



/*for footer text*/
@media only screen and (max-width: 768px) {
  .copyright-text {
    margin: 0px;
  }
}
/*for footer text*/