/*
Theme Name: El-horya EN
Theme URI: http://webarabi.com/
Author: Webarabi
Author URI: http://webarabi.com
Description: A custom theme for Webarabi company
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webarabi.com
Tags:

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.

El-horya Tech is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores 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 http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Theme Specific Styles
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.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;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.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;
}

/* ------------------------------------------
   # Theme Specific Styles
   ------------------------------------------ */
/* COLOR REFERENCES

Written by Mohamed Hosnie 30/8/2016

WRITING LIGHT GREY: #777777
BACKGROUND LIGHT GREY: #f5f5f5
WRITING LESS LIGHTER GREY: #656766
WRITING DARK GREY: #404040
DARKER GREY: #222222

SKY: #0088cc
WRITING SKY: #0083c1
BACKGROUND INTENSE SKY: #2285c7
BACKGROUND LESS INTENSE SKY: #0093d8
DARK SKY: #003e5a

*/

/* ------------------------------------------
   FONTS
   ------------------------------------------ */
/*@font-face {
  font-family: 'GE Dinar One Medium';
  src: url('../elhoryatech/fonts/GE-Dinar-One-Medium.otf') format("otf"), url("../elhoryatech/fonts/GE-Dinar-One-Medium.eot?") format("eot"),url("../elhoryatech/fonts/GE-Dinar-One-Medium.woff") format("woff"),url("../elhoryatech/fonts/GE-Dinar-One-Medium.ttf") format("truetype"),url("../elhoryatech/fonts/GE-Dinar-One-Medium.svg#GEDinarOne-Medium") format("svg");
  font-weight:normal;
  font-style:normal;
}
@font-face {
  font-family: 'GE Dinar One Light';
  src: url('../elhoryatech/fonts/GE-Dinar-One-Light.otf') format("otf"), url("../elhoryatech/fonts/GE-Dinar-One-Light.eot?") format("eot"),url("../elhoryatech/fonts/GE-Dinar-One-Light.woff") format("woff"),url("../elhoryatech/fonts/GE-Dinar-One-Light.ttf") format("truetype"),url("../elhoryatech/fonts/GE-Dinar-One-Light.svg#GEDinarOne-Light") format("svg");
  font-weight:normal;
  font-style:normal;
}*/

/* ------------------------------------------
   GENERAL
   ------------------------------------------ */
body
{
    margin-top: 10px;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    color: #777777;
    direction: rtl;
    max-width: 100%;
    overflow-x: hidden;
}

