


@font-face {
  font-family: 'JF Flat';
  src: url('/App_Themes/ThemeAr/Fonts/JFFlat-Regular.eot');
  src: url('/App_Themes/ThemeAr/Fonts/JFFlat-Regular.eot?#iefix') format('embedded-opentype'),
      url('/App_Themes/ThemeAr/Fonts/JFFlat-Regular.woff2') format('woff2'),
      url('/App_Themes/ThemeAr/Fonts/JFFlat-Regular.woff') format('woff'),
      url('/App_Themes/ThemeAr/Fonts/JFFlat-Regular.ttf') format('truetype'),
      url('/App_Themes/ThemeAr/Fonts/JFFlat-Regular.svg#JFFlat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'JF Flat';
  src: url('/App_Themes/ThemeAr/Fonts/JFFlat-Bold.eot');
  src: url('/App_Themes/ThemeAr/Fonts/JFFlat-Bold.eot?#iefix') format('embedded-opentype'),
      url('/App_Themes/ThemeAr/Fonts/JFFlat-Bold.woff2') format('woff2'),
      url('/App_Themes/ThemeAr/Fonts/JFFlat-Bold.woff') format('woff'),
      url('/App_Themes/ThemeAr/Fonts/JFFlat-Bold.ttf') format('truetype'),
      url('/App_Themes/ThemeAr/Fonts/JFFlat-Bold.svg#JFFlat-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}





body{
  cursor: pointer
}


html{
  direction: rtl;
  text-align: right;
}



.white{
  color:white;
}
.gray{
  color:#585858;
}
.orange{
  color:#F7941D;
}
.font-bold{
  font-family: 'JF Flat';
  font-weight: bold;
}
.lightgray{
  color:#989898;
}

.buttonstyle{
  border:none;
  border-radius:10px ;
  padding: 10px 15px;
}

.buttonpadding{
  border:none;
  border-radius:12px ;
  padding: 10px 40px;
  font-size:20px ;
}



 .bg-blue{
  background-color: #0072B3;
 }

 .bg-gray{
  background-color: #ABABAB;
 }

 .bg-gray:hover{
  background-color: #0072B3;
  transition:0.5s ease-in ;
 }


 

  .container {
    max-width: 1154px;
}


body{
  font-family: 'JF Flat'; text-align:right ; background-color:white ; position: relative;}

body p { line-height: 20px; font-size: 17px; color:#606060; }
a:hover { cursor: pointer; color: inherit; }
h1, h2, h3, h4, h5, h6 {      font-family: 'JF Flat'; font-weight: bold;
}
h6{
font-size:18px ;
}

h5{
  font-size:19px ;
}
h4{
  font-size:26px ;
  }

  h3{
    font-size:30px ; 
  }

  h2{
    font-size:32px ; 
  }
  h1{
    font-size:40px ; 
    font-weight:bold ;
  }
.no-gutter>[class*='col-'] {
  padding-right: 0px;
  padding-left: 0px;
}







.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: .9rem;
  padding-right: .9rem;
  font-size: 16px !important;
}


.nav-link {
  display: block;
  padding: .5rem .7rem;
  color: white;
  text-decoration: none;


}

.nav-link:focus, .nav-link:hover {
color: #9D0A0E !important;

}

.navbar-light .navbar-nav .nav-link{
  color:#5B5B5B;
  font-family: 'JF Flat';
  font-weight: bold;
  font-size:18px ;


}

.navbar-expand-lg .navbar-nav {
  flex-direction: row;
  justify-content: end  !important;
}
.navbar-expand-lg .navbar-collapse {

  flex-basis: auto;
  justify-content: end !important;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color:#5B5B5B;
  font-size:16px;
}

 .navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  top: 46px;
  padding:7px;
  min-width:200px ;
  border:none;
  border-top: 3px solid #9D0A0E !important;
  box-shadow: 2px 2px 5px #00000029;
  z-index: 99999999999;
}

.navbar {

  padding-top: 0;
  padding-bottom: 0;
}

.navbar .dropdown-menu ::before {
  content: '';
  border-top: 8px solid #9D0A0E;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: -1px;
  left: 50%;
  top: -1px;

}

.navbar .dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #d3d3d3;
}
.dropdown-menu.show {
  position: absolute;
  top:60px;
  padding:7px;
  min-width:200px ;
  border:none;
  border-top: 3px solid #9D0A0E !important;
  box-shadow: 2px 2px 5px #00000029;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .15rem 0.7rem;
  font-size:14px ;

}

.lan{
  background-color:#F7941D;
  color:white !important;
  padding: 8px 30px !important;
  border-radius:20px ;
  border:none;

}

.SmallMenu a{
  color:#A5A2A2;
  font-size:13px ;
  padding:10px 10px ;
  text-decoration:none ;
}










.search-wrap {
  position: relative;
  right: -8px;
  top: 3px;
}
.search-wrap #btn-search {

  color:white;
  border:none;
  border-radius:25px ;
  padding: 9px 10px;
  margin-top: -7px;
  cursor: pointer;

}
.search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  pointer-events: none;
  position: fixed;
  z-index: 100000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: transparent;
}
.search::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
}
.search::before {
  opacity: 0;
  transition: opacity 0.4s;
}
.search-cls {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
  background: #eaba82;
  opacity: 0;
  transition: opacity 0.4s;
  background: none;
  border: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  background:transparent;
  border: none;
  cursor: pointer;
}
.search-cls {
  display: block;
}
.search-cls .icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor;
}
.search-frm {
  position: relative;
  margin: 2em 0 2em;
  transform: scale(0);
  transition: 0.9s;
  transform-origin: center top;
}
.search-frm-inner {
  position: relative;
  z-index: 10;
  overflow: hidden;
  transform: translate3d(0, -50px, 0);
  transition: transform 0.4s;
}
.search-ip {
  font-family: inherit;
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.25em;
  text-align: right;
  color: #fff;
  border: none;
  background:rgba(255,255,255,0.3);
  opacity: 0;
  transition: opacity 0.4s;
  transition: 0.3s;
}
.search-frm-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 105%;
  background: rgba(255,255,255,0.3);
  opacity: 0;
}
.search .search--open {
  pointer-events: auto;
}
.search--open::before {
  opacity: 1;
}
.search--open .search-cls {
  opacity: 1;
}
.search--open .search-frm-inner {
  transform: translate3d(0, 0, 0);
  transition: none;
}
.search--open .search-ip {
  opacity: 1;
  transition: 0.4s;
}
.search--open .search-frm-inner::after {
  animation: UpTpDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.search--open {
  pointer-events: auto;
}
.search.search--open .search-frm {
  transform: scale(1);
}
.search-cls span::before,
.search-cls span::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 5px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.search-cls span::after {
  transform: translateY(-50%) rotate(-45deg);
}
@keyframes UpTpDown {
  0% {
    opacity: 1;
    transform: scale3d(0, 1, 0);
    transform-origin: 0% 100%;
  }
  50% {
    transform: scale3d(1, 1, 1);
    transform-origin: 100% 0%;
    transition-timing-function: ease-out;
  }
  50.1% {
    transform-origin: 0% 100%;
    transition-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    transform: scale3d(0, 1, 0);
    transform-origin: 100% 0%;
    transition-timing-function: ease-out;
  }
}
@media screen and (max-width: 1199px) {
  .search-ip {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .search-ip {
    font-size: 30px;
  }
  .search-cls {
    font-size: 1em;
  }
  .search-frm {
    margin: 2em 0;
  }
  .search__related {
    font-size: 85%;
    width: 100%;
    padding: 0 1em;
  }
  .search-ip,
  .search-frm-inner::after {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 479px) {
  .search-ip {
    font-size: 20px;
  }
}


.carousel-caption {
  position: absolute;
  left: 0%;
  bottom: 50%;
  right: 8%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: right;
}


.logo{
  position: relative;
top: -23px;
}

.mainheader{
  margin-bottom:5px ;
}




#slider-animation .textin{
  position: relative;
  top: 15%;
  text-align: right;
  right: 0%;
  z-index: 10000;
  background-image: url(/App_Themes/ThemeAr/Images/Path3.png);
  background-size: cover;
  height: 169px;

}
.slide1{
  background-image:url(/App_Themes/ThemeAr/Images/Arabic\ Profile-01.png) ;
  height:547px;
  background-size:cover;
  background-position: center center;

}
.slide2{
  background-image:url(/App_Themes/ThemeAr/Images/Arabic\ Profile-01.png) ;
  height:547px;
  background-size:cover;
  background-position: center center;

}

.slide3{
  background-image:url(/App_Themes/ThemeAr/Images/Arabic\ Profile-01.png) ;
  height:547px;
  background-size:cover;
  background-position: center center;

}




.sliderContent{
  position: relative;
  z-index: 100;
  color: white;
  height: 600px;
  margin-top: 39px;
}




#slider-animation a{
color:white;

}

#slider-animation h1{
  font-size: 40px;

  text-shadow: 2px 2px 2px #06060694;
  font-family: 'JF Flat';
   font-weight:bold ;
  padding-top: 64px;



}
#slider-animation p{
  font-size:14px;
  color: white;
  font-weight:bold ;
  font-family: 'JF Flat';
  text-shadow: 2px 2px 2px #06060694;




}


