*{
    padding: 0;
    margin: 0;
	line-height: normal;
}
p{
    padding: 0;
    margin: 0;
    direction: rtl;
    line-height: 1.8;
}
a{
    transition: all 0.5s ease 0s;
    text-decoration: none;
    outline: none;
}
a:hover{
    transition: all 0.5s ease 0s;
    text-decoration: none;
    outline: none;
}

@font-face {
 font-family:sky;
 font-style:normal;
 font-weight:400;
 src:url("fonts/sky.ttf") format('truetype')
}

@font-face {
 font-family:Bahij;
 font-style:normal;
 font-weight:400;
 src:url("fonts/Bahij_TheSansArabic-Light.ttf") format('truetype')
}

@font-face {
 font-family:GE_SS;
 font-style:normal;
 font-weight:400;
 src:url("fonts/GE_SS_Unique_Light.otf") format('truetype')
}


/*html {
    margin-top: 0  !important;
}
#wpadminbar{
    display: none;
}*/

body{
    color: #000;
    font-size: 15px;
    font-family: 'GE_SS', serif;
       /* font-family: 'Montserrat', sans-serif;*/
    padding: 0;
    transition: all 0.5s ease 0s;
    margin: 0;
    text-align: right;
}


/*header*/
/*====================================*/

.row{
    display: block;
}
header{
    position: sticky;
    top: 0;
    background: #fff;
    box-shadow: 0 0 5px #ddd;
    width: 100%;
    z-index: 999;
    padding: 10px 15px;
    z-index: 999;

}
header .logo{
    float: left;
}
header img{
    width: 180px;
    height: auto;
    display: block;
}
@media (max-width: 769px) {
 header img{
    width: 120px;
}   
}
header ul{
    list-style: none;
    display: block;
    float: right;
    margin: 10px 0 0;
}
header ul li{
    float: right;
    display: block;list-style: none;
}
header ul li a{
    color: #000;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    outline: none;
    font-size: 19px;
}
header ul li:last-child {
    float: left;
}
header ul li a:hover{
    color: #e28e3a;
    text-decoration: none;
    outline: none;
}
header ul.topnav > li.current-menu-item > a,
header ul.topnav2 > li.current-menu-item > a{
    color: #e28e3a;

}


@media (max-width: 769px) {
    .topnav,
    .topnav2{
        position: fixed;
        top: 0;
        left: -300px;
        bottom: 0;
     transition: all 0.5s ease 0s;
        width: 250px;
        z-index: 9999;
        background: #fff;
        padding: 30px 0;
    }

.open{
     transition: all 0.5s ease 0s;
    left: 0;
}

header ul{
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
}
header ul li{
    float: none;
    display: block;
    list-style: none;
}
header ul li a{
    padding: 15px;
    border-bottom: 1px solid #f1f1f1;
}
header ul li:last-child {
    float: none;
}
.bar {
    width: 25px;
    height: 20px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    position: relative;
    float: right;
    margin: 15px 0 0 0;
    cursor: pointer;
}
.bar:after{
    content: "";
    position: absolute;
    top: 48%;
    left: 0;
    border-bottom: 1px solid #999;
    width: 100%;
}
.bar:hover,
.bar:hover:after{
    border-color:  #000;

}
}
/***************/

.slider{
    padding: 0;
    margin: 0;
    clear: both;
    position: relative;
}
.slider img{
    width: 100%;
    height: 80vh;
}
@media (max-width: 769px) {
    .slider img{
    height: 50vh;
}
}
.block .slider img{
    height: 60vh !important;
}


.owl-theme .owl-controls .owl-page span{
    background: #205b96;
    border: 1px solid #fff;
}
.slider .owl-theme .owl-controls{
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
}
/**/
section{
    clear: both;
    padding: 100px 5px;
    display: block;
    overflow: hidden;
}
.about{}
.about .block{
    float: right;
    padding: 20px;
    text-align: right;
    font-size: 16px;
}
.about .block h1{
    display: block;
    margin: 25px 0;
    font-weight: 900;
    color: #e28e3a;

}
.mor{
    display: block;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    padding: 10px 30px 20px 10px;
    position: relative;
}
.mor .fa{
    color: #ddd;
    position: absolute;
    transition: all 0.5s ease 0s;
    top: 15px;
    right: 0;
    font-size: 20px;
}
.mor:hover .fa{
    color: #e28e3a;
    transition: all 0.5s ease 0s;
}
.mor h3{
    color: #e28e3a;
    margin: 0 0 10px;
    font-weight: normal;
}

/**/
.serv{
    text-align: center;
    background: #205b96;
    color: #fff;
    padding: 100px 15px;
}
.title{
    display: block;
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 20px;
}

.serv .box{
    float: right;
    text-align: right;
    display: block;
    background: #fff;
    border: 10px solid #205b96;
    color: #000;
    padding: 10px 15px;
}

.serv .box img{
    float: left;
    width: 50%;
    height: 300px;
}
.serv .box h2,.serv .box p{
    display: block;
    width: 50%;
    float: right;
    padding: 15px 5px 10px;
}
@media (max-width: 769px) {
    .serv .box h2,.serv .box p,.serv .box img{
        width: auto;
        height: auto;
        max-height: 200px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }
}
.serv .box h2{
    color: #e28e3a;
    font-weight: bold;
    font-size: 25px;
}

