/*   01 - General & Basic Styles   */

@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700,600,300,800);
@import url("reset.css");
@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("Stroke-Gap-Icons.css");
@import url("menu_sideslide.css");
@import url("animate.css");
@import url("responsive.css");
@import url("../rs-plugin/css/settings.css");
@import url("owl.carousel.css");
@import url("owl.theme.css");
@import url('https://fonts.googleapis.com/css?family=Cairo&display=swap');



/* General & Basic Styles */


:lang(ara) body {font-family: 'Cairo', sans-serif;}
a:hover,
a:focus {
text-decoration: none;
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
color: #E57C0A;
}

a{
text-decoration: none;
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
color: #ff8f15;
}

.btn.focus, .btn:focus, .btn:hover {
  color: #FFF;
  text-decoration: none;
}

.h1, h1 {
font-size: 32px;
font-family: 'Roboto Slab', serif;
}

.h2, h2 {
font-size: 28px;
font-family: 'Roboto Slab', serif;
}

.h3, h3 {
font-size: 25px;
font-family: 'Roboto Slab', serif;
}

.h4, h4 {
font-size: 22px;
font-family: 'Roboto Slab', serif;
}

.h5, h5 {
font-size: 18px;
font-family: 'Roboto Slab', serif;
}

.h6, h6 {
font-size: 14px;
font-family: 'Roboto Slab', serif;
}


.Headline-Text h1, .Headline-Text h2, .Headline-Text h3, .Headline-Text h4, .Headline-Text h5, .Headline-Text h6 {
font-weight: 700;
color: #ff8f15;
}

textarea {
-webkit-font-smoothing: antialiased;
min-height: 125px;
}

.light-wrapper {
border-bottom: 1px solid #eeeeee;
background: #FFF;
}


.whitesmoke-wrapper {
background: #f5f5f5;
border-bottom: 1px solid #ffffff;
}

.light-section {
background: #3c3c3c;
border-bottom: 1px solid #3c3c3c;	
}

.dark-section{
background: #343434;
border-bottom: 1px solid #343434;	
}

.dark-body{
background: #343434;
border-bottom: 1px solid #343434;	
}

.Img-wrapper {
background: url(../images/page/Img-wrapper.png) top center; 
border:none;
}

.color-wrapper {
background:#ff8f15; 
border:none;
}


.black-wrapper {
background: #2c2c2c;
color: #cacaca;
float: left;
display: block;
width: 100%;
}

/*   02 - Background Parallax      */

.parallax {
background-attachment: fixed !important;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
overflow: hidden;
color: #d9d9d9;
}

.twitter-parallax {
background-image: url(../images/parallax/container1.jpg) !important;
position: relative;
}

.wrapper-twitter {
background-color: rgba(0, 0, 0, 0.7);
position: absolute;
left: 0;
width: 100%;
height: 100%;
background-attachment: fixed;
background-repeat: repeat-x repeat-y;
overflow: auto;
opacity: 1;
}

.wrapper-testimonials {
background-color: rgba(51, 51, 51, 0.9);
position: absolute;
left: 0;
width: 100%;
height: 100%;
background-attachment: fixed;
background-repeat: repeat-x repeat-y;
overflow: auto;
}

/*   03 - Header & Navigation      */

.open-sidebar {
webkit-transform: translate3d(-300px, 0, 0);
-moz-transform: translate3d(-300px, 0, 0);
transform: translate3d(-300px, 0, 0);
-webkit-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
}

.TopHeader {
background: #FFF;
display: block;
border-bottom: 1px Solid #e6e6e6;
}

.TopHeader-2 {
background: #FFF;
}


.Header-Agency {
position: absolute;
display: inline-block;
width: 100%;
z-index: 111;
background: none;
}

.PhoneNamber {
float: left;
display: block;
border-left: 1px Solid #e6e6e6;
padding: 0px 20px;
}

.PhoneNamber p {
float: left;
display: block;
line-height: 40px;
font-size: 14px;
font-family: 'Lato', sans-serif;
margin: 0px;
color: #777777;
}

.Email-Site {
float: left;
display: block;
border-right: 1px Solid #e6e6e6;
border-left: 1px Solid #e6e6e6;
padding: 0px 20px;
}

.Email-Site p {
float: left;
display: block;
line-height: 40px;
font-size: 14px;
font-family: 'Lato', sans-serif;
margin: 0px;
color: #777777;
}

.social-ul {
float: right;
overflow: hidden;
height: 100%;
}

ul.icons-ul {
margin: 0px;
}

.social-ul li, .social-ul li a {
float: left;
list-style: none;
}

.social-ul li a {
height: 42px;
width: 40px;
font-size: 14px;
text-align: center;
color: #929292;
border-left: 1px Solid #e8e8e8;
}

.social-ul:last-child {
border-right: 1px Solid #e8e8e8;
}

.social-ul li a span {
line-height: 40px;
}

.social-ul li.facebook a:hover{
background-color: #5d82d1;
color:#FFF;
}

.social-ul li.twitter a:hover{
background-color: #40bff5;
color:#FFF;
}

.social-ul li.google a:hover{
background-color: #eb5e4c;
color:#FFF;
}

.social-ul li.pinterest a:hover{
background-color: #e13138;
color:#FFF;
}

.social-ul li.vimeo a:hover{
background-color: #35c6ea;
color:#FFF;
}

.social-ul li.linkedin a:hover{
background-color: #238cc8;
color:#FFF;
}

.social-ul li.rss a:hover{
background-color: #faa33d;
color:#FFF;
}

.Navbar-Header {
background: #FFF;
border: 0;
padding: 0;
margin: 0;
border-radius: 0;
}

.Navbar-Header-sticky {
  background: #FFF;
  margin: 0;
  border-radius: 0;
  padding: 2rem;
}

.navbar-collapse {
position: relative;
}

