body {
	direction:rtl;
  font-family: 'Droid Arabic Kufi', sans-serif;
  color: #2a0f00;
  line-height: 24px;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  padding-top: 68px;
  position: relative;
}

a {
  color: #854116;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
.more-px {
    margin-top: 11px;
}
.qyam{
	margin-bottom:20px;
}
.back-btn{
	background-color:#854116;border:none
}
.btn-info:hover{
	background-color:#2a0f00 !important
}
.radio-seperate {
    top: -90px;
}

a:hover, a:focus {
  text-decoration: none;
  color:#2a0f00;
}

img {
  max-width: 100%;
}

.without-padding {
  padding: 0;
}

.form-control::-moz-placeholder {
  color: #494949;
}
.form-control:-ms-input-placeholder {
  color: #494949;
}
.form-control::-webkit-input-placeholder {
  color: #494949;
}

/***********************************************************************************************/
/* =Typography */
/***********************************************************************************************/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  color: #1f2021;
  text-transform: uppercase;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 0;
}

h1, .h1 {
  font-family: 'Droid Arabic Kufi', sans-serif;
  font-size: 46px;
  font-weight: 400;
}

h2 {
  font-size: 21px;
}  

h3 {
  font-size: 15px;
}

h4 {
  font-size: 13px;
}

h5 {
  font-size: 10px;
}

h6 {
  font-size: 9px;
}

p {
  margin: 0;
}

.owl-carousel .owl-wrapper-outer {
    direction: ltr;
}

.bx-viewport {
    direction: ltr;
}

.more-arabic {
    float: left;
    position: relative;
    left: 20px;
    font-size: 13px;
}
/***********************************************************************************************/
/* =Form */
/***********************************************************************************************/

.form-group {
  margin-bottom: 20px;
}

.form-control {
  font-size: 12px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d5aa6d ;
  border-radius: 1px;
  height: auto;
  padding: 9px 12px;
    -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.form-control:focus {
  color: #111;
  border-color: rgba(0,0,0, .7);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/***********************************************************************************************/
/* =Preloader */
/***********************************************************************************************/ 

#preloader {
  background-color: #FFF;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
}

#loading-animation {
  background-image: url("../images/loading.gif") ;
  opacity: 0.7;
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
  border-radius: 4px;
}

/************************************************************************
// =Navbar
*************************************************************************/

.navbar-default {
  border: none;
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  border-top: 2px solid #854116;
}
.navbar.active {
  position: fixed;
  opacity: 0.95;
  border: 1px solid #E8E8E8;
  background:#fff;
}

.navbar-nav {
  margin: 7.5px -10px;
}

.navbar-brand>img {
    margin-top: -6px;
}

.navbar-default {
	background:none;
}

.navbar-default .navbar-nav > li > a {
  color: #b68b70;
  font-size:15px;
  text-transform: uppercase;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > 
.active > a:focus {
  background: transparent;
  color: #854116;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #854116;
}

.dropdown-menu {
  top: 117%;
  font-size: 12px;
  text-transform: uppercase;
    -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  border-top: 0;
  padding: 12px 5px;
}

.dropdown-menu>li>a {
  padding: 3px 15px;
  line-height: 1.7;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #fff;
  color: #854116;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background-color: #fff;
  color: #854116;
}

.navbar-default .dropdown:hover>.dropdown-menu {
  display: block;
}

/***********************************************************************************************/
/* =Hero section */
/***********************************************************************************************/

#hero-section {
  position: relative;
  top:-66px;
  display: table;
  width: 100%;
}

.home-hero-3:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home-hero-3 {
  background: url('../images/home-3.jpg');
  background-size: cover;
}

.sldp-brief p{
	font-family: 'Droid Arabic Kufi', sans-serif;
	font-size:15px;
	text-align:right;
	font-style:italic;
	color:#2a0f00;
	margin-top:330px;
}

.sldp-social{
	font-size:18px;
	color:#2a0f00;
	float:left !important;
}


.sldp-icon a:hover, a:focus {
    color: #854116;
}

.sldp-social .sldp-mail{
	float:right;
}

.sldp-horizontal{
	width: 1px;
    height: 50px;
    background: #2a0f00;
    float: right;
    position: relative;
    left: -5px;
    top: -10px
}

.sldp-icon .fa-facebook , .fa-twitter , .fa-youtube-play{
	color:#854116;
	position:relative;
	top:1px;
}

/***********************************************************************************************/
/* =Home hero */
/***********************************************************************************************/

.hero-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top:40px;
  z-index: 2;
  text-align: center;
}

