﻿/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	margin-top:60px;	
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
	width: 100%
}

.owl-carousel .owl-item .item{ padding-left:20px; padding-right:20px;}

.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}



 .client-carousel {
  	padding    : 20px;
  	overflow   : hidden
  }

  .client-carousel ul{}
  
  .client-carousel ul li{
  	float        : left; 
  	margin-right : 15px
  }


  .client-logo-caruosel {
  	padding-bottom: 20px;
  }

  .client-logo h3 {
    background      : #F9F9F9;
    border-bottom   : 1px solid #eee;
    font-size       : 16px;
    margin          : 0;
    padding         : 15px 20px;
    text-transform  : uppercase;
  }

.client-logo .customNavigation,
.latest-project-navigation,
.client-testimonial-navigation
  {
	top:140px;	
	border-radius: 50%;
	padding: 2px;
	margin:20px 0px;
	width:100%;
	left:0px;
  }


  .social-fix {
  	padding-right   : 20px; 
    padding-top     : 20px
  }



  .customNavigation i.fa{
      width        : 24px;
      height       : 24px;
      line-height  : 24px;
  }

  .icustomNavigation i.fa::before{
      font-size   : 14px;
      line-height : 24px;
  }

  .social-icon i.fa {
      width  : 24px;
      height : 24px;  
      border : 1px solid #d1d1d1;
  }

  .social-icon i.fa::before
  {
      font-size   : 12px;
      line-height : 24px;
  }
  
  .social-icon i.fa, 
  .customNavigation i.fa
  {
      display             : inline-block;      
      cursor              : pointer;
      margin              : 0px;
      text-align          : center;
      position            : relative;
      z-index             : 1;
      color               : #CACAC9;
      overflow            : hidden;
      border-radius       : 1px;
      -webkit-transition  : all 0.5s;
      -moz-transition     : all 0.5s;
      transition          : all 0.5s;	  
    }

.social-icon i.fa::before,
.customNavigation i.fa::before,
.services-box span i.fa::before {
	border-radius                 : 2px;
	speak                         : none;
	display                       : block;
	-webkit-font-smoothing	      : subpixel-antialiased !important; 
	-webkit-backface-visibility   : hidden; 
	-moz-backface-visibility      : hidden; 
	-ms-backface-visibility       : hidden;
}

.social-icon i.fa::after,
.customNavigation i.fa::after,
.services-box span i.fa::after{
	pointer-events  : none;
	position        : absolute;
	width           : 100%;
	height          : 100%;
	content         : '';
	display         : none;
	box-sizing      : content-box;
}


.social-icon i.fa:hover,
.customNavigation i.fa:hover{
	background : #ffa300;
	color      : #fff;
	line-height: 20px;
	border-color: #ffa300;
}

.social-icon i.fa:hover::before,
.customNavigation i.fa:hover::before,
.services-box span i.fa:hover::before{
	-webkit-animation   : toRightFromLeft 0.3s forwards;
	-moz-animation      : toRightFromLeft 0.3s forwards;
	animation           : toRightFromLeft 0.3s forwards;
}

.customNavigation i.fa:before,
.social-icon i.fa:before,
.services-box span i.fa:before
 {
	-webkit-animation     : toLeftFromRight 0.3s forwards;
	-moz-animation        : toLeftFromRight 0.3s forwards;
	animation             : toLeftFromRight 0.3s forwards;
}   
  
.customNavigation i.fa {
	display: inline-block;
	cursor: pointer;
	margin: 0px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #6E6F6F;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	background: #fff;
	border-radius: 50%;
	line-height: 20px;
	font-size: 15px;
	width: 20px;
	height: 20px;
}

.services-box span.icon{
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 30px;
	background: #ffa300;
	height: 80px;
	width: 80px;
	text-align: center;
	color: #fff;
	line-height: 80px;
	display: inline-block;
	cursor: pointer;
	z-index: 1;
	overflow: hidden;
	border-radius: 1px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translateZ(0);
}
  
.services-box span.icon:hover{
	background: #2d2d2d;
	border-color: #ffa300;
	color: #fff;
	cursor: pointer;
}

.owl-carousel{ text-align:center}


.owl-carousel  h2, .owl-carousel { font-size:18px; margin-top:20px; font-family: 'Droid Arabic Kufi', serif; color:#FFF; font-weight:normal;  line-height:1.3; margin-bottom:10px; text-align:center; text-transform: capitalize; width:100%}

.owl-carousel  span , .owl-carousel  a{ width:100%; float:left; text-align:center; }

.owl-carousel  span{color:#333;  width:auto; float:right;}

.owl-carousel i{
	float:right
}


.products.owl-carousel  a {
border-bottom:3px solid #ffa300;
}

.owl-carousel  a {
    background-color: #e7e6e6;
    display: inline;
    float: right;
    height:60px;
    width:100%;
    font-family: 'Droid Arabic Kufi', serif;
    font-size:14px;
    color:#333;
    text-align: right;
    padding:15px;
    direction:rtl;
} 



.owl-carousel  a:hover{ text-decoration:underline !important}

.owl-carousel  a i{ padding-right:5px; padding-left:10px;}

  .customNavigation {
    cursor    : pointer;
    position  : absolute;
    right     : 15px;
  }

  .customNavigation a{
    display  : inline-block;
    height   : 20px;
    line-height: 20px;
  }


  .customNavigation a.next   /* for Next Control */
    {
      float:right
    }
	
.customNavigation a.prev{ float:left}

.customNavigation a.next {
	margin-left:5px
}

.customNavigation a.next i.fa{
	padding-left:1px;
		font-size:20px;

}
.customNavigation a.prev i.fa{
	padding-right:1px;
	font-size:20px;
	
}

.customNavigation a.next:hover{ border-radius:50%}

.customNavigation a{ border-radius:50%; overflow:hidden}



/* recent project css */
.latest-project-caruosel {
	margin-top: 25px;
}
.recent {
	position: relative;
}

.client-logo{ padding-bottom:50px;}


/* Style */ 
.owl-pagination .owl-page span {
    width:15px !important;
    margin-left:3px;
    margin-right:3px;
    height:15px;
    border-radius:50%;
    background-color:#bbb;
}

.owl-pagination .owl-page.active span {
    background-color:#ffa300;
}

.owl-pagination {
    width:84px;
    margin:0 auto;
}
.owl-controls { 

width:100%;
    float:left;
    margin-top:25px;
}

.item p {
	font-size:14px; line-height:24px;
}

.item h2{
	margin-bottom:10px;
}

.products .item img {padding:0 !important; border-radius:10px 10px 0 0 !important; width:100%
	
}

/*.item{
	 cursor:pointer;
}

.products .item:before{

border-radius:10px 10px 0 0 !important; 
    position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 228px;
    background: rgba(255, 255, 255, .3);
    content: " ";
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.products .owl-item:hover .item:before {
    background: rgba(255, 255, 255, 0);
	
} */ 



   