.basic-wrapper {
padding-left: 0px;
float: left;
}
.top-head{background: #333; padding: 1rem;}
.top-head p{display: inline-block; color: #fff;}
.top-head i{
    margin-right: .5rem;
    color: #eb5e4c;
    font-size: 14px;
    font-weight: bold;
}
.navbar-brand img{ position: relative; right: 2rem;top: -20px;}
.navbar-logo {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  background: url(../images/logo/Logo-Header.png) no-repeat left;
  width: 400px;
  height: 130px;
  margin-left: 15px;
}
ul.first{
margin: 0;
padding: 0;
}
ul.first li{float: left; margin-left: 2rem;}
ul.first li a{color: #fff;}
ul.first li a:hover{color: #ef5155;}
.light-wrapper h6{
  text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #e81d23;
}

.Header-Agency .navbar-logo {
float: left;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
background: url(../images/logo/Logo-Header-Agency.png) no-repeat left;
width: 330px;
height: 90px;
margin-left: 15px;
}

.Navbar-Header {
position: relative;
width: 100%;
z-index: 11111;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px) {
.Navbar-Header {
height: 95px;
background: transparent;
box-shadow: none;
}

}
@media only screen and (min-width: 1170px) {
.Navbar-Header {
-webkit-transition: background-color 0.3s;
-moz-transition: background-color 0.3s;
transition: background-color 0.3s;
/* Force Hardware Acceleration in WebKit */
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.Navbar-Header.is-fixed {
/* when the user scrolls down, we hide the header right above the viewport */
position: fixed;
top: -95px;
background-color: #FFF;
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
}
.Navbar-Header.is-visible {
/* if the user changes the scrolling direction, we show the header */
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
-o-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
 box-shadow: 1px -12px 36px #424242;
}
.Navbar-Header.menu-is-open {
/* add a background color to the header when the navigation is open */
background-color: #FFF;
}
}


.Menu-Header {
float: left;
}

:lang(ara) .Menu-Header ul li {
  float: right;
}

.Menu-Header ul li a{
font-size: 15px;
color: #777777;
font-family: 'Lato', sans-serif;
text-transform: uppercase;
padding:0px;
display: inline-block !important;
width:100%;
}
:lang(ara) .Menu-Header ul li a{font-family: 'Cairo', sans-serif; font-weight: bold;}

.TopHeader-2 .Menu-Header ul li a {
color: #FFF;
}

.color-w ul li a {
color: #FFF;
}

.color-w a {
color: #FFF !important;
}

.color-w button::before{
color: #FFF !important;
}

.Menu-Header ul li a:hover {
color: #ff8f15;
border-top: 0px Solid #ff8f15;
background:none;
}

.Menu-Header ul li a:focus {
background:none !important;
}


.Menu-Header ul li a.current:before {
width: 100%;
content: "";
}

.Menu-Header ul li a:focus:active:before, .Menu-Header ul li a:hover:before {
width: 100%;
}


ul.dropdown-menu li a:hover {
color: #ff8f15;
}
.Menu-Header ul.dropdown-menu li{float: none;}
.navbar-nav>li>.dropdown-menu{
-moz-animation: fadeInUp .3s ease-in;
-webkit-animation: fadeInUp .3s ease-in;
animation: fadeInUp .3s ease-in;
bottom: -8px;
}

.dropdown-submenu>.dropdown-menu:not(.yamm-dropdown-menu) {
-moz-animation: fadeInUp .3s ease-in;
-webkit-animation: fadeInUp .3s ease-in;
animation: fadeInUp .3s ease-in;
}


.navbar .dropdown-menu {
  padding: 0;
  margin: 0;
  min-width: 190px;
  background-color: #FFF;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-top: 1px solid #ff8f15 !important;
}

.navbar .dropdown-menu li {
padding: 0;
line-height: 0px;
height:auto !important;
border-bottom:1px SOlid #dadadc;
}

.sticky {
position: fixed !important;
top: 0;
left: 0;
padding: 0 !important;
width: 100%;
background: #fff !important;
box-shadow: 1px -12px 36px #424242;
-moz-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
-webkit-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
z-index: 1111;
}

.navbar .dropdown-menu li:last-child {
border-bottom:0px SOlid #dadadc;
}


.navbar.black .dropdown-menu {
	background: #292929;
}
.navbar .dropdown-menu .dropdown-menu {
    border: none !important
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li {
    background: #FFF;
    border-bottom: none !important;
    border:1px SOlid #dadadc;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li:last-child {
	border-bottom: 1px SOlid #dadadc !important;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a {
    padding: 12px 15px;
    line-height: 1;
    color: #616161;
    font-size: 13px;
    text-transform: none;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
:lang(ara) .navbar .dropdown-menu:not(.yamm-dropdown-menu) li a{text-align:right; }
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a:hover:before{
	display: block;
	float: left;
	content: "";
	width: 0 !important;
	border-top: 0px solid #ff8f15;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	margin-top: -10px;
}

.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a:hover:before, .navbar .dropdown-menu:not(.yamm-dropdown-menu) li a:hover:before {
width: 0 !important;
}


.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:hover:before{
	display: block;
	float: left;
	content: "";
	width: 0 !important;
	border-top: 0px solid #ff8f15;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	margin-top: -10px;
}

.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:hover:before, .navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:hover:before {
width: 0 !important;
}


.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a i {
display: inline-block;
text-align: right;
position: absolute;
right: 11px;
}

.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a.active {
    padding: 12px 15px;
    filter: none;
    line-height: 1;
    background-color: #FFF;
    color: #ff8f15;
}
.navbar.black .dropdown-menu:not(.yamm-dropdown-menu) li a:hover,
.navbar.black .dropdown-menu:not(.yamm-dropdown-menu) li a.active {
    background: #292929;
}
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a:focus {
    background: none;
    color: #ff8f15;
}
.navbar .nav > li > .dropdown-menu:not(.yamm-dropdown-menu):after {
    display: none
}
.navbar .nav > li > .dropdown-menu:not(.yamm-dropdown-menu):before {
    display: none
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:focus,
.navbar .dropdown-submenu:hover > a,
.navbar .dropdown-submenu:focus > a,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:focus {
    background: #f5f5f5;
    color: #ff8f15;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.dropdown-submenu>.dropdown-menu:not(.yamm-dropdown-menu) {
left: 100%;
top: -2px;
margin-left: -1px;
border-left: 0px solid rgba(0, 0, 0, 0.2) !important;
border-top: 2px solid #ff8f15 !important;
bottom: 0;
}

.dropdown.yamm-fullwidth .dropdown-menu {
width: 100%;
left: 0;
right: 0;
bottom: -8px;
}

.dropdown.yamm-fullwidth .dropdown-menu li {
position: relative;
display: inline-block;
width: 100%;
}

li.open .js-activated {
border-top: 0px solid #ff8f15 !important;
color: #ff8f15 !important;
background: none !important;
margin: auto;
}


ul.dropdown-menu .col-md-4:first-child {
padding: 0;
}

ul.dropdown-menu .col-md-4:last-child {
padding: 0;
}

li.dropdown.yamm-fullwidth.open {
position: static;
}

ul.dropdown-menu .col-md-4 h5 {
font-size: 14px;
padding: 15px;
margin: 0;
font-weight: 700;
font-family: 'Open Sans', sans-serif;
color: #ff8f15;
}

ul.dropdown-menu .col-md-4 ul li {
border-left: none !important;
border-right: none !important;
border-bottom: none !important;
}

ul.dropdown-menu .col-md-4 ul li:last-child {
border-bottom: none !important;
}

.btn.responsive-menu {
padding: 8px 13px;
margin: 0;
display: none !important;
font-size: 15px;
}

.right-wrapper {
position: relative;
float: right;
}

.Icons-Search {
float: right;
display: block;
}

.Icons-Search a {
float: left;
line-height: 102px;
font-size: 17px;
color: #777777;
padding: 0px 12px;
}


.Block-Search {
  position: absolute;
  right: 50px;
  top: 0px;
  padding: 5px;
  height: 104px;
  width: 1100px;
}


.Block-Search input {
  position: relative;
  z-index: 11111111;
  padding: 18px;
  border: none;
  width: 100%;
  height: 100%;
  font-size: 22px;
}



.responsive-menu {
float: right;
display: block;
}

.responsive-menu a {
float: right;
line-height: 91px;
font-size: 17px;
color: #777777;
padding: 0px 15px;
cursor:pointer;
display:none;
}


.sidebar-menu {
float: right;
display: block;
}

.sidebar-menu button {
float: right;
line-height: 91px;
font-size: 17px;
color: #777777;
padding: 0px 15px;
background:none;
border:none;
}

.sidebar-menu button:active,.sidebar-menu button:focus {
color: #ff8f15;
}

.selected .Icons-Search a {
color: #ff8f15;
}

.fancybox-lock .sticky {
display: none !important;
-moz-transition: -moz-transform 0.5s;
-o-transition: transform 0.5s;
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
}


/*   04 - Sidebar                  */

#menu-2 {
padding: 20px;
}

.TopSide-bar {
padding-bottom: 20px;
border-bottom: 1px Solid #5c5c5c;
}


.Top-Block-Sidebar {
margin-top: 55px;
}


.Top-Block-Sidebar h2 {
font-size: 16px;
font-family: 'Roboto Slab', serif;
font-weight: 700;
color: #ff8f15;
margin-bottom: 5px;
}

.Top-Block-Sidebar::after {
content: '';
background: #5c5c5c;
height: 2.3px;
width: 34px;
display: inline-block;
}


.login-controls {
margin-top: 20px;
}

.input-box {
width: 100%;
}

.input-box input {
background: none;
border: 1px Solid #404040 !important;
border-radius: 2px;
width: 100%;
margin-bottom: 20px;
padding: 10px;
font-family: 'Open Sans', sans-serif;
font-size:12px;
background: none !important;
color: #FFF;
}

.input-box input:focus::placeholder{
color: #FFF;
}

.main-bg {
display: inline-block;
float: left;
margin-bottom: 15px;
}

.main-bg input {
background: #ff8f15;
color: #FFF;
border-radius: 0px;
font-size: 12px;
padding: 10px 20px;
font-family: 'Open Sans', sans-serif;
}


.Bot-Block-Sidebar {
margin-top: 20px;
}


.Bot-Block-Sidebar h2 {
font-size: 16px;
font-family: 'Roboto Slab', serif;
font-weight: 700;
color: #ff8f15;
margin-bottom: 5px;
}

.Bot-Block-Sidebar::after {
content: '';
background: #5c5c5c;
height: 2.3px;
width: 34px;
display: inline-block;
}


.check-box {
margin-top: 10px;
display: inline-block;
width: 72%;
}

.check-box a {
color: #ff8f15;
font-size: 12px;
font-family: 'Open Sans', sans-serif;
float: right;
margin-left:5px;
}

.check-box a:hover{
color: #337ab7;
}

.Sign-Up {
display: block;
margin-top: 20px;
}

.Sign-Up p {
font-size: 12px;
font-family: 'Open Sans', sans-serif;
color:#FFF;
}

.Sign-Up p a{
font-size: 12px;
font-family: 'Open Sans', sans-serif;
color:#ff8f15;
}

.Sign-Up p a:hover{
color:#337ab7;
}

.Join-Sidebar {
display: inline-block;
}

.Join-Sidebar {
display: inline-block;
background: #1c1c1c;
height: 29px;
width: 255px;
border-radius: 2px;
margin-top: 20px;
}

.Join-Sidebar .txt-box {
background: none;
border: none;
width: 195px;
padding: 0px 10px;
line-height: 16px;
font-size: 12px;
font-family: 'Open Sans', sans-serif;
color:#FFF;
float: left;
height: 29px;
}

.Join-Sidebar .btnjoin {
display: inline-block;
float: right;
padding: 5px 15px;
border-radius: 0px 2px 2px 0px;
background: #ff8f15;
color: #FFF;
font-size: 12px;
font-family: 'Open Sans', sans-serif;
}


/*   05 - Revolution Slider        */

.tp-banner-container{
width:100%;
position:relative;
padding:0;

}

.tp-banner{
width:100%;
position:relative;
}

.tp-banner-fullscreen-container {
width:100%;
position:relative;
padding:0;
}


a.Slicefive {
border: 2px Solid #FFF;
padding: 6px 30px;
font-size: 17px;
color: #FFF;
border-radius: 3px;
background: none;
text-align: center;
font-family: 'Lato', sans-serif;
}

.activelink {
border: 2px Solid #ff8f15 !important;
padding: 10px 30px;
font-size: 17px;
color: #FFF;
border-radius: 3px;
background: #ff8f15 !important;
text-align: center;
font-family: 'Lato', sans-serif;
}

.activelink:hover {
border: 2px Solid #FFF !important;
padding: 10px 30px;
font-size: 17px;
color: #FFF;
border-radius: 3px;
background: none !important;
text-align: center;
font-family: 'Lato', sans-serif;
}


a.Slicefive:hover {
color: #FFF;
background: #ff8f15;
border: 2px Solid #ff8f15;
}


.large-title {
color: #FFF;
font-size: 37px;
font-weight: 400;
font-family: 'Roboto Slab', serif;
}

.No-previous .tp-arr-allwrapper {
display: none;
}

.tparrows.preview3 {
opacity: 0.2 !Important;
}

.tparrows.preview3:hover {
opacity: 1 !Important;
}

.No-previous .tp-rightarrow{
right: 1% !important;
}

.No-previous .tp-leftarrow{
left: 1% !important;
}

/*   08 - Whay Us                  */

.title-section h3 {
color: #0070b9;
font-family: 'Roboto Slab', serif;
font-size:25px;
font-weight: 400;
 text-transform: uppercase;
}
:lang(ara).title-section h3 {
  text-align: right;
  font-family: 'Cairo', sans-serif;
  font-weight: bold;
}
.title-section i {
font-size: 50px;
color: #FFF;
}


.title-section h3 span {
font-weight: 700;
}

.line-break {
border-bottom: 2px Solid #c1c1c1;
width: 50px;
display: inline-block;
margin-top: 12px;
}
:lang(ara) .line-break {float: right;}

.description-section {
padding: 5px 0px;
}
:lang(ara) .description-section {
  text-align: right!important;
}
.description-section p {
display: inline-block;
font-size: 13px;
color: #777777;
font-family: 'Open Sans', sans-serif;
}
:lang(ara) .description-section p {
    position: relative;
    left: 90%;
    font-family: 'Cairo', sans-serif;

}

.caption h2 {
 
color: #ffb347;
 }

.description-section a {
color: #ff8f15;
font-family: 'Roboto Slab', serif;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
}

.description-section i {
color: #ff8f15;
font-size: 13px;
margin-right: 5px;
font-weight: 700;
}


.AboutTap {
border: 1px Solid #e0e0e0;
border-radius: 2px;
padding: 0px;
border-top: none;
}

.AboutSec {
  position: relative;
border: 1px Solid #e0e0e0;
border-radius: 2px;
padding: 1rem;
display: inline-block;
margin-bottom: 15px;
width: 100%;
}

.section-content h4 {
display: block;
border-top: 1px Solid #e0e0e0;
border-bottom: 0px Solid #e0e0e0;
font-size: 13px;
font-weight: 700;
font-family: 'Open Sans', sans-serif;
height: 59px;
padding: 15px 15px;
margin: 0;
line-height: 23px;
color: #333333;
}

.section-content h4 a{
display: block;
font-size: 13px;
font-weight: 700;
font-family: 'Open Sans', sans-serif;
color: #838383;
}
:lang(ara) .section-content h4 a{
  text-align: right;
  font-family: 'Cairo', sans-serif;
}

.section-content i {
float: right;
background: #c1c1c1;
width: 20px;
height: 20px;
border-radius: 2px;
text-align: center;
font-size: 11px;
color: #FFF;
line-height: 21px;
margin-top: 1px;
}

:lang(ara).section-content i {
  float: left;
}

h4.tap-title.active a {
color: #0070b8;
}

h4.tap-title.active {
background: none !important;
border-top:1px Solid #e0e0e0 !important;
border-bottom:0px Solid #e0e0e0 !important;
}


	
h4.tap-title.active i {
background: #eb5e4c;
}

.Title-progress h2 {
display: inline-block;
font-size: 15px;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
text-transform: uppercase;
color: #333333;
}

.Title-progress p {
color: #828282;
display: inline-block;
float: right;
font-family: "Lato",sans-serif;
font-size: 13px;
margin-top: 18px;
margin-bottom: 0px;
margin-right: 15px;
}

.Progress-Bar {
display: block;
margin-top: -22px;
position: relative;
}

.Red-Bar {
background-color: #e53525 !important;
}

.Volvo-Bar{
background-color: #936ad2 !important;
}

.Green-Bar {
background-color: #a3d734 !important;
}

.Yello-Bar {
background-color: #fcd239 !important;
}

.progress {
height: 10px;
margin-bottom: 20px;
overflow: hidden;
background-color: #e9e9e9;
border-radius: 5px;
-webkit-box-shadow: none;
box-shadow: none;
}


.progress-bar {
background-color: #ff8f15;
height: 10px;
}

.progress-bar-striped, .progress-striped .progress-bar {
background-image: -webkit-linear-gradient(45deg,rgba(0, 0, 0, 0.27) 25%,transparent 25%,transparent 50%,rgba(0, 0, 0, 0.1) 50%,rgba(0, 0, 0, 0.11) 75%,transparent 75%,transparent);
background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
-webkit-background-size: 40px 40px;
background-size: 30px 30px;
border-radius: 5px;
-webkit-animation: move 5s linear infinite;
-moz-animation: move 5s linear infinite;
animation: move 5s linear infinite;
}

#owl-customer .owl-item {
width: 165px !important;
margin: 0px 15px;
height: 78px;
}

#owl-customer .item img {
opacity:0.75;
}

#owl-customer .item img:hover {
opacity:1;
}


#owl-customer .owl-pagination {
display: none;
}




/*   10 - Our Services             */


.block-Services i {
  color: #838383;
  font-size: 47px;
}

.block-Services h3 {
color: #838383;
font-size: 18px;
margin: 30px 0px 30px 0px;
font-family: 'Roboto Slab', serif;
font-weight:700;
}

.Top-Services .line-break {
width: 12%;
margin: 15px 0px;
}

.block-Services p {
color: #828282;
font-size: 13px;
font-family: 'Open Sans', sans-serif;
  margin: 0px 20px;
}

:lang(ara) .block-Services p{font-family: 'Cairo', sans-serif;}
.block-Services:hover i {
color: #ff8f15;
}

.block-Services:hover h3 {
color: #ff8f15;
}

.block-Services:hover .line-break {
border-bottom: 2px Solid #ff8f15;
}

.Block-Box {
border: 1px Solid #dadadc;
border-radius: 2px;
padding: 65px 10px 65px 10px;
height: 300px;
}

.Box-Bg {
padding: 25px 10px;
}
.Box-Bg i {
width: 70px;
height: 70px;
display: inline-block;
line-height: 70px;
}

.block-Services:hover .Box-Bg i {
color: #ff8f15;
background: #efeff0;
width: 70px;
height: 70px;
display: inline-block;
line-height: 70px;
border-radius:2px;
}

.icon-back i{
background: #efeff0;
width: 70px;
height: 70px;
display: inline-block;
line-height: 70px;
border-radius:2px;
}


.Box-Bg h3 {
margin: 15px 0px 0px 0px;
}

/*   12 - Owl Slider               */


/*	Owl Twitter */

.Top-Twitter {
  text-align: center;
}

.Top-Twitter h2 {
  color: #ff8f15;
  font-family: 'Roboto Slab', serif;
  font-size: 21px;
  text-transform: uppercase;
  z-index: 1111111111;
  position: relative;
  margin-bottom: -20px;
  font-weight: 700;
}

.Bottom-Twitter h2 {
font-size: 20px;
color: #FFF;
font-family: 'Lato', sans-serif;
margin-top: 50px;
margin-bottom: 0px;
  font-style: italic;
}

.Bottom-Twitter h2 a{
font-size: 20px;
color: #FFF;
font-family: 'Lato', sans-serif;
text-decoration: underline;
}

#owl-twitter .owl-pagination {
display: none !important;
}

.owl-theme .owl-controls {
  margin-top: 15px;
  text-align: center;
  display: none !important;
}

#owl-twitter ..owl-buttons {
display: block !important;
}

.owl-theme .owl-controls .owl-buttons div {
background: none;
border: 1px SOlid #FFF;
width: 26px;
height: 26px;
padding: 0px;
border-radius: 2px;
color: #FFF;
line-height: 24px;
margin: 0px 2px;
opacity: 1 !important;
}

#owl-twitter .owl-buttons {
display: none;
}

