/*footer*/
@font-face {
  font-family: 'Archer-Bold';
  src: url("../fonts/Archer-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Archer-Semibold';
  src: url("../fonts/Archer-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: 'Frutiger-Bold';
  src: url("../fonts/FrutigerLTArabic-65Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Frutiger-Semibold';
  src: url("../fonts/FrutigerLTArabic-55Roman.ttf") format("truetype");
}
.col_white_amrc { color:#57112b !important;}
footer { width:100%; min-height:250px; padding:10px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px;  padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
   }

   .carousel-fade  .carousel-item.active,
   .carousel-fade  .carousel-item-next.carousel-item-left,
   .carousel-fade  .carousel-item-prev.carousel-item-right {
	 opacity: 1;
   }

   .carousel-fade .active.carousel-item-left,
   .carousel-fade  .active.carousel-item-right {
	opacity: 0;
   }

   .carousel-fade  .carousel-item-next,
   .carousel-fade .carousel-item-prev,
   .carousel-fade .carousel-item.active,
   .carousel-fade .active.carousel-item-left,
   .carousel-fade  .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
   }

   .CardBg
    {
        background:#57112b !important;
        background-image: url("back-pattern-2.png") !important;
        background-repeat: repeat !important;
	}

.navbarColorOrg
{
background:#57112b !important;
background-image: url("back-pattern-2.png") !important;
background-repeat: repeat !important;
}
.navbarColor
{
background:rgba(0, 0, 0, 0.7) !important;   /* for latest browsers */
color: #FFFFFF !important;

}

@media (min-width: 768px) {
.abs-center-x {
	position: absolute;
	left: 50%;
	top: 3%;
	transform: translateX(-50%);
	z-index: 999999 !important;
}
}

.abs-center-x {
position: absolute;
left: 50%;
top: 3%;
transform: translateX(-50%);
z-index: 999999 !important;

}
.navbar {
	/*min-height: 120px !important;*/
  }

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
color: #ffffff !important;
opacity: 1 !important;
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
color: #ffffff !important;
opacity: 1 !important;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
color: #ffffff !important;
opacity: 1 !important;
}

.navbar .navbar-toggler .navbar-toggler-bar {
background: #fff !important;
}

.brandColor
{
  color:#57112b !important;
}

.brandBg
{
  background-color: :#57112b !important;
  background: :#57112b !important;
}

.SecondColor-text
{
   color:#c73d06 !important;
}

.SecondColorBg
{
   background:#c73d06 !important;
   color: white !important;
}

.CategoryNameSection {
   color:#57112b;
   /*font: 33px sans-serif;*/
    margin-top: 30px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
   display: table;
   white-space: nowrap;
   /*font-size: 30px;*/
padding-top:115px !important;
}

.CategoryNameSection::before, .CategoryNameSection::after {
   border-top: 1px solid #c73d06;
   content: '';
   display: table-cell;
   position: relative;
   top: 0.5em;
   width: 45%;
 }

 .CategoryNameSection::before { right: 1.5%; }
 .CategoryNameSection::after { left: 1.5%; }

 .clickableCard
    {
        cursor: pointer;
    }

    .sectionBg
    {
        background-image: url("grafx_bg1-u13642-fr.png");
        background-repeat: repeat-y;
    }

    .sectionBg2
    {
        background-color: #57112b;
        background-image: url("grafx_bg2.png");
        background-repeat: repeat;
    }


    .sectionBg3
    {
        background-color: #ffffff;
        background-image: url("grafx_bg2.png");
        background-repeat: repeat;
    }

   .sectionBg4
    {
      background-image: url("grafx_bg2.png");
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }

    .sectionBg5
    {
        background-image: url("grafx_bg1-u13642-fr.png");
        background-repeat: repeat-x;
    }

.btnColor
{
  background-color: #57112b !important;
  border-color: #57112b !important;
}


  .info-horizontal {
  text-align: left;
  margin-top: 0;
}

.info-horizontal .icon {
  float: left;
  margin-top: 5px;
  margin-right: 20px;
  font-size: 2.5em;
}

.info-horizontal .icon .fa {
  width: 48px;
}

.info-horizontal .description {
  overflow: hidden;
  margin-top: 5px;
}

.info-horizontal .btn {
  margin-left: -19px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}


.btn-brand {
  background-color: #57112b;
  border-color: #57112b;
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
  border: solid 1px;
}
.btn-brand:hover, .btn-brand:focus, .btn-brand:active, .btn-brand.active, .show > .btn-brand.dropdown-toggle {
  background-color: #57112b;
  color: #FFFFFF;
  border-color: #57112b;
}
.btn-brand .caret {
  border-top-color: #FFFFFF;
}
.btn-brand.btn-link {
  color: #57112b;
}
.btn-brand.btn-link:hover, .btn-brand.btn-link:focus, .btn-brand.btn-link:active, .btn-brand.btn-link.active, .open > .btn-brand.btn-link.dropdown-toggle {
  background-color: transparent;
  color: #57112b;
}
.btn-brand.btn-link .caret {
  border-top-color: #57112b;
}
.btn-brand .caret {
  border-top-color: #FFFFFF;
}


.btn-outline-brand {
  border-color: #57112b;
  border: solid 1px;
  color: #57112b;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-outline-brand:hover, .btn-outline-brand:focus, .btn-outline-brand:active, .btn-outline-brand.active, .open > .btn-outline-brand.dropdown-toggle {
  background-color: #57112b;
  color: #FFFFFF;
  border-color: #57112b;
}
.btn-outline-brand:hover .caret, .btn-outline-brand:focus .caret, .btn-outline-brand:active .caret, .btn-outline-brand.active .caret, .open > .btn-outline-brand.dropdown-toggle .caret {
  border-top-color: rgba(255, 255, 255, 0.8);
}
.btn-outline-brand .caret {
  border-top-color: #FFFFFF;
}
.btn-outline-brand.disabled, .btn-outline-brand.disabled:hover, .btn-outline-brand.disabled:focus, .btn-outline-brand.disabled.focus, .btn-outline-brand.disabled:active, .btn-outline-brand.disabled.active, .btn-outline-brand:disabled, .btn-outline-brand:disabled:hover, .btn-outline-brand:disabled:focus, .btn-outline-brand:disabled.focus, .btn-outline-brand:disabled:active, .btn-outline-brand:disabled.active, .btn-outline-brand[disabled], .btn-outline-brand[disabled]:hover, .btn-outline-brand[disabled]:focus, .btn-outline-brand[disabled].focus, .btn-outline-brand[disabled]:active, .btn-outline-brand[disabled].active, fieldset[disabled] .btn-outline-brand, fieldset[disabled] .btn-outline-brand:hover, fieldset[disabled] .btn-outline-brand:focus, fieldset[disabled] .btn-outline-brand.focus, fieldset[disabled] .btn-outline-brand:active, fieldset[disabled] .btn-outline-brand.active {
  background-color: transparent;
  border-color: #57112b;
}

@media (min-width: 576px) {
  .modal-dialog { max-width: none !important; }
}

.foodModal2 .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color:rgba(255,255,255,0.65);
  background:rgba(255,255,255,0.65);
}

.foodModal2 .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color:rgba(255,255,255,0.65);
  background:rgba(255,255,255,0.65);
}

