﻿/*
	Canvas by TEMPLATE STOCK
	templatestock.co @templatestock
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/


 /*!
 * nav
 * Header
 * about
 * how it works
 * resposive
 * advnt
 * contact

 */

html,


body{
    width: 100%;
    height: 100%;
    font-size:14px;
}



:lang(fr){
	
	font-family: 'CooperHewitt-Bold', sans-serif;
	font-family: 'CooperHewitt-Medium', sans-serif;
	font-family: 'CooperHewitt-Book', sans-serif;
	font-family: 'CooperHewitt-Light', sans-serif;
}

:lang(ar){
	
	 
	font-family: "Almarai-Bold"; 
	font-family: "Almarai-ExtraBold";
	font-family: "Almarai-Light";
	font-family: "Almarai-Regular";
}
a {
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
     -moz-transition: all 0.35s ease 0s;
}
#loading {
    background-image: url("../img/preloader.svg");
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}
#preloader {
    background: rgba(255, 255, 255, 1);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
.parallax {
  background-attachment: fixed !important;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.headding
{
    text-align:center;
}
.headding p {
    margin-bottom: 30px;
    padding: 20px 100px;
}
.headding h1 {
    font-size: 42px !important;	
}
.headding h2{
    margin-bottom:20px;
    position:relative;
	font-family: 'CooperHewitt-Bold';
}
.rtl .headding h2 {
    font-family: 'Almarai-Bold';
}
#partenaires .headding h2 {
    color: #fff;
}
.headding h2 span
{
    color:#000;
}

.headding h2::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: relative;
    top: 41px;
    width: 200px;
    margin: auto;
    display: block;
    text-align: center;
}
#partenaires .headding h2::before {
    background: #fff none repeat scroll 0 0;
}
body.rtl .headding h2::before {
    width: 60px;
}
.iconfont {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 47%;
    box-shadow: 6px 2px 5px #eee;
    color: #ff4c00;
    float: right;
    font-size: 28px;
    height: 55px;
    margin-top: 45px;
    padding: 12px;
    text-align: center;
    width: 55px;
}
body.rtl .iconfont{
    box-shadow: -6px 2px 5px #eee;
}
body.rtl .iconfont2{
    box-shadow: 6px 2px 5px #eee;
}
.iconfont2 {
   background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 47%;
    box-shadow: -6px 2px 5px #eee;
    color: #ff4c00;
    float: left;
    font-size: 28px;
    height: 55px;
    margin-top: 92px;
    padding: 12px;
    text-align: center;
    width: 55px;
}
.textright
{
    text-align:right;
    margin-top: 35px;
    margin-bottom: 35px;
}
body.rtl .textleft
{
    text-align:right;

}
body.rtl .textright
{
    text-align:left;

}
.textleft
{
    text-align:left;
    margin-top:85px;
}
.textcenter
{
    text-align:center;
}

.angle2::before {
    border-top: 52px solid #019448;
    left: 0;
}
body.rtl .angle2::before {
    border-top: 52px solid #019448;
    left: 0;
	z-index: 5;
}
.angle2::before{
    top: 0;
    content: "";
    height: 0;
    position: absolute;
    width: 100%;
    z-index: 4;
}
    #owl-demo .item{
        margin: 3px;
    }
    #owl-demo .item img{
        display: block;
        width: 100%;
        height: auto;
    }
a {
    color: #ff4c00;
    text-decoration: none;
}
a:hover {
    color: #ddd;
    text-decoration: none;
}

/*-------- nav css --------------*/

.navbar-brand > img {
    height: 42px;
	margin-top: 5px;
    transition: all 0.35s ease 0s; 
    -webkit-transition: all 0.35s ease 0s;
     -moz-transition: all 0.35s ease 0s;
}
.navbar-brand {
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    padding: 0;
}
.navbar-default {
    background-color: rgba(0, 0, 0, .4);
    border: medium none;
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
     -moz-transition: all 0.35s ease 0s;
}
nav.affix .lang span {
	opacity:0;
   transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
     -moz-transition: all 0.35s ease 0s;
}
nav.affix {
    background: rgba(0, 0, 0, 1);
    padding:0px 0;
}
nav.affix img {
    height: 38px;
    margin-top: 5px;
   transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
     -moz-transition: all 0.35s ease 0s;
}
nav.affix-top {
   padding: 0px 0;
}
.navbar-default {
   font-family: 'CooperHewitt-Book' sans-serif;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size:16px;
    text-align:center;
    border-radius: 5px;    
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;   
       border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
    color: #fff;
}