.owl-theme .owl-controls .owl-buttons i {
color: #FFF;
}

/*	Owl Testimonials */

.Top-Testimonials {
margin-top: 30px;
text-align: center;
  display: none;
}


.Top-Testimonials i {
width: 70px;
height: 70px;
border: 2px Solid #ff8f15;
border-radius: 50%;
line-height: 70px;
color: #acacac;
font-size: 28px;
}

.Bottom-Testimonials {
margin: 30px 0px;
}

.Bottom-Testimonials p {
font-size: 18px;
color: #FFF;
font-style: italic;
font-family: 'Lato', sans-serif;
margin: 0px 100px;
line-height: 150%
}
.Bottom-Testimonials h2, .Bottom-Testimonials h3, .Bottom-Testimonials p
{
  font-family: 'Cairo', sans-serif;
}

.Bottom-Testimonials h3 {
font-size: 16px;
color: #ff8f15;
font-family: 'Roboto Slab', serif;
font-weight:700;
}

.Bottom-Testimonials span {
font-size: 13px;
color: #acacac;
font-style: italic;
font-family: 'Lato', sans-serif;
}

#owl-Testimonials .owl-buttons {
display: none;
}

#owl-Testimonials .owl-page span {
border-radius: 2px;
width: 14px;
border: none;
height: 7px;
background:#FFF;
padding: 0;
}