.hero-content h1 {
  font-family: 'Droid Arabic Kufi', sans-serif;
  font-size: 43px;
  font-weight: 500;
  text-transform: uppercase;
}

#about-personal-section {
  padding: 0px;
}

#expertise-section {
  padding: 30px 0 100px 0;
}

#project-section {
  padding: 30px 0 100px 0;
}

#scope-of-work-section{
  padding: 30px 0 100px 0;
}

#production-section{
  padding: 30px 0 0 0;
}

#media-section {
    padding: 30px 0 80px 0;
}

#team-section {
    padding: 30px 0 80px 0;
}

form#contact-form {
    margin-right: -15px;
}

#contact-section {
    padding: 30px 0 0 0;
}

.request {
	margin-top:5px;
}

#about-section {
  padding: 110px 0 120px 0!important;
}

.sldp-project-content {
    margin-top: 40px;
    width: 46%;
}

.sldp-project-content p {
    margin-top: 30px;
    min-height: 85px;
}


.sldp-project-content ul {
    min-height: 140px;
	margin-top: 10px;
}

.sldp-project-content a {
    float: left;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.img-90{
	background:url(../images/90x90.jpg) no-repeat;
	width:90px;
	height:90px;
	margin-left:20px;	
}

.production a {
    float: left;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
	margin:20px 0;
}

.production h4{
	color:#d5ab6e;
	font-size:25px;
}
.radio_list{
	
}

.radio-kalb{
	margin:40px 0;
}
.radio_list h6{
	color:#d5ab6e;
	font-size:20px;
	margin-bottom:20px;
}

a.link-k {
    position: relative;
    top: 40px;
    left: -120px;
}

.video-bg {
    background: url(../images/video-bg.jpg) no-repeat right;
    height: 599px;
    position: relative;
    top: -114px;
	background-position:50%;
}

.video-screen{
	position:relative;
	top:28%;
}

.video-title{
	margin-top:210px;
}

.video-title h3{
	font-family: Droid Arabic Kufi, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    color: #2a0f00;
	font-style:italic;
	font-size:22px;
}

.production-content {
    padding-left: 50px;
}

.sldp-project-title {
    font-size: 40px;
    color: #854116;
    line-height: 1;
	text-transform:capitalize;
}

.sldp-project-done {
    font-size: 28px;
    color: #854116;
    line-height: 2;
	text-transform:capitalize;
	margin-bottom: 20px;
}

.sldp-project-number {
    font-family: Droid Arabic Kufi, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    color: #2a0f00;
    font-size: 80px;
    line-height: 0.8;
	text-align:left
}

/***********************************************************************************************/
/* =Team Section */
/***********************************************************************************************/

#team-form{
	margin-top:50px;
}

#team-form input.form-control ,#team-form textarea.form-control, #contact-form input.form-control ,#contact-form textarea.form-control{
	border:1px solid #d5aa6d;
	font-style:italic;
	font-size:14px;
}

hr{
	border:1px solid #854116;
}

::-webkit-input-placeholder { /* Safari, Chrome and Opera */
	color:#d5aa6d !important;
}

:-moz-placeholder { /* Firefox 18- */
	color:#d5aa6d !important;
}

::-moz-placeholder { /* Firefox 19+ */
	color:#d5aa6d !important;
}

:-ms-input-placeholder { /* IE 10+ */
	color:#d5aa6d !important;
}

::-ms-input-placeholder { /* Edge */
	color:#d5aa6d !important;
}

:placeholder-shown { /* Standard one last! */
	color:#d5aa6d !important;
}

.team-submit {
    border: none;
    background: none;
    float: left;
    color: #854116;
    text-transform: uppercase;
    position: relative;
    right: -15px;
}

.submit-arrow {
    float: left;
    color: #854116;
    position: relative;
    left: -104px;
    top: 7px;
}

.subscribe-arrow {
    color: #854116;
    float: left;
    position: relative;
    left: -57px;
    top: 5px;
}

.contact-submit {
    border: none;
    background: none;
    float: left;
    color: #854116;
    text-transform: uppercase;
    position: relative;
    right: -30px;
}

.contact-arrow {
    float: left;
    color: #854116;
    position: relative;
    left: -35px;
    top: 4px;
}

.sldp-lang {
    margin-top: -10px;
}

.sldp-footer-p {
    margin-top: 55px;
	border-right:1px solid #d0cece;
}

.col-lg-12.without-padding.add_height {
    margin-bottom: 39px;
}

.col-lg-12.without-padding.project-height ul li {
    margin-bottom: 30px;
}

