
/* RTL (Right-to-Left) CSS for Arabic Version */

/* Base RTL Direction */
body {
    direction: rtl;
    text-align: right;
    font-family: 'PNU', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'PNU', sans-serif;
	margin: 10px;
}
p{
font-family: 'PNU', sans-serif;
}

p.intro{
	font-size:20px;
	margin: 14px 0;
	line-height: 24px;
	font-family: 'PNU', sans-serif;
}
ul.aboutList{ margin: 30px 0 0 ;}
ul.aboutList li{
	font-family: 'PNU', sans-serif;
}
/* Navigation Adjustments */
.navbar-brand {
    float: right !important;
}

.navbar-nav {
    float: left !important;
}

.navbar-toggle {
    float: left !important;
    margin-left: 15px;
    margin-right: 0;
}

.navbar-header {
    float: right !important;
}

.navbar-right {
    float: left !important;
}

.navbar-collapse {
    text-align: left;
}

/* Pull Utilities RTL */
.pull-left {
    float: right !important;
}

.pull-right {
    float: left !important;
}

/* Text Alignment */
.text-left {
    text-align: right !important;
}

.text-right {
    text-align: left !important;
}

/* List Items */
ul, ol {
    padding-right: 0;
    padding-left: 40px;
}

.aboutList li {
    text-align: right;
}

/* Form Elements */
.form-control {
    text-align: right;
}

/* Footer */
.footer .pull-left {
    float: right !important;
}

.footer .pull-right {
    float: left !important;
}

.footer-social {
    padding-right: 0;
}

/* Carousel and Owl Carousel */
.owl-carousel .owl-nav .owl-prev {
    right: 0;
    left: auto;
}

.owl-carousel .owl-nav .owl-next {
    left: 0;
    right: auto;
}

/* Portfolio Filter */
.categories .cat li.pull-left {
    float: right !important;
}

.categories .cat li.pull-right {
    float: left !important;
}

/* Icons and Bullets */
.fa {
    margin-left: 5px;
    margin-right: 0;
}

.aboutList .fa {
    margin-left: 10px;
    margin-right: 0;
}

/* Columns Adjustments */
.col-md-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
}

/* Service Items */
.O-service {
    text-align: center;
}

/* Team Section */
.thumbnail {
    text-align: center;
}

/* Contact Form */
#contact-form {
    text-align: right;
}

#contact-form label {
    text-align: right;
    display: block;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .navbar-nav {
        float: none !important;
    }
    
    .navbar-header {
        float: none !important;
    }
    
    .navbar-toggle {
        float: right !important;
        margin-right: 15px;
        margin-left: 0;
    }
}

/* Section Titles */
.sectionTitle {
    text-align: center;
}
.aboutText .sectionTitle {
    text-align: right;
}

/* Buttons */
.btn {
    text-align: center;
}

/* Portfolio Items */
.portfolio-item {
    text-align: center;
}

/* Client Logos */
#clients {
    direction: ltr;
}

/* Video Section */
iframe {
    direction: ltr;
}

/* Testimonials */
#testimonial {
    text-align: center;
}

/* Main Heading */
.main-heading {
    text-align: center;
}

/* Language Switcher */
.navbar-header a[href*="index_ar.html"],
.navbar-header a[href*="index.html"] {
    margin-left: 15px;
    margin-right: 0;
}