#owl-Testimonials .owl-page.active span {
border-radius: 2px;
width: 14px;
border: none;
height: 7px;
background:#ff8f15 !important;
padding: 0;
margin-bottom: 5px;
}

.owl-carousel {
display: none;
position: relative;
width: 100%;
float: left;
}

a.btn-bck {
background: #ff8f15;
border: 2px Solid #ff8f15;
padding: 6px 30px;
font-size: 17px;
color: #FFF;
border-radius: 3px;
text-align: center;
font-family: 'Lato', sans-serif;
margin-right: 5px;
}

a.btn-bck:hover {
border: 2px Solid #eb5e4c;
padding: 6px 30px;
color: #ff8f15;
border-radius: 3px;
text-align: center;
background: none;
}

a.btn-notback {
bottom: 20%;
position: absolute;
border: 2px Solid #eb5e4c;
padding: 6px 30px;
font-size: 17px;
color: #eb5e4c;
border-radius: 3px;
background: none;
text-align: center;
font-family: 'Lato', sans-serif;
background: none;
}

a.btn-notback:hover {
background: #eb5e4c;
border: 2px Solid #ff8f15;
padding: 6px 30px;
color: #FFF !important;
border-radius: 3px;
text-align: center;
}
.formInput2 input{
    margin-top: 2rem;
    background: #115f8b;
    color: #fff;
}
:lang(ara) .formInput2 input{
    float: right;
    margin-top: 2rem;
    background: #115f8b;
    color: #fff;
}