.navbar-default .navbar-nav > .active .yzd {
    background-color: #fff;
    height: 5px;
    display: block;
	opacity: 1 !important;
		    width: 100%;
    margin: -5px auto 0;

}
.navbar-default .navbar-nav  > li > a:hover + .yzd  {
    background-color: #fff;
    height: 5px;
    display: block;
    opacity: 0.3;
    transition: opacity 2s;
    width: 100%;
    margin: -5px auto 0;

}
@media (min-width: 320px) and (max-width: 680px){
.navbar-default .navbar-nav > .active .yzd {
		    width: 18%;

}
.navbar-default .navbar-nav  > li > a:hover + .yzd  {
    width: 18%;

}

.collapse.in {
    display: block !important;
    background: #000000;
    position: relative;
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
}

	
}


/*-------- header css --------------*/

header {
    background:url("../img/bg_slilder.jpg") center no-repeat ;
    background-attachment:fixed;
    background-size:cover;
    height: 640px;
    color: #fff;
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
     -moz-transition: all 0.35s ease 0s;
overflow:hidden;	 
}
header .header-content {
   margin-top: 150px;
	display: flex;
	margin-bottom: 30px;
}
header .header-content .slideInLeft {
   text-align: center;
}
.header-content img {
    width: 250px;
      z-index: 999;
      position:relative;
}
.header-content h2 {
    font-size: 50px;
	text-align: center;
    margin-bottom: 20px;
	font-family: 'CooperHewitt-Medium';
	color: #feff03;
}
.header-content h3 {
	text-align: right;
    margin-bottom: 20px;
	font-size: 60px;
    color: #019448;
	font-family: 'CooperHewitt-Medium', sans-serif ;
}
.rtl .header-content h3 {
    font-weight: 800;
}

.header-content p {
	text-align: center;
    color: #ddd;
    font-size: 16px;
    margin-bottom: 28px;
	padding: 10px 190px;
}
.rtl .header-content p {
    font-family: "Almarai-Regular";
}
.carrC{
	    display: flex;
    justify-content: space-evenly;
}
	.carrC h3 {
    font-family: 'CooperHewitt-Bold', sans-serif;

}
.carr{
	    border-top: 7px solid #feff03;
    height: 130px;
    width: 26%;
    display: flex;
    padding: 0;
    border-radius: 6px 6px 0px 0px;
    background: linear-gradient(180deg, #000000a6 0%, #00a95c00 100%);
}
.header-content .btn-ornge {
    background: #ff4c00 none repeat scroll 0 0;
    border: medium none;
    border-radius: 20px;
    font-weight:bold;
    padding-top:0;
    padding-bottom:0;
    padding-right:0;
    padding-left:28px;
    position:relative;    
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
     -moz-transition: all .5s ease-in-out 0s;
}
.btn-ornge span {
    position: relative;
}
.header-content .btn-ornge:hover {
    background: #fff none repeat scroll 0 0;
    color:#ff4c00;   
}
.btn-ornge .fa-cloud-download {
    background: #fff none repeat scroll 0 0;
    border-radius: 20px;
    color: #000;
    margin-left: 13px;
    margin-right: -24px;
    padding: 22px;
    position: relative;
    z-index: 99;
}
.btn-ornge .hbtn {  
    border-radius: 20px;
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 0;
     transition: all .3s ease 0s;
    -webkit-transition: all .3s easen 0s;
     -moz-transition: all .3s ease 0s;
}
.btn-ornge:hover .hbtn {
    background: #fff none repeat scroll 0 0;   
    width: 100%;    
}

/*-------- presentation css --------------*/
#presentation {
	background-color: #E2E1E1;
    background-size:10%;
    position:relative;
    padding: 200px 0 100px;
    width: 100%;   
	overflow:hidden;
}
#presentation::before {
    background:rgba(255, 255, 255, 0.5);
    content:"";
    height: 10%;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
