.ac-container{
	width: 500px;
	display: block;
	float: left;
	margin: 10px auto 30px auto;
	text-align: right;
}
.ac-container label{
	/* font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif; */
	padding: 0px 12px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	direction: rtl;
	/* float: right; */
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 19px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #AD8035;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
	/* padding-bottom: 23px; */
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -4px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	color: #777;
	line-height: 23px;
	font-size: 17px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	/* direction: rtl; */
	/* float: right; */
	/* display: block; */
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 140px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: 180px;
}




.aramaBody{
    width: inherit;
    border-radius: 5px;
    height: 200px;
    background-color: rgba(210, 210, 210, 0.17);
    float: right;
    position: relative;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.aramaBody p{
    padding: 30px;
    font-size: 18px;
    direction: rtl;
    text-align: justify;
}
.arama{
    width: 500px;
    margin-right: 30px;
    margin-top: 8px;
    margin-bottom: 120px;
    height: 200px;
    float: right;
    position: relative;
    border: 0px solid #DCDBDB;
    border-radius: 5px;
}

.aramaHeader{
    width: inherit;
    height: 34px;
    background-color: #AD8035;
    float: right;
    position: relative;
    /* border-radius: 5px; */
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}


.testimonial p {
    color:#181A1C;
    background: #CAA455;
    padding:15px;
    margin:0;
    direction: rtl;
}
.testimonial .arrow {
    margin-left: 75px;
    width:0;
    border-top: 10px solid #CAA455;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}
.testimonial .whopic {
    display:inline-block;
    margin-left: 224px;
}
.testimonial .whopic img {
    margin-top: 10px;
    width:50px;
    height:50px;
    float: right;
}
.testimonial .whopic strong {
    float: right;
    margin-top: 10px;
    padding-left: 10px;
}
.testimonial .whopic small {
    display:block;
    font-size:12px;
    
}
.testimonial-text{
    display:block;
    font-size:22px;
    text-align:center;
    margin:0 auto;
    margin-top:30px;
    width:70%;
    line-height:1.3em;
}

/* this is only to style the sidebar - you can make the sidebar look any way you want */
.sidebar {
    padding: 20px;
    background: linear-gradient(189deg,#584c93a1 19%,#458aa2e3 100%);
    border-right: 1px solid #eee;

}
.navbar-default {
 background: transparent;
    /* background: linear-gradient(256deg,#5647a2 117%,#8774e4 147%); */
    border: 3px solid;
    border-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ffffff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fffafa63;
}

.span4 {
    width: 350px;
}
[class*="span"] {
    float: right;
    min-height: 1px;
    margin-left: 30px;
}

.col-sm-6.desc{
   float: right;
    width: 100%;
    margin-top: 19%;
    left: 2%;
}
.carousel-content{
    direction: rtl;
}



.owl-carousel .item{
    background-size: 100% 88%;
    background-repeat: no-repeat;
}
.textslider{
     color: white;
    font-size: 52px;
    top: 14%;
    text-align: center;
}
#clients .row{
    padding: 0px 17%;
}

@media (max-width: 768px) {
  #clients .row{
    padding: 0px 0%;
}
}