body,
html {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    background: #fefefe;
    color: #333333;
    font-family: 'Open Sans', 'droidkufi-regular', Helvetica, sans-serif;
    overflow-x: hidden;
}

.owl-carousel {
    z-index: 0;
}

.blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

html,
body {
    height: 100%;
    margin: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}


h2 {
    font-size: 30px;
    color: #444444;
    padding-bottom: 25px;
    text-indent: 30px;
    position: relative;
    border-bottom: 1px solid #ececec;
    text-transform: uppercase;
}

a {
    color: #fff;
}

a:hover {
    color: #fff;
}

.height {
    margin-top: 64px;
}

a:focus,
a:hover {
    text-decoration: none;
}


.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/spin.gif) center no-repeat #fff;
}

p {
    margin-bottom: 5px;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.logo_en {
    text-align: left;
}

.logo_ar {
    text-align: right;
}

.header {
    padding: 15px 0px;
    background: #fff;
}

.navWrapper {
    background: #333333;
    border-bottom: 3px solid #ae8e44;
}

.socialTop ul {
    width: 100%;
    text-align: center;
}

.socialTop ul li {
    float: right;
    height: 48px;
    width: 40px;
    list-style: none;
}

.socialTop ul li a {
    display: block;
    height: 100%;
    position: relative;

}

.socialTop ul li a img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.languageWrapper {
    background: #ae8e44;
    height: 48px;
    line-height: 48px;
    position: relative;
}

.languageWrapper:after {
    content: "";
    position: absolute;
    left: 100%;
    width: 100vw;
    height: 48px;
    background: #ae8e44;
}

.languageWrapper a {
    display: inline-block;
}

.owl-dots {
    position: absolute;
    margin-top: -40px;
    right: 40px;
}

.section {
    padding-bottom: 50px;
    padding-top: 50px;
}

.section:after {
    content: "";
    display: block;
    clear: both;
}

.innerPageCenter {
    background: #fff;
    text-align: start;
}

.innerPageCenter h2 {
    margin-bottom: 50px;
    text-indent: 0px;
}

.innerPageCenter h3 {
    padding-bottom: 20px;
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
}

.innerPageCenter h3:before {
    content: "";
    position: absolute;
    width: 123px;
    height: 1px;
    background: #cba776;
    display: block;
    top: 31px;
}

.innerPageCenter h2:before {
    content: "";
    position: absolute;
    width: 123px;
    height: 1px;
    background: #cba776;
    display: block;
    top: 58px;

}

.homeAbout {
    background: #fff;
    text-align: center;
}

.homeDeals {
    background: #fefefe;
}

.homeTestimonials h2,
.homeTeam h2,
.homeDeals h2 {
    text-align: center;
}

.homeTestimonials h2,
.homeTeam h2,
.homeDeals h2,
.homeAbout h2 {
    margin-bottom: 50px;
    text-indent: 0px;
}

.homeTestimonials h2:before,
.homeTeam h2:before,
.homeDeals h2:before,
.homeAbout h2:before {
    content: "";
    position: absolute;
    width: 123px;
    height: 1px;
    background: #cba776;
    display: block;
    top: 58px;
    left: 50%;
    margin-left: -61.5px;
}

.dealsBoxWrapper {
    margin-bottom: 40px;
    margin-top: 40px;
	min-height: 117px;
}

.dealsBoxWrapper h3 {
    color: #af8f3d;
    font-size: 22px;
    margin-bottom: 20px;
}

.dealsBoxWrapper p {
    display: -webkit-box;
    height: 43px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.team_wrapper {
    margin: auto;
    width: 80%;
}

.team_wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.team_wrapper {
    text-align: center;
}

.profilePic {
    width: 106px;
    height: 106px;
    background: #dadada;
    border-radius: 50%;
    margin: auto;
    padding: 4px;
}

.profilePic img {
    border-radius: 50%;
}

.perfileName {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 20px;
    height: 47px;
}

.perfilePosition {
    color: #b0b2b4;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}

.perfileEmail {
    color: #af8f3d;
    padding-top: 10px;
    padding-bottom: 5px;
}

.homeTestimonials {
    background: #f7f7f7;
}

.testi_wrapper {
    width: 60%;
    margin: auto;
    text-align: center;
}

.testi_wrapper p {
    text-align: center;
    margin-bottom: 39px;
}

.testi_wrapper .testiImage {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    border: 2px solid #af8f37;
    background: #fff;
    margin: auto;
    margin-bottom: 20px;
}

.testi_wrapper .testiImage img {
    border-radius: 50%;
}

.testi_wrapper span {
    margin-bottom: 15px;
    display: block;
}

.testi_wrapper .owl-dots {
    right: auto;
    margin: auto;
    position: relative;
}

.testi_wrapper .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 7px;
    border: 2px solid #af8f37;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    position: relative;
}

.testi_wrapper .owl-dot:hover span {
    border: 2px solid #af8f37;
}

.testi_wrapper .owl-dot.active span:before {
    content: "";
    background: #af8f37;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    top: 2px;
    left: 2px;
}

.footerWrapper {
    background: #333333;
    color: #bababa;
}

.footerAbout img {
    margin-bottom: 20px;
}

.footerAddress h4,
.footerTime h4,
.footerLink h4 {
    color: #fff;
    padding-bottom: 20px;
    font-size: 16px;
}

.footerLink ul li {
    list-style: none;
}

.footerLink ul li a {
    color: #bababa;
    padding-bottom: 9px;
    display: block;
}

.footerLink ul li a:hover {
    color: #fff;
}

.footerTime p {
    padding-bottom: 9px;
}

.addressIcon {
    position: relative;
    height: 50px;
}

.footerContant {
    margin-bottom: 9px;
}

.addressIcon img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.footerAddress p {
    color: #fff;
    text-transform: uppercase;
}

.footerCopyRights {
    border-top: 1px solid #ccc;
    padding-top: 25px;
    text-align: center;
    margin-top: 25px;
}

.footerSocialWrapper {
    height: 40px;
}

.footerSocialWrapper;
after {
    content: "";
    clear: both;
    display: block;
}

.footerSocialWrapper .fsb {
    float: left;
    width: auto;
    height: 30px;
    padding-right: 15px;
}

.moreBtn {
    padding-top: 25px;
    text-align: center;

}

.moreBtn a {
    border: 1px solid #af8f37;
    color: #af8f37;
    padding: 10px 20px;
    display: inline-block;
    transition: all ease-in 200ms;
}

.moreBtn a:hover {
    box-shadow: 0px 10px 18px -7px #ccc;
}

.activePage a {
    background: #ae8e44;
}

.Innerteam_wrapper {
    margin-bottom: 40px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 40px;
}

.Innerteam_wrapper:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 25px;
}

.Innerteam_wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.innerPageCenter p {
    padding-bottom: 15px;
    text-align: justify;
}

.Innerteam_wrapper .perfileName {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0px;
    height: auto;
}

.innerPageCenter .perfilePosition {
    border-bottom: 0px solid #ececec;
}

.innerPageCenter .perfileEmail {
    padding-top: 0px;
}

.ContactAddress p {
    color: #ae8e44;
    padding-bottom: 0px;
}

.ContactAddress .footerContant {
    height: 90px;
}

.contactForm input[type='number'],
.contactForm input[type='email'] ,
.contactForm input[type='text'] {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.contactForm input[type='submit'] {
    border: 1px solid #af8f37;
    color: #ffffff;
    padding: 10px 20px;
    display: inline-block;
    transition: all ease-in 200ms;
    background: #af8f37;
}

.contactForm input[type='submit']:hover {
    box-shadow: 0px 10px 18px -7px #ccc;
}

.contactForm textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    height: 100px;
    resize: vertical;
    border: 1px solid #ccc;
}

.mapWrapper {
    width: 100%;
    height: 300px;
}

.mapWrapper iframe{
    width: 100%;
    height: 300px;
}

.visionMisionWrapper {
    padding: 15px 15px;
    border: 1px solid #ececec;
    margin-top: 50px;
}

.Innerteam_MainWrapper {
    padding: 15px;
    border: 1px solid #ececec;
}

.aboutPreface {
    background: #f9f9f9;
    padding: 30px;
    margin-bottom: 30px;
}

.dealWithWrapper{
    padding-top: 30px;
}

.dealWithBox{
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 15px;
    height: 210px;
    border-radius: 4px;
}
.innerPageCenter h4 {
    padding-bottom: 0px;
    font-size: 18px;
    position: relative;
    margin-bottom: 10px;
    color: #af8f3f;
}

.arabic_number{
    direction: ltr;
    display: inline-block;
}
#feedback{
border-radius: 3px;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
    background: #af8f3d;
}

.mapWrapper iframe{
width:100%;
}