@font-face
{
	font-family: 'br';
	src: url('../fonts/Bahij-TheSansArabic-Plain.TTF');
}

@font-face
{
	font-family: 'bb';
	src: url('../fonts/Bahij_TheSansArabic-Bold.ttf');
}

@font-face
{
	font-family: 'bbb';
	src: url('../fonts/Bahij_TheSansArabic-ExtraBold.ttf');
}
*{
    margin: 0;padding: 0;outline: 0;
}
body{
    direction: rtl;
    font-family: "br";
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "bb";
}
header {
    background: #ddd url(../images/demo/BG\ Slider\ 2.jpg) no-repeat 0 67%;
    background-size: 100% 109%;
    padding: 50px 0;
    position: relative;
    height: 800px;
}
.header-overlay{
    position: absolute;
    width: 33%;
    height: 100%;
    top:0;
    right:0;
    background: rgba(0,0,0,0.5);
}
.navbar{
    background: #fff;
}
.logo a{
    display: block;
    padding: 0;
    padding-top: 10px;
    text-align: center;
}
.logo img{
    max-width: 100%;
}
nav li{
    list-style: none;
    float: right;
}
nav li a{
    display: inline-block;
    padding: 40px 29px;
    color:#CE6B45;
    font-family: bb;
    font-size: 18px;
    transition: all .5s;
}
nav li a:hover{
    background: #CE6B45;
    color:#fff;
}
.rabet-main{
    background: #fff;
    padding: 60px 35px;
    margin-top: 150px;
    box-shadow: 0 0 10px 3px #a6a3a3;
}
.rabet-main h3{
    font-size: 40px;
    margin-bottom: 20px;
}
.rabet-main p{
    font-size: 22px;
    color:#999;
    line-height: 39px;
    margin-bottom: 30px;
}
.rebet-mlinks{
    text-align: center;
}
.rebet-mlinks a{
    display: inline-block;
    border: 1px solid #CE6B45;
    border-radius: 50px;
    background: #CE6B45;
    color:#fff;
    padding: 15px;
    width: 40%;
    font-size: 18px;
    margin: 0 10px;
    transition: all .5s;
}
.rebet-mlinks a:hover{
    background: #666;
    border-color: #666;
}
.about-us,
.services,
.projects{
    overflow: hidden;
    clear: both;
    padding: 90px 0;
}
.main-head{
    text-align: center;
    margin-bottom: 70px;
    color:#CE6B45;
    font-size: 40px;
    position: relative;
}
.main-head:before{
    content: "";
    height: 6px;
    width:40px;
    background: #CE6B45;
    position: absolute;
    right: 0;
    left:0;
    top:-15px;
    margin: auto;
    border-radius: 10px;
}
.about-us-block{
    text-align: center;
    background: rgb(241,241,241);
    background: linear-gradient(0deg, rgb(234,232,232) 0%, rgb(255,255,255) 50%);
    height: 600px;
    padding-top: 90px;
    border: 1px solid transparent;
    border-bottom: 7px solid #CE6B45;
    transition: all .5s;
}
.about-us-block img{
    transition: all .5s;
}
.about-us-block h3{
    color:#CE6B45;
    font-size: 36px;
    margin: 50px 0 40px;
    transition: all .5s;
}
.about-us-block p{
    font-size: 20px;
    margin: 0 25px;
    color:#999;
    line-height: 35px;
    transition: all .5s;
}
.about-us-block:hover{
    border: 1px solid #CE6B45;
    border-bottom: 3px solid #CE6B45;
}
.about-us-block:hover img{
    transform: scale(1.2);
}
.services{
    background: #888888 url('../images/demo/BG\ Slider.jpg') no-repeat 51% 100%;
    background-size: 120% 180%;
    position: relative;
}
.services .container{
    position: relative;
    z-index: 1;
}
.services .main-head{
    color:#fff;
}
.services .main-head:before{
    background: #fff;
}
.serv-item{
    display: block;
    overflow: hidden;
    width:300px;
    height: 500px;
    background: #fff;
    border-bottom: 10px solid #CE6B45;
    margin: auto;
    transition: all .5s;
}
.serv-item img{
    height: 85%;
    min-width: 100%;
    transition: all .5s;
}
.serv-item h3{
    text-align: right;
    margin: 15px 10px 10px;
    font-size: 22px;
    color:#CE6B45;
    font-family: br;
    transition: all .5s;
}
.serv-item:hover{
    border-color: #666;
}
.serv-item:hover img{
    transform: scale(1.1, 1);
}
.owl1{
    position: relative;
}
.owl1 .owl-buttons{
    width: 100%;
    text-align: center;
    margin-top: 60px;
}
.owl1 .owl-buttons div{
    background: #fff;
    display: inline-block;
    color:#CE6B45;
    font-size: 20px;
    margin: 0 10px;
    width:40px;
    height: 40px;
    padding-top: 8px;
    transition: all .5s;
}
.owl1 .owl-buttons div:hover{
    background: #CE6B45;
    color:#fff;
}
.projects-nav{
    margin-bottom: 50px;
    text-align: center;
}
.projects-nav a{
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 50px;
    color:#666;
    padding: 15px;
    width: 300px;
    font-size: 18px;
    margin: 0 10px;
    text-align: center;
    transition: all .5s;
    margin-bottom: 15px;
}
.projects-nav a:hover, .projects-act{
    background: #CE6B45;
    border-color: #CE6B45;
    color:#fff !important;
}
.project-item{
    margin: 20px;
    overflow: hidden;
    direction: rtl;
    box-shadow: 0 0 10px 3px #e8e8e8;
}
.project-item-r img{
    width:100%;
    height: 500px;
}
.project-item-l{
    padding: 20px;
    padding-top: 80px;
}
.project-item-l h3{
    color:#CE6B45;
    font-size: 40px;
    font-family: br;
    margin: 20px 0;
}
.project-item-l p{
    color:#999;
    font-size: 25px;
    margin-bottom: 90px;
}
.project-item-address a{
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color:#CE6B45;
}
.project-item-address a i{
    margin-left: 10px;
}
.projects-tab{
    display: none;
}
.projects-tact{
    display: block;
}
.owl2{
    position: relative;
}
.owl2 .owl-buttons{
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.owl2 .owl-buttons div{
    background: #CE6B45;
    display: inline-block;
    color:#fff;
    font-size: 20px;
    margin: 0 10px;
    width:40px;
    height: 40px;
    padding-top: 8px;
    transition: all .5s;
}
.owl2 .owl-buttons div:hover{
    background: #999;
    color:#fff;
}
.partner-item{
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    border-radius: 5px;
    height: 130px;
    padding-top:10%;
    transition: all .5s;
    margin: 20px 10px;
}
.partner-item:hover{
    border-color:#CE6B45;
    transform: scale(1,1.1);
}
.partner-item img{
    max-width: 90%;
    max-height: 90%;
}

.owl3{
    position: relative;
}
.owl3 .owl-buttons{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.owl3 .owl-buttons div{
    background: #CE6B45;
    display: inline-block;
    color:#fff;
    font-size: 16px;
    padding: 10px;
    margin: 0 10px;
    width:35px;
    height: 35px;
    padding-top: 9px;
    transition: all .5s;
}
.owl3 .owl-buttons div:hover{
    background: #999;
    color:#fff;
}
footer{
    background: #EFEFEF;
    margin-top: 60px;
}
.footer-map{
    background: #ddd;
    width:100%;
    height: 300px;
}
.footer-address{
    overflow: hidden;
    clear: bloth;
    width:100%;
    padding: 20px 0;
    text-align: center;
}
.footer-address a{
    display: inline-block;
    margin: 20px 20px;
    color:#868585;
    font-size: 22px;
}
.footer-address a i{
    color:#ce6b45;
    border: 1px solid #ce6b45;
    width:40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    padding-top: 10px;
    margin-right: 5px;
}
.copyright{
    text-align: center;
    overflow: hidden;
}
.copyright a{
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin: 30px 0
}
.copyright span{
    color:#ce6b45;
}
.footer {
    background: #666 url(../images/demo/BG\ Slider.jpg) no-repeat 51% 100%;
    padding: 40px 0 20px;
    background-size: 120% 180%;
}
.footer-form-item{
    position: relative;
    margin-bottom: 15px;
}
.footer-form-item input{
    width:100%;
    background: transparent;
    border: 1px solid #b5b4b4;
    padding: 10px;
    text-indent: 23px;
    transition: all .5s;
    color:#fff;
}
.footer-form-item input::placeholder,
.footer-form-item textarea::placeholder{
    color:#b7b5b5;
}
.footer-form-item  i{
    position: absolute;
    top:30%;
    right:10px;
    color:#fff;
}
.footer-form-item textarea{
    width:100%;
    background: transparent;
    border: 1px solid #b5b4b4;
    padding: 10px;
    resize: none;
    height: 150px;
    transition: all .5s;
    color:#fff;
}
.footer-form-item button{
    width:100%;
    background: #CA6E4C;
    border:none;
    color:#fff;
    padding: 10px;
    transition: all .5s;
}
.footer-form-item input:focus,
.footer-form-item textarea:focus{
    border-color: #CA6E4C;
}
.footer-form-item button:hover{
    background: #999;
}
.up{
    position: fixed;
    bottom: 50px;
    right:50px;
    background: #CA6E4C;
    width:50px;
    height: 50px;
    font-size: 40px;
    overflow: hidden;
    display: none;
    z-index: 9999;
    transition: all .5s;
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding-top: 16px;
}
.up:hover{
    font-size: 26px;
    padding-top: 5px;
}
.navicon, .navclose{
    display: none;
}
/* --------------------------------------
   Media Queries
   -------------------------------------- */
/* Large desktop */
@media all and (device-width: 1280px)
{

}

@media only screen 
and (min-width: 1024px) 
and (max-height: 1366px) 
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 1.5) 
{
    nav li a{
        padding: 33px 20px;
    }
    .rebet-mlinks a:first-child{
        font-size: 16px;
        width:50%;
    }
    .rebet-mlinks a:last-child{
        font-size: 16px;
        width:30%;
    }
}
@media (max-width: 768px)
{
    .navicon{
        text-align: center;
        padding: 0;
    }
    .navicon i{
        color:#CA6E4C;
        font-size:  38px;
        cursor: pointer;
        padding-top: 35px;
    }
    .logo{
        text-align: center;
    }
    .serv-item{
        height: 400px;
    }
    .serv-item img{
        height: 80%;
    }
    nav{
        position: fixed;
        top:0;
        right:0;
        background: #fff;
        border-bottom: 1px solid #ddd;
        z-index: 9999;
        width:100%;
        height: 100%;
        padding-top: 30px;
        display: none;
    }
    nav li{
        float: none;
    }
    nav li a{
        display: block;
        padding: 10px;
        font-size: 14px;
        text-align: center;
        border-bottom: 1px solid #f7f7f7;
        font-family: br;
    }
    .navclose{
        color:#CA6E4C;
        width:30px;
        height: 30px;
        margin: auto;
        display: block;
        text-align: center;
        border: 1px solid #CA6E4C;
        border-radius: 50%;
        padding-top: 7px;
        margin-bottom: 20px;
        transition: all .5s;
    }
    .navclose:hover{
        background: #CA6E4C;
        color:#fff;
    }    
    .navicon, .navclose{
        display: block;
    }
}
@media (min-height: 1000px) and (min-width: 1800px){
    
}
@media (max-width: 600px)
{
    header{
        height: auto;
        padding-bottom: 30px;
    }
    .navicon{
        text-align: center;
        padding: 0;
    }
    .navicon i{
        color:#CA6E4C;
        font-size: 18px;
        cursor: pointer;
        padding-top: 35px;
    }
    .logo a{
        padding-top:10px;
    }
    .rabet-main{
        margin-top:50px;
        padding: 15px;
    }
    .rabet-main h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .rabet-main p{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .rebet-mlinks a:first-child{
        font-size: 12px;
        width:50%;
    }
    .rebet-mlinks a:last-child{
        font-size: 12px;
        width:30%;
    }
    .rebet-mlinks a{
        padding: 10px;
    }
    .about-us, .services, .projects{
        padding: 30px 0;
    }
    .project-item-l{
        padding: 10px;
    }
    .project-item-l h3{
        font-size: 26px;
    }
    .project-item-l p{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .project-item-address a{
        font-size: 14px;
    }
    .project-item-r img{
        height: 300px;
    }
    .copyright a{
        font-size: 14px;
    }
    .footer-address a{
        font-size: 14px;
        margin: 10px 0px;
        display: block;
        width:100%;
        text-align: left;
        padding-left: 50px;
    }
    .footer-address i{
        text-align: center;
    }
    .main-head{
        font-size: 30px;
    }
    .owl2 .owl-buttons,
    .owl3 .owl-buttons{
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .serv-item{
        height: 400px;
    }
    .serv-item img{
        height: 77%;
    }
}