/*   17 - Footer                   */

#footer{
background:#032f4b;
}
:lang(ara) #footer h2, #footer p, #footer a{
     font-family: 'Cairo', sans-serif;
}

.Top-Block-Footer h2 {
color: #FFF;
font-size: 16px;
font-family: 'Roboto Slab', serif;
}


.Top-Block-Footer::after {
content: '';
background: #5c5c5c;
height: 2.3px;
width: 34px;
display: inline-block;
}

.About p {
color: #828282;
font-size: 13px;
font-family: 'Open Sans', sans-serif;
}

.Left-About {
  display: inline-block;
  width: 250px;
  float: left;
  margin-right: 15px;
}

.Right-About {
  display: inline-block;
  width: 50%;
}

.Right-About h2 {
  font-size: 18px;
  color: #838383;
}

.Right-About p {
  font-size: 12px;
  color: #777777;
  margin-bottom: 13px;
  line-height: 20px;
}
:lang(ara) .Right-About p, :lang(ara) .Right-About h2,:lang(ara) .Right-About a
{
  text-align: right;
  font-family: 'Cairo', sans-serif;
}

.Contact-Footer ul li {
list-style: none;
}

.Posts-link ul li {
  margin-bottom: 5px;
}


.Posts-link ul li i {
  color: #c1c1c1;
  margin-right: 10px;
}

.Posts-link ul li a {
  color: #c1c1c1;
  margin-right: 10px;
}


.Contact-Footer ul li i {
display: inline-block;
margin-right: 10px;
color: #c1c1c1;
font-size: 16px;
}

.Contact-Footer ul li p {
display: inline-block;
color: #828282;
font-size: 13px;
font-family: 'Open Sans', sans-serif;
}

.Twitter-Footer i {
color: #ff8f15;
font-size: 13px;
}

.Twitter-Footer a {
color: #ff8f15;
font-size: 13px;
font-family: 'Open Sans', sans-serif;
}

.Twitter-Footer h5 {
color: #828282;
font-size: 13px;
font-family: 'Open Sans', sans-serif;
line-height: 22px;
}

.Twitter-Footer p {
color: #a9a9ab;
font-size: 13px;
font-family: 'Open Sans', sans-serif;
}

.Post-f-img {
display: inline-block;
float: left;
}

.Post-f-img img {
border-radius: 2px;
display: inline-block;
}

.Post-f-title {
display: inline-block;
margin-left:15px;
}


.Post-f-title a h2{
color:#FFF;
font-size: 15px;
font-family: 'Lato', sans-serif;
margin-bottom: 10px;
margin-top: 0;
}

.Post-f-title a h2:hover{
color:#337ab7;
}


.Post-f-title p {
color: #a9a9ab;
font-size: 12px;
font-family: 'Open Sans', sans-serif;
}

.Post-f-title p span {
color: #ff8f15;
font-size: 12px;
font-family: 'Open Sans', sans-serif;
}

.Flickr-Img img {
border-radius: 2px;
margin-right: 2px;
margin-bottom: 7px;
display: inline-block;
}

.Flickr-Img a:hover img {
o-transform: scale(1.2);
-ms-transform: scale(1.2);
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(0.9);
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}


.See-More-Flickr a {
font-size: 11px;
margin: 5px 0px;
display: block;
font-family: 'Open Sans', sans-serif;
}

.tags a {
background: #191919;
padding: 7px;
border-radius: 2px;
display: inline-block;
margin-bottom: 10px;
color: #828282;
font-size: 12px;
margin-right: 3px;
font-family: 'Open Sans', sans-serif;
}

.tags a:hover {
background: #ff8f15;
color:#FFF !important;
}

.Social-Footer {
display: block;
margin-bottom: 10px;
float: left;
}

.Social-Footer li, .Social-Footer li a {
float: left;
list-style: none;
width: 29px;
height: 29px;
text-align: center;
line-height: 29px;
color:#FFF !important;
margin-right: 5px;
}

.Social-Footer li.facebook {
background: #5d82d1;
border-radius: 2px;
}

.Social-Footer li.twitter {
background: #40bff5;
border-radius: 2px;
}

.Social-Footer li.google {
background: #eb5e4c;
border-radius: 2px;
}

.Social-Footer li.vimeo {
background: #35c6ea;
border-radius: 2px;
}

.Social-Footer li.linkedin {
background: #238cc8;
border-radius: 2px;
}

.Social-Footer li.dribbble {
background: #f7659c;
border-radius: 2px;
}

.Social-Footer li.youtube {
background: #ef4e41;
border-radius: 2px;
}

.Join-Footer {
display: inline-block;
}

.Join-Footer {
display: inline-block;
background: #1c1c1c;
height: 29px;
width: 305px;
margin-left: 10px;
border-radius: 2px;
float: left;
}

.Join-Footer .txt-box {
background: none;
border: none;
color: #FFF;
width: 236px;
padding: 0px 10px;
line-height: 16px;
font-size: 12px;
font-family: 'Open Sans', sans-serif;
float: left;
height: 29px;
}


.Join-Footer .btnjoin {
display: inline-block;
float: right;
padding: 5px 15px;
border-radius: 0px 2px 2px 0px;
background: #ff8f15;
color: #FFF;
font-size: 12px;
font-family: 'Open Sans', sans-serif;
}

#Bottom-Footer {
background: #171717;
}

.Rights-Reserved {
height: 25px;
}