.col-lg-12.without-padding.project-height ul li:last-child {
    margin-bottom: 0px;
}

.col-lg-12.without-padding.qyam-video {
    margin-bottom: 40px;
}

.arab-video {
	left:460px;
}

.video-margin {
    padding-right: 20%;
}

ul.social-footer-icons {
    margin-right: -40px;
}

ul.social-footer-icons li{
	float:right;
	list-style:none;
	margin-left:15px;
}

ul.social-footer-icons li i{
	color:#fff !important;
	font-size:20px;
	text-decoration:none
}

#project-section {
  background: url('../images/projects.jpg') center top;
  position: relative;
  border-bottom: 1px solid transparent;
}

#project-section:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  background: rgba(5,5,5,0.8);
  width: 100%;
  height: 100%;
  z-index: 2;
}

#project-section .container {
  position: relative;
  z-index: 3;
}

.item {
  padding: 5px;
}

.contact-mail {
    margin-top: 0;
}
.contact-social {
    margin-top: 25px;
	font-size:16px;
}

#owl-demo .item {
    padding: 0px !important;
    margin-right: 10px;
}

#owl-demo .item p{
    color: #2a0f00;
	font-size:12px;
	line-height:17px;
	text-align:justify;
	min-height:110px;
	text-align:right;
	direction:rtl;

}

.item i.fa.fa-long-arrow-left {
    position: relative;
    right: 87px;
}

#owl-demo .item h5{
    color:#2a0f00;
	min-height:60px;
	line-height:1.4em;
	font-family:Droid Arabic Kufi, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:13px;
	text-align:right
}

.media-carousel {
    background-color: #f6f6f6;
    margin-right: -15px;
    padding-right: 15px;
    
}

.marg-0 {
  margin: 0;
}

.screenshots-carousel .shot {
    padding: 4px;
}

.screenshots-carousel .shot img {
    border-radius: 5px;
    width: 100%;
}

p.media-right{
	margin-top:10px;
	text-decoration:underline;
	float:left;
	font-size:14px;
	color:#854116;
	font-style:italic;
}

.media-carousel a {
   	
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.sldp-in-media h2 {
    font-family: Droid Arabic Kufi, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    color: #dab480 !important;
    font-size: 18px;
    margin: 30px -30px 0 0;
}

ul.media-slider h3{
	margin:10px 20px 0 0;
	direction:rtl;
  	text-align:right;
}

ul.media-slider {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.media-slider li{
  padding: 10px;
}

ul.media-slider li p{
  direction:rtl;
  text-align:right;
}



.img-div-img {
	background:url(../images/100x103.jpg) no-repeat;
  width:100px;
  height:103px;
  margin-bottom: 20px;
  display: inline-block;
  -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  
}

.img-news{
	background:url(../images/233x140.jpg) center no-repeat;
  width:260px;
  height:144px;
}

.img-div-img img{
	display: inline-block;
  -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.icon-quotes {
    background-color: #d5aa6d;
    height: 30px;
    text-align: center;
    line-height: 30px;
    width: 100px;
	margin-right: 15px;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
	display: inline-block;
}

.icon-quotes i {
    color: #fff;
    font-size: 17px;
}

.tc-arrows {
  margin-top: 30px;
  float:left;
}

.tc-arrow-left, .tc-arrow-right {
  display: inline-block;
}

a.bx-next, a.bx-prev {
  display: block;
  color: #dab480;
  width: 30px;
  height: 30px;
  border: 1px solid #dab480;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a.bx-next:hover, a.bx-prev:hover {
  color: #fff;
  background: #854116;
}

.tc-arrow-left {
  margin-left: 2px;
}

.tc-arrow-right {
  margin-right: 1px;
}

.tc-arrow-left .fa, .tc-arrow-right .fa {
  line-height: 28px;
  font-size: 21px;
  width: 28px;
  height: 28px;
  text-align: center;
}

.tc-arrow-left .fa {
  margin-right: -2px;
}

.tc-arrow-right .fa {
  margin-left: -2px;
}

.required {
  color: #854116;
}

.about-me {
  padding: 2% 7% 0;
}

.production {
  padding: 0 8% 0;
}

.about-title h4 {
  color:#854116;
  padding-bottom: 15px;
  font-size: 16px;
}

.title-line {
	width:70px;
	height:4px;
	background:#854116;
	position:relative;
	top:17px
}

.about-me .vertical-line{
	width:4px;
	height:70px;
	background:#854116;
	position:relative;
	float:right;
}
.about-me .another-titles ul li{
	list-style: none;
    float: right;
    margin-right: 40px;
    border-bottom: 2px solid #824117;
    border-right: 1px solid #2a0f00;
    padding: 10px;
}

.about-me h3 , .expertise h3 , .sldp-projects h3 , .scope h3 , .production h3 , .media h3 , .team h3 , .contact h3{
  font-family:Droid Arabic Kufi, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  color:#2a0f00;
  font-size: 23px;
}

.about-me p{
  margin-bottom: 30px;
  line-height: 25px;
  text-align:justify;
  color:#2a0f00;
}

.expertise p , .sldp-projects p , .scope p , .production p , .contact p{
  line-height: 25px;
  text-align:justify;
  color:#2a0f00;
}

.sldp-projects p{
  line-height: 25px;
  text-align:justify;
  color:#2a0f00;
}

.contact h5{
	color:#854116;
	font-size:16px;
	margin-bottom:20px;
}

.scope-includes {
    margin-top:40px;
}

.scope-includes h4{
    color:#854116;
	margin-top:20px;
	font-size: 15px;
    line-height: 1.5em;
}

.scope-includes .col-lg-2 {
    width: 20%;
    text-align: center;
}

.about-img img {
  width: 100%;
}


#experiences-section .title-section {
  padding-bottom: 80px;
}

#experiences-section .list-experiences {
  margin-bottom: 40px;
}

#experiences-section .list-experiences .time {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  padding-bottom: 3px;
}

