@font-face{
    font-family:cairo;
    src:url(../fonts/Cairo-Regular.ttf);
}
@font-face{
    font-family:ath;
    src:url(../fonts/A.Thuluth_p30download.com_.ttf);
}
body{
    margin: 0;
    padding: 0;
    direction: rtl;
    text-align: right;
    font-family: cairo;
}
.hov{
    border: 2px solid #bc9034;
}
.hov:hover{
    background: #fff!important;
    color: #bc9034!important;
}
.pageContainer{
    overflow: hidden;
}
a , li , ::after , ::before , input ,button , .trans{
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
ul , p{
    margin: 0;
    padding: 0;
}
a:hover{
    text-decoration: none;
}
/*loader*/
.loader{
    position: fixed;
    z-index: 9999999;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.loader > div{
    height: 100%;
    background: #fff;
}
.loader > div div{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border:8px solid #975151;
    border-bottom:8px solid transparent;
    -webkit-animation: rotation 2s infinite linear;
    animation: rotation 2s infinite linear;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
    }
}
@-webkit-keyframes rotation {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
    }
}
/**/
.language-chooser {
    list-style: none;
}
.language-chooser li.active{
    display: none;
}
.language-chooser li{
    text-align: left;
}
.language-chooser li a{
    color: #975151;
	font-size:18px
}
.language-chooser li a span{
	    background-color: #bc9034;
    color: #fff;
    font-weight: 500;
    display: flex;
    width: 100px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
}
.english-ar{
	    display: flex;
    justify-content: flex-end;
}
/*upper bar*/
div.upper-bar{
    background: #bc9034;
    color: #fff;
    padding: 18px 0;
}
div.upper-bar a{
    color: #fff;
}
div.upper-bar i{
    display: inline-block;
    margin: 0 10px;
	    font-size: 14px;
}
div.upper-bar span{
	    font-size: 13px;
}
.from-to span{
    display: block;
    margin: 0 5px;
}
/*nav*/
nav{
    padding: 10px 0;
}
a.logo{
    max-width:370px ;
    height: 110px;
}
a.logo img{
    max-width: 100%;
    max-height: 120%;
    height: auto;
    width: auto;
}
.nav-links{
    margin-right: 20px;
}
.nav-links ul li a{
    font-size: 14px;
    color: #181717;
    font-weight: bold;
}
.nav-links ul li a:hover{
    color: #bc9034;
}
.wpcf7-form-control-wrap.menu{
    float: none;
    width: 100%;
}
/**/
/*main sec*/
.m-slide{
    height: calc(100vh - 105px);
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
	padding:0 125px;
	overflow:hidden;
}
.m-slide::after{
    content:"";
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color: rgba(0 ,0 , 0 , .8);
    z-index: -1;
}
.m-slide a{
    display: inline-block;
    background-color:#bc9034;
    text-align: center;
    padding: 13px 60px;
    color:#fff;
    border-radius: 10px;
    font-size: 16px;
	position:relative;
}
.m-slide span{
    font-size: 30px;
    display: inline-block;
    color:#fff;
	    overflow: hidden;
    height: 46px;
}
.m-slide p{
	    font-size: 19px;
    line-height: 38px;
    margin: 15px 0;
    color:#B1B1B1;
    overflow: hidden;
    height: 86px;
}
.m-slider .owl-nav button{
    position: absolute;
    top:calc((100% - 60px) / 2);
    width: 60px;
    height: 60px;
    border: 3px solid #878887!important;
    color: #878887!important;
}
.m-slider .owl-nav [class*=owl-]:hover{
    background: #bc9034!important;
	color: #fff!important;
	border-color: #bc9034!important
}
.m-slider .owl-nav button.owl-prev{
    right: 50px;
}
.m-slider .owl-nav button.owl-next{
    left:50px;
}
.m-slider .owl-nav button i{
    font-size: 30px;
}
/*services*/
.services{
    padding: 0 17%;
    position: relative;
    top:-100px;
    z-index: 10;
}
.service{
    background: #181717;
    padding: 20px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(135,136,135,0.16);
}
.service-img {
    width: 90px;
    height: 90px;
    margin:  0 auto 10px auto;
}
.service-img img{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
.service-body span{
    font-weight: 500;
    font-size: 20px;
    line-height: 45px;
}
.service-body p{
    font-size: 16px;
    color: #F5F5F5;
    line-height: 30px;
    margin: 10px 0;
}
.service:hover{
    background: #bc9034;
}
/*who are we*/
.who-are-we{
    padding: 0 17% 100px 17%;
}
.who-are-we span{
    color: #181717;
    font-size: 36px;
    font-family: ath;
	position:relative;
}
.who-are-we span::after{
	content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background: #707070;
    right: 0;
    top: -22px;
}
.who-are-we .waw-content{
    padding: 0 120px 0 0;
}
.who-are-we p{
    font-size: 20px;
    line-height: 40px;
    color: #707070;
    margin: 0 0 20px 0;
}
.who-are-we .waw-content a{
    background: #bc9034;
    color: #fff;
    padding: 13px 60px;
    border-radius: 10px;
    display: inline-block;
}
/*trust*/
.trust h2{
    color: #fff;
    margin: 0 auto 60px auto ;
    font-family:ath;
    font-size: 50px;
    position: relative;
    max-width: 500px;
}
.trust h2::after{
    content: "";
    position: absolute;
    width: 1000px;
    height: 2px;
    background: #878887;
    right: -1000px;
    top:50%;
}
.trust{
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
    padding: 70px 0;
}
.trust::after{
    content:"";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: -1;
    background-color: #1F1F1F;
    opacity: .89;
}
.trus{
    color: #fff;
    padding: 0 0 20px 0;
    position: relative;
    font-weight: 500;
    line-height: 35px;
}
.trus div{
    padding: 0 20px;
}
.trus div span:first-child{
    margin: 0 0 25px 0;
    font-size: 40px;
    color: #878887;
}
/**/
._services{
    padding: 50px 11%;
}
h3{
    color: #181717;
    font-size: 60px;
    font-family: ath;
}
._service{
    border: 1px solid rgba(135,136,135,0.16);
    padding: 20px;
    margin: 25px 10px;
    box-shadow: 0 3px 6px rgba(135,136,135,0.16);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    transition: all .5s ease-in-out;
}
._service::after{
    content: "";
    position: absolute;
    top:15px;
    left: 15px;
    right:15px;
    bottom:15px;
    z-index: -1;
    background: #bc9034;
    opacity: 0;
    visibility: hidden;
	transition: all .5s ease-in-out;
}
._service span{
    display: block;
    margin: 25px 0;
    color: #181717;
    font-size: 16px;
    font-weight: bold;
}
._service div._s_text{
    font-size: 16px;
    color: #878887;
    line-height: 30px;
    height: 152px;
    overflow: hidden;
}
._service-img{
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    border:1px solid  rgba(135,136,135,0.55);
    overflow: hidden;
}
._service-img img{
    max-width: 60%;
    max-height: 60%;
    width: auto;
    height: auto;
}
._service:hover{
    background: #bc9034;
}
._service:hover span{
    color: #fff;
}
._service:hover p{
    color: #fff;
}
._service:hover::after{
    visibility: visible;
    opacity: 1;
}
.s-service{
    padding: 50px 0;
}
.s-service .ss-txt , .s-service .ss-txt p{
    font-size: 20px;
    line-height: 50px;
    margin: 20px 0;
    color: #707070;
}
.more-services{
    width: 240px;
    text-align: center;
    padding: 15px;
    margin: 30px auto 0 auto;
    color: #fff;
    background:#bc9034;
    border-radius: 10px;
    font-size: 18px;
	position:relative;
}
.more-services::after{
	content: "";
    position: absolute;
    height: 3px;
    width: 1000px;
    right: -1000px;
    background: #878887;
    bottom: 25px;
    z-index: -1;
}
.m-slide a::after{
	content: "";
    position: absolute;
    height: 3px;
    width: 1000px;
    right: -1000px;
    background: #878887;
    bottom: 25px;
}
/**/
.iss{
    padding: 50px 0;
}
/**/
.ipc-img{
	margin:40px 0 0 0;
	border-radius:10px;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ipcc span ,.nbv{
    color: #181717;
    font-size: 40px;
    margin: 20px 0 0 0;
    font-family: ath;
}
.ipcc p , .ipccms p{
    font-size: 18px;
    line-height: 40px;
    color: #707070;
}
#accordion{
    margin: 30px 0 0 0;
}
#accordion .card-header{
    background-color: #bc9034!important;
    border-radius: 10px;
}
#accordion .card-link{
    color: #fff!important;
    font-size: 18px;
    display: block;
    position: relative;
    padding-right: 30px;
}
#accordion .card-link::after , #accordion .card-link::before{
    content: "";
    position: absolute;
    width: 4px;
    height: 20px;
    background: #fff;
    right: 0;
    top:5px;
}
#accordion .card-link::before{
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
#accordion  .card-body p{
    color: #878887;
    font-size: 16px;
    line-height: 30px;
}
#accordion  .card-body ul li{
    color: #878887;
    margin: 20px 0;
}
#accordion  .card-body ul li i{
    font-size: 25px;
    color: #975151;
    display: inline-block;
    margin: 4px 10px 0 10px;
}
.sh::after{
    opacity: 0;
    visibility: hidden;
}