.Rights-Reserved h2 {
font-size: 13px;
color: #5c5c5c;
font-family: 'Open Sans', sans-serif;
margin: 0;
line-height: 25px;
}

.Rights-Reserved span {
color: #5c5c5c;
}

.Rights-Reserved  a span:hover{
color: #FFF;
}


.Link-Footer {
height: 25px;
}

.Link-Footer ul li {
display: inline-block;
margin-right: 20px;
}

.Link-Footer ul li a {
font-size: 13px;
color: #5c5c5c;
font-family: 'Open Sans', sans-serif;
margin: 0;
line-height: 25px;
}

.Link-Footer ul li a:hover {
color: #FFF;
}
:lang(ara) .Posts-link ul li i
{
	float:right;
}
:lang(ara) #footer
{
	text-align:right;
}
:lang(ara).Social-Footer
{
		float:right;

}
 
/*   19 - Page About               */

#Header-Pages {
/*background: url(../images/pages.png) top center;*/
    background: rgb(0, 109, 180);
    border: none;
}

.Color-w {
  display: block;
  width: 100%;
  position: absolute;
  height: 188px;
  background: rgb(0, 109, 180);
}


.Title-Pages h2 {
  font-size: 20px;
  color: #fff;
  margin: 0;
  font-family: 'Lato';
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.Catogry-Pages {
text-align: right;
}

.Catogry-Pages p {
color: #fff;
font-size: 13px;
font-family: 'Open Sans', sans-serif;
margin: 0;
line-height: 28px;
font-weight: 700;
}

.Catogry-Pages p a{
color: #fff;
}

.Text-About p {
font-size: 13px;
line-height: 21px;
font-family: 'Open Sans', sans-serif;
color:#828282;
margin: 0;
}

.form-input {
overflow: hidden;
margin: 0 0 20px 0;
width: 100%;
border-radius:2px;
}

.form-Bottom input {
width: 25%;
background: #ff8f15;
}
:lang(ara) input[type=text], :lang(ara) input[type=email], :lang(ara) input[type=subject], :lang(ara) textarea{text-align: right;}

.form-Bottom input:hover{
width: 25%;
background: #333333;
}


.form-textarea {
overflow: hidden;
margin: 0 0 20px 0;
width: 100%;
border-radius: 2px;
display: inline-block;
}

.Available-Vacancies .form-input {
margin-bottom: 10px;
}


.Contact-us .form-input {
width: 48%;
display: inline-block;
float: left;
}

.Contact-us .form-textarea textarea {
height: 200px;
}

.Contact-us .form-input:first-child {
margin-right: 30px;
}

input[type=text], input[type=password], input[type=email], textarea, input[type=file] {
display: inline-block;
float: left;
padding: 10px 15px;
width: 100%;
border: 0;
border: 1px solid #e2e2e2;
background: #fff;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
font-family: 'Open Sans', sans-serif;
border-radius: 2px;
}

select {
display: inline-block;
float: left;
padding: 10px 15px;
width: 100%;
border: 0;
color: #a9a9ab;
border: 1px solid #e2e2e2;
background: #fff;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
font-family: 'Open Sans', sans-serif;
border-radius: 2px;
}


.Contact-Form input[type=text], .Contact-Form input[type=password], .Contact-Form input[type=email], .Contact-Form textarea, .Contact-Form input[type=file] {
display: inline-block;
float: left;
padding: 10px 15px;
width: 100%;
border: 0;
border: 1px solid #e2e2e2;
background: #fff;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
font-family: 'Open Sans', sans-serif;
border-radius: 2px;
}

.btn-large {
background: #333333;
color: #FFF;
width: 100%;
border-radius: 2px;
padding: 10px;
font-weight: 700;
font-family: 'Open Sans', sans-serif;
}

.btn-large:hover {
background: #ff8f15;
color: #FFF;
width: 100%;
border-radius: 2px;
padding: 10px;
font-weight: 700;
font-family: 'Open Sans', sans-serif;
}

.contact-form textarea {
clear: both;
width: 100%;
height: 166px;
resize: none;
border-radius: 2px;
}

#Latest-News .col-md-8.Blog-Full {
margin: auto;
float: none;
}

/*   22 - Contact Page             */

#map_canvas {
width: 100%;
height: 100vh;
}

.Title-Contact {
margin-bottom:15px;
}

.Title-Contact h3 {
color: #333333;
font-family: 'Roboto Slab', serif;
font-size: 16px;
margin: 0;
font-weight:700;
}

.Contact-Info {
margin-bottom: 20px;
}

.Block-Contact i {
  display: inline-block;
  float: left;
  margin-right: 5px;
  color: #ff8f15;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  text-align: center;
  line-height: 28px;
  font-size: 15px;
}

.Block-Contact p {
  margin-left: 35px;
  font-size: 13px;
  color: #828282;
  line-height: 28px;
}

.Block-Contact span {
margin-left: 60px;
display: block;
font-size: 13px;
color: #ff8f15;
line-height: 22px;
margin-bottom: 5px;
}

.Block-Business i {
display: inline-block;
float: left;
margin-right: 30px;
background: #ff8f15;
color: #FFF;
width: 30px;
height: 30px;
border-radius: 2px;
text-align: center;
line-height: 28px;
font-size: 15px;
}

.Block-Business p {
margin-left: 60px;
font-size: 13px;
color: #828282;
line-height: 22px;
margin-bottom:0px;
}

#message {
  display: block;
  margin: 15px 0;
  padding: 13px;
  background: #ff8f15;
  color: #fff;
  text-align: center;
  width: 100%;
}




#to-top {
position: fixed;
right: 10px;
bottom: -100px;
z-index: 55;
overflow: auto;
padding: 12px 14px 14px;
font-size: 18px;
line-height: 10px;
cursor: pointer;
background-color: #ff8f15;
border-radius:3px;
color: #fff;
-moz-transition: all .7s ease-in-out;
-o-transition: all .7s ease-in-out;
-webkit-transition: all .7s ease-in-out;
transition: all .7s ease-in-out;
z-index: 1111;
}

.fa-hover > span {
display: block;
color: #222222;
line-height: 35px;
height: 35px;
padding-left: 10px;
border-radius: 4px;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
cursor: pointer;
}

.fa-hover > span i {
margin-right: 9px;
}

.fa-hover:hover > span {
background: #f5f5f5;
color: #333;
}

.fa-hover > span {
display: block;
color: #222222;
line-height: 35px;
height: 35px;
padding-left: 10px;
border-radius: 4px;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
cursor: pointer;
}

.block-Serv {
 position: relative;
overflow: hidden;
}

.block-Serv:hover .Top-Img img {
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}


.Top-Img {
position: relative;
overflow: hidden;
}

