﻿
@font-face {
	font-family: GEDinkum-Regular;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/GEDinkum-Regular.eot);
	src: url(../fonts/GEDinkum-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/GEDinkum-Regular.woff2) format('woff2'), url(../fonts/GEDinkum-Regular.woff) format('woff'), url(../fonts/GEDinkum-Regular.ttf) format('truetype')
}

body, html, div, span, p, h1, h2, h3, h4, h5, h6 {font-family:GEDinkum-Regular;}

.logo {
    margin: 0 0 7px 0;
}
.bg-dark {
    background-color: #434343 !important;
}
.navbar {
    padding: 0;
}
ul.navbar-nav {
	
	display: flex;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    font-size: 14px;
    border-right: 1px solid #2f2f2f;
    line-height: 21px;
    padding: 14px 18px;
    text-align: center;
	min-width: 183px;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.active {
    color: rgb(255, 255, 255);
    background-color: #ed1c24;
}
footer {
    display: flex;
    min-height: 51px;
    padding: 0 0 0 0;
    background-color: #a80909;
    margin-top: 60px;
}
footer ul {} footer ul li {
    list-style-type: none;
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid #860404;
    line-height: 50px;
}
footer ul li:last-child {
    border-right: 0px;
}
footer ul li a {
    color: #ffffff;
}
footer ul li a:hover {
    color: #ff9393;
    text-decoration: none
}
	.headingOne {
		background:url(../images/grey.jpg) no-repeat 0 0;
		background-size:cover;
		margin-top: 35px;
		margin-bottom: 30px
	}
	.headingOne h2 {
	margin: 0;
    margin-left: 5%;
    padding: 7px 12px;
    font-size: 22px;
    line-height: 23px;
    background: #ffffff;
    float: left;
    text-transform: uppercase;
	color: #a3a3a1;
	}
	
	.headingTwo {
		background:url(../images/orange.jpg) no-repeat 0 0 !important;
	}
	
	.headingThree {
		background:url(../images/blue.jpg) no-repeat 0 0 !important;
	}
	
	.headingFour {
		background:url(../images/material2.jpg) no-repeat 0 -50px !important;
	}
	.headingFive {
		background:url(../images/contact3.jpg) no-repeat 0 -50px !important;
	}
	
.brown { 
	color:#a48249;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
    line-height: 24px;
}

.contact-form label { width: 130px; display:inline-block; margin:10px 0;}

.contact-form label {
    width: 92px;
    display: inline-block;
    margin: 10px 0;
    font-size: 12px;}

.form-control {
    padding: 5px 2.75rem ;
	font-size:12px;
}

.border-r {border-right: 2px solid #ed7d31;}

/*--------------------------------------------------------------
Latest Additions Styles
--------------------------------------------------------------*/

.latest_addition_panel {
    overflow: hidden;
    padding-bottom: 40px;
}
.jlr {font-size: 0;}

.jlr .jlr_item{
    font-size: 1rem;
    display: inline-block;
    box-sizing: border-box;     
    padding: 5px;
}

.jlr img.jlr_img {
    height: 200px;
    opacity: 0;

}

.jlr img.jlr_loaded{
     -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
    opacity: 1;
}

.gray_out{
    background-color: #eee;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
    height: 100% !important;
}

.button figure {
  display: none;
    position: absolute;
    padding: 0;
    margin: -361px 0 0 0;
    border: 5px solid #ed1c24;
    background: #ed1c24;
    border-radius: 0;
}

.button img {
  display: block;
  max-width: 100%;
}

.button:focus figure,
.button:hover figure {
  display: block;
}
.button:focus p,
.button:hover p {
  background: red;
}

@media (max-width: 992px) {
    .navbar-dark .navbar-nav .nav-link {
        border-right: 0;
    }
    footer ul li {
        list-style-type: none;
        float: left;
        width: 25%;
        text-align: center;
        border-right: 1px solid #860404;
        line-height: 20px;
    }
	
	.border-r {border-bottom: 2px solid #ed7d31; border-right:0; padding-bottom:30px}
}




.flags {
	
	
}
 .flags a {
	display:inline-block;
	background: url(../images/eng_flag.jpg) no-repeat left  top;
	padding-left:28px;
	padding-right:10px;
	line-height: 18px;
	
}
 .flags a.araic {
	background: url(../images/araic_flag.jpg) no-repeat left  top;
	
}
 .header_contact span{
	display:block;
	margin: 0 0 7px 0;
	background: url(images/header_call.png) no-repeat right  top;
	 padding-right :30px;
	line-height: 24px;
}

 .header_contact span.email_icon {
	
	background: url(images/heaer-email.png) no-repeat left  top;
}

.header_contact span.fax_icon {
	
	background: url(images/print-icon.png) no-repeat left  top;
}

.line21 p:after {
   display: block;
    content: "";
    margin-top: -8px;
    position: relative;
    top: -10px;
    background: #b4b4b4;
    width: 58%;
    height: 4px;
    margin-right: 149px;
    z-index: -22;
}

.line41 p:after {
   display: block;
    content: "";
    margin-top: -8px;
    position: relative;
    top: -10px;
    background: #b4b4b4;
    width: 58%;
    height: 4px;
    margin-left: 149px;
    z-index: -22;
}

.line2 p:after {
   display: block;
    content: "";
    margin-top: -8px;
    position: relative;
    top: -10px;
    background: #b4b4b4;
    width: 58%;
    height: 4px;
    margin-left: 140px;
}
.line2 span {
    background-color: #fff;
    padding: 0 10px 0 5px;
    position: relative;
    z-index: 101;
}

.line3 p:after {
   display: block;
    content: "";
    margin-top: -8px;
    position: relative;
    top: -10px;
    background: #b4b4b4;
    width: 101%;
    height: 4px;
}
.line3 span {
    background-color: #fff;
    padding: 0 5px 0 5px;
    position: relative;
    z-index: 101;
}

.line4 p:after {
   display: block;
    content: "";
    margin-top: -8px;
    position: relative;
    top: -10px;
    background: #b4b4b4;
    width: 57%;
    height: 4px;
    margin-right: 140px;
}
.line4 span {
    background-color: #fff;
    padding: 0 10px 0 5px;
    position: relative;
    z-index: 101;
}

.dropdown-menu-menu {
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 10rem;
    padding: 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
	top: 44px !important;
}

.dropdown-item2 {
    display: block;
    width: 100%;
    padding: 9px 60px 9px 20px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.dropdown-item2:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #ed1c24;
}

ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;    
}

li.dropdown:hover > .dropdown-menu {
    display: block !important;
}




/*Arabic CSS Styles*/
body.arabic {
	direction: rtl;
	text-align: right
	
}

.navbar-nav {
	padding-right:0;
}
body.arabic .navbar-dark .navbar-nav .nav-link {
	 padding: 14px 37px;
}

body.arabic.flags {
	
	
}
body.arabic .flags a {
	display:inline-block;
	background: url(../images/eng_flag.jpg) no-repeat right top;
	padding-right:28px;
	padding-left:10px;
	line-height: 18px;
	
}
body.arabic .flags a.araic {
	background: url(../images/araic_flag.jpg) no-repeat right top;
	
}
body.arabic .header_contact span{
	display:block;
	margin: 0 0 7px 0;
	background: url(../images/header_call.png) no-repeat right top;
	padding-right:30px;
	line-height: 24px;
}

body.arabic .header_contact span.email_icon {
	
	background: url(../images/heaer-email.png) no-repeat right top;
}

.headingOneArabic h2 {
    margin: 0;
    margin-right: 5%;
    padding: 7px 12px;
    font-size: 22px;
    line-height: 23px;
    background: #ffffff;
    float: right;
    text-transform: uppercase;
    color: #a3a3a1;
}