#presentation h1 {
	font-family: 'CooperHewitt-Bold';
	text-align: center;
}
#presentation h1 span 
{
    color:#019448;
	font-family: 'CooperHewitt-Bold';
}
.rtl #presentation h1 span {
    color: #019448;
    font-family: "Almarai-Bold";
}
#presentation p {
	text-align: justify;
}
#presentation > .container > .row{
	    display: flex;
    justify-content: center;
	padding-top: 50px;
	    flex-wrap: wrap;

}
#presentation > .container > .row.Pimg{
	    display: block;
    justify-content: center;
	padding-top: 50px;
}
@media (min-width: 320px) and (max-width: 680px){
	#presentation h1 {
    font-size: 32px !important ;
	}
	.header-content h3 {
	font-size: 50px !important;
}
	#presentation > .container > .row.Pimg > div {
    padding-bottom: 25px;
		text-align: center;
}
	#services > .container > .row.Pimg > div {
    padding-bottom: 25px;
		text-align: center;
}
	

}
@media (min-width: 320px) and (max-width: 766px){
	.ltr #presentation h1 {
    font-size: 25px !important ;
	}
	.ltr #presentation {
    padding: 40px 0 100px;
}
.navbar-default {
    background-color: #000000;
}
}
.rtl .header-content h2 {
    font-size: 60px;
    font-family: "Almarai-Regular";
    color: #ffff00;
}
@media (min-width: 768px){
	#presentation .row.Pimg{
		width: 564px;
	margin: auto;
	}
	#presentation h1 {
    font-size: 28px !important ;
}
	.ltr #presentation h1 {
    font-size: 26px !important;
}
	#presentation {
    padding-top: 50px;
}
	.header-content h3 {
	font-size: 70px ;
}
}
@media (min-width: 992px){
	#presentation .row.Pimg{
		width: 730px;
	margin: auto;
	}
	.ltr #presentation h1 {
    font-size: 35px !important;
}
	#presentation h1 {
    font-size: 37px !important;
}
	#presentation {
    padding-top: 50px;
}
}
@media (min-width: 1200px){
#presentation .row.Pimg{
		width: 880px ;
	margin: auto;
	}
	#presentation h1 {
    font-size: 35px !important;
}
	.header-content h2 {
	font-size: 50px ;
}
}
/*#presentation > .container > .row.Pimg > div{
	overflow: hidden;
	margin: auto;
	display: flex;
	justify-content: center;
}*/
#presentation > .container > .row.Pimg img{
	text-align: center;
	width: 100%;
	box-shadow: 0px 0px 5px 0px rgb(161 163 164);
    border-radius: 5px;
	
}
#services > .container > .row.Pimg img{
	text-align: center;
	width: 100%;
	box-shadow: 0px 0px 5px 0px rgb(161 163 164);
    border-radius: 5px;
	
}

/*-------- services css --------------*/
.secHeader{
    background: url(../img/bg_slilder-1.jpg);
    background-attachment: fixed;
    background-size: cover;
    height: auto;
    color: #fff;
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    overflow: hidden;
}
section.header-overlay .overlay {
  background: rgba(0,0,0, 0.9);
}

#services {
     width: 100%; 
	height: auto;
	z-index: auto;
}
#services::before {
    /*background:rgba(255, 255, 255, 0.5);*/
    content:"";
    height: 10%;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#services h1 span 
{
    color:#ff4c00;
}
/*-------- partenaires --------------*/
#partenaires {
    padding: 40px 0 0;
    width: 100%;
    position: relative;
    background: #019448 none repeat scroll 0 0;
    overflow: hidden;
}
#partenaires .slick-prev:before, #partenaires .slick-next:before {
    color: rgba( 0, 0, 0, 0.6);
}


/*---------- lightbox  ------------*/
#services .row .row, .column{
	z-index: 99;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
	text-align: center;

}
#services .span12 .row .column img {
  width: 100%;
	
}
#services .span12 .row .column img.demo {
    width: 100%;
	margin: 0;
}

#services .headding h2 {
    margin-bottom: 140px;
}
/* The Modal (background) --------------------------------------------------------------------*/