#slider-animation a:hover{
text-decoration:none;

}

.carousel-indicators {
  position: absolute;
  left: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: inline;
  -ms-flex-pack: center;
  justify-content: flex-start;
  padding-left: 0;
  margin-right: -1%;
  margin-left: 1%;
  list-style: none;
  top:90%;
  width: 100%;
  z-index: 10000000;
  text-align: center;
}

  .slideshadow{
    background-image: url(/App_Themes/ThemeAr/Images/Rectangle\ 38.png);
    background-size: cover;
    height: 547px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000;
  }


  .sliderContent a{
    text-decoration: none;
  }

  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 13px;
    height: 13px;
    border-radius:50% ;
    padding: 0;
    margin-left: 3px;
    margin-right: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    display: block;
}

.carousel-indicators .active{
  opacity:1;
}
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
[type="button"], [type="reset"], [type="submit"], button {
    -webkit-appearance: button;
}

.storybtn{
  background-color:rgba(255, 255, 255, 0.6) ;
  border-radius: 20px;
  color:white;
  border:none;
  padding:8px 30px ;
}

.storybtn:hover{
  background-color:#9D0A0E;
  transition:0.5s ease-in ;

}


.lan:hover{
  background-color:#9D0A0E;
  transition:0.5s ease-in ;

}


