/*!
Theme Name: Pioneer
Theme URI: https://scraperrs.com/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>Pioneer</code>, or <em>Scraperrs</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Pioneer
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Pioneer is based on Scraperrs https://scraperrs.com/, (C) 2012-2020 Automattic, Inc.
Scraperrs is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal 
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

ul {
	padding-right: 0 !important;
}

.rtl.page-template-homepage .content-bottom-link svg {
	transform: rotate(180deg);
}

.menu-item-language.lang-en .lang-link {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.menu-item-language.lang-ar .lang-link {
	padding-right: 0 !important;
}

.menu-item.lang-divider .nav-link {
	padding-right: 3px !important;
	padding-left: 3px !important;
}

.menu-item-language.active {
	font-weight: 600 !important;
	color: #E81238;
}

.menu-item-language.active a {
	font-weight: 600 !important;
	color: #E81238 !important;
}

.menu-item-language.active a::after {
	font-weight: 600 !important;
	color: #E81238 !important;
	height: 0;
}

@media(min-width:1024px) {
	.focus-wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-left: 20px;
		padding-right: 20px;
		max-width: 60%;
		margin: 0 auto;
	}

}

.navbar-nav .nav-link.active::after {
	content: "";
	position: absolute;
	right: 3px;
	left: 28px;
	bottom: 0;
	height: 2px;
	background: #E81238;
}

.second-section-saudi-heading .first {
	display: block;
	text-align: right !important;
	font-size: 40px !important;
}

.second-section-saudi-heading .second {
	display: block;
	text-align: left !important;
	margin-left: -94px !important;
	font-size: 40px !important;
}

.scroll-btn-second-section {
	right: 0;
}

.inovation-img {
	transform: scaleX(-1);
}

.green-background-section {
	text-align: right;
}

.footer-logo .footer-image,
.site-branding a .custom-logo {
	transform: scaleX(1) !important;
}

.clients-grid {
	direction: rtl;
}

.tpl-clients.banner-image-wrapper-ar {
	padding-left: 0;
	padding-right: 10%;
}

.tpl-clients.banner-text-wrapper-ar {
	text-align: right;
	right: 0;
}

.tpl-clients.banner-text-wrapper-ar .first-part {

	padding-right: 5%;
}

.tpl-clients.banner-text-wrapper-ar .second-part {

	padding-right: 20%;

}

.tpl-partners.banner-text-wrapper-ar {
	right: 0;
	text-align: right;

}

.tpl-partners.banner-text-wrapper-ar .first-part {
	padding-left: 0;
	padding-right: 8%;
}

.tpl-partners.banner-text-wrapper-ar .second-part {
	padding-right: 20%;
}

.tpl-partners.banner-image-wrapper-ar {
	padding-left: 0;
	padding-right: 20%;
}


.tpl-branches.banner-text-wrapper-ar {
	right: 0;
	text-align: right;
}

.tpl-branches.banner-text-wrapper-ar .first-part {

	padding-right: 27%;
}

.tpl-branches.banner-image-wrapper-ar {
	padding-left: 0;
	padding-right: 20%;
}



.footer-logo-ar {
	border-right: 0 !important;
	border-left: 1px solid #00000078;
	;
}




















.second-section-homepage,
.focus-points-section,
.momentum-section,
.location-section,
.about-page .banner-section {
	transform: scaleX(-1) !important;
	overflow-x: hidden;
}

.second-section-homepage>*,
.focus-points-section>*,
.momentum-section>*,
.location-section>*,
.about-page .banner-section>* {
	transform: scaleX(-1) !important;
	/* Flip content back to normal */
}

img {
	transform: scaleX(-1);
}

.page-template-industries img {
	transform: none;
}

.hero-section img {
	transform: scaleX(-1) !important;
}


.knowledge-tech {
	overflow-x: hidden;
}

.tpl-source-across-industries.lang-ar img{
	transform: scaleX(1)!important;
}
@media(max-width:767px) {
	
	
}