@charset "utf-8";

/*   RTL   */

/*arabic font*/
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);


html,body {
    direction:rtl;
}
body{
    font-family: font-family: 'Droid Arabic Kufi', serif !important;
    font-size: 14px;
}
/*
html body,
body p,
body a,
body .md-text .md-text-content p,
body header a,
body .widget a,
body .widget p,
body .widget span:not(.icon-caret-right),
body header .navigation a,
body header .navigation,
body .gather-overlay .menu a,
body header.side-classic div.footer .footer-content .copyright p,
.testimonial-classic .flexslider .detail .paragraph {
    font-family: "normalArabic";
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 ,
main .md-text .md-text-title,
body  h3.wpb_accordion_header,
body  h3.wpb_toggle_header,
.portfolio .filter li a{
    font-family: "boldArabic";
}*/

/*header*/


.topmenu nav:first-child:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    /*border-top: 39px solid;*/
    border-right: 39px solid transparent;
    position: absolute;
    right: -38px;
}
.topmenu:before {
    content: "";
    display: block;
    position: absolute;
    right: 50%;
    }
.main-menu:before {
    right: -13px;
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    height: 65px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
}
#main-menu-bg {
    height: 65px;
    position: absolute;
    right: 50%;
    width: 50%;
}
.header-padding div {
    text-align: right;
    float: right;
    border-right: 1px solid #eee!important;
    padding: 5px 15px;
}
.navbar-main > li > a{
    border-left: 1px solid rgba(255, 255, 255, 0.4)!important;
    padding: 0 25px;
}
.navbar-main > li:last-child > a{
    border-left: 0px none!important;
}
.navbar-main > li:first-child > a{
    border-right: 0px none!important;
}

/*footer*/
footer .color-part {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 50%;
    margin-right: -20%;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
}
footer p {
    font-size: 13px;
    margin-top: 30px;
    padding-left: 60px; 
    padding-right: 0;
    line-height: 20px;
}
footer:before{
	height:65px;
	content:"";
	display:block;
	position:absolute;
	right:50%;
	width:50%;
	bottom:0px;
}
footer .copy a {
  color: #ccc;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
footer .copy a:hover {
  color: #e13519;
}
.contact-info i {
    display: block;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 3px;
}

#to-top {
    right: -30px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    
    
}
#to-top i{
	webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    -o-transform: skew(-40deg);
	
}

.class{
    font-family: font-family: 'Droid Arabic Kufi', serif !important;
}