body{
    font-family: 'Cairo-semibold';
	line-height: 30px;
	color: #444444;
	font-size: 16px;
	direction: rtl;
}
p{
    font-family: 'Cairo-light';
	text-align: justify;
}
ul, ol{list-style: none; -webkit-padding-start: 0px;}


a{
	color: #f47b22;
}
a:hover, a:active, a:focus{
	text-decoration: none;
	color: #ee2525;
}
.margin-top-30{margin-top: 30px;}
.margin-auto{margin: auto;}
.clr{clear: both;}
.bg-styles{ background-size: cover !important; background-position: center !important;}

.inline {display: inline-block;}

*{outline: none !important;}

.left-md-center, .right-md-center{text-align: center;}
.left-md-center img, .right-md-center img{margin: auto;}
.padding-0{padding: 0;}

.inline-img{ float: none;}
.text-center img{margin: auto;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{color: #f47b22;}


.logo-area{padding: 10px 0; overflow: hidden;}
.logo img{max-height: 120px;}
.header-social{	margin-top: 30px;}
.header-social ul li{
	display: inline-block;
	width: 42px; height: 42px;
	overflow: hidden;
	position: relative;
}
.header-social ul li a{
	display: block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #333332;
	color: #FFF;
	padding-top: 7px;
	text-align:  center;
	transition: .3s;
}
.header-social ul li a:first-child{position: absolute; top: 0;}
.header-social ul li a:last-child{position: absolute; top: 42px;}
.header-social ul li:hover a:first-child{position: absolute; top: -42px;}
.header-social ul li:hover a:last-child{position: absolute; top: 0px;}
.header-social ul li a:hover, .header-social ul li a:active, .header-social ul li a:focus{
	background: #f47b22; color: #FFF;
}
.header-contact{direction: ltr;	margin-top: 30px; font-size: 20px;}
.header-contact i{
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #f47b22;
	color: #FFF;
	padding-top: 6px;
	font-size: 30px;
	text-align: center;
}

.nav-con{overflow: hidden;}
.navbar {
	min-height: 50px;
	border: none;
	z-index: 9;
	box-sizing: border-box;
	text-transform:uppercase;
	margin:0;
}
.navbar-brand{ height:auto; padding:8px; float:none; margin:0 auto;}
.navbar-brand>img{
	max-height:150px;
	margin:0 auto;
}
.navbar-default{background-color: #424242;}
.navbar-header{ text-align:center;}
.navbar-toggle{ margin:8px auto; float:none;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle{
	background:none;
	border:none;
}
.navbar-default .navbar-toggle .icon-bar{background: #ffc820;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{ border-color:#f8f400;}
.navbar-default .navbar-nav>li>a{color: #ffc819;text-align:center;}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{color: #ffffff;background: #ffc814;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color:#FFF;
	background: #002b5e;
}


.slider-con{
	position: relative;
	z-index: 0;
	border-bottom: 6px solid #424242;
}
.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.30);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    height: 600px;
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
    background-size: cover;
    background-position: center;
}
.fade .item:first-child {
    top: auto;

    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 40px;
    /* bottom: 3%; */
    left: auto;
    width: 100%;
    /* height: 20px; */
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
    direction: rtl;
    top: 50%;
}

.carousel-indicators li {
	display: block;
	width: 16px;
	height: 3px;
	background-color: #f47c21;
	border:none;
	border-radius: 0;
	margin: 10px 5px 0 0;
	transition: .3s;
}
.carousel-indicators .active{
	width: 25px;
	height: 3px;
	background-color: #ffc81c;
	border:none;
	margin: 10px 5px 0 0;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}
.slide-text {
    /*position: absolute;
    left: 0;
    top: 25%;
    right: 0;*/
    margin: auto;
    text-align: left;
    padding: 150px 0 0;
}
.slide-text h1 {
    padding: 0;
    color: #ffffff;
	font-weight: bold;
    font-size: 50px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
	text-shadow: 2px 2px 0 #333;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text p {
    padding: 0 30px;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text img {
	max-height: 280px;
	margin: 0 auto;
	border: 6px solid #AAA;
	outline: 1px solid #777;
}
.slide-text a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text a:hover,
.slide-text a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
@media (max-width: 991px) {
    .slide-text h1 { font-size: 40px; line-height: 50px; margin-bottom: 20px; }
    .slide-text p { font-size: 18px; }
}
/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
.fade .item {/* height: 300px; */}
	.slide-text {
        padding: 200px 10px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }
}
@media  (max-width: 480px) {
    .slide-text {
        padding: 100px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text a.btn-default, 
    .slide-text a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line .carousel-indicators{
        display: none;
    }
}


.section{
	padding: 90px 0;
	overflow: hidden;
}

.heading{
	text-align: center;
	font-size: 36px;
	color: #f47b22;
	font-weight: bold;
	margin-bottom: 60px;
	border-bottom: 1px solid #dadada;
	display: inline-block;
}
.heading .divider-left, .heading .divider-center{
	height: 5px;
	width: 70px;
	background: #ffc30e;
	border-radius: 2px;
	display: block;
}
.heading .divider-left {
  margin: 20px 0 -3px;
}
.heading .divider-center{
	margin: 20px auto -3px;
}

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 8px 25px;
  background: #f47b22;
  color: #FFF;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffc30e;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


.about-section { margin-top: -80px;}
.about-section .col-md-4{
	margin-right: 15px; margin-left: 15px;
	background: #424242;
	text-align: center;
	margin-top: 30px;
	padding: 50px 30px;
	transition: .3s;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-color: #212121;
}
.about-section .col-md-4:nth-child(2){
	background: #212121;
	border-color: #111;
}
.about-icon img{
	height: 66px; width: 66px;
	margin: 10px;
	transition: .3s;
}
.about-title a{
	font-size: 26px;
	margin: 20px 0;
	display: block;
}
.about-summ p{ color: #FFF; height: 90px; overflow: hidden;}
.about-row .col-md-4:hover .about-icon img{
	height: 86px; width: 86px;
	margin: 0;
}
.about-row:hover .col-md-4{
	opacity: .9;
}
.about-row .col-md-4:hover{


	opacity: 1;
	margin-top: 20px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
}

.pro-box{margin-top: 30px;}
.pro-img{position: relative;}
.pro-overlay{
	position: absolute; top: 0; right: 0; bottom: 0; left: 0;
	background: rgba(0,0,0,.00);
	transition: .3s;
}
.pro-box:hover .pro-overlay{background: rgba(0,0,0,.3);}
.pro-name{
	position: absolute; right: 0; bottom: 0; left: 0;
	color: #FFF;
	font-size: 22px;
	padding: 40px 20px 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.74+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.74) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.74) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.74) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bd000000',GradientType=0 ); /* IE6-9 */
}
.pro-text{
	background: #FFF;
	padding: 15px;
	border: 1px solid #EFEFEF;
	color: #444;
}
.pro-text .pro-p{height: 90px; overflow: hidden;}
.pro-text p{margin: 0;}

.ser-box .pro-name{
	background: rgba(0,0,0,.4);
	padding: 10px 20px;
}

.principles-section{background: #e6e4dd;}
.prin-box{margin-top: 30px;}
.prin-icon img{max-height: 90px; }
.prin-title{font-size: 18px; white-space: nowrap;}
.prin-sum p{height: 90px; overflow: hidden;}


.mega-footer{background: #2f1c10; color: #FFF; border-bottom: 1px solid #1f130a; padding: 60px 0;}
.footer-title{
	font-size: 28px;
	border-bottom: 1px solid #543118;
	padding-bottom: 18px;
	margin-bottom: 24px;
	color: #f47923;
}
.contact-details i{width: 10px;margin-left: 10px;color: #ffc30e;}
.megafooter-social{ width: 100%; margin-bottom: 0px;}
.megafooter-social li{
	display: inline-block;
	font-size: 24px;
	margin-left: 10px;
}
.megafooter-social li:last-child{margin-left: 0;}
.mega-footer a{color: #ffc30e;}

.f-news-box{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #543118;
}
.f-news-box:last-child{margin-bottom: 0; border-bottom: none;}
.f-news-img{
	float: right;
	width: 25%;
	margin-left: 5%;
}
.f-news-img img{
}
.f-news-head{
	float: right;
	width: 70%;
}

.footer-logo{ margin-top: 80px;}
.footer-logo img{ max-height: 130px;}
footer{
	background: #1f130a;
	padding: 30px 0;
	text-align: center;
	color: #decec6;
	border-top: 1px solid #2f1c10;
}
footer p{text-align: center;}


.inner-heading{padding-top: 120px;}
.inner-body .clients-section{ background: #e6e4dd;}

.clnt-row{
	padding: 30px 0;
	background: #f7f7f7;
	border-bottom: 1px dashed #ccc;
	position: relative;
}
.clnt-row>a{
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #f47a23;
}
.clnt-row:nth-child(even){background: #e6e6e6;}
.clnt-logo{max-width: 400px; margin: auto;}

.contact-form input, .contact-form textarea{
	width:100%;
	background: #e6e4dd;
	padding:5px 15px;
	margin:5px 0;
	border: none;
	border-bottom: 1px dashed #f47a23;
	font-size: 14px;
}
.contact-details{
}
.contact-details .detail{
    font-family: 'Cairo-light';
	display: block;
	font-size:15px;
}
.contact-details span{
    font-family: 'Cairo-semibold';
	color: #f47a23;
}
.map-wraper{
	overflow:hidden;
}
.map-wraper iframe{
	border:none;
	margin-bottom: -10px;
}







.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{ float:right;}

/* responsive part */
@media(min-width:768px){
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9{ float:right;}

.header-social{	margin-top: 52px;}
.header-contact{ margin-top: 52px;}

.navbar { border-radius: 0;}
.navbar-nav>li { float: none; display: inline-block; margin: 0 -2px;}
.navbar-nav>li>a {padding-top: 16px;padding-bottom: 16px;}
.navbar-nav { margin: 0; float: none; text-align: center;}
.navbar-header{ float:right;}
.navbar-brand{ float:left;}
.navbar-brand img{ height:110px;}


}
@media(min-width:992px){
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9{ float:right;}
.col-md-offset-1 { margin-right: 8.33333333%; margin-left: 0;}
.left-md-center{text-align: left !important;}
.right-md-center{text-align: right !important;}
.left-md-center img{margin-left: 0;}
.right-md-center img{margin-right: 0;}

.about-section .col-md-4{margin-right: 0px; margin-left: 0px;}

.inline-img { float: left; margin-right: 15px;}
.inline-video{width: 50%;}
	
}
@media(min-width:1200px){
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9{ float:right;}

}	
	