.Top-Img img {
width: 100%;
height: 100%;
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.Title-Serv {
  text-align: center;
  position: absolute;
  top: 28%;
  width: 100%;
}


.Title-Serv h2 {
font-size: 14px;
color: #333333;
font-family: 'Roboto Slab', serif;
font-weight:700;

}
 
.Title-Serv p {
font-size: 13px;
color: #828282;
font-family: 'Open Sans', sans-serif;
margin: 0px 0 15px;
}


.Hover-Serv {
position: absolute;
top: 0;
background: rgba(255, 255, 255, 0.9);
width: 100%;
height: 100%;
border-radius: 2px 2px 0px 0px;
display:none;
}

.Hover-Serv ul {
display: inline-block;
position: absolute;
bottom: 15px;
left:15px;
margin:0;
}


.Hover-Serv ul li {
display: inline-block;
width: 35px;
height: 35px;
border: 1px SOlid #FFF;
text-align: center;
line-height: 35px;
border-radius: 2px;
margin-right: 5px;
}

.Hover-Serv ul li a{
color:#FFF;
}

.Hover-Serv .Title-Team p {
color: #FFF;
}

.Hover-Serv .Contact-Team p {
color: #FFF;
}

.Hover-Serv .Contact-Team p  span{
color: #333333;
}

.projectItem-hover {
  position: absolute;
  top: 0;
  padding: 15px;
  width: 100%;
  text-align: center;
  background: rgba(237, 29, 35, 0.7);
  height: 100%;
  display: none;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
}

.Top-ProjectItem {
  margin-top: 10px;
  margin-left: 10px;
}

.Top-ProjectItem h2 {
  font-size: 16px;
  color: #FFF;
  margin: 0px;
  font-family: 'Roboto Slab', serif;
}

.Top-ProjectItem p {
  font-size: 12px;
  color: #FFF;
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 10px;
}

.Bootom-ProjectItem {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  width: 100%;
  right: 0;
  text-align: center;
  top: 45%;
}

.portfolio-link, .portfolio-zoom, .portfolio-like {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  background-color: #333333;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  color: #FFF;
}


.portfolio-link i, .portfolio-zoom i, .portfolio-like i {
  color: #FFF;
}

.projectItem {
  overflow: hidden;
  position: relative;
}


.pagination span {
  background: #000;
  margin: 5px;
  padding: 10px;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  display: inline-block;
  color: #FFF;
  line-height: 10px;
  text-align: center;
}

.Block-Div {
  width: 100%;
  height: 170px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.Block-Div i {
  font-size: 32px;
  line-height: 3;
  color: rgb(129, 129, 129);
}


/*  Jobs */



.TopTAbBlockCo h1 {
float: left;
display: block;
font-size: 17px;
color: #FFF;
line-height: 18px;
font-weight: 700;
margin: 0px;
font-family: 'Lato', sans-serif;
text-transform: uppercase;
width: 25%;
text-align: center;
}

.TopTAbBlockCo h3 {
float: left;
display: block;
font-size: 17px;
color: #FFF;
line-height: 18px;
font-weight: 700;
margin: 0px;
font-family: 'Lato', sans-serif;
text-transform: uppercase;
width: 18%;
}



.BottomAllJob.JobOne {
float: left;
display: block;
width: 100%;
position: relative;
padding: 20px 40px;
border-radius: 3px;
border: 1px Solid #d2d2d2;
margin-top: 15px;
}


.RightOneAll {
float: left;
display: block;
font-size: 17px;
line-height: 18px;
font-weight: 700;
margin: 0px;
font-family: 'Lato', sans-serif;
text-transform: uppercase;
width: 18%;
}

.RightOneAll h2 {
font-size: 17px;
color: #ed1c24;
font-weight: 700;
font-family: 'Lato', sans-serif;
}


.ReAllJob {
float: left;
display: block;
margin: 0px;
width: 28%;
margin-right: 25px;
}


.ReAllJob p {
color: #8f8f8f;
font-size: 12px;
line-height: 18px;
font-weight: 400;
font-family: 'Open Sans', sans-serif;
}


.TeAllJob {
float: left;
display: block;
margin: 0px;
width: 28%;
margin-right: 25px;
}


.TeAllJob p {
color: #8f8f8f;
font-size: 12px;
line-height: 18px;
font-weight: 400;
font-family: 'Open Sans', sans-serif;
}

.leftOneAll {
float: left;
display: block;
font-size: 17px;
line-height: 18px;
font-weight: 700;
margin: 0px;
font-family: 'Lato', sans-serif;
text-transform: uppercase;
width: 18%;
text-align: center;
}

.leftOneAll h2 {
margin: 0;
}


.leftOneAll h2 a {
padding: 20px 40px;
background: #333333;
border-radius: 3px;
font-size: 15px;
color: #FFF;
margin: 0;
display: inline-block;
width: 100%;
}

.leftOneAll h2 a:hover {
background: #ed1c24;
}

.RightUderBlockTopFR a
{
 margin-right:30px; 
}

.col-md-2.field:last-child {
  margin-top: 160px;
}
.col-md-2.field:first-child {
  margin-top: 160px;
}

.col-md-2.field:nth-child(3) {
  margin-top: 40px;
}
.col-md-2.field:nth-child(2) {
  margin-top: 80px;
}
.col-md-2.field:nth-child(4) {
  margin-top: 40px;
}
.col-md-2.field:nth-child(5) {
  margin-top: 80px;
}
.col-md-2.field:nth-child(6) {
  margin-top: 160px;
}

.col-md-2.field:nth-child(1) .Block-Div {
	background:url(../images/Bg-servis.png) no-repeat top;
}
	
.col-md-2.field:nth-child(1) .Title-Serv h2 {
      color: #F58220;
}	

.col-md-2.field:nth-child(1) .Title-Serv p {
      color: #FFF;
}	

.col-md-2.field:nth-child(2) .Block-Div {
	background:url(../images/Bg-servis.png) no-repeat top;
}
	
.col-md-2.field:nth-child(2) .Title-Serv h2 {
      color: #F58220;
}	

.col-md-2.field:nth-child(2) .Title-Serv p {
      color: #FFF;
}

.col-md-2.field:nth-child(3) .Block-Div {
	background:url(../images/Bg-servis.png) no-repeat top;
}
	
.col-md-2.field:nth-child(3) .Title-Serv h2 {
      color: #F58220;
}	

.col-md-2.field:nth-child(3) .Title-Serv p {
      color: #FFF;
}	

.col-md-2.field:nth-child(4) .Block-Div {
	background:url(../images/Bg-servis.png) no-repeat top;
}
	
.col-md-2.field:nth-child(4) .Title-Serv h2 {
      color: #F58220;
}	

.col-md-2.field:nth-child(4) .Title-Serv p {
      color: #FFF;
}	

.col-md-2.field:nth-child(5) .Block-Div {
	background:url(../images/Bg-servis.png) no-repeat top;
}
	
.col-md-2.field:nth-child(5) .Title-Serv h2 {
      color: #F58220;
}	

.col-md-2.field:nth-child(5) .Title-Serv p {
      color: #FFF;
}	

.col-md-2.field:nth-child(6) .Block-Div {
	background:url(../images/Bg-servis.png) no-repeat top;
}
	
.col-md-2.field:nth-child(6) .Title-Serv h2 {
      color: #F58220;
}	

.col-md-2.field:nth-child(6) .Title-Serv p {
      color: #FFF;
}	

.Spical {
  background:url(../images/Bg-servis2.png) no-repeat top;
  display: inline-block;
  width: 100%;
  height: 170px;
}

.Spical h3 {
  font-size: 19px;
  margin-top: 75px;
  color: #333;
}

.tap-inner:first-child {
	display:block;
	
}

.tap-inner p {
  padding: 2px 15px;
}
:lang(ara) .tap-inner p {
  text-align:right;
}

.Navbar-Header-sticky {
  background: #FFF;
  margin: 0;
  border-radius: 0;
  padding: 2rem!important;
}

.collapse.pull-right.navbar-collapse {
  margin-bottom: -1px;
  border-radius: 5px 5px 0px 0px;
}

.Menu-Header {
  float: left;
}

.Menu-Header ul li a {
  padding: 0px 15px;
  line-height: 3;
  color: #212121;
}



.collapse.pull-right.navbar-collapse li a:hover{
  background: -webkit-linear-gradient(90deg, #ef4f53  10%, #ed767b 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #ef4f53  10%, #ed767b 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #ef4f53  10%, #ed767b 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #ef4f53  10%, #ed767b 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #ef4f53  10%, #ed767b 90%); /* W3C */
      border-radius: 15px;
}

.collapse.pull-right.navbar-collapse li:hover .Menu-Header ul li a{
  color: #FFF;
}

.Menu-Header ul li a:hover {
  color: #FFF;
  border-top: 0px Solid #ff8f15;
  background: none;
}

.Block-Search input {
  position: relative;
  z-index: 11111111;
  padding: 18px;
  border: none;
  width: 100%;
  height: 83%;
  font-size: 22px;
}

.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    top: 43px;
    min-width: 190px;
    background-color: #FFF;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 2px solid #adcfe5 !important;
}


.navbar .dropdown-menu li a{
  padding: 0;
  line-height: 0px;
  height: auto !important;
  color: #212121;
  border-bottom: 1px SOlid #dadadc;
  background: #FFF !important;
  border-radius: 0px !important;
}

.js-activated.current {
  background: -webkit-linear-gradient(90deg, #ef4f53  10%, #ed767b 90%) !important; /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #ef4f53  10%, #ed767b 90%) !important; /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #ef4f53  10%, #ed767b 90%) !important; /* IE10 */
  background:      -o-linear-gradient(90deg, #ef4f53  10%, #ed767b 90%) !important; /* Opera 11.10+ */
  background:         linear-gradient(90deg, #ef4f53  10%, #ed767b 90%) !important; /* W3C */
  color: #FFF;
  border-radius: 15px;
}

li.open .js-activated {
border-top: 0px solid #ff8f15 !important;
color: #FFF !important;
  background: -webkit-linear-gradient(120deg, #ef4f53  10%, #ed767b 90%) !important; /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(120deg, #ef4f53  10%, #ed767b 90%) !important; /* FF3.6+ */
  background:     -ms-linear-gradient(120deg, #ef4f53  10%, #ed767b 90%) !important; /* IE10 */
  background:      -o-linear-gradient(120deg, #ef4f53  10%, #ed767b 90%) !important; /* Opera 11.10+ */
  background:         linear-gradient(120deg, #ef4f53  10%, #ed767b 90%) !important; /* W3C */
margin: auto;
border-radius: 15px;
}


#desc1.main1 {
  display: block !important;
}
#desc2.main2 {
  display: block !important;
}
#desc3.main3 {
  display: block !important;
}
#desc4.main4 {
  display: block !important;
}
#desc5.main5 {
  display: block !important;
}
#desc6.main6 {
  display: block !important;
}

.flashMessage{
    text-align: center;
    padding: 20PX;
    color: green;
}
.projectItem img
{
     height: 250px;
}
.pagination {
   
    width: 100%;
    text-align: center;
}

#contact {
    background-image: url(../images/parallax/truck-1030846_1280.jpg) !important;
    position: relative;
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    color: #d9d9d9;
}
:lang(ara) #contact
{
	text-align:right;
}
:lang(ara) #contact ul li i
{
	float: right;
    margin-left: 20px;
} 
.over{
  background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-repeat: repeat-x repeat-y;
    overflow: auto;
    opacity: 1;
}
.contact-form, .heding-wrapper {padding: 1rem;}
#contact .contact-form input:not(.submit), .contact-form textarea {
    width: 100%;
    border: 2px solid #eef2f6 !important;
    color: #5a636b !important;
    background: none;
    margin-bottom: 15px;
    padding-left: 20px;
    -webkit-transition: .2s;
    transition: .2s;
}
.contact-form input.submit{background-color: #eb5e4c;}
:lang(ara) .contact-form input.submit{float: right; margin-bottom: .5rem; font-family: 'Cairo', sans-serif;} 
#contact ul li {margin-bottom: 2rem;}
#contact ul li p{
    display: inline-block;
    margin-left: 1rem;
    vertical-align: middle;
    font-weight: bold;
}
:lang(ara) #contact h2, #contact p{font-family: 'Cairo', sans-serif;}
#contact ul li i{font-size: 30px;color: #eb5e4c;}
  .spliter {
    display: inline-block;
    height: 6px;
    border-radius: 10px;
    width: 72px;
    clear: both;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: #eb5e4c
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 4px solid #ee6e73;
}

.sticky img{margin-top: 0rem;}
a.foot-sky{color: #eb5e4c;}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  height: 50px;
  width: 50px;
  z-index: 99;
  font-size: 18px;
  outline: none;
  background-color: #fff;
  color: #1c1b1b;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #0070b9;
}
#myBtn:hover {
  border: 2px solid #ed6f74;
}
.Block-Box{margin-bottom: 1rem;}