.foodModal2 .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  box-shadow: none;
  background-color:rgba(255,255,255,0.65);
  background:rgba(255,255,255,0.65);
}

.foodModal2 .modal-body {
  position: absolute;
  top: 50px;
  bottom: 30px;
  width: 100%;
  font-weight: 300;
  overflow: auto;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-right: 0px;
  cursor: pointer;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.page-header
{
max-height: 100% !important;
}

.headingFont
{
  font-family: 'Oswald', sans-serif !important;
}

.ContentFont
{
  font-family: 'Domine', serif !important;
}

.BrandsHeading
{
  /*color:#45668b !important;*/
  color:#565656 !important;
}

.BrandsContent
{
  color:#414141 !important;
  font-family: 'Karla', sans-serif;
}

.arabicFont
{
  /*font-family: 'Lateef', cursive;*/
  /*font-family: 'Amiri', serif !important;*/
 /* font-family: 'Changa', sans-serif !important;*/
 font-family: "Frutiger-Semibold" !important;
  font-size: 18px !important;
  direction: rtl !important;
}

.arabicFontSmall
{
  /*font-family: 'Lateef', cursive;*/
  /*font-family: 'Amiri', serif !important;*/
  /*font-size: 14px !important;*/
  /*font-family: 'Changa', sans-serif !important;*/
  font-family: "Frutiger-Semibold" !important;
}

.EnglishElemnts {
    display: none;
}

.ArabicElemnts{
  display: block;
}

.ArabicElemnts p
{
  font-family: "Frutiger-Semibold" !important;
}

.IMGEeffect1{
  -webkit-box-shadow: 0 10px 6px -6px #777;
     -moz-box-shadow: 0 10px 6px -6px #777;
          box-shadow: 0 10px 6px -6px #777;
}


.BodyParagraph2 p
{
font-family: "Frutiger-Semibold" !important;
}


/** {
    font-family: "Archer-Semibold" !important;
}

.bold-font {
    font-family: "Archer-Bold" !important;
}

[dir=rtl] {
    font-family: "Frutiger-Semibold" !important;
}*/

/*[dir=rtl] *:not(ion-icon) {
    font-family: "Frutiger-Semibold" !important;
}

[dir=rtl] .bold-font:not(ion-icon) {
    font-family: "Frutiger-Bold" !important;
}

[number-font] {
    font-family: "Frutiger-Semibold" !important;
}*/

ul, menu, dir {
    padding-inline-start: 0px !important;
}

.img3 {
  display: block;
max-width: 100% !important;
width: 100%;
height: auto !important;
}

.vertical-center2 {
  margin-top: 20% !important;
  margin-bottom: 20% !important;
}
