/* Enter Your Custom CSS Here */

text/css style.css ( ASCII C program text )
/*
Theme Name: FactoryHub
Theme URI: http://steelthemes.com/factoryhub
Author: SteelThemes
Author URI: http://steelthemes.com
Description: Industry / Factory / Engineering and Construction Business WordPress Theme
Version: 1.1.2
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: factoryhub
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Normalize
2.0 - Typography
3.0 - Elements
  3.1 - Common Elements
  3.2 - WordPress Elements
  3.3 - Theme's Elements
4.0 - Header
5.0 - Navigations
6.0 - Content
  6.1 - Posts and pages
  5.2 - Comments
7.0 - Widgets
8.0 - Footer
9.0 - Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Normalize
--------------------------------------------------------------*/
* {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
2.0 - Typography
--------------------------------------------------------------*/
body {
  color: #848484;
  font-size: 16px;
  /*font-family: 'Roboto', sans-serif;*/


  font-family: "droid Arabic Kufi" , Tahoma, Geneva, sans-serif;
  line-height: 1.6;
  background: #fff;
  word-wrap: break-word;
  overflow-x: hidden;
  font-weight: 300;
}
a {
  transition: 0.5s;
  color: #222222;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #222222;
}
a img {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  color: #222222;
}
h1 {
  font-size: 41px;
}
h2 {
  font-size: 34px;
}
h3 {
  font-size: 28px;
  color: #fff;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
/*--------------------------------------------------------------
3.0 - Elements
--------------------------------------------------------------*/
/**
 * 3.1 - Common Elements
 */
img {
  max-width: 100%;
  height: auto;
}
input[type=text],
textarea {
  border: 1px solid #555;
  background: #fff;
}
blockquote {
  font-size: 16px;
  font-style: italic;
  border-right: 3px solid #ffc811;
  padding: 15px 20px 15px 0;
  margin: 35px 40px 35px 0;
  line-height: 2;
}
table {
  text-align: right;
}
table tr {
  border: 1px solid #ececec;
  border-bottom-width: 0;
  padding: 5px;
}
table tr td,
table tr th {
  padding: 5px;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabs .tabs-nav {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}
.tabs .tabs-nav li {
  float: right;
}
.tabs .tabs-nav a {
  display: block;
}
.tabs .tabs-panel {
  clear: both;
  display: none;
}
.tabs .tabs-panel.active {
  animation: fadeIn 1 1s ease;
  display: block;
}
.socials a {
  display: inline-block;
  padding: 0 15px;
  font-size: 18px;
  color: #848484;
  transition: 0.5s;
}
.socials a:last-child {
  padding-left: 0;
}
.socials a:first-child {
  padding-right: 0;
}
.socials a:hover {
  color: #ffc811;
}
.main-color {
  color: #ffc811;
}
.main-background-color {
  background-color: #ffc811;
}
.owl-carousel div.owl-item img {
  max-width: 100%;
  width: inherit;
}
.fh_button,
.tp-caption.fh_button {
  transition: 0.3s !important;
}
.fh_button:hover,
.tp-caption.fh_button:hover {
  border-color: #ffc811 !important;
  background-color: #ffc811 !important;
}
.fh-form p:before,
.fh-form p:after {
  content: '';
  display: table;
}
.fh-form p:after {
  clear: both;
}
.fh-form .single-field {
  clear: both;
}
.fh-form .field {
  margin-bottom: 20px;
}
.fh-form .field.submit {
  margin-bottom: 0;
}
.fh-form input[type="submit"]:focus {
  outline: none;
}
.fh-form textarea,
.fh-form input[type="text"],
.fh-form input[type="email"],
.fh-form select {
  width: 100%;
  border: 1px solid #eaeaea;
  padding-right: 15px;
  color: #848484;
  background-color: #fff;
  text-align: right;
}
.fh-form textarea:focus,
.fh-form input[type="text"]:focus,
.fh-form input[type="email"]:focus,
.fh-form select:focus {
  outline: none;
}
.fh-form textarea {
  height: 150px;
  padding: 10px;
}
.fh-form input[type="text"],
.fh-form input[type="email"],
.fh-form select {
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;

}
.fh-form .first-row,
.fh-form .last-row {
  width: 50%;
  padding: 0 10px;
}
.fh-form .first-row {
  float: right;
  padding-right: 0;
  clear: both;
}
.fh-form .last-row {
  float: left;
  padding-left: 0;
}
.fh-form-1 textarea {
  height: 260px;
}
.fh-form-1 .submit {
  text-align: center;
  margin-top: 10px;
}
.fh-form-2 textarea,
.fh-form-2 input[type="text"],
.fh-form-2 input[type="email"],
.fh-form-2 select {
  border-color: #f1f1f1;
  font-weight: 300;
  direction: rtl;
}
.fh-form-2 ::-webkit-input-placeholder {
  color: #c4c4c4;
}
.fh-form-2 ::-moz-placeholder {
  color: #c4c4c4;
}
.fh-form-2 :-ms-input-placeholder {
  color: #c4c4c4;
}
.fh-form-2 :-moz-placeholder {
  color: #c4c4c4;
}
.fh-form-2 select {
  color: #c4c4c4;
}
.fh-form-2 .field {
  margin-bottom: 30px;
}
.fh-form-2 .first-row,
.fh-form-2 .last-row {
  padding: 0 15px;
}
.fh-form-2 .first-row {
  float: right;
  padding-right: 0;
}
.fh-form-2 .last-row {
  float: left;
  padding-left: 0;
}
.fh-form-2 textarea {
  height: 130px;
}
/**
 * 3.2 - WordPress Elements
 */
.alignnone {
  margin: 0;
}
.aligncenter,
div.aligncenter,
.aligncenter img {
  display: block;
  margin: 1em auto;
}
.alignright {
  float: left;
  margin: 5px 20px 20px 0;
}
.alignleft {
  float: right;
  margin: 5px 0 20px 20px;
}
.wp-caption {
  background: #fff;
  border: 1px solid #555;
  padding: 5px;
  max-width: 100%;
  text-align: center;
}
.wp-caption img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.wp-caption-text {
  font-size: small;
  margin: 0;
  padding: 5px 0 0;
}
.gallery-caption {
  display: block;
}
.bypostauthor {
  display: block;
}
.sticky {
  display: block;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
4.0 - Header
--------------------------------------------------------------*/
.site-header {
  background-color: #fff;
  position: relative;
}
.site-contact {
  padding: 27px 0;
}
.site-logo h1,
.site-logo h2,
.site-logo p {
  margin: 0;
  line-height: 0;
  text-indent: -9999px;
}
.site-logo .hide-logo {
  display: none;
}
.site-logo .show-logo {
  display: inline-block;
}
.topbar {
  background-color: #f7f7f7;
  position: relative;
  z-index: 200;
}
.topbar .topbar-widgets {
  padding-top: 9px;
  padding-bottom: 9px;
}
.topbar .widget {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
  display: inline-block;
  color: #9e9e9e;
  padding: 0 20px;
}
.topbar .widget:first-child {
  padding-right: 0;
}
.topbar .widget:last-child {
  padding-left: 0;
}
.topbar .topbar-left {
  line-height: 42px;
}
.topbar .topbar-left i {
  padding-left: 10px;
  color: #ffc811;
  font-size: 18px;
}
.topbar .topbar-left i:before {
  font-size: 18px;
}
.topbar .widget .search-form {
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #e8e8e8;
  border-radius: 40px;
}
.topbar .widget .search-form ::-webkit-input-placeholder {
  color: #9e9e9e;
}
.topbar .widget .search-form :-moz-placeholder {
  color: #9e9e9e;
}
.topbar .widget .search-form ::-moz-placeholder {
  color: #9e9e9e;
}
.topbar .widget .search-form :-ms-input-placeholder {
  color: #9e9e9e;
}
.topbar .widget .search-form:after {
  display: none;
}
.topbar .widget .search-form:before {
  font-size: 14px;
  color: #1d1d1d;
  left: 13px;
}
.topbar .widget .search-form .search-field {
  height: 40px;
  line-height: 40px;
  padding-left: 28px;
  background-color: transparent;
  color: #9e9e9e;
  width: initial;
}
.topbar .widget .search-form .search-submit {
  left: 0;
  width: 35px;
  height: 35px;
}
.topbar .topbar-socials {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.topbar .topbar-socials li {
  display: inline-block;
  padding: 0 10px;
}
.topbar .topbar-socials li a {
  color: #9e9e9e;
  transition: 0.5s;
}
.topbar .topbar-socials li:hover a {
  color: #ffc811;
}
.topbar .widget_icl_lang_sel_widget ul.lang_sel {
  padding: 15px 0 15px 20px;
  position: relative;
}
.topbar .widget_icl_lang_sel_widget ul.lang_sel:after {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.topbar .widget_icl_lang_sel_widget ul.lang_sel a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.topbar .widget_icl_lang_sel_widget ul.lang_sel a img {
  margin-left: 10px;
}
.topbar .widget_icl_lang_sel_widget ul.lang_sel a:hover {
  color: #fff;
}
.topbar .widget_icl_lang_sel_widget ul.lang_sel ul {
  position: absolute;
  background-color: #f4f4f4;
  width: 100%;
  text-align: right;
  padding-right: 20px;
  opacity: 0;
  top: 53px;
  transition: 0.5s;
  z-index: -9999;
  transform: scaleX(0);
}
.topbar .widget_icl_lang_sel_widget ul.lang_sel ul a {
  color: #272727;
}
.topbar .widget_icl_lang_sel_widget ul.lang_sel ul a:hover {
  color: #272727;
}
.topbar .widget_icl_lang_sel_widget ul.lang_sel ul:before {
  content: '';
  width: 100%;
  height: 5px;
  background-color: transparent;
  top: -4px;
  right: 0;
}
.topbar .widget_icl_lang_sel_widget ul.lang_sel ul li {
  padding: 10px 0 10px 10px;
}
.topbar .widget_icl_lang_sel_widget ul.lang_sel:hover ul {
  opacity: 1;
  z-index: 9999;
  transform: scaleX(1);
}
.topbar .intro-text {
  color: #d8d8d8;
}
.page-header {
  margin: 0;
  padding-bottom: 0;
  border: none;
  background-color: #030303;
}
.page-header h1 {
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0;
  font-size: 50px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
  position: relative;
  z-index: 99;
}
.page-header .header-title {
  padding: 130px 0;
  text-align: center;
  background-attachment: fixed;
  position: relative;
}
.page-header .header-title:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.page-header .breadcrumb-area {
  background-color: #fff;
  padding: 22px 0;
  border-bottom: 1px solid #f4f4f4;
  font-size: 14px;
  font-weight: 300;
}
.page-header .breadcrumb-area nav {
  background-color: transparent;
  text-align: right;
  padding: 0;
  margin: 0;
  color: #222222;
  line-height: 20px;
}
.page-header .breadcrumb-area nav a,
.page-header .breadcrumb-area nav span {
  color: #222222;
}
.page-header .breadcrumb-area nav .fa {
  padding: 0 5px;
}
.page-header .breadcrumb-area .share {
  position: relative;
  text-align: left;
  color: #222;
  font-weight: 300;
}
.page-header .breadcrumb-area .share .socials-share {
  margin-right: 0;
  position: absolute;
  top: -8px;
  left: 100px;
  opacity: 0;
  transition: 0.5s;
}
.page-header .breadcrumb-area .share .share-title {
  cursor: pointer; display: none;
}
.page-header .breadcrumb-area .share .share-title .fa {
  padding-left: 5px;
}
.page-header .breadcrumb-area .share:hover .socials-share {
  opacity: 1;
}
.page-header.style-2 .header-title {
  text-align: right;
  padding: 70px 0;
}
.page-header.style-2 h1 {
  line-height: 1.2;
  padding-bottom: 30px;
}
.page-header.style-2 .subtitle {
  font-size: 24px;
  font-weight: 300;
  color: #ffc811;
  padding-bottom: 10px;
  position: relative;
  z-index: 99;
}
.page-header.style-2 .page-button-link {
  position: relative;
  z-index: 99;
}
.page-header.style-2 .page-button-link a {
  min-width: 230px;
  min-height: 55px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 55px;
  display: inline-block;
  font-weight: 700;
  transition: 0.5s;
}
.page-header.style-2 .page-button-link a:hover {
  background-color: #ffc811;
  border-color: #ffc811;
}
.header-sticky .site-header.minimized .site-menu {
  position: fixed;
  top: 0;
  right: 50%;
  width: 100%;
  z-index: 9999;
  transition: top 0.5s;
  transform: translate(50%, 0);
}
.header-sticky.admin-bar .site-header.minimized .site-menu {
  top: 32px;
}
.header-sticky.header-v3 .site-header.minimized {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #04192b;
  padding: 0;
}
.header-sticky.header-v3 .site-header.minimized .site-menu {
  position: static;
  top: inherit;
  width: inherit;
  transform: translate(0);
}
.header-sticky.header-v3.admin-bar .site-header.minimized {
  top: 32px;
}
.header-sticky.header-v3.admin-bar .site-header.minimized .site-menu {
  top: inherit;
}
.header-sticky.header-v4 .site-header.minimized .site-menu {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.header-transparent .topbar,
.header-transparent .site-header {
  position: absolute;
  width: 100%;
  z-index: 9999;
  background-color: transparent;
}
.header-transparent .topbar {
  top: 10px;
}
.header-transparent .topbar .widget {
  color: #fff;
}
.header-transparent .topbar .widget .search-form {
  border-color: rgba(232, 232, 232, 0.1);
  color: #fff;
}
.header-transparent .topbar .widget .search-form:before {
  color: #fff;
}
.header-transparent .topbar .widget .search-form ::-webkit-input-placeholder {
  color: #fff;
}
.header-transparent .topbar .widget .search-form :-moz-placeholder {
  color: #fff;
}
.header-transparent .topbar .widget .search-form ::-moz-placeholder {
  color: #fff;
}
.header-transparent .topbar .widget .search-form :-ms-input-placeholder {
  color: #fff;
}
.header-transparent .topbar .widget .search-form .search-field {
  color: #fff;
}
.header-transparent .page-header .header-title {
  padding-top: 230px;
}
.header-transparent .site-header {
  top: 80px;
}
.header-transparent.admin-bar .topbar {
  top: 42px;
}
.header-transparent.admin-bar .site-header {
  top: 112px;
}
.header-transparent .navbar-icon .navbars-line {
  background-color: #fff;
}
.header-transparent .navbar-icon .navbars-line:before,
.header-transparent .navbar-icon .navbars-line:after {
  background-color: #fff;
}
.header-v1 .site-menu {
 
  background: linear-gradient(to left, #7c151b, #e01e28);
}
.header-v1 .site-extra-text .style-1 {
  display: none;
}
.header-v2 .site-header {
  z-index: 999;
  position: relative;
}
.header-v2 .site-contact {
  padding-top: 30px;
  padding-bottom: 0;
}
.header-v2 .site-menu {
  background-color: transparent;
  transform: translateY(50%);
}
.header-v2 .site-menu .main-nav {
  background-color: #04192b;
}
.header-v2 .header-main {
  background-color: #fff;
}
.header-v2 .page-header .header-title {
  padding-top: 154px;
}
.header-v2 .page-header.style-2 .header-title {
  padding-top: 94px;
}
.header-v2 .site-extra-text .style-2 {
  display: none;
}
.header-v4 .site-contact {
  border-bottom: 1px solid #f7f7f7;
}
.header-v4 .site-extra-text .style-1 {
  display: none;
}
.header-v4 .extra-text-right {
  text-align: left;
}
.site-extra-text {
  text-align: left;
}
.site-extra-text .extra-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-extra-text .item-text {
  padding-top: 13px;
}
.site-extra-text .item-text a {
  display: inline-block;
  padding: 0 10px;
  color: #9f9f9f;
  transition: 0.5s;
}
.site-extra-text .item-text a:first-child {
  padding-right: 0;
}
.site-extra-text .item-text a:last-child {
  padding-left: 0;
}
.site-extra-text .item-text a:hover {
  color: #ffc811;
}
.site-extra-text .item,
.site-extra-text .item-2 {
  display: inline-block;
  /*padding-left: 30px;*/
  padding: unset;
  text-align: right;
}
.site-extra-text .item i,
.site-extra-text .item-2 i {
  float: right;
  color: #222222;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 600;
}
.site-extra-text .item div,
.site-extra-text .item-2 div {
  margin-right: 30px;
  /*font-size: 16px;*/
  font-size: 12px;
  font-weight: 300;
  padding-right: 10px;
  border-right: 1px solid #f4f4f4;
}
.site-extra-text .item span,
.site-extra-text .item-2 span {
  display: block;
  color: #222222;
  line-height: 16px;
  font-weight: 600;
}
.site-extra-text .item-2 div {
  border: 0;
}
.site-extra-text .item-2 i {
  color: #1667a0 !important;
  font-weight: 400;
  margin-top: 0;
  font-size: 28px;
}
.site-extra-text .item-2 i:before {
  font-size: 28px;
}
.site-extra-text .item-button,
.site-extra-text .social {
  display: inline-block;
  float: left;
}
.site-extra-text .item-button {
  margin-top: -8px;
}
.site-extra-text .item-button a,
.site-extra-text .item-button a:hover {
  color: #fff;
}
.site-extra-text .social {
  padding-top: 7px;
  padding-right: 50px;
}
.site-extra-text .social a {
  color: #04192b;
}
.site-extra-text .social a:hover {
  color: #ffc811;
}
.fh-header-minimized {
  display: none;
}
.fh-header-minimized.minimized {
  display: block;
}
.off-canvas-layer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  cursor: pointer;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.display-mobile-menu .off-canvas-layer {
  display: block;
}
.header-v4 .primary-mobile-nav .menu-item-search .search-form .search-submit {
  z-index: 1;
}
/*--------------------------------------------------------------
5.0 - Navigations
--------------------------------------------------------------*/
.main-nav {
  line-height: 41px;
}
.main-nav a {
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  display: block;
}
.main-nav ul {
  list-style: none;
  padding-right: 0;
  margin-bottom: 0;
}
.main-nav ul ul {
  transition: top 0.3s ease 0s, opacity 0.3s;
  position: absolute;
  top: 80%;
  right: 8px;
  width: 250px;
  transform: scaleX(0);
  background-color: #212121;
  margin-top: 31px;
}
.main-nav ul ul:before {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  background-color: transparent;
  right: 0;
  top: -5px;
}
.main-nav ul ul ul {
  transition: right 0.3s ease 0s, opacity 0.3s;
  right: 115%;
  top: 0;
  box-shadow: none;
  margin-top: 0;
  border-top: 2px solid #ffc811;
}
.main-nav ul ul ul:before {
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
  background-color: transparent;
  top: 0;
  right: -10px;
}
.main-nav li {
  display: inline-block;
  position: relative;
}
.main-nav li:hover > ul {
  opacity: 1;
  z-index: 9999;
  top: 59%;
  transform: scaleX(1);
}
.main-nav li li {
  padding: 14px 20px;
  display: block;
  line-height: 1;
  transition: all 0.5s;
  border-bottom: 1px solid #2a2a2a;
  position: relative;
}
.main-nav li li:last-child {
  border-bottom: 0;
}
.main-nav li li a {
  font-size: 16px;
  font-weight: 300;
  color: #888888;
  padding-right: 20px;
  position: relative;
  display: block;
}
.main-nav li li a:after {
  content: '';
  background-color: #888888;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  transition: 0.5s;
}
.main-nav li li a:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #888888;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.5s;
}
.main-nav li li.menu-item-has-children:after {
  content: '\f105';
  color: #3b3b3b;
  font-family: Fontawesome;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 400;
  transition: 0.5s;
}
.main-nav li li:hover.menu-item-has-children:after {
  color: #ffc811;
}
.main-nav li li:hover > a {
  color: #ffc811;
}
.main-nav li li:hover > a:before {
  border-color: #ffc811;
}
.main-nav li li:hover > a:after {
  background-color: #ffc811;
}
.main-nav li li:hover > ul {
  top: 0;
  right: calc(100% + 10px);
}
.main-nav ul.menu > li {
  position: relative;
  text-align: right;
  padding: 0 8px;
}
.main-nav ul.menu > li:first-child {
  padding-right: 0;
}
.main-nav ul.menu > li:first-child > ul {
  right: 0;
}
.main-nav ul.menu > li:last-child {
  padding-left: 0;
}
.main-nav ul.menu > li > a {
  padding: 15px 15px 19px 15px;
  position: relative;
  transition: 0.5s;
}
.main-nav ul.menu > li > a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 5px;
  background-color: #e01e28;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
.main-nav ul.menu > li.menu-item-has-children > a {
  position: relative;
  padding-left: 25px;
}
.main-nav ul.menu > li.menu-item-has-children > a:after {
  content: '\f107';
  font-family: Fontawesome;
  position: absolute;
  top: 48%;
  left: 8px;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 400;
  transition: 0.5s;
  color: #fff;
}
.main-nav ul.menu > li.current-menu-item > a,
.main-nav ul.menu > li.current-menu-parent > a,
.main-nav ul.menu > li:hover > a {
  color: #000000 !important;
}
.main-nav ul.menu > li.current-menu-item > a:before,
.main-nav ul.menu > li.current-menu-parent > a:before,
.main-nav ul.menu > li:hover > a:before {
  width: 100%;
  right: 0;
}
.main-nav ul.menu > li.current-menu-item > a:after,
.main-nav ul.menu > li.current-menu-parent > a:after,
.main-nav ul.menu > li:hover > a:after {
  color: #ffc811;
}
.main-nav div.menu > ul > li {
  position: relative;
  text-align: right;
  padding: 0 8px;
}
.main-nav div.menu > ul > li:first-child {
  padding-right: 0;
}
.main-nav div.menu > ul > li:first-child > ul {
  right: 0;
}
.main-nav div.menu > ul > li:last-child {
  padding-left: 0;
}
.main-nav div.menu > ul > li > a {
  padding: 15px 15px 19px 15px;
  position: relative;
  transition: 0.5s;
}
.main-nav div.menu > ul > li > a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 5px;
  background-color: #ffc811;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
.main-nav div.menu > ul > li.page_item_has_children > a {
  position: relative;
  padding-left: 25px;
}
.main-nav div.menu > ul > li.page_item_has_children > a:after {
  content: '\f107';
  font-family: Fontawesome;
  position: absolute;
  top: 48%;
  left: 8px;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 400;
  transition: 0.5s;
  color: #fff;
}
.main-nav div.menu > ul > li.current_page_item > a,
.main-nav div.menu > ul > li:hover > a {
  color: #ffc811;
}
.main-nav div.menu > ul > li.current_page_item > a:before,
.main-nav div.menu > ul > li:hover > a:before {
  width: 100%;
  right: 0;
}
.main-nav div.menu > ul > li.current_page_item > a:after,
.main-nav div.menu > ul > li:hover > a:after {
  color: #ffc811;
}
.header-v1 .menu-item-text {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding-top: 16px;
}
.header-v1 .menu-item-text i {
  color: #119bfd !important;
  margin-top: -10px;
  font-size: 40px;
  float: left;
}
.header-v1 .menu-item-text i:before {
  font-size: 40px;
}
.header-v1 .menu-item-text .extra-text {
  margin-left: 55px;
  margin-right: unset !important;
}
.header-v1 .menu-item-text p {
  line-height: 1;
  margin-bottom: 5px;
}
.header-v1 .menu-item-text p.number {
  /*font-size: 24px;*/
  font-size: 24px;
  margin-bottom: 0;
letter-spacing: 4px;
}
.header-v2 .main-nav a {
  font-size: 14px;
}
.header-v2 .main-nav ul ul {
  top: 79%;
  right: 0;
}
.header-v2 .main-nav ul ul ul {
  right: 110%;
  top: 0;
}
.header-v2 .main-nav ul.menu {
  zoom: 1;
}
.header-v2 .main-nav ul.menu:before,
.header-v2 .main-nav ul.menu:after {
  content: "";
  display: table;
}
.header-v2 .main-nav ul.menu:after {
  clear: both;
}
.header-v2 .main-nav ul.menu:before,
.header-v2 .main-nav ul.menu:after {
  content: "";
  display: table;
}
.header-v2 .main-nav ul.menu:after {
  clear: both;
}
.header-v2 .main-nav ul.menu > li {
  display: block;
  float: right;
  position: relative;
  padding: 13px;
}
.header-v2 .main-nav ul.menu > li:before,
.header-v2 .main-nav ul.menu > li:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
}
.header-v2 .main-nav ul.menu > li:before {
  right: 0;
  background-color: rgba(255, 255, 255, 0.08);
}
.header-v2 .main-nav ul.menu > li:after {
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.header-v2 .main-nav ul.menu > li:first-child:before {
  display: none;
}
.header-v2 .main-nav ul.menu > li:last-child:after {
  display: none;
}
.header-v2 .main-nav ul.menu > li > a {
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
}
.header-v2 .main-nav ul.menu > li > a:before {
  display: none;
}
.header-v2 .main-nav ul.menu li:hover > ul {
  top: 54%;
}
.header-v2 .main-nav ul.menu li li:hover > ul {
  top: 0;
  right: calc(100% + 10px);
}
.header-v2 .menu-item-button-link {
  background-color: #ffc811;
  text-align: center;
}
.header-v2 .menu-item-button-link a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: block;
  padding: 21px 10px;
}
.header-v2 .menu-item-button-link a:hover {
  color: #fff;
}
.header-transparent .main-nav {
  text-align: left;
}
.header-transparent .main-nav a {
  font-size: 14px;
}
.header-transparent .main-nav li li a {
  font-size: 16px;
}
.header-transparent .main-nav ul.menu > li > a {
  text-transform: uppercase;
  padding-right: 10px;
  padding-left: 20px;
}
.header-transparent .main-nav ul.menu > li > a:before {
  display: none;
}
.header-transparent .main-nav ul.menu > li > a:after {
  left: 6px;
  top: 47%;
}
.header-transparent .main-nav ul.menu > li:hover > a {
  color: #ffc811;
}
.header-transparent .main-nav ul.menu > li:hover > a:after {
  color: #ffc811;
}
.header-transparent .main-nav .extra-menu-item {
  float: none;
}
.header-v4 .main-nav ul.menu > li > a {
  color: #222222;
}
.header-v4 .main-nav ul.menu > li > a:after {
  color: #222222;
}
.header-v4 .main-nav ul.menu > li:hover > a {
  color: #ffc811;
}
.header-v4 .main-nav ul.menu > li:hover > a:after {
  color: #ffc811;
}
.header-v4 .menu-item-search {
  padding-top: 16px;
}
.header-v4 .menu-item-search .search-form {
  position: relative;
  min-width: 270px;
  border: 1px solid #e8e8e8;
  border-radius: 40px;
  padding: 8px 15px 4px 15px;
  color: #848484;
}
.header-v4 .menu-item-search .search-form .fa {
  font-size: 14px;
  font-weight: 40;
}
/*--------------------------------------------------------------
1.1
--------------------------------------------------------------*/
body.rtl .info-details {text-align: right;
    direction: ltr;
    float: left;
    padding: 0 0 0 75px;}

body.rtl .fh-icon-box-5 .fh-icon {
    float: right;

}

body.rtl .fh-icon-box-5 h4, body.rtl .fh-icon-box-5 .desc {
    padding-right: 100px;
}

body.rtl .owl-controls {
    text-align: left;
}

body.rtl .fh-accordion.vc_tta-accordion .vc_tta-panel-title a i {
    font-size: 18px !important;
    position: absolute;
    left: 15px;
    margin-left: 0;
    top: 30px;
    text-align: left;
}

body.rtl .footer-widgets .fh-form-field .subscribe input[type="submit"] {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    opacity: 0;
     background-color: transparent; 
    z-index: 9999;
    right: unset;
}

body.rtl .footer-widgets .fh-form-field .subscribe input[type="email"] {
    width: 100%;
    background-color: transparent;
    color: #f7f7f7;
    padding-right: 10px;
    padding-left: 60px;
    border: 0;
    box-shadow: none;
    height: 50px;
    line-height: 50px;
}

body.rtl .footer-widgets .fh-form-field .subscribe:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    z-index: 9;
    right: unset;
}


body.rtl .footer-widgets .fh-form-field .subscribe .fa {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    z-index: 99;
    right: unset;
}

body.rtl .widget_categories li > a, .widget_pages li > a, .widget_archive li > a, .widget_nav_menu li > a, .widget_recent_entries li > a, .widget_meta li > a, ul.service-menu li > a {
    color: #848484;
    padding-right: 35px;
    padding-left: 15px;
    position: relative;
    transition: all 0.5s;
    display: block;
}
.widget_categories li:before, .widget_pages li:before, .widget_archive li:before, .widget_nav_menu li:before, .widget_recent_entries li:before, .widget_meta li:before, ul.service-menu li:before{
 content:'\f104';
 left:0;
 right:unset !important;
 
}
body.rtl .widget_categories li > a:before, .widget_pages li > a:before, .widget_archive li > a:before, .widget_nav_menu li > a:before, .widget_recent_entries li > a:before, .widget_meta li > a:before, ul.service-menu li > a:before {
    color: #848484;
    content: '\f114';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    font-family: FontAweSome;
    transition: all 0.5s;
}



body.rtl .footer-widgets .menu li a {
    color: #d8d8d8;
    padding-right: 25px;}

body.rtl .fh-testimonials .owl-pagination {
    position: absolute;
    left: 0;
    top: -100px;
}

body.rtl .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
    background: 0 0;
    display: block;
    padding: 14px 20px;
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
    position: relative;
    transition: color .2s ease-in-out;
    border: none;
    box-shadow: none;
    text-align: right;
}



body.rtl .fh-icon-box-4 .icon-box-link i {
    padding-right: 10px;
}

body.rtl .fh-section-title h2:before {
    content: '';
    position: absolute;
    bottom: 0;
   
    width: 15%;
    height: 1px;
    background-color: #e01e28;
    left: unset
}
body.rt .fh-section-title.text-center h2:before {
    left: 50%;
    transform: translateX(0%);
}
body.rt .fh-section-title.text-center h2:before {
    right: 50%;
    transform: translateX(-287%);
}

body.rtl .fh-service .owl-pagination {
    position: absolute;
    left: 8px;
    top: -90px;
   right: inherit;

}

body.rtl .fh-service-list ul li i {
    color: #092d4d !important;
    padding-left: 15px;
}
body.rtl .footer-social-align {
    text-align: left !important;
}
body.rtl .wpb-js-composer .vc_tta.vc_tta-controls-align-left .vc_tta-panel-heading, body.rtl .wpb-js-composer .vc_tta.vc_tta-controls-align-left .vc_tta-tabs-container {
    text-align: right;
}


@media (min-width: 992px){
body.rtl .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, body.rtl .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: right;
}
}


@media (min-width: 768px){
body.rtl .vc_col-sm-1, body.rtl .vc_col-sm-2, body.rtl .vc_col-sm-3, body.rtl .vc_col-sm-4, body.rtl .vc_col-sm-5,  body.rtl.vc_col-sm-6, body.rtl .vc_col-sm-7, body.rtl .vc_col-sm-8, .vc_col-sm-9, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12 {
    float: right;}
}


/*--------------------------------------------------------------
Arabic Font
--------------------------------------------------------------*/


@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot);
  src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.eot);
  src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.woff) format('woff'),
       url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.ttf) format('truetype');
}