.orderStatuses input, .orderStatuses select{
      border: 0;
      border: 1px solid #d0e6f4;
     margin-bottom: 2rem;
     border-radius: 0px; 
     -webkit-box-shadow: 0; 
     box-shadow:none; 
}

.About-Curses ul.nav-tabs{margin-top: 6rem}
.About-Curses ul.nav-tabs li{float: left;min-width: 200px;}
.test-class a{color: #333;}
.test-class.active a{color: #fff!important;background-color: #5bc0de!important;margin:0!important; border:none!important;}
h2.Title-t{text-align: center;}
.card-box .input_fields_wrap{display: inline-block;}


.tab-pane .input label strong{
    margin-left: 2rem;
    color: #ff0000;
    font-size: 11px;
    font-weight: 100;
}
:lang(ara).tab-pane .input label strong{
   margin-right: 2rem;
    float: left;
}

:lang(ara).tab-content .input{text-align: right;}

:lang(ara) .About-Curses{text-align: right;}
.About-Curses.condition h3{
    font-size: 15px;
    border-bottom: 1px solid #ee6e73;
    line-height: 2;
    color: #036cb0;
}
:lang(ara) .About-Curses.condition h3{font-size: 15px;font-family: 'Cairo', sans-serif;}

.wizard-navigation{display: none;}