#accordion .card{
    border: none;
    margin: 0 0 30px 0;
}
.tax-issue{
    padding: 50px 0;
}
.tax-issue-sec{
    margin: 15px 0;
}
.issues-menu{
    background-color: #F5F5F5;
    padding: 10px;
    margin: 0 0 20px 0;
    position: relative;
}
.more-iss{
    display: block;
    width: 200px;
    background:#bc9034;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin: 40px auto 0 auto;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
}
.issues-menu::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    top:-100px;
    right: 0;
    left: 0;
    background: #F5F5F5;
}
.issues-menu ul{
    margin: 20px 0 0 0;
}
.issues-menu ul li{
    border-bottom: 1px solid rgba(26,37,40,0.14);
}
.issues-menu ul li:last-child{
    border-bottom:none;
}
.issues-menu ul li a{
    display: block;
    position: relative;
    padding:20px 10px;
    color: #1A2528;
    font-size: 16px;
}
.issues-menu ul li a i{
    display: inline-block;
    margin: 0 0 0 20px;
    font-size: 20px;
}
.issues-menu ul li a:hover{
    color: #975151;
}
.col-xlarge-5{
    margin:0!important;
    padding: 0!important;
}
.iss-ss{
    height: 300px;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.iss-ss span{
    height: 100%;
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
}
.iss-ss::after , .iss-ss::before , .iss-ss span::before , .iss-ss span::after{
    content: "";
    position: absolute;
    background: #878887;
}
.iss-ss::after , .iss-ss::before{
    width: 2px;
    top:10px;
    bottom: 10px;
}
.iss-ss::after {
    left: 10px;
    transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
}
.iss-ss::before{
    right:10px;
    transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
}
.iss-ss span::before , .iss-ss span::after{
    height: 2px;
    left: 10px;
    right: 10px;
}
.iss-ss span::before {
    top:10px;
    transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
}
.iss-ss span::after{
    bottom: 10px;
    transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
}
.iss-container{
    margin: 50px 0 20px 0;
}
.iss-container .nav-tabs{
    margin: 0 0 80px 0;
    border: none!important;
}
.iss-container .nav-tabs .nav-link, .iss-container .nav-tabs .nav-link.active{
    border: none!important;
}
.iss-container .nav-tabs .nav-link.active{
    color: #bc9034;
}
.iss-container .nav-tabs .nav-link{
    color: #181717;
	    font-size: 17px;
    font-weight: 600;
}
.iss-container .nav-tabs .nav-item{
    margin: 0 30px;
}
.ovl{
    position: absolute;
    z-index: -1;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background: #181717;
    opacity: 0;
    visibility: hidden;
}
.iss-ss:hover::after , .iss-ss:hover::before , .iss-ss:hover span::before , .iss-ss:hover span::after{
    transform: translate(0);
}
.iss-ss:hover .ovl{
    opacity: 0.75;
    visibility: visible;
}
.iss-ss:hover span{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.customers{
    padding: 50px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.customers .cuss-bcg-img{
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    height: 115%;
}
._customers{
    margin: 10px;
    position: relative;
}
._customers::after , ._customers::before{
    content: "";
    position: absolute;
    background: #878887;
    right: 0;
    top: 0;
}
._customers::after , .__customers::after{
    width: 180px;
    height: 2px;
}
._customers::before , .__customers::before{
    height: 120px;
    width: 2px;
}
.cus-slide{
    position: relative;
    padding: 20px;
}
.__customers::after , .__customers::before{
    content: "";
    position: absolute;
    background: #878887;
    left: 0;
    bottom: 0;
}
.cus-slide p{
    font-size: 18px;
    color: #878887;
    line-height: 35px;
}
.cus-slide i{
    display: block;
    margin: 15px 0;
}
.cus-slide span{
    font-size: 20px;
    color: #bc9034;
}
.cus-slider .owl-dots{
    position: absolute;
    bottom:-40px;
    width: 100%;
}
.cus-slider .owl-dots .owl-dot span{
    background: #fff;
    border:2px solid #181717;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot{
    outline: 0;
}
.cus-slider .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #181717;
}
/**/
.contact{
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}
.contact::after{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #181717;
    opacity: .86;
    z-index: -1;
}
.contact-us .wpcf7-response-output{
    color: #fff!important;
}
.ff{
    text-align: right;
}
.ajax-loader{
    float: left;
}
.contact-us ::placeholder{
    color: #fff;
}
.contact-us form select option{
    color: #975151;
}
.contact-us form input , .contact-us form select {
    height: 55px;
}
.contact-us form input[type = 'submit']{
    width: 200px;
    background: #bc9034;
    border: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.contact-us form input , .contact-us form select , .contact-us form textarea{
    width: 100%;
    outline: 0;
    border: 2px solid #878887;
    border-radius: 10px;
    padding: 10px;
    background: transparent;
    color: #fff;
    margin: 15px 0;
}
.contact-us{
    position: relative;
}
.contact-us::after{
    content:"";
    position: absolute;
    height: 3px;
    width: 1000px;
    right:-1000px;
    background: #878887;
    bottom: 40px;
}
.contact-text{
    color: #fff;
}
.contact-text span{
    font-size: 40px;
    line-height: 80px;
    font-family: ath;
}
.contact-text p{
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
}
/*news*/
.news{
    padding: 100px 0;
}
.news .row{
    margin: 70px 0 0 0;
}
.news-img{
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.news-img::after{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #181717;
    opacity: 0;
    visibility: hidden;
}
.news-img div{
    height: 100%;
    background-position: center;
    background-size: cover;
}
.news-text>span{
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #181717;
    margin: 20px 0;
    overflow: hidden;
    height: 30px;
}
.auther-info span{
    color: #878887;
    font-size: 20px;
    display: inline-block;
    position: relative;
}
.auther-info span:first-child{
    width: calc(60% - 11px);
    text-align: right;
}
.auther-info span:last-child{
    width: calc(40% - 11px);
    text-align: left;
}
/* .auther-info span::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background:  #878887;
    left: -5%;
    top:calc((100% - 30px) / 2);
}
.auther-info span:last-of-type::after{
    display: none;
} */
.ss_auther{
    max-width: 400px;
    margin: 30px 0;
}
.auther-info label{
    display: block;
    width: 1px;
    height: 25px;
    background:  #878887;
    margin: 0 10px;
}
.auther-info span img{
    width: 33px;
    height: 33px;
    border-radius: 50%;
    margin: 0 0 0 10px;
}
.news-content:hover .news-img div{
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
}
.news-content:hover .news-img::after{
    opacity: .58;
    visibility: visible;
}
/*pages*/
.breadcrumbb{
    padding: 90px 10px;
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
}
.breadcrumbb::after{
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: #181717;
    opacity: .8;
    z-index: -1;
}
.breadcrumbb span{
    font-size: 40px;
    color: #fff;
    font-family: ath;
}
.news-page{
    padding: 10px 14%;
}
.newww-img{
    height: 550px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}
.new-txtt{
    font-size: 24px;
    color: #878887;
    line-height: 50px;
    margin: 20px 0;
}
.about-page .about-content{
    padding: 50px 0;
}
.about-page .about-content:nth-of-type(even){
    background: #F5F5F5;
    direction: ltr;
}
.about-img{
    height: 400px;
    background-position: center;
    background-size: cover;
}
.about-textt span{
    color: #181717;
    font-size: 60px;
    font-family: ath;
}
.about-textt div{
    margin: 20px 0 20px 0;
    font-size: 18px;
    line-height: 40px;
    color: #878887;
}
.contact-page{
    padding: 50px 0;
}
.s-contact{
    position: relative;
}
.s-contact::after{
    content: "";
    position: absolute;
    height: 3px;
    width: 1000px;
    right: -1000px;
    background: #878887;
    bottom: 30px;
}
.s-contact label{
    display: block;
    color: #878887;
    font-size: 18px;
}
.s-contact-info span.scih{
    font-size: 50px;
    font-family: ath;
    color: #181717;
    display: block;
}
.s-contact-info p.scip{
    font-size: 16px;
    color: #878887;
    margin: 20px 0;
}
.map{
    border-radius: 10px;
    height: 300px;
    overflow: hidden;
}
.contact-info li{
    margin-bottom: 30px;
}
.contact-info li i{
    color: #bc9034;
    font-size: 40px;
    margin-left: 20px;
}
.contact-info li  div span{
    color: #747474;
    font-size:18px;
    line-height:35px;
}
.contact-info li div p{
    font-size: 24px;
    line-height: 31px;
    color: #181717;
}
.map iframe{
    height: 100%;
    width: 100%;
}
.s-contact input {
    height: 60px;
}
.s-contact input[type = 'submit']{
    background: #bc9034;
    text-align: center;
    color: #fff;
    width: 170px;
    font-size: 20px;
}
.s-contact input , .s-contact textarea{
    width: 100%;
    border:0;
    outline: 0;
    background: #F5F5F5;
    border-radius: 10px;
    padding: 0 10px;
}
.s-contact .f-group{
    margin: 0 0 30px 0;
}
.s-contact .f-group br{
    display: none;
}
/*footer*/
footer{
    padding: 70px 0 30px 0;
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}
footer::after{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    right:0;
    bottom:0;
    background: #181717;
    opacity: .92;
    z-index: -1;
}
.footer-sec-h{
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 0px 0;
	    margin-top: 15px;
}
.commercial-register{
	    margin-top: 20px;
    max-width: 70%;
}
.copyright{
    color: #fff;
    font-size: 16px;
    background: #181717;
    padding: 17px 0;
    border-top: 1px solid #878887 ;
}
footer ul li i {
    display: inline-block;
    margin: 0 0 0 10px ;
    font-size: 25px;
    color: #B1B1B1;
}
footer ul li{
    margin: 30px 0;
    position: relative;
}
footer ul.links li{
    padding:0 40px 0 0;
}
footer ul.links li::before{
    content:"";
    width: 15px;
    height: 15px;
    background-image: url(../images/two-left-arrows.png);
    background-size: 100% 100%;
    position: absolute;
    top:6px;
    right:0;
    color: #B1B1B1;
    font-size: 20px;
    font-weight: bolder;
}
footer ul li a{
    color: #fff;
    font-size: 15px;
}
footer ul li:last-child{
    margin-bottom: 0!important;
}
footer .subss span{
	    font-size: 25px;
    margin: 20px 0;
    line-height: 32px;
	    font-family: ath;
}
footer .subss p{
    font-size: 16px;
    margin: 20px 0;
	    line-height: 31px;
}
footer form{
    position: relative;
}
footer form input{
    height: 50px;
    width: 100%;
    outline: 0;
    background: transparent;
    border: 2px solid #878887;
    border-radius: 10px 0 0 10px;
    border-right:none;
    padding: 0 60px 0 10px;
    font-size: 16px;
    color: #fff;
}
input , textarea , select{
    text-align: right;
    font-family: cairo;
}
footer .wpcf7-not-valid-tip{
    font-size: 20px!important;
}
footer form button{
    outline: 0;
    position: absolute;
    right: 0;
    top:0px;
    width: 50px;
    height:50px;
    text-align: center;
    font-size: 30px;
    border:none;
    outline: 0;
    float: right;
    background: #bc9034;
    color: #fff;
}
.copyright a{
    color: #fff;
}
.copyright a:hover{
    color: #975151;
}
footer ul li a:hover{
    color: #bc9034;
}
input[type="submit"]{
    border: 2px solid #bc9034!important;
}
input[type="submit"]:hover{
    background: #fff!important;
    color: #bc9034;
}
.links-media{
	margin-top: 15px
}
.links-media a{
	    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    width: 55px;
    height: 55px;
    background-color: #bc9034;
    color: #fff;
    border-radius: 50%;
    font-size: 33px;
    margin-bottom: 20px;
	transition: all .6s;
}
.links-media a:hover{
	transform: scale(1.2, 1.2)
}
.page-page{
	    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.page-page .container > img{
	    max-width: 100%;
    margin-bottom: 30px;
}
.page-page .container > h2{
	    color: #bc9034;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 20px;
    line-height: 36px;
}
.fixed-footer{
	    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #bc9034;
    z-index: 20;
    display: none;
    justify-content: space-around;
    padding-left: 15px;
    padding-right: 15px;
	align-items: center;
	box-shadow: 0 -2px 5px #bc90346e;
}
.fixed-footer > a,
.fixed-footer > i{
	    display: flex;
    justify-content: center;
    width: 40px;
    height: 40px;
    align-items: center;
    color: #fff;
    font-size: 30px;
	transition: all .7s;
	cursor: pointer
}
.fixed-footer .language-chooser a{
	width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
	transition: all .7s
}
.fixed-footer > a:hover,
.fixed-footer > i:hover,
.fixed-footer .language-chooser a:hover{
	    text-shadow: 0 0 10px #fff;
}
.fixed-footer .qtranxs_widget_end{
	display: none!important
}
.chaty-widget{
	bottom: 50px!important
}
nav .language-chooser li a span{
	    width: 60px!important;
    height: 30px!important;
    border-radius: 6px!important;
}
.fb_dialog_content > iframe{
	    bottom: 50px!important;
}

/*media query*/
@media (min-width: 1200px){
.container {
    max-width: 1280px;
}
.col-xlarge-5{
    max-width: 20%!important;
}
}
@media (max-width : 1200px){
    .services{
        padding: 0;
    }
    .news-page {
        padding: 10px 0;
    }
	.english-ar {
		display: none!important
	}
	.fixed-footer{
		display: flex!important
	}
}
@media only screen and (max-width : 992px){
	
	a.logo img{
		    max-width: 75%!important;
    max-height: 75%!important;
	}
	a.logo,
	a.logo img{
		    text-align: center;
    margin-left: auto;
    margin-right: auto;
	}
	
    .about-textt{
        margin: 20px 0 0 0;
    }
    .m-slider .owl-nav button{
        bottom: 10px;
        top:auto;
        height: 40px;
        width: 40px;
    }
    .m-slide {
		padding:0;
        height: calc(100vh - 238px);
    }    
    .newww-img {
        height: 350px;
    }
    .services{
        top:0;
        padding: 50px 0;
    }
    div.upper-bar a , .from-to span{
        font-size: 14px;
    }
    .footer-sec{
        margin: 0 0 40px 0;
    }
    .footer-sec-h{
        margin: 0;
    }
    footer ul li:first-child{
        margin-top: 10px!important;
    }
    .who-are-we .waw-content{
        padding: 0!important;
    }
    .trus , .news-content{
        margin: 0 0 40px 0;
    }
    .service{
        margin: 10px 0;
    }
    .m-overlay{
        position: fixed;
        z-index: 29;
        width: 100%;
        height: 100%;
        top:0;
        left: -100%;
        bottom:0;
        background: #975151;
        opacity: .45;
    }
    .menu{
        font-size: 30px;
        padding: 5px;
        float: left;
        cursor: pointer;
        color: #975151;
    }
    .close-menu{
        position: absolute;
        top: 30px;
        right: 10px;
        padding: 5px;
        font-size: 30px;
        cursor: pointer;
    }
    .nav-links{
        position: fixed;
        z-index: 30;
        top: 0;
        height: 100vh;
        background:#fff;
        left: -320px;
        width: 300px;
        padding: 70px 0 0 0;
        box-shadow: -2px -2px 10px #975151;
        overflow: hidden;
        }
        .nav-links ul li a::after{
            display: none;
        }
        .nav-links ul li a{
            display: block;
            padding: 10px 10px;
            text-align: center;
        }
        .nav-links ul li a:hover{
            color: #fff!important;
            background: #975151;
            transform: translateX(-10px);
            -ms-transform: translateX(-10px);
            -webkit-transform: translateX(-10px);
        }
        .nav-links ul li{
            margin: 10px 0;
        }
        .who-are-we{
            padding: 20px 0;
        }
        ._service{
            margin: 25px 0;
        }
        ._services{
            padding: 50px 0;
        }
}
@media(max-width : 767px){
    .ff{
        text-align: center!important;
    }
    div.upper-bar {
        padding: 5px 0;
    }
    .m-slide {
        height: calc(100vh - 209px);
    } 
    .m-slide span{
        font-size: 30px;
    }
    .auther-info span{
        width: 100%!important;
        text-align: center;
        font-size: 14px;
    }
    .auther-info label{
        display: none;
    }
    .news-text span{
        text-align: center!important;
        margin: 10px 0;
    }
    .auther-info span::after{
        display: none!important;
    } 
}
@media (max-width:525px){
	.language-chooser li a span{
		    width: 55px!important;
    height: 40px!important;
		    border-radius: 5px!important;
	}
}