.hero-section .hero-content {
  direction: rtl;
}
.blog-section .single-blog {
  direction: rtl;
}

.portfolio-section .portfolio-content {
  direction: rtl;
  text-align: right;
}
.service-section .single-service .service-text p,h2{
    text-align: right;
}

.skill-section .single-skill h3 {
    text-align: right;
}

.about-section .about-content h5 {
    text-align: center;
}

.about-section .about-content h2 {
    text-align: center;   
}

.parallax .section-title img {
    padding-top: 20px;
}

.blog-section .single-blog a span img {
    rotate: 180deg;
}

.service-section .service-wrapper .slick-prev img {
    transform: rotate(-180deg);
}

.portfolio-section .portfolio-content-wrapper .slick-prev img {
    transform: rotate(-180deg);
}

.portfolio-section .portfolio-content a span img{
    rotate: 180deg;
   }

.hero-section .hero-content a span img {
    rotate: 180deg;
}