.carousel-indicators {
  position: absolute;
  left: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: inline;
  -ms-flex-pack: center;
  justify-content: flex-start;
  padding-left: 0;
  margin-right: -1%;
  margin-left: 1%;
  list-style: none;
  top: 39%;
  width: 5%;
  z-index: 10000000;
  text-align: center;
  right: 0%;
  padding-right: 46px;
  height:50% ;
}


.services{
  background-color: rgba(157,10,14,0.85);
  min-height: 80px;
  margin-top: -80px;
  position: relative;
  z-index: 100000;
  padding-top: 8px;
}

.serviceitem p{
  margin-bottom:0;
}


.js-owl-carousel4 .owl-prev{
  background: transparent !important;
  border: none;
  position: absolute;
  right: 0;
  top:20px;

}

.js-owl-carousel4 .owl-next{
  background: transparent !important;
  border: none;
  position: absolute;
left: 0;
top: 20px;
}



.banneritem {
  background-color: white;
  text-align: center;
  border: 1px solid #DEDEDE;
    
  min-height: 107px;
  margin: 4px 6%;
}




.banneritem {
  padding-top: 10px;
}

#owl-carousel2 .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 24px;
  height: 5px;
  margin: 0px 5px;
  border: none;
}
.ourclients .owl-carousel .owl-dots .active {
  background-color: #D28B3F !important;
}

.contactUs{
  background-color:#880B0E ;
  min-height:120px ;
  padding:20px 0px ;
}

.contactUs p{
  margin-bottom:0 ;
}

.contactUs{
  margin-top:50px ;
  margin-bottom:3px ; ;
}

.footer{
  padding-top:40px ;
  background-color:#2B2B2B ;
  min-height:200px;
}

.footer a{
  color:white;
  text-decoration:none ;
}

.footer hr{
     margin-top: 30px;
  background-color:white;
}