.modal {
  display: none;
  position: fixed;
  z-index: 1031;
  padding-top: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
 color: white;
    position: absolute;
    top: 20px;
    right: 66px;
    font-size: 35px;
    font-weight: bold;
    padding: 0;
    z-index: 1;
	opacity: 0.6;
	text-shadow: 0 1px 0px #000;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.ltr .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.rtl .next {
    left: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}
.cursor {
  cursor: pointer;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*---------- lightbox end ------------*/
/*-------- contact --------------*/
.conHeader{
    background: url(../img/bg_slilder-2.jpeg);
    background-attachment: fixed;
    background-size: cover;
    height: auto;
    color: #fff;
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    overflow: hidden;
}
#contact {
    color: #fff;
    padding: 60px 0 0px;
    position: relative;
    width: 100%;
}
#contact .btn-block {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid;
    border-radius: 3px;
    display: block;
	margin-bottom: 50px;
    width: 150px;
     transition: all .3s ease 0s;
    -webkit-transition: all .3s easen 0s;
     -moz-transition: all .3s ease 0s;
}

#contact .btn-block:hover {
    background: orangered none repeat scroll 0 0;
     border: 1px solid #666;
     color:#fff;
      transition: all .3s ease 0s;
    -webkit-transition: all .3s easen 0s;
     -moz-transition: all .3s ease 0s;
}
#contact .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #666;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 57px;
    line-height: 1.42857;
    padding: 10px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
#contact .headding h2 span {
    color: #fff;
}
#contact .map
{
height:272px;
}
#contact a {
    color: #008747;
    text-decoration: none;
}
/*-------- footer --------------*/
#footer {
    color: #fff;
    padding: 60px 0 120px;
    position: relative;
    width: 100%;  
    text-align: center;
}
#footer .social-links {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 35px 0;
  
}
#footer .social-links li {
    display: inline-block;
    margin: 5px;
}
#footer .social-links a {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 35px;
    text-align: center;
    width: 36px;
}
#footer .social-links a:hover {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.8);
}

/*-------- Advantage --------------*/
.advntage
{
     padding: 120px 0 ;  
     width: 100%;   
     position:relative;
}
.advnt-wrapper .advnt-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #ededed #ededed #ededed;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    font-weight: normal;
    line-height: 0;
    margin: 0;
    padding: 1.3em 1em;
    text-align: center;
    -webket-box-shadow: 0 -2px 2px #F5F5F5;
     -moz-box-shadow: 0 -2px 2px #F5F5F5;
	box-shadow: 0 -2px 2px #F5F5F5;
}
.advnt-wrapper .value-box {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #434343;
    cursor: default;
    height: 270px;
    line-height: 200px;
    text-align: center;
	border-radius: 5px;
}
.advnt-wrapper .value-box .value-box-content {
    display: flex;
	flex-direction: column;
	height: 100%;
    line-height: 1;
    vertical-align: bottom;
	
}
.advnt-wrapper .value-box .value-box-content span{
	margin: 20px auto;
}
.advnt-wrapper .value-box .value-box-content > p{
	font-size: 16px;
	margin: 0 10px;
	    text-align: justify;
	line-height: 21px;
	font-weight: 300;
}
.ltr .advnt-wrapper .value-box .value-box-content > p {
    font-size: 14px;
    margin: 0 10px;
    text-align: justify;
    line-height: 15px;
}
@media (min-width: 768px){
	.ltr .advnt-wrapper .value-box .value-box-content > p {
    font-size: 13px;
    line-height: 16px;
	}
	.rtl .advnt-wrapper .value-box .value-box-content > p {
    font-size: 13px;
    line-height: 14px;
}
}
@media (min-width: 768px) and (max-width: 991px){
	.ltr .advnt-wrapper .value-box .value-box-content > p {
    font-size: 12px;
    line-height: 12px;
	}

}

