
@font-face {
	font-family: 'mullak-font';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/DIN-Next-LT-W23-Regular.otf);
}
body{
    margin:0;
}
.container{
    max-width:1074px;
    margin: 0 auto;
}

ul{
    padding: 0;
    margin: 0;
}
a{text-decoration: none;
}
.space-25{
    width: 100%;
    height: 25px;
}
.space-30{
    width: 100%;
    height: 30px;
}
.align-center-cont{
    display: flex;
    align-items: center;
        padding: 0 10px;
}
.align-center-cont2{
    display: flex;
    align-items: center;
        padding: 0 10px;
}
.align-center-cont3{
    display: flex;
    align-items: center;
        padding: 0 10px;
}
.header{
    border-top: 20px solid #b68a34; 
    padding-top:5px;
    padding-bottom:5px;
}
header {
  position: sticky;
  top: 0;
  background-color: white;
  transition: box-shadow 200ms cubic-bezier(0.33, 1, 0.68, 1);
}

header.active {
  box-shadow: 0 12px 6px rgba(0, 0, 0, .06);
  transition-duration: 400ms;
}
.header-left{
    width: 714px;
    float: left;
}
.header-left ul {
    display:flex;
    align-items: center;
}
.header-left ul li{
    list-style: none;
}
.header-left ul li a{
    list-style: none;
    display: flex;
    align-items: center;
    text-align: right;
    padding-right:14px;
    transition: 0.3s;
}
.header-left ul li p {
    color: #B48B2F;
    font-size: 13px;
    margin: 0;
    line-height: 15px;
    font-family: 'mullak-font';
}
.header-left ul li h3 {
    color: #B48B2F;
    font-size: 14px;
    font-weight: bold;
    margin:2px 0 0 0;
    font-family: 'mullak-font';

}
.header-left ul li img{
    width: 52px;
    margin-left: 15px;
}
.header-right{
    width: 360px;
    float: right;
    display: flex;
    justify-content: end;
}
.header-right img{
    width: 359px;
   
}
.image-hover {
    position: relative;
}
.img-hover-01{
    display:inline-block;
    transition: ease-in-out 0.3s all;
}
 .img-hover-02{
    display: none;
    transition: ease-in-out 0.3s all;
}
.header-left ul li a:hover .img-hover-02{
    display: inline-block;
    
}
.header-left ul li a:hover .img-hover-01{
    display:none;
}
.emirates-log-ftr{
    height: 45px;
    margin-right:20px;
    margin-top: -20px;
}

.fotr-top-left{
    width: 285px;
    float: left;
}
.fotr-top-right{
    width: 789px;
    float: right;
}
.fotr-top-left ul{
    border-right:1px solid #ccc
}
.footer-top ul {
    display:flex;
    align-items: center;
}
.footer-top ul li {
    list-style: none;
}
.footer-top ul li a{
    display: flex;
    align-items: center;
    text-align: right;
    padding-right:14px;
}

.footer-top  ul li p {
    color: #B48B2F;
    font-size: 13px;
    margin: 0;
    line-height: 15px;
    font-family: 'mullak-font';
}
.footer-top  ul li h3 {
    color: #B48B2F;
    font-size: 14px;
    font-weight: bold;
    margin:2px 0 0 0;
    font-family: 'mullak-font';

}
.footer-top ul li img{
    width: 52px;
    margin-left: 15px;
}
.ftr-btm-left ul li a{
    padding-right:0px;
}
.fotr-top-left ul{
    padding-left:14px;
}
.fotr-top-right ul{
    float: right;
}
.fotr-top-right ul li:last-child{
    padding-right:0px;
}
.footer-top ul li a:hover .img-hover-02{
    display: inline-block;
}
.footer-top ul li a:hover .img-hover-01{
    display:none;
}
.footer-btm{
    border-top:1px solid #ccc;
    padding: 42px 0;
}