/**/
.pru{
    text-align: center;
}
.pru .box{
    padding: 5px;
}
.pru img{
    max-width: 100%;
    height: 300px;
    display: block;
    margin: auto;
}
.pru .box h2{
    color: #000;
    margin: 15px 0;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.pru .box h2:hover{
    color: #e28e3a;
}



/**/
.export{
    text-align: center;
    background: #205b96;
    color: #fff;
}
.export .box{
    padding: 15px;
}
.export .box img{
    width: 100%;
    max-height: 250px;
    display: block;
    margin: auto;
    background: #fff;
}

/**/
.map{
    clear: both;
    width: 100%;
    padding: 0;
}
.map iframe {
    width: 100%;
    height: 500px;
    margin: 0 0 -15px;
}

/**/
footer{
    padding: 0;
    display: block;
    background-color: #205b96;
    color: #fff;
    text-align: right;
    direction: rtl;
    clear: both;
    background-position: center;
    background-size: cover;
}
.footer-intro{
    padding: 50px 15px;
    overflow: hidden;
    background: rgba(21,61,100,0.9);
}


footer .foot{
    float: right;
    padding: 15px;
}
footer .foot h3{
    display: block;
    margin: 0 0 15px;
    color: #e28e3a;
    font-weight: 25px;
}
footer .foot ul{
    display: block;
    list-style: none;
    direction: rtl;
}
footer .foot ul li{
    float: none;
    padding: 5px 0;
}
footer .foot ul li a{
    color: #fff;
    text-decoration: none;
    outline: none;
}
footer .foot ul li a:hover{
    color: #e28e3a;
}

/**/
footer .add{
    overflow: hidden;
    width: 100%;
    padding: 0 40px 20px 0;
    position: relative;
    font-size: 16px;
}
footer .add .fa{
    color: #e28e3a;
    font-size: 18px;
    position: absolute;
    top: 7px;
    right: 0;
}
/**/
.copy{
    color: #fff;
    text-align: center;
    direction: rtl;
    display: block;
    padding: 20px;
    font-size: 14px;
    background: #205b96;
    clear: both;
}
.copy a{
    color: #fff;
    text-decoration: none;
    outline: none;
}
.copy a:hover{
    color: #e28e3a;
    text-decoration: none;
    outline: none;
}
/**/
.cool{
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
}
.cool .fa{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #e28e3a;
    margin: 0 0 0 10px;
    border: 1px solid #e28e3a;
    text-decoration: none;
    outline: none;
    font-size: 25px;
    float: right;
}
.cool .fa:hover{
    color: #e28e3a;
    background: #fff;
}
/**/
.head{
    background: #205b96;
    padding: 50px 20px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.clinte{}
.clinte .item {
    float: right;
    padding: 5px;
    height: 200px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.clinte .item img{
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}



/**/
.fa-angle-up{
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #e28e3a;
    transition: all 0.5s ease 0s;
    border: 1px solid #e28e3a;
    text-decoration: none;
    outline: none;
    font-size: 25px;
    float: right;
    position: fixed;
    bottom: 15px;
    left: -50px;
    z-index: 99;

}

/*************************/

.btn-primary {
    color: #fff;
    background-color: #e28e3a !important;
    border-color: #e28e3a !important;
    margin: 50px auto 0;
    outline: none;
	padding: 15px 25px;
}



.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    overflow: hidden;
    padding: 25px 10px;
    text-align: right;
    direction: rtl;
    color: #000;
}
.modal-content h1{
	display: block;
	border-bottom: 1px solid #ddd;
	color: #205b96;
	padding: 10px 30px 20px;
	margin: 0 0 20px;
	font-size: 25px;
}
.modal-content .block{
	float: right;
	padding: 10px 30px;
}
.modal-content .block img{
	display: block;
	margin: 0 auto 20px;
}
.modal-content .block ul{
	direction: rtl;
	padding: 20px 25px 0 0;
}

.modal-content .block button,.modal-content .block input,.modal-content .block select,.modal-content .block textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    padding: 5px 10px;
    text-align: right;
    direction: rtl;
    margin: 0 0 10px;    
	outline: none;
    border: 1px solid #205b965e;
    max-height: 100px;
}
.modal-content .block  input[type=button],.modal-content .block  input[type=reset],.modal-content .block  input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    width: auto;
    background: #205b96;
    color: #fff;
    border: none;
    outline: none;
    padding: 10px 30px;
}
.fa-times {
    float: left;
    font-size: 20px;
    color: #999;
}

@media (max-width: 769px) {
}
/*
background-color: rgba(80,104,140,0.5);
    transition: all 0.5s ease 0s;
        transform: scale(1.2);
*/


/*==========================================*/
/*==========================================*/
/*==========================================*/
/*==========================================*/
/*==========================================*/
/*==========================================*/







/*
background-color: rgba(80,104,140,0.5);
    transition: all 0.5s ease 0s;
        transform: scale(1.2);
*/






