.rtl{
  direction: rtl !important;
}
.nice-select::after {
  
  left: -25px;
  right: unset;
}
.theme-btn i {
  margin-right: 10px;
}
.hero-1 .bee-shape {
  position: absolute;
  top: 20%;
  left: 5%;
  right: unset;
}
.hero-1 .parasuit-shape {
  position: absolute;
  top: 20%;
  right: 5%;
  left: unset;
}
.about-wrapper .about-content .about-author .author-icon .icon::before{
  display: none;
}
.new-css-ar{
  direction: ltr !important;
}
.fa-arrow-left:before {
  content: "\f061";
}
.fa-arrow-right:before {
  content: "\f060";
}
.main-cta-wrapper .newsletter-items .theme-btn {
  position: absolute;
  top: 8px;
  left: 8px;
  right: unset;
  bottom: 8px;
  border-radius: 6px;
  padding: 16px 40px;
}
.footer-section .frame-shape {
  position: absolute;
  top: 40%;
  right: 0;
  left: unset;
  animation: rounded 5s linear infinite;
}
.footer-section .zebra-shape {
  position: absolute;
  top: 50%;
  right: unset;
  left: 0;
  transform: translateY(-50%);
}
.footer-bottom .scroll-icon {
  position: absolute;
  right: 90.2%;
  top: -40px;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  line-height: 60px;
  background-color: var(--theme);
  border-radius: 50%;
  text-align: center;
  color: var(--white);
  border: 5px solid var(--white);
  display: inline-block;
  z-index: 99;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-left: 20px;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
.hero-1 .hero-content .hero-button .video-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--theme);
  content: "";
  transform: translate(-50%, -50%);
  display: none;
}


.about-section .girl-shape {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: unset;
}
@media (max-width: 767px) {
  
}
.event-details-wrapper .event-details-items .about-author .author-icon .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--theme);
  content: "";
  transform: translate(-50%, -50%);
  display: none;
}
.main-sidebar .single-sidebar-widget .search-widget form button {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  right: unset;
  font-size: 18px;
  height: 100%;
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 0 4px 4px 0;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a {
  font-size: 18px;
  color: var(--header);
  margin-right: 10px;
}
.pricing-items .icon {
  position: absolute;
  top: 50px;
  left: 60px;
  right: unset;
  z-index: 2;
  display: inline-block;
  font-size: 50px;
  color: var(--theme);
  width: 95px;
  height: 90px;
  line-height: 100px;
  text-align: center;
}