/* ------------------------------------------
   GLOBAL
   ------------------------------------------ */
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
h1, h2, h3, h4, h5, h6
{
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-transform: none;
    font-family: 'GE Dinar One Medium', sans-serif;
}
h1
{
    font-size: 1.5em;
}
h1 small
{
    font-size: 0.6em;
}
h1, h2
{
    margin: 0 0 8px;
}
h3
{
    color: #404040;
    margin: 20px 0;
}
h4
{
    font-size: 18px;
}
p
{
    margin: 0 0 15px;
    color: #656766;
    text-rendering: optimizeLegibility;
}
img
{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.important
{
    color: #02a34b !important;
    font-weight: 600;
}
.preheader .logo h1
{
	color: #02a34b !important;
}
.container
{
    max-width: 100%;
    position: relative;
    z-index: 2;
}
.row-fluid
{
    margin: 30px 0;
    padding: 50px 0;
}
.m-b
{
    margin-bottom: 10px;
}
.m-b-lg
{
    margin-bottom: 30px;
}
h2.section-heading
{
    font-family: 'GE Dinar One Light', sans-serif;
    font-size: 1.5em;
    line-height: 40px;
    color: #1d2127;
    text-align: center;
    font-weight: 400;
}
h2.section-heading strong
{
    font-family: 'GE Dinar One Medium', sans-serif;
    font-weight: 500;
}
h2.white-heading
{
    color: white;
}
.lead
{
    margin-bottom: 20px;
    line-height: 1.4;
}
.lead p
{
    font-size: 0.8em;
    text-align: center;
    color: #777777;
}
.empty-space
{
    height: 20px;
}
.empty-space-lg
{
    height: 50px;
}
.row-wide
{
    margin-left: -15px;
    margin-right: -15px;
}
.grey-row
{
    background-color: #f5f5f5;
}
.sky-row
{
    background: radial-gradient(circle, #118342 0%, #118342);
}
button, input[type="submit"]
{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    font-family: 'GE Dinar One Medium', sans-serif;
}
.animate
{
    visibility: hidden;
}

/* ------------------------------------------
   HEADER
   ------------------------------------------ */
.site-header
{
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    min-height: 120px;
}
.preheader
{
    position: relative;
    z-index: 111;
}
.preheader .logo
{
    display: flow-root;
}
@media screen and (max-width:520px)
{
	.preheader .logo
{
    display: block;
}
}
.preheader .logo a
{
    float: left;
    margin-right: 10px;
}
.preheader .logo h1
{
    margin-top: 8px;
    color: #0083c1;
    font-family: 'GE Dinar One Medium', sans-serif;
    text-align: center;
    /*font-weight: 400;*/
}
.preheader .logo p
{
    font-size: 0.9em;
    text-align: center;
}
.preheader .above-menu
{
    display: table;
    height: 100%;
}
.list-above-menu
{
    display: table-cell;
	padding-left: 15px;
    vertical-align: middle;
}
@media screen and (min-width:520px)
{
	.logo2 img
{
	display:block;
	margin:0 auto;
}
}

.list-above-menu .contact-info
{
    list-style: none;
    padding: 0;
    line-height: 1.42857em;
    
    margin-bottom: 0;
    margin-top: 0;
}
.list-above-menu .contact-info li
{
    display: inline-block;
    padding-right: 74px;
    text-align: left;
    
    border-radius: 4px;
    padding: 7px 20px 7px 20px;
    position: relative;
    
    line-height: 18px;
}
.contact-info i
{
    font-size: 24px;
   
    left: -11px;
    position: absolute;
    text-align: center;
    top: 25%;
}
.contact-info a
{
    color: #656766;
}
.contact-info a:hover
{
    color: #1faa5a;;
    text-decoration: none;
}
.wrapper
{
    text-align: center;
}

/* ------------------------------------------
   NAVBAR
   ------------------------------------------ */
.navbar-wrapper
{
    position: relative;
    top: 50%;
    max-width: 100%;
    background: white;
    z-index: 99;
}
.navbar-wrapper nav
{
    background: none;
    border: none;
    margin-bottom: 0;
}
#menu-main-menu
{
    margin-top: 25px;
    padding: 0;
    list-style: none;
}
#menu-main-menu a
{
    color: #0083c1;
    font-weight: 600;
    font-size: 1em;

    display: block;
	text-decoration: none;
    white-space: nowrap;
}
#menu-main-menu a:hover
{
    color: #003e5a;
}
#menu-main-menu .current-menu-item
{
    background-color: #f1f1f1;
}
#menu-main-menu .current-menu-item a
{
    color: #003e5a;
}
#menu-main-menu ul
{
    list-style: none;
}
#menu-main-menu li
{
    position: relative;
    text-align: right;
    direction: rtl;
}
/* Level 1 Drop Down Menu */
#menu-main-menu > li:first-child
{
    margin-right: 0;
}
#menu-main-menu > li.menu-item-has-children > a:after
{
    content: " \f107";
    font-family: FontAwesome;
}
/* Level 2 */
#menu-main-menu > li:hover > ul 
{
	display: block;
}
#menu-main-menu ul li.menu-item-has-children > a:after
{
    content: " \f107";
    font-family: FontAwesome;
}
/* Level 3 */
#menu-main-menu > li > ul > li:hover > ul,
#menu-main-menu > li > ul li:hover > ul {
	display: block;
}

/* ------------------------------------------
   SLIDER
   ------------------------------------------ */
.slider
{
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}
.carousel-inner, .carousel-inner .item
{
    height: 540px;
}
.carousel-inner .item
{
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
}
.carousel-control
{
    opacity: 1;
}
.carousel-control.left
{
    background: none;
}
.carousel-control.right
{
    background: none;
}
ol.carousel-indicators li
{
    width: 14px;
    height: 14px;
    box-shadow: inset 0 0 0 2px #fff;
    border-radius: 12px;
    zoom: 1;
    border: none;
}
ol.carousel-indicators li.active
{
    background-color: #118342;
    border: none;
    box-shadow: none;
    width: 15px;
    height: 15px;
}

/* ------------------------------------------
   ABOUT US
   ------------------------------------------ */
.about-us
{
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}
.icon-wrapper
{
    text-align: center;
    color: #2e353e;
    font-size: 40px;
}
.icon-wrapper i
{
    line-height: inherit;
    font-size: inherit;
}
.stats-row .stats-top
{
    font-size: 1em;
    color: #777777;
    text-align: center;
    font-style: normal;
}
.stats-row .stats-bot
{
    font-size: 1em;
    font-weight: 600;
    color: #118342;
    text-align: center;
}

/* ------------------------------------------
   COMPANY QUALITY
   ------------------------------------------ */
.company-quality
{
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    border-top: 5px solid #f1f1f1;
    margin-bottom: 0;
    padding-bottom: 0;
}
.icon-component
{
    margin-bottom: 0;
}
.icon-component .icon-box
{
    margin-bottom: 30px;
    display: inline-block;
}
.icon-component .icon-box.icon-left .info-block
{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    
}
.icon-component .icon-box.icon-right .info-block
{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    
}
.icon-box.icon-left .info-header
{
    float: left;
    width: 100%;
    text-align: left;
}
.icon-box.icon-right .info-header
{
    float: right;
    width: 100%;
    text-align: right;
}
.icon-box .info-header h3.icon-title
{
    font-family: 'GE Dinar One Medium', sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
    margin: 0;
    display: block;
    line-height: 1.2em;
}
.icon-box.icon-left .info-header h3.icon-title
{
    text-align: left;
}
.icon-box.icon-right .info-header h3.icon-title
{
    text-align: right;
}
.icon-box.icon-left .info-detail
{
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    font-size: 0.9em;
}
.icon-box.icon-right .info-detail
{
    float: right;
    width: 100%;
    text-align: right;
    margin-top: 10px;
    font-size: 0.9em;
}
.icon-box .icon-block
{
    display: table-cell;
    vertical-align: top;
    /*width: 100%;*/
}
.icon-box .icon-block .quality-icon
{
    color: #118342;
    font-size: 28px;
    display: inline-block;
    line-height: 1;
    height: 1em;
    width: 1em;
    text-align: center
}
.icon-box.icon-left .icon-block .quality-icon
{
    margin-right: 15px;
}
.icon-box.icon-right .icon-block .quality-icon
{
    margin-left: 15px;
}
.icon-block .quality-icon i
{
    line-height: inherit;
    font-size: inherit;
}
.company-quality .single-image
{
/*     margin-top: -150px !important;
    margin-bottom: 35px; */
}
.company-quality .single-image .single-image-wrapper
{
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}
.single-image-wrapper .machine-image
{
    height: auto;
    max-width: 100%;
    vertical-align: top;
    border: 0;
}

/* ------------------------------------------
   SEARCH
   ------------------------------------------ */
.search-form
{
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}
.search-form .search-row
{
    padding: 65px 0;
}
.search-form .lead p
{
    color: rgba(209,240,255,0.7);
    margin-bottom: 50px;
}
.search-form .search-heading
{
    color: white;
}
.search-form .search-row .search-wrap
{
    max-width: 100%;
    text-align: center;
}
.search-form .search-field
{
    box-shadow: 0 7px 27px 0 rgba(0,0,0,0.11);
    border-radius: 3px;
    height: 58px;
    overflow: hidden;
    padding-left: 96px;
    position: relative;
}
.search-form .search-field .search-input
{
    background-color: #ffffff;
    border: none;
    color: #003e5a;
    line-height: 58px;
    height: 58px;
    font-size: 1em;
    padding: 0 20px;
    width: 100%;
}
.search-form .search-field .search-input::-webkit-input-placeholder 
{
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.search-form .search-field .search-input:-moz-placeholder 
{ /* Firefox 18- */
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.search-form .search-field .search-input::-moz-placeholder 
{  /* Firefox 19+ */
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.search-form .search-field .search-input:-ms-input-placeholder 
{  
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.search-form .search-field .search-button
{
    background-color: #118342;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s background-color, .4s width;
    width: 96px;
    border: none;
}
.search-form .search-field .search-button:hover,
.search-form .search-field .search-button:focus
{
    background-color: #00a3f4;
}
.search-form .search-field .search-button i
{
    color: #ffffff;
    font-size: 24px;
}

/* ------------------------------------------
   LATEST VIDEOS
   ------------------------------------------ */
.videos
{
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    background-size: cover;
    background: url('../elhoryatech/imgs/videos-bg.jpg') 50% 0 repeat fixed;
    padding: 40px 0;
}
.row-videos
{
    margin-left: auto;
    margin-right: auto;
}
.videos .video-list
{
    list-style-type: disc;
    width: 100%;
    padding: 0;
}
.video-list .video-item
{
    color: #fff;
    list-style: none;
    box-shadow: 0 7px 29px 0 rgba(0,0,0,0.16);
    float: right;
    margin: 10px 5px;
    position: relative;
}
.video-list .video-item a img
{
    max-width: 100%;
}
.video-list .video-item a .video-wrapper
{
    background: white;
    padding: 3px 3px;
    max-width: 100%;
}
.video-list .video-item a .video-wrapper h4.video-title
{
    font-family: 'Cairo', sans-serif;
    color: #2e353e;
    width: 100%;
    text-align: center;
    font-size: 1em;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 3px 0;
}
.video-item a
{
    color: #2e353e;
    text-decoration: none;
}
.video-item a .img-wrapper
{
    background-color: #2e353e;
}
.video-item a .img-wrapper img
{
    opacity: 0.7;
    transition: .4s opacity;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.video-item a .img-wrapper img:first-child
{
    z-index: 2;
    width: 100%;
    max-width: 100%;
}
.video-item a .img-wrapper img.play
{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 25px;
    left: 0;
    z-index: 3;
    opacity: 0;
}
.video-item a:hover,
.video-item a:focus
{
    text-decoration: none;
    cursor: pointer;
}
.video-item a:hover .img-wrapper img,
.video-item a:focus .img-wrapper img
{
    opacity: 0.95;
}

/* ------------------------------------------
   PROPERTIES
   ------------------------------------------ */
.properties
{
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    margin: 0;
    padding-bottom: 0;
}
.properties .wrap
{
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: auto;
    text-align: center;
}
.prop-icon-wrapper img.prop-icon
{
    margin: 0 auto;
    position: relative;
}
.prop-info-wrapper h3.prop-title
{
    font-weight: bold;
}
.prop-info-wrapper ul li
{
    text-align: right;
    font-size: 0.82em;
    font-weight: 500;
    color: #404040;
    line-height: 1.6em;
    margin-bottom: 8px;
}
.empty-space > p
{
	text-align:left
}
.col-prop-info-right
{
    padding-right: 0;
}
.col-prop-info-left
{
    padding-left: 0;
}
.prop-info-wrapper ul li strong
{
    color: #0974bc;
    font-weight: 700;
    font-size: 1.04em;
}
.row-prop-right > div
{
    float: left;
}
.row-prop-left > div
{
    float: right;
}

/* ------------------------------------------
   ORDER NOW
   ------------------------------------------ */
.order-now
{
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    background-size: cover;
    background: url("https://egysteam.com/wp-content/uploads/2022/03/order-bg.jpg") 50% 0 repeat fixed;
    padding: 40px 0;
}
.row.form-row
{
    padding: 0 180px;
}
.row.form-row > div
{
    float: right;
}
.order-form .form-unit
{
     background: transparent;
    border-radius: 0;
    color: white;
    border-color: #108242;
    opacity: .8;
}
.order-form .form-unit::-webkit-input-placeholder 
{
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -ms-user-select: none;
   user-select: none;
   color: #c0c0c0;
   font-weight: 300;
}

.order-form .form-unit:-moz-placeholder 
{ /* Firefox 18- */
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -ms-user-select: none;
   user-select: none;
   color: #c0c0c0;
   font-weight: 300;
}

.order-form .form-unit::-moz-placeholder 
{  /* Firefox 19+ */
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -ms-user-select: none;
   user-select: none;
   color: #c0c0c0;
   font-weight: 300;
}

.order-form .form-unit:-ms-input-placeholder 
{  
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -ms-user-select: none;
   user-select: none;
   color: #c0c0c0;
   font-weight: 300;
}
.order-form .form-unit:hover
{
    box-shadow: none;
    color: white;
    border-color: #31b142;
}
.order-form .form-unit:focus
{
    box-shadow: none;
    color: white;
    border-color: #0b98da;
}
.order-form .form-unit:focus::-webkit-input-placeholder 
{
   color: white;
}

.order-form .form-unit:focus:-moz-placeholder 
{ /* Firefox 18- */
   color: white;  
}

.order-form .form-unit:focus::-moz-placeholder 
{  /* Firefox 19+ */
   color: white;  
}

.order-form .form-unit:focus:-ms-input-placeholder 
{  
   color: white;  
}
.order-form input
{
    height: 58px;
}
.order-form textarea
{
    height: 131px;
    resize: none;
}
.order-form input[type="submit"]
{
    height: 58px;
    width: 100%;
    font-size: 1.3em !important;
    color: #f5f5f5;
    transition: .3s all;
    border: 1px solid #146f3a;

    padding: 0;
    border-radius: 0;
    line-height: 1;
}
.order-form input[type="submit"]:hover
{
    background-color: #118342;
    border-color: #118342;
    color: white;
}
.order-form input[type="submit"]:focus
{
    outline: 0;
}
.order-form input[type="submit"]:active
{
    color: white;
    background-color: #003e5a;
    outline: 0;
    box-shadow: none;
}

/* ------------------------------------------
   LATEST WORK
   ------------------------------------------ */
.latest-work
{
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    margin: 0;
}
.row-works
{
    margin-left: auto;
    margin-right: auto;
}
.latest-work .work-list
{
    list-style-type: disc;
    width: 100%;
    padding: 0;
}
.work-list .work-item
{
    color: #fff;
    list-style: none;
    box-shadow: 0 7px 29px 0 rgba(0,0,0,0.16);
    float: right;
    margin: 10px 5px;
    position: relative;
}
.work-list .work-item:hover .work-hover
{
    opacity: 1;
}
.work-list .work-item:hover:after
{
    opacity: 1;
}
.work-list .work-item img.wp-post-image
{
    max-width: 100%;
    width: 100%;
}
.work-list .work-item .work-hover
{
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 5px;
    position: absolute;
    transition: .2s opacity;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
}
.work-list .work-item:after
{
    background-color: rgba(0,0,0,0.5);
    content: "";
    left: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .4s opacity;
    width: 100%;
}
.work-hover h3.work-title
{
    color: white;
    font-size: 1.2em;
    text-align: center;
    height: 25%;
    overflow: hidden;
}
.work-hover p.work-desc
{
    color: #e5e5e5;
    text-align: center;
    font-size: 0.9em;
    height: 25%;
    overflow: hidden;
}
.work-hover a.work-more
{
    background-color: #118342;
    border: none;
    transition: .3s background-color;
}
.work-hover a.work-more:hover
{
    background-color: #00a3f4;
}

/* ------------------------------------------
   OUR CLIENTS
   ------------------------------------------ */
.our-clients
{
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    margin: 0;
    padding: 40px 0 30px 0;
    border-top: 5px solid #f1f1f1;
}
.owl-carousel.owl-clients .item
{
  background: #FFF;
  padding: 20px;
  margin: 19px;
  color: #FFF;
  border: 4px solid #e5e5e5;
  text-align: center;
}
.owl-carousel.owl-clients .item img
{
    max-width: 100%;
}

/* ------------------------------------------
   MAP
   ------------------------------------------ */
.google-map-div
{
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    height: 400px;
    margin: 0;
    padding: 0;
}

/* ------------------------------------------
   FOOTER
   ------------------------------------------ */
footer.site-footer
{
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    color: #777777;
    background-color: #0e0e0e;
    font-size: 0.9em;
    padding: 0;
    position: relative;
    clear: both;
}
footer.site-footer h3
{
    font-family: 'Cairo', sans-serif;
    font-size: 1.2em;
    color: white;
    font-weight: 400;
}
footer.site-footer .container
{
    position: relative;
}
footer.site-footer > .container
{
    padding-top: 40px;
    padding-bottom: 10px;
}
footer.site-footer .row > div
{
    float: right;
}
footer.site-footer .widget p
{
    margin-top: -3px;
    margin-bottom: 13px;
    font-size: 1em;
    color: #777777;
}
footer.site-footer .widget > ul
{
    font-size: 1em;
    border-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
footer.site-footer .widget > ul li
{
    color: #777777;
    line-height: 24px;
    margin-bottom: 10px;
    transition: .3s color;
}
footer.site-footer .widget i
{
    float: right;
    text-align: center;
    width: 16px;
    top: -2px;
    margin: 4px 0 10px 9px;
    font-size: 1.2em;
    position: static;
}
footer.site-footer .widget a
{
    font-size: 1.1em;
    color: #777777;
    transition: .3s color;
}
footer.site-footer .widget ul.foot-site-menu li:hover,
footer.site-footer .widget ul.foot-site-menu li:hover a
{
    color: #c0c0c0;
    text-decoration: none;
}
.widget ul.foot-site-menu li a:before
{
    content: " \f104";
    font-family: FontAwesome;
    margin: 4px 0 10px 9px;
    position: static;
}
.widget ul.foot-site-menu li.menu-item-has-children > ul
{
    display: none;
}
footer.site-footer .widget form .btn
{
    background-color: #118342;
    border: none;
    transition: .3s background-color;
    padding: 5px 25px;
    font-size: 1.2em;
    font-family: inherit;
}
footer.site-footer .widget form .btn:hover
{
    background-color: #00a3f4;
}
footer.site-footer .widget form input
{
    font-size: 1.1em;
    height: auto;
}
footer.site-footer .widget form input:hover
{
    border-color: #c0c0c0;
}
footer.site-footer .widget form input:focus
{
    outline: none;
    box-shadow: none;
    border-color: #777777;
}
footer.site-footer .bot-footer
{
    background-color: #060606;
    padding: 10px 0;
}
footer.site-footer .bot-footer .container
{
    display: table;
    table-layout: fixed;
    position: relative
}
footer.site-footer .foot-left
{
    text-align: left;
    vertical-align: middle;
}
footer.site-footer .foot-right
{
    text-align: right;
    vertical-align: middle;
}
footer.site-footer .logo
{
    display: inline-block;
    margin-right: 25px;
}
footer.site-footer .logo a
{
    color: white;
}
footer.site-footer .logo img
{
    display: inline-block;
    max-width: 80px;
    vertical-align: middle;
    opacity: 0.6;
    transition: .3s opacity;
}
footer.site-footer .logo img:hover
{
    opacity: 1;
}
footer.site-footer .foot-left p
{
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
    font-size: 1.1em;
    white-space: nowrap;
    overflow: hidden;
}
footer.site-footer .foot-left a
{
    color: #c0c0c0;
    transition: .3s color;
}
footer.site-footer .foot-left a:hover
{
    color: #e5e5e5;
    text-decoration: none;
}
footer.site-footer .foot-right a.social-badge
{
    background: #ffffff;
    color: #555555;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 2.2em;
    margin: 2px;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
}
footer.site-footer .foot-right a.social-badge.so-facebook:hover
{
    background: #3b5998;
    color: #ffffff;
}
footer.site-footer .foot-right a.social-badge.so-youtube:hover
{
    background: #cd201f;
    color: #ffffff;
}
footer.site-footer .foot-right a.social-badge.so-twitter:hover
{
    background: #1da1f2;
    color: #ffffff;
}
footer.site-footer .foot-right a.social-badge.so-google-plus:hover
{
    background: #ea4335;
    color: #ffffff;
}

/* ------------------------------------------
   PAGE & POST & SEARCH & CATEGORY & BLOG
   ------------------------------------------ */
.featured-image
{
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    background-size: cover;
    background: url("https://egysteam.com/wp-content/uploads/2022/03/default_cat_img.jpg") 50% 0 repeat fixed;
    padding: 80px 0;
}
.featured-image h1
{
    font-size: 3em;
    text-align: center;
    color: white;
    
    z-index: 0;
}
.blog-posts
{
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    margin: 0;
}
.post-item
{
    margin-bottom: 60px;
    border: 1px solid #f5f5f5;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.10);
}
.post-item > div
{
    float: right;
}
.post-item img
{
    max-width: 100%;
}
.post-item .post-img-col
{
    padding-right: 0;
}
a.post-link h3
{
    font-size: 1.3em;
}
a.post-link:hover,
a.post-link:focus
{
    text-decoration: none;
}
a.post-link:hover h3,
a.post-link:focus h3
{
    color: #777777;
}
.post-item p
{
    font-size: 1em;
}
.post-details .post-cats a,
.paging a
{
    color: #118342;
}
.post-details .post-cats a:hover,
.paging a:hover
{
    color: #003e5a;
    text-decoration: none;
}
.post-body iframe
{
    display: block;
    margin: 0 auto;
}
.single-page-image
{
    float: right;
    margin: 0 15px;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.post-body strong
{
        color: #108242;
}
.post-body h1
{
    font-size: 35px;
}
.post-body h2
{
    font-size: 30px;
}
.post-body h3
{
    font-size: 25px;
}
.post-body h4
{
    font-size: 22px;
}
.post-body h5
{
    font-size: 18px;
}
.post-body h6
{
    font-size: 15px;
}
.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5,
.post-body h6
{
    color: #0974bc;
}
.post-body blockquote
{
    border-right: 5px solid #eee;
    border-left: none;
}
.post-body a
{
    color: #0083c1;
}
.post-body a:hover
{
    color: #003e5a;
    text-decoration: none;
}

/* ------------------------------------------
   RESPONSIVITY FIX
   ------------------------------------------ */
@media (max-width: 767px) { /* xs */

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev
    {
        width: 30px;
        height: 30px;
        font-size: 30px;
    }
    .carousel-inner, .carousel-inner .item
    {
        height: 200px;
    }
    .video-item .img-wrapper img.play
    {
        width: 35px;
        height: 35px;
    }
    .video-list .video-item a .video-wrapper h4.video-title
    {
        white-space: normal;
        max-width: 100%;
    }
    .video-list .video-item
    {
        margin: 38px 8%;
        width: 82%;
    }
    .row.form-row
    {
        padding: 0;
    }
    .work-list .work-item
    {
        margin: 38px 8%;
        width: 82%;
    }
    .work-hover h3.work-title
    {
        height: 30%;
    }
    .work-hover p.work-desc
    {
        display: none;
    }
    .google-map-div {
        height: 200px;
    }
    footer.site-footer .foot-left,
    footer.site-footer .foot-right
    {
        text-align: center;
        margin-bottom: 20px;
    }
    .hide-in-xs
    {
        display: none;
    }
    #menu-main-menu ul li a 
    {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }
    .list-above-menu .contact-info li:first-child
    {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) { /* sm */
    .carousel-inner, .carousel-inner .item
    {
        height: 250px;
    }
    .video-item .img-wrapper img.play
    {
        width: 40px;
        height: 40px;
    }
    .video-list .video-item
    {
        margin: 38px 4%;
        width: 40.99999%;
    }
    .row.form-row
    {
        padding: 0 80px;
    }
    .work-list .work-item
    {
        margin: 38px 4%;
        width: 40.99999%;
    }
    .google-map-div {
        height: 340px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) { /* md */
    .row.form-row
    {
        padding: 0 100px;
    }
    .work-hover h3.work-title
    {
        height: 20%;
    }
    .work-hover p.work-desc
    {
        height: 20%;
    }
    .carousel-inner, .carousel-inner .item
    {
        height: 380px;
    }
    .google-map-div {
        height: 380px;
    }
}
@media (min-width: 1200px) { /* lg */

}
@media (max-width: 991px) { /* xs --> sm */
    .preheader .logo h1, .preheader .logo p
    {
        display: none;
    }
    .animate
    {
        visibility: visible;
    }
}
@media (max-width: 1199px) { /* xs --> md */
    .list-above-menu .contact-info li:nth-child(2)
    {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1199px) { /* sm --> md */

}
@media (min-width: 768px) { /* sm --> lg */
    .col-container
    {
        float: right;
    }
    #navbar-list > ul > li
    {
        float: left;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev
    {
        width: 40px;
        height: 40px;
        font-size: 40px;
    }
    .search-form .search-field
    {
        display: inline-block;
        height: 58px;
    }
    .search-form .search-field .search-input
    {
        line-height: 58px;
        height: 58px;
        font-size: 1.125em;
        padding: 0 30px;
        width: 400px;
    }
    .order-form .form-unit
    {
        font-size: 1.125em;
    }
    .show-in-xs
    {
        display: none;
    }
    #menu-main-menu a
    {
        padding: 5px 10px;
    }
    #menu-main-menu ul
    {
        margin: 0;
	    padding: 0;
    }
    #menu-main-menu > li
    {
        display: inline-block;
    }
    #menu-main-menu > li > ul
    {
        width: auto; /* change auto value with 200px if you want a bigger menu */
        display: none;
        background: white;
        border: 1px solid #e5e5e5;
        box-shadow: 0 7px 29px 0 rgba(0,0,0,0.16);
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 9999999; /* if you have YouTube iframes, is good to have a bigger z-index so the video can appear above the video */
    }
    #menu-main-menu ul li:hover
    {
        background-color: #f5f5f5;
    }
    #menu-main-menu ul li a 
    {
        margin-left: 30px;
    }
    #menu-main-menu ul li.menu-item-has-children > a
    {
        margin: 0;
    }
    #menu-main-menu ul li.menu-item-has-children > a:after
    {
        content: " \f104";
        margin-right: 30px;
    }
    #menu-main-menu > li > ul > li > ul ,
    #menu-main-menu > li > ul > li  ul 
    {
        display: none;
        background: white;
        border: 1px solid #e5e5e5;
        box-shadow: 0 7px 29px 0 rgba(0,0,0,0.16);
        position: absolute;
        right: 100%;
        top: 0;
        z-index: 9999999;
    }
}
@media (min-width: 992px) { /* md --> lg */
    .video-list .video-item
    {
        margin: 38px 3%;
        width: 27.33333%;
    }
    .work-list .work-item
    {
        margin: 38px 3%;
        width: 27.33333%;
    }
}
@media (min-width: 768px)
{
	.navbar-right {
    float: left !important;
    margin-left: 15%;
}
}

@media screen and (max-width:520px)
{
	.list-above-menu .contact-info li {
		display:none
	}
	.navbar-default .navbar-nav>li>a
	{
		text-align:right
	}
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 20%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}

@media screen and (min-width: 768px)
{
	.carousel-caption {
    right: 20%;
    left: 20%;
    top: 20%;
    padding-bottom: 30px;
	font-size: 2em;
}
}
.navbar-default .navbar-toggle
{
	    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: -80px;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media screen and (min-width:520px)
{
	#navbar-list .mob_hide
	{
		display:none;
	}
}