/*
Theme Name: PagesQatar Limousine System THEME
Theme URI: https://pagesqatar.net/
Author: PQ team
Author URI: https://pagesqatar.net/
Description: PQ THEME brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, 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 with others.
*/
@import url('inc/sys/css/sys.css');
@import url('inc/assets/colorbox/colorbox.css');
@import url('inc/assets/css/font-awesome.css');
@import url('inc/assets/css/animate.css');
@import url('inc/assets/css/prettyPhoto.css');
@import url('inc/assets/css/fancybox.css');
@import url('inc/assets/mdi/materialdesignicons.css');
@import url('inc/assets/SelectSearchable/chosen.css');
@import url('inc/owl/assets/owl.carousel.min.css');
@import url('inc/owl/assets/owl.theme.default.css');
@import url('inc/assets/css/back-to-top.css');
@import url('inc/assets/css/owl.carousel.css');
@import url('inc/assets/css/owl.transitions.css');
@import url('inc/sys/css/simple-line-icons.css');
@import url('inc/assets/css/zoominImg.css');
@import url('inc/assets/datepicker/css/datepickerv3.css');
@import url('inc/assets/sidr/stylesheets/jquery.sidr.light.min.css');
@import url('inc/assets/css/magniflier.css');
@import url('inc/assets/timepicker/themes/default.css');
@import url('inc/assets/timepicker/themes/default.time.css');
@import "https://fonts.googleapis.com/css?family=Cairo|Roboto";
.arabicFont{font-family: 'Cairo', sans-serif !important;}
/* Responsive Classes */
.if_pc{  display: block;  }
.if_mobile{  display: none;  }
@media only screen and (max-width: 768px) {
	.if_pc{  display: none;  }
	.if_mobile{  display: block;  }
}