@media (min-width: 992px) {

	.rtl .advnt-wrapper .value-box .value-box-content > p {
    font-size: 15px ;
    line-height: 21px ;
}
}
.advnt-wrapper .value-box .value {
    display: inline-block;
    font-size: 60px;
    line-height: 38px;
    position: relative;
    vertical-align: top;
}
.advnt-wrapper .value-box .meta {
    background: #ddd none repeat scroll 0 0;
    border-radius: 0;
    color: #afdcd3;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: auto;
    letter-spacing: 1px;
    line-height: 1em;
    margin: 50px auto 0;
    padding: 0.8em 0.5em;
    text-transform: uppercase;
}

.advnt-wrapper .advnt .content-box { 
    border-color: #ededed;
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
    color: #6e6e6e;
    padding: 15px 30px;
}
.advnt-wrapper .advnt .content-box ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.advnt-wrapper .advnt .content-box ul li {
    border-bottom: 1px solid #ededed;
    color: #2b2f34;
    line-height: 1em;
    padding: 18px 0;
    text-align: center;
}
.advnt-wrapper .advnt .sign-box {   
    border-color: #ededed #ededed #ededed;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    padding: 10px 10px 25px;
    text-align: center;
    box-shadow: 0 2px 2px #ddd;
    -webket-box-shadow: 0 2px 2px #ddd;
     -moz-box-shadow: 0 2px 2px #ddd;
}
.sign-box a {
    border: 1px solid;
    border-radius: 3px;
    color: #ff4c00;
    padding: 10px 0;
    text-decoration: none;
    position:relative;
}
.sign-box a::after {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 110px;
    z-index: -1;
}
.sign-box a:hover::after {
    background: #ff4c00 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    color:#fff;
    transition: all 0.3s ease 0s;
    width: 110px;
    z-index: -1;
}
.sign-box a span
{
    position:relative;
    z-index:999;
    padding: 10px 30px;
    width:100%;
}
.sign-box a span:hover
{
    color:#fff;
}

.advnt-wrapper .value-box .month {
    background: #ff4c00 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: auto;
    letter-spacing: 1px;
    line-height: 1em;
    margin: 50px auto 0;
    padding: 0.8em 0.5em;
    text-transform: uppercase;
}
.standard .value-box {
    background: #FFC440 none repeat scroll 0 0;
    position: relative;
}
.standard .value-box::before {
    color: #ddd;
    font-size: 34px;
    font-style: normal;
    left: 50%;
    line-height: normal;
    margin-left: -17px;
    position: absolute;
    top: 25px;
    z-index: 1;
}
#services .row .row {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
}
#services .span12 .row {
  justify-content: space-evenly ;

}
#services .span12 .modal-content .row{
	background-color: #000;

}


@media (min-width: 320px) and (max-width: 766px){
	#services .span12 .row {
  justify-content: space-evenly !important;

}
	#services .span12 .row .column img {
	width: auto;
    margin: 10px;
}
	#services .headding h2 {
    margin-bottom: 80px;
}
.ltr #services .row .row, .rtl #services .row .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.span12 .modal-content .column {
    float: left;
    width: 22%;
    padding: 0;
    margin: auto;
}

}

/*-----@media------*/


#services .row .row .col-md-2{
	padding-left: 5px;
	padding-right: 5px;
}
.advnt-wrapper {
    margin-bottom: 50px;
}
.card {
     position: relative;
     display: inline-block ;
     background-color: #fff;
     background-clip: border-box;
     border: 1px solid #d2d2dc;
     border-radius: 11px;
     -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
     -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
     box-shadow: 0px 0px 5px 0px rgb(161, 163, 164)
 }

 .card .card-body {
     padding: 1rem 1rem
 }

 .card-body {
     flex: 1 1 auto;
     padding: 1.25rem
 }

 .logo {
     height: 100%;
	 width: 100%;
 }

 .items {
     width: 90%;
     margin: 0px auto;
     margin-top: 50px;

 }
#partenaires .slick-prev {
    left: -40px;
}
#partenaires .slick-next {
    right: -40px;
}
 .slick-slide {
     margin: 10px
 }
[dir='rtl'] .slick-next {
    right: auto !important;
    left: -25px;
}
/*-------- popup css --------------*/
.imageF {
		border-radius: 0;
		border: 0;
		display: inline-block;
		position: relative;
	}
.imageF.left, .imageF.right {
			max-width: 100%;
		}
.imageF.left {
			float: left;
		}
.imageF.right {
			float: right;
		}