#slider-animation1 a{
  color:white;
  font-size:14px ;
  font-weight: bold;
  padding: 13px 0px;
  
  }
  


  #slider-animation1 a:hover{
  text-decoration:none;
  
  }




 
  
  .serviceMenu{
    position: absolute;
top: 11%;
left:0;
right:0;
background-color:rgba(0, 0, 0, 0.70) ;
border-radius:30px ;
height: 53px;

}
  



  #slider-animation1 .slide1 {
    background:url(/App_Themes/ThemeAr/Images/Arabic\ Profile.png);
    background-size:cover ;
    height: 600px;
  
  
  }
  
  #slider-animation1 .slide2 {
    background:url(/App_Themes/ThemeAr/Images/Arabic\ Profile.png);
    background-size:cover ;
    height: 600px;
  }
  
  #slider-animation1 .slide3 {
    background:url(/App_Themes/ThemeAr/Images/Arabic\ Profile.png);
    background-size:cover ;
    height: 600px; 
  }
  

  #slider-animation1 .slide44 {
    background:url(/App_Themes/ThemeAr/Images/Arabic\ Profile.png);
    background-size:cover ;
    height: 600px;
  }
  
  #slider-animation1 .slide5 {
    background:url(/App_Themes/ThemeAr/Images/Arabic\ Profile.png);
    background-size:cover ;
    height: 600px;
  }


    
  #slider-animation1 .slide6{
    background:url(/App_Themes/ThemeAr/Images/Arabic\ Profile.png);
    background-size:cover ;
    height: 600px;
  }
  
  #slider-animation1 .slide7{
    background:url(/App_Themes/ThemeAr/Images/Arabic\ Profile.png);
    background-size:cover ;
    height: 600px;
  }      
  #slider-animation1 .slide8{
    background:url(/App_Themes/ThemeAr/Images/Arabic\ Profile.png);
    background-size:cover ;
    height: 600px;
  }

  #slider-animation1 .slide9{
    background:url(/App_Themes/ThemeAr/Images/Arabic\ Profile.png);
    background-size:cover ;
    height: 600px;
  }

  

  .shadow3{
    position: absolute; 
    left:0 ;
    right:0 ;
    background-image:url(/App_Themes/ThemeAr/Images/Rectangle\ 94.png);
    background-size:cover ;
    z-index: 1;
    height:650px ;
    top:0px
    }


    #slider-animation1 h1 {
      font-size: 40px;
      font-family: 'Roboto-Black';
      position: relative;
      z-index: 100;
      color: white;
  }


  

  #slider-animation1 .textin{
    position: relative;
    top: 190px;
    text-align:left ;
    
    }


    
    #slider-animation1 .imgIn {
position: relative;
top:0;
float:right;
}







.by{float:right;}




.innerheader{
  height:370px;
  background-image:url(/App_Themes/ThemeAr/Images/innerpage.png);
  background-size: cover;

}


.innershadow{
  height:370px;
  background-image: url(/App_Themes/ThemeAr/Images/shadow1.png);
  background-size: cover;
}
.tabsPart{background-color:rgba(0, 0, 0, 0.7) ; border-radius:30px ;}


  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: white !important;
    background-color:transparent;
    border-radius:30px ;
    border-color: transparent;
}
.nav-tabs {
  border: transparent !important;
}
  .tabposition{
    position: absolute;
top: 48px;
left: 0;
right: 0;
z-index: 100000;
margin: -6px 99px;
  }

  .tabposition .tabsPart .nav-link:hover{ 
    color: white !important;
    background-color:#880B0E;
    border-radius:30px ;
    border-color: transparent;
  }

  
.card-title{
  background-color:#CC8129 ;
  color:white;
  height:75px;
  padding: 23px 10px;
  border-top-left-radius: 14px;
border-top-right-radius: 14px;
}


.card-title{
  font-size:18px ;
font-weight: bold;
  
  }
  
  .card-text {
    margin-bottom: 0;
    font-size: 15px;
  }
  
  .card-body {
  text-align: center;
  background: white;
  padding:0px ;
  min-height:330px ;
  border-radius: 30px;
  }

  .card {

  
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color:transparent;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
  border-radius: 30px;
  padding:0 12px ;
  }
  
  #slider-animation1 .sliderContent{
    margin-top:200px ;
  }

  .motebtn {
    color: #fff;
    background-color: #8D8D8D;
  
    width: 90%;
    padding: 13px;
    margin: 10px;
    border-radius: 30px;
    margin-top: 48px;}
  
  .motebtn:hover{
    color: #fff;
    transition:0.5s ease-in ;
  background-color: #880B0E;

  }

  .js-owl-carousel5 .owl-prev{
    background: transparent !important;
    border: none;
    position: absolute;
    right: 0;
    top:24%;
  
  }
  
  .js-owl-carousel5 .owl-next{
    background: transparent !important;
    border: none;
    position: absolute;
  left: 0;
  top:24%;
  }
 
  .js-owl-carousel6 .owl-prev{
    background: transparent !important;
    border: none;
    position: absolute;
    right: 0;
    top:24%;
  
  }
  
  .js-owl-carousel6 .owl-next{
    background: transparent !important;
    border: none;
    position: absolute;
  left: 0;
  top:24%;
  }