.ftr-btm-left {
    width: 804px;
    float: left;
}
.ftr-btm-left ul li a{
    color: #484848;
    line-height: 12px;
    font-weight: 400;
    font-size: 14px;
    font-family: 'mullak-font';
}
.ftr-btm-left ul li{
    border-right: 1px solid #484848;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 0;
    padding-bottom: 0;
}
.ftr-btm-left ul li:first-child{
    padding-left: 0px;
}
.ftr-btm-right{
    width: 270px;
    float: right;
    font-family: 'mullak-font';
}
.ftr-btm-right p{
    line-height: 32px;
    font-weight: 400;
    font-size: 14px;
    color: #484848;
    direction: rtl;
}

.translated-ltr{margin-top:-40px;}
.translated-ltr{margin-top:-40px;}
.goog-te-banner-frame {display: none;margin-top:-20px;}

.goog-logo-link {
   display:none !important;
} 

.goog-te-gadget{
   color: transparent !important;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display:none;
}
.footer-top .goog-te-gadget .goog-te-combo {
    margin: 0px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 18px 10px;
    text-align: center;
}
SELECT.goog-te-combo > option:hover{
                background-color:#ccc;
                color:white;
            }
select {
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (max-width:891px){
    .header-left {
        width: 70%;
    }
    .header-right {
        width: 30%;
    }
    .header-right img{
        width: 300px;
    }
}
@media screen and (max-width:833px){
    .footer-top ul li img {
        width: 40px;
    }
}
@media screen and (max-width:806px){
    .footer-top ul {
    justify-content: center;
}
     .align-center-cont3 {
        display: inline-block;
    }
    .ftr-btm-right {
        width: 100%;
        float: left;
    }
    .ftr-btm-left {
        width: 100%;
        float: left;
    }
    .ftr-btm-right p {
        text-align: center;
    }
    .ftr-btm-left ul li:last-child {
    border-right: 0px solid #484848;
}
@media screen and (max-width:775px){
    .header-right img {
        width: 280px;
    }
    .header-left ul li img {
        width: 48px;
    }
}
@media screen and (max-width:800px){
    .fotr-top-left ul {
    border-right: 0px solid #ccc;
}
.fotr-top-left ul li h3{
    display:none;
}
.fotr-top-left ul li p{
    display:none;
}
.fotr-top-right ul li h3{
    display:none;
}
.fotr-top-right ul li p{
    display:none;
}
.fotr-top-left ul{
    justify-content:end;
}
.fotr-top-right ul{
    justify-content:start;
     float: left;
}
.fotr-top-left{
    width:45%;
}
.fotr-top-right{
    width:55%;
}
}
@media screen and (max-width:1073){
    .header-right img {
        padding-right:10px;
    }
}
@media screen and (max-width:700px){
    .header-left {
    width: 50%;
}
.header-right {
    width: 50%;
}
.header-right img {
    width: 250px;
        padding-right: 20px;
}
    .header-left ul li img {
        width: 50px;
    }
    .header-left ul li h3{
        display: none;
    }
    .header-left ul li p{
        display: none;
    }
}
@media screen and (max-width:520px){
    .align-center-cont {
    display: inline-block;
    align-items: center;
}
.header-left {
    width: 100%;
    margin-top:10px;
}
.header-right {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top:20px;
}
.header-left ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
   
}
@media screen and (max-width:514px){
    .footer-top ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
   
}
@media screen and (max-width:514px){
    .ftr-btm-left ul {
    display: block;
    }
    .fotr-top-left ul li a {
        padding-right:0;
    }
    .fotr-top-right ul li a {
          padding-right:0;
    }
    .footer-top ul li a {
    align-items: center;
    text-align: center;
    justify-content: center;
}
.ftr-btm-left ul li {
    margin-bottom: 20px;
}
.fotr-top-left {
    width: 40%;
}
.ftr-btm-left ul li:nth-child(3){
    border-right:0;
}


}