.imageF.fit {
			display: block;
			margin: 0;
			width: 100%;
		}
.imageF.main {
			display: block;
			margin: 0;
			width: 100%;
		}
a.imageF {
		overflow: hidden;
		width:100%;
	}

.imghover
{
    position:relative;
}
.hover-bg {
    content: "";
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 100%;
}
.hover-bg:hover {
    background: rgba(34, 34, 34, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    opacity: 1;
}
.hover-bg:hover .camera {
    color: #fff;
    font-size: 50px;
    padding: 70% 0 0;
	transition: all 0.3s ease 0s;
}
.hover-bg:hover.camera::before {
    color: #fff;
    font-size: 50px;
    padding: 70% 0 0;
	transition: all 0.3s ease 0s;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
.hover-bg:hover .camera::after {
    color: #fff;
    font-size: 50px;
    padding: 70% 0 0;
	transition: all 0.3s ease 0s;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

/*-------- resposive css --------------*/

@media (min-width:320px) and (max-width:680px) 
{
	#partenaires .slick-prev {
    left: -20px;
}
#partenaires .slick-next {
    right: -20px;
}
    header {  
    height: 560px;
}
 header .header-content {
    margin-top: 80px;
    text-align: center;
    height:auto;
	margin-bottom: 0px;
}
.header-content h3 {
    color: #019448;
    font-size: 15px;
    margin-bottom: 8px;
}
.header-content p {
	 font-family: 'CooperHewitt-Book', sans-serif;
    color: #ddd;
    font-size: 14px;
    margin-bottom: 28px;
	padding: 10px 30px;
}
	.carr {
    height: auto;
		width: 28%;
}
	.carrC h3 {
    font-size: 20px;
    font-family: 'CooperHewitt-Bold', sans-serif;

}
	.carrC p {
    font-family: 'CooperHewitt-Book', sans-serif;
    font-size: 12px;
}
.header-content img {
    position: relative;
    width: 76%;
    z-index: 999;
}
.headding p {
    margin-bottom: 30px;
    padding: 20px 0;
}

.textcenter.animated img {
    width: 50% !important;
}
#presentation {
    padding: 80px 0;
	padding-bottom: 0;
}
#services {
    padding: 80px 0;
}
.angle2::before {
    border-top: 52px solid #019448;
    left: 0;
}
.angle2::before{
    top: 0;
    content: "";
    height: 0;
    position: absolute;
    width: 100%;
    z-index: 4;
}
/*.angle2::after {
    border-top: 52px solid #333;
    border-left: 600px solid transparent;
    right: 0;
}*/
}
@media (min-width:768px) and (max-width:1024px) {
  header {
        height: 640px;
    }
.header-content h3 {  
    margin-bottom: 11px;
}
.header-content p {
    color: #ddd;
    font-size: 13px;
    margin-bottom: 18px;
}
.btn-ornge .fa-cloud-download {
    border-radius: 15px;
     padding: 14px;
}
.header-content .btn-ornge {
    border-radius: 15px;
    padding: 0 0 0 16px;
}
.iconfont {
    margin-top: 15px;
}
.iconfont2 {
    margin-right: -32px;
    margin-top: 15px;
    float:right;
}
.col-xs-12.col-sm-4.col-md-4.wow.bounceIn.textcenter.animated > img {
    width: 100%;
}
.textleft {
    font-size: 12px;
    margin-top: 0;
    text-align: left;
}
.textright {
    font-size: 12px;
    margin-top: 0;
    text-align: left;
}


.angle2::before {
    border-top: 52px solid #019448;
    left: 0;
}
.angle2::before {
    top: 0;
    content: "";
    height: 0;
    position: absolute;
    width: 100%;
    z-index: 4;
}


}
@media (max-width:480px) 
{
    header {  
    height: 578px;
}
 header .header-content {
    margin-top: 97px;
    text-align: center;
    height:300px;
}
.header-content h2 {
    font-size: 22px;
    margin-bottom: 22px;
}
.header-content h3 {
    color: #ff4c00;
    font-size: 15px;
    margin-bottom: 8px;
}
.header-content p {
    color: #ddd;
    font-size: 13px;
    margin-bottom: 28px;
}
.header-content img {
    position: relative;
    width: 76%;
    z-index: 999;
}
.headding p {
    margin-bottom: 30px;
    padding: 20px 0;
}
.navbar-collapse {
    background: #ff4c00;
}
.textcenter.animated img {
    width: 50% !important;
}
#presentation {
    padding: 80px 0;
}
#services {
    padding: 80px 0;
}
.angle::before {
    border-bottom: 30px solid #333;
    border-right: 480px solid transparent;
    left: 0;
}
.angle::before, .angle::after {
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    z-index: 4;
}
.angle::after {
    border-bottom: 30px solid #333;
    border-left: 480px solid transparent;
    right: 0;
}
/*.angle2::before {
    border-top: 30px solid #333;
    border-right: 480px solid transparent;
    left: 0;
}*/
.angle2::before, .angle2::after {
    top: 0;
    content: "";
    height: 0;
    position: absolute;
    width: 100%;
    z-index: 4;
}
/*.angle2::after {
    border-top: 30px solid #333;
    border-left: 480px solid transparent;
    right: 0;
}*/
}
@media (max-width:360px) 
{
       header {  
    height: 544px;
}
.angle::before {
    border-bottom: 30px solid #333;
    border-right: 320px solid transparent;
    left: 0;
}
.angle::before, .angle::after {
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    z-index: 4;
}
.angle::after {
    border-bottom: 30px solid #333;
    border-left: 320px solid transparent;
    right: 0;
}
.angle2::before {
    border-top: 30px solid #333;
    border-right: 320px solid transparent;
    left: 0;
}
.angle2::before, .angle2::after {
    top: 0;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    z-index: 4;
}
.angle2::after {
    border-top: 30px solid #333;
    border-left: 320px solid transparent;
    right: 0;
}
.iconfont2 {
    margin-top: 12px;
}
.textleft {
    margin-top: 5px;
}
.iconfont {
    margin-top: 12px;
}
.textright {
    margin-top: 5px;
}
}
.card-body span.logo-hover {
	position: absolute;
     width: 100%;
	top: 0;
      right: 0;
      left: 0;
      bottom: 0;
	opacity: 0;
	transition: opacity .2s;
     background-clip: border-box;
     border: 1px solid #d2d2dc;
     border-radius: 11px;
}
.card-body:hover span.logo-hover {

	opacity: 1;
	background-color:  rgba(0, 0, 0, 0.68);
	
}
.card-body .logo-title {
        display: flex;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    justify-content: center;
    align-items: center;
	text-align: center;
}
.navbar-default .navbar-toggle {
    border-color: #FFFFFF;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, 0.3);
}.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}
.lang{
	display: flex;
}
.lang span{
	position:absolute;
	top:40px;
    
}
.ar h5{
	font-size:15px;
	font-weight:bold;
}
.lang span a{
    margin: 5px;
	color: rgba(255,255,255,0.60);
	display:inline-block;
}
.lang span a.active{
	color: rgba(255,255,255,1.00);
}
.lang span a:hover{
	color: rgba(255,255,255,1.00);
}
.rtl{
	float: right;
}
@media (min-width: 768px) and (max-width: 991px){
.navbar-default .navbar-nav > li > a {
    font-size: 15px;
	transition: none;
}
.nav>li>a {
    padding: 10px 10px;
	transition: none;
}
.navbar-nav {
    margin: 1.5px -15px;
	transition: none;
}
.card-body .logo-title {
    font-size: 14px;
}
}
@media (min-width: 768px){
.rtl .navbar-nav>li {
    float: right;
}
}
body.rtl .slick-track {
    float: left;
}
body.rtl .navbar-toggle {
    float: left;
}
header.header-overlay .overlay{   
	background: rgba(0,0,0, 0.7);
}
.overlay{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .9;
}
.header-overlay {
    position: relative;
    z-index: 0;
}
.fa {
    font-family: 'FontAwesome' !important;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick' !important;

}
.ltr-lg {
	font-family: "CooperHewitt-Book", sans-serif;
}

.mapsize {
	width: 100%;
	height: 100%;
}

.rtl-lg {
	    font-family: "Almarai-Light" !important;
}