.js-owl-carousel7 .owl-prev {
    background: transparent !important;
    border: none;
    position: absolute;
    right: 0;
    top: 24%;
}

.js-owl-carousel7 .owl-next {
    background: transparent !important;
    border: none;
    position: absolute;
    left: 0;
    top: 24%;
}

.js-owl-carousel8 .owl-prev {
    background: transparent !important;
    border: none;
    position: absolute;
    right: 0;
    top: 24%;
}

.js-owl-carousel8 .owl-next {
    background: transparent !important;
    border: none;
    position: absolute;
    left: 0;
    top: 24%;
}

.js-owl-carousel9 .owl-prev {
    background: transparent !important;
    border: none;
    position: absolute;
    right: 0;
    top: 24%;
}

.js-owl-carousel9 .owl-next {
    background: transparent !important;
    border: none;
    position: absolute;
    left: 0;
    top: 24%;
}

.js-owl-carousel10 .owl-prev {
    background: transparent !important;
    border: none;
    position: absolute;
    right: 0;
    top: 24%;
}

.js-owl-carousel10 .owl-next {
    background: transparent !important;
    border: none;
    position: absolute;
    left: 0;
    top: 24%;
}

.js-owl-carousel11 .owl-prev {
    background: transparent !important;
    border: none;
    position: absolute;
    right: 0;
    top: 24%;
}

.js-owl-carousel11 .owl-next {
    background: transparent !important;
    border: none;
    position: absolute;
    left: 0;
    top: 24%;
}

.js-owl-carousel12 .owl-prev {
    background: transparent !important;
    border: none;
    position: absolute;
    right: 0;
    top: 24%;
}

.js-owl-carousel12 .owl-next {
    background: transparent !important;
    border: none;
    position: absolute;
    left: 0;
    top: 24%;
}

.js-owl-carousel13 .owl-prev {
    background: transparent !important;
    border: none;
    position: absolute;
    right: 0;
    top: 24%;
}

.js-owl-carousel13 .owl-next {
    background: transparent !important;
    border: none;
    position: absolute;
    left: 0;
    top: 24%;
}

.js-owl-carousel14 .owl-prev {
    background: transparent !important;
    border: none;
    position: absolute;
    right: 0;
    top: 24%;
}

.js-owl-carousel14 .owl-next {
    background: transparent !important;
    border: none;
    position: absolute;
    left: 0;
    top: 24%;
}  

  

  .innerheader{
    height:370px;
    background-image:url(/App_Themes/ThemeAr/Images/innerpage.png);
    background-size: cover;

  }

  
  .innershadow{
    height:370px;
    background-image: url(/App_Themes/ThemeAr/Images/shadow1.png);
    background-size: cover;
  }


  .headcontent h1{
    color:white;

  }

  .headline{
    height:1px ;
    background-color:rgba(255, 255, 255, 0.3) ;
    margin-top: 17px;
  }

  .share li{
    display: inline-block;
    padding:0px 5px; 
    color:white;
    font-size:15px;

  }

  .share {
 float:right;

  }
  .headcontent{
    position: relative;
top: 130px;
  }

  .breadSection{
  background-color:rgba(255, 255, 255, 0.1) ;
  margin-top: -6px;
      margin-bottom:10px ;
  }


  .breadcrumb {
    margin:0px;
    padding:11px 1px;
    background-color: transparent;

}

.breadcrumb a{
color:white;

}
.breadcrumb a:hover{
text-decoration:none;  
color:#a4844c;
transition:0.5s ease-in-out ;
}


.breadcrumb-item.active {
  color:white;
}

.bodycontent{
padding-top:40px;
padding-bottom:40px;
}

.bodycontent{
background-position:right center ;
background-repeat: no-repeat;

}


.carousel-indicators2 {
list-style-image: url('/App_Themes/ThemeAr/Images/ss.png');
}

.carousel-indicators2 .active{list-style-image: url('/App_Themes/ThemeAr/Images/sss.png');}

.menub li:last-child{
padding-left:0px ;
}


.gold{
  color:#CC8129;
}