#experiences-section .list-experiences .time span {
  margin-left: 10px;
}

#experiences-section .list-experiences .time span.fa {
  color: #854116;
  font-size: 16px;
}

#experiences-section .list-experiences .time h4 {
  font-weight: 500;
  color: #000;
}

#experiences-section .list-experiences span, #experiences-section .list-experiences h4 {
  display: inline-block;
}

/***********************************************************************************************/
/* =Footer */
/***********************************************************************************************/

#footer-section {
    padding: 30px 0 20px;
    background: #0e0500;
    border-top: 1px solid #854116;
}

#footer-section h3 {
	font-family: Droid Arabic Kufi, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    color: #854116;
	font-size:17px;
  	list-style-type: none;
  	padding: 0;
	margin-bottom:30px;
}

#footer-section p{
	color:#d0cece;
	font-size:13px;
	font-style:italic;
}

#footer-section h3.newsletter {
	margin-bottom:10px !important;
}

#footer-section h5{
	font-size: 15px;
  	color: #fff;
	font-weight:normal;
  	text-transform: uppercase;
}

ul.footer-list li {
  list-style:none;
  margin-right: -35px;
}


ul.footer-list li a {
  font-size: 15px;
  color: #fff;
  display: block;
  text-transform: uppercase;
}

ul.footer-list li a:after {
  content: "";
  display: block;
  left: 0;
  right: 0;
  height: 1px;
  background: #dab480;
  opacity: 0;
  -webkit-transform: translateY(5px);
     -moz-transform: translateY(5px);
      -ms-transform: translateY(5px);
       -o-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
       -o-transition: all .3s ease;
          transition: all .3s ease;
}

ul.footer-list li a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

p.copyright {
  color:#fff;
}

/***********************************************************************************************/
/* =Back to top */
/***********************************************************************************************/

.back-to-top {
  text-align: center;
  background: #2a0f00;
  color: #fff;
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  position: fixed;
  left: 25px;
  bottom: 25px;
  opacity: 0.7;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  cursor: pointer;
  z-index: 9999
}

.back-to-top:hover {
  opacity: .9;
}

ul.board-list{
	float:left;
}



/***********************************************************************************************/
/* jQuery UI */
/***********************************************************************************************/

a:hover{
	
}


/***********************************************************************************************/
/* Responsive Part */
/***********************************************************************************************/

@media screen and (max-width: 1200px) {

  #about-section .about {
    padding-top: 40px;
  }

}

@media screen and (max-width: 992px) {

  body {
    padding-top: 55px;
  }

  .navbar .container {
    width: 95%!important;
  }

  .form-inline .form-control, .form-inline .form-group {
    display: block;
  }

}

@media screen and (max-width: 768px) {

  .navbar .container {
    width: auto;
  }

  .hero-content h1 {
    font-size: 38px;
  }

  .about-me h4 a {
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 640px) {
  
  h1, .h1 {
    font-size: 40px;
  }

  .hero-content h1 {
    font-size: 33px;
  }

}

@media screen and (max-width: 480px) {
  .back-to-top {
    visibility: hidden;
  